radv: Replace radv_trap_handler_shader with radv_shader.
authorTatsuyuki Ishi <ishitatsuyuki@gmail.com>
Sun, 26 Feb 2023 16:38:28 +0000 (01:38 +0900)
committerMarge Bot <emma+marge@anholt.net>
Wed, 1 Mar 2023 05:12:10 +0000 (05:12 +0000)
commitbab235106e73331c70177f32f33040b41154df64
treecc537bb337d45ce80d3282bfcf49b4d774914b7a
parent1f0fdcb6194b1d8e223488ca44b7a149ba8d88de
radv: Replace radv_trap_handler_shader with radv_shader.

Now that the upload memory is tied to the shader itself, the trap handler
shader no longer needs an additional wrapper.

This is a cleanup to ease introduction of a new shader uploading code path.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21541>
src/amd/vulkan/radv_debug.c
src/amd/vulkan/radv_private.h
src/amd/vulkan/radv_shader.c
src/amd/vulkan/radv_shader.h
src/amd/vulkan/si_cmd_buffer.c