radv: fix task payload lowering when shared_memory_explicit_layout=true
authorRhys Perry <pendingchaos02@gmail.com>
Mon, 7 Nov 2022 14:28:51 +0000 (14:28 +0000)
committerMarge Bot <emma+marge@anholt.net>
Fri, 9 Dec 2022 20:56:52 +0000 (20:56 +0000)
commita89755d179254d1c9be3f935f44ba5efece90cc1
treea8038b808c59816eee4c80d30f91170894b25fca
parente4060752e24bb4fae95ee3e8a361d5f839791165
radv: fix task payload lowering when shared_memory_explicit_layout=true

If shared_memory_explicit_layout=true, we would have skipped lowering task
payload variables to explicit types.

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