nir: add new system values for descriptor heap RT traversal inputs

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39483>
This commit is contained in:
Samuel Pitoiset 2026-04-09 11:52:45 +02:00 committed by Marge Bot
parent dc4efab205
commit 0b016f4bff

View file

@ -2107,6 +2107,8 @@ system_value("resume_shader_address_amd", 1, bit_sizes=[64], indices=[CALL_IDX])
# Ray Tracing Traversal inputs
system_value("rt_descriptors_amd", 1)
system_value("rt_heap_resource_amd", 1)
system_value("rt_heap_sampler_amd", 1)
system_value("rt_dynamic_descriptors_amd", 1)
system_value("rt_push_constants_amd", 1)
system_value("sbt_offset_amd", 1)