radv: stop setting as_ls for the TCS stage
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 23 Aug 2022 13:28:26 +0000 (15:28 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 1 Sep 2022 17:02:17 +0000 (17:02 +0000)
commit0591ff4e5f7301d04e92bffe93c1790d5fbd19e2
tree86b4f3f25251f12bba603b8ac692bdd7383f0198
parentdf997cf47ddf4799ab1c45b7e7416e7000114e85
radv: stop setting as_ls for the TCS stage

This doesn't make sense and it was assigned because the shader info
stuff was a complete mess. LS is only a thing on GFX6-8, on GFX9+
it's a merged VS+TCS to HS.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18278>
src/amd/vulkan/radv_pipeline.c
src/amd/vulkan/radv_shader_args.c