mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
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:
parent
dc4efab205
commit
0b016f4bff
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue