radeonsi: remove the extra handling for VS/TES primitive id
authorQiang Yu <yuq825@gmail.com>
Wed, 4 Jan 2023 02:16:19 +0000 (10:16 +0800)
committerMarge Bot <emma+marge@anholt.net>
Fri, 3 Feb 2023 12:27:43 +0000 (12:27 +0000)
commit048d4de5e59ee498eef6f01e8634556f7429ff4d
treea7db9a4ef37d0f4054b300ac24f558b3e8b066c5
parent59135678cf6bda35787a01c072ef6c6c712c6bea
radeonsi: remove the extra handling for VS/TES primitive id

We have moved si_nir_assign_param_offsets before output lowering
pass, so there won't be primitive id store output when VS/TES here.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20691>
src/gallium/drivers/radeonsi/si_shader.c