radv/rt: create separate radv_rt_pipeline struct
authorDaniel Schürmann <daniel@schuermann.dev>
Thu, 22 Sep 2022 13:26:01 +0000 (15:26 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 26 Sep 2022 13:03:44 +0000 (13:03 +0000)
commit40366a3aaf869ebc15b81f8772906b7ef4d0e9a5
tree7a98bde6680f4134b85c12f5838fdb0711979571
parentb93b696356d31123dc3792d6afda421f7fcdabf3
radv/rt: create separate radv_rt_pipeline struct

inherited from radv_compute_pipeline to contain all RT-related information.
This will make it easier to transition to RT shader functions.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18755>
src/amd/vulkan/radv_cmd_buffer.c
src/amd/vulkan/radv_pipeline.c
src/amd/vulkan/radv_pipeline_rt.c
src/amd/vulkan/radv_private.h