Home
last modified time | relevance | path

Searched refs:RayQueryCommittedIntersectionKHR (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.lua1228 RayQueryCommittedIntersectionKHR = 1,
H A Dspirv.cs1273 RayQueryCommittedIntersectionKHR = 1, enumerator
H A Dspirv.bf1274 RayQueryCommittedIntersectionKHR = 1,
H A Dspirv.hpp111268 RayQueryCommittedIntersectionKHR = 1,
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.lua1220 RayQueryCommittedIntersectionKHR = 1,
Dspirv.cs1265 RayQueryCommittedIntersectionKHR = 1, enumerator
Dspirv.bf1266 RayQueryCommittedIntersectionKHR = 1,
Dspirv.hpp111260 RayQueryCommittedIntersectionKHR = 1,
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.lua1283 RayQueryCommittedIntersectionKHR = 1,
H A Dspirv.cs1328 RayQueryCommittedIntersectionKHR = 1, enumerator
H A Dspirv.bf1329 RayQueryCommittedIntersectionKHR = 1,
H A Dspirv.hpp111292 RayQueryCommittedIntersectionKHR = 1,
3956 …case RayQueryIntersection::RayQueryCommittedIntersectionKHR: return "RayQueryCommittedIntersection…
/aosp_15_r20/out/soong/.intermediates/external/angle/third_party_spirv_tools_src_spvtools_core_tables_unified1/android_arm64_armv8-2a_cortex-a55/gen/
Doperand.kinds-unified1.inc1407 …{"RayQueryCommittedIntersectionKHR", 1, 0, nullptr, 1, pygen_variable_caps_RayQueryKHR, 0, nullptr…
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs11828 RayQueryCommittedIntersectionKHR, enumerator
11835 1u32 => Self::RayQueryCommittedIntersectionKHR, in parse()