Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.lua1227 RayQueryCandidateIntersectionKHR = 0,
H A Dspirv.cs1272 RayQueryCandidateIntersectionKHR = 0, enumerator
H A Dspirv.bf1273 RayQueryCandidateIntersectionKHR = 0,
H A Dspirv.hpp111267 RayQueryCandidateIntersectionKHR = 0,
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.lua1219 RayQueryCandidateIntersectionKHR = 0,
Dspirv.cs1264 RayQueryCandidateIntersectionKHR = 0, enumerator
Dspirv.bf1265 RayQueryCandidateIntersectionKHR = 0,
Dspirv.hpp111259 RayQueryCandidateIntersectionKHR = 0,
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.lua1282 RayQueryCandidateIntersectionKHR = 0,
H A Dspirv.cs1327 RayQueryCandidateIntersectionKHR = 0, enumerator
H A Dspirv.bf1328 RayQueryCandidateIntersectionKHR = 0,
H A Dspirv.hpp111291 RayQueryCandidateIntersectionKHR = 0,
3955 …case RayQueryIntersection::RayQueryCandidateIntersectionKHR: return "RayQueryCandidateIntersection…
/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.inc1406 …{"RayQueryCandidateIntersectionKHR", 0, 0, nullptr, 1, pygen_variable_caps_RayQueryKHR, 0, nullptr…
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs11827 RayQueryCandidateIntersectionKHR, enumerator
11834 0u32 => Self::RayQueryCandidateIntersectionKHR, in parse()