aco,radv/llvm: do not export parameters on GFX11
They will be exported through the attribute ring instead. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19216>
This commit is contained in:
@@ -986,6 +986,9 @@ radv_llvm_export_vs(struct radv_shader_context *ctx, struct radv_shader_output_v
|
||||
ac_build_export(&ctx->ac, &pos_args[i]);
|
||||
}
|
||||
|
||||
if (ctx->options->gfx_level >= GFX11)
|
||||
return;
|
||||
|
||||
/* Build parameter exports */
|
||||
radv_build_param_exports(ctx, outputs, noutput, outinfo, export_clip_dists);
|
||||
}
|
||||
|
Reference in New Issue
Block a user