radv/rt: introduce and use radv_rt_pipeline_compile()
authorDaniel Schürmann <daniel@schuermann.dev>
Tue, 7 Mar 2023 11:40:08 +0000 (12:40 +0100)
committerMarge Bot <emma+marge@anholt.net>
Tue, 7 Mar 2023 17:00:50 +0000 (17:00 +0000)
commitd06aa7b71d13f0b3616806f0bc830269dd48583e
treed79dff8cb332dd06cb4df8bfb66c5ac048d4f0ae
parentf1565de4cc934f8a78adb22c00edd161eae09b54
radv/rt: introduce and use radv_rt_pipeline_compile()

This is essentially a code-duplication of radv_compute_pipeline_compile()
but will later be more specialized for the needs of RT pipelines.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21764>
src/amd/vulkan/radv_pipeline_rt.c