Module: Mesa
Branch: main
Commit: 8ae5a4299035ae18e306ea30dc78f250951eb9c8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ae5a4299035ae18e306ea30dc78f250951eb9c8

Author: Konstantin Seurer <[email protected]>
Date:   Wed Feb 22 17:47:58 2023 +0100

nir: Add cull_mask_and_flags_amd intrinsic

Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21470>

---

 src/compiler/nir/nir_intrinsics.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compiler/nir/nir_intrinsics.py 
b/src/compiler/nir/nir_intrinsics.py
index f652feee4d6..30ee3818d9f 100644
--- a/src/compiler/nir/nir_intrinsics.py
+++ b/src/compiler/nir/nir_intrinsics.py
@@ -1467,6 +1467,7 @@ system_value("rt_dynamic_callable_stack_base_amd", 1)
 system_value("sbt_offset_amd", 1)
 system_value("sbt_stride_amd", 1)
 system_value("accel_struct_amd", 1, bit_sizes=[64])
+system_value("cull_mask_and_flags_amd", 1)
 
 #   0. SBT Index
 #   1. Ray Tmax

Reply via email to