radv/rt: Get rid of null index AABB intersection handling
authorKonstantin Seurer <konstantin.seurer@gmail.com>
Sat, 12 Nov 2022 23:07:35 +0000 (00:07 +0100)
committerMarge Bot <emma+marge@anholt.net>
Mon, 14 Nov 2022 17:37:38 +0000 (17:37 +0000)
commit71c4543af1ad7b2b51f18140373b8756c1631d07
tree5163af452106045c2a51a1f63949efe1a6244b1e
parentff896d5d0987768412b0ae741ec66b12b30c8d31
radv/rt: Get rid of null index AABB intersection handling

If the intersection shader is VK_SHADER_UNUSED_KHR (which is only allowed for a zero shader group) then no further processing of the intersection candidate occurs.

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