radv: use a separate compute path in radv_flush_constants()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 13 Mar 2023 15:02:32 +0000 (16:02 +0100)
committerMarge Bot <emma+marge@anholt.net>
Tue, 21 Mar 2023 20:36:12 +0000 (20:36 +0000)
commit0514c015e698b3952c70bd5e98b87e6571ff44a4
tree3499c3274213bdd25fb8d7a420b69390103f7c3c
parente7bbd610b8a909ef9e334faeccb87088788d19c6
radv: use a separate compute path in radv_flush_constants()

radv_get_shader() will be a radv_graphics_pipeline only function.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21878>
src/amd/vulkan/radv_cmd_buffer.c