Home
last modified time | relevance | path

Searched refs:RayQueryCandidateIntersectionType (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.lua1237 RayQueryCandidateIntersectionType = {
H A Dspirv.cs1283 public enum RayQueryCandidateIntersectionType enum in Spv.Specification
H A Dspirv.bf1284 [AllowDuplicates, CRepr] public enum RayQueryCandidateIntersectionType
H A Dspirv.hpp1279 enum RayQueryCandidateIntersectionType { enum
H A Dspirv.hpp111279 enum class RayQueryCandidateIntersectionType : unsigned {
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.lua1229 RayQueryCandidateIntersectionType = {
Dspirv.cs1275 public enum RayQueryCandidateIntersectionType enum in Spv.Specification
Dspirv.bf1276 [AllowDuplicates, CRepr] public enum RayQueryCandidateIntersectionType
Dspirv.hpp1271 enum RayQueryCandidateIntersectionType { enum
Dspirv.hpp111271 enum class RayQueryCandidateIntersectionType : unsigned {
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.lua1294 RayQueryCandidateIntersectionType = {
H A Dspirv.cs1340 public enum RayQueryCandidateIntersectionType enum in Spv.Specification
H A Dspirv.hpp1303 enum RayQueryCandidateIntersectionType { enum
3970 inline const char* RayQueryCandidateIntersectionTypeToString(RayQueryCandidateIntersectionType valu… in RayQueryCandidateIntersectionTypeToString()
H A Dspirv.bf1341 [AllowDuplicates, CRepr] public enum RayQueryCandidateIntersectionType
H A Dspirv.hpp111303 enum class RayQueryCandidateIntersectionType : unsigned {
3970 inline const char* RayQueryCandidateIntersectionTypeToString(RayQueryCandidateIntersectionType valu…
3972 …case RayQueryCandidateIntersectionType::RayQueryCandidateIntersectionTriangleKHR: return "RayQuery…
3973 …case RayQueryCandidateIntersectionType::RayQueryCandidateIntersectionAABBKHR: return "RayQueryCand…
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A Dspirv.hpp1303 enum RayQueryCandidateIntersectionType { enum
3970 inline const char* RayQueryCandidateIntersectionTypeToString(RayQueryCandidateIntersectionType valu… in RayQueryCandidateIntersectionTypeToString()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
Dspirv.hpp1221 enum RayQueryCandidateIntersectionType { enum
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs11871 pub enum RayQueryCandidateIntersectionType { enum
11875 impl RayQueryCandidateIntersectionType { impl
11879 ) -> Result<RayQueryCandidateIntersectionType, ParseError> { in parse() argument