radv/llvm: lower TCS IO
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6912>
This commit is contained in:

committed by
Marge Bot

parent
80cefee0f7
commit
1c4a21328e
@@ -761,8 +761,7 @@ radv_lower_io(struct radv_device *device, nir_shader *nir)
|
||||
return;
|
||||
|
||||
/* TODO: Lower IO for all stages with LLVM. */
|
||||
if ((nir->info.stage == MESA_SHADER_VERTEX ||
|
||||
nir->info.stage == MESA_SHADER_TESS_CTRL) &&
|
||||
if (nir->info.stage == MESA_SHADER_VERTEX &&
|
||||
radv_use_llvm_for_stage(device, nir->info.stage))
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user