radv: stop lowering patch vertices for TES
This intrinsic is replaced during ABI lowering later. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24346>
This commit is contained in:
committed by
Marge Bot
parent
40a693e056
commit
f1b98f32c4
@@ -1483,8 +1483,6 @@ radv_link_tcs(const struct radv_device *device, struct radv_shader_stage *tcs_st
|
||||
|
||||
radv_link_shaders(device, tcs_stage->nir, tes_stage->nir, pipeline_key);
|
||||
|
||||
nir_lower_patch_vertices(tes_stage->nir, tcs_stage->nir->info.tess.tcs_vertices_out, NULL);
|
||||
|
||||
/* Copy TCS info into the TES info */
|
||||
merge_tess_info(&tes_stage->nir->info, &tcs_stage->nir->info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user