radv: Don't assign driver locations to mesh shader outputs.
authorTimur Kristóf <timur.kristof@gmail.com>
Sat, 25 Jun 2022 21:20:36 +0000 (23:20 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 1 Jul 2022 18:09:07 +0000 (18:09 +0000)
commit7144d52d59e0644328593424c89aa13fcab4ca84
tree47cf50ffea69bc116721b71d63e2f66b90a67ea9
parent8bfeb467bff31c710c0d29be084a00c3c0149417
radv: Don't assign driver locations to mesh shader outputs.

Set all driver locations to zero.
These are ignored by ac_nir_lower_ngg anyway.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17244>
src/amd/vulkan/radv_pipeline.c