Searched refs:RayQueryCandidateIntersectionType (Results 1 – 18 of 18) sorted by relevance
1237 RayQueryCandidateIntersectionType = {
1283 public enum RayQueryCandidateIntersectionType enum in Spv.Specification
1284 [AllowDuplicates, CRepr] public enum RayQueryCandidateIntersectionType
1279 enum RayQueryCandidateIntersectionType { enum
1279 enum class RayQueryCandidateIntersectionType : unsigned {
1229 RayQueryCandidateIntersectionType = {
1275 public enum RayQueryCandidateIntersectionType enum in Spv.Specification
1276 [AllowDuplicates, CRepr] public enum RayQueryCandidateIntersectionType
1271 enum RayQueryCandidateIntersectionType { enum
1271 enum class RayQueryCandidateIntersectionType : unsigned {
1294 RayQueryCandidateIntersectionType = {
1340 public enum RayQueryCandidateIntersectionType enum in Spv.Specification
1303 enum RayQueryCandidateIntersectionType { enum3970 inline const char* RayQueryCandidateIntersectionTypeToString(RayQueryCandidateIntersectionType valu… in RayQueryCandidateIntersectionTypeToString()
1341 [AllowDuplicates, CRepr] public enum RayQueryCandidateIntersectionType
1303 enum class RayQueryCandidateIntersectionType : unsigned {3970 inline const char* RayQueryCandidateIntersectionTypeToString(RayQueryCandidateIntersectionType valu…3972 …case RayQueryCandidateIntersectionType::RayQueryCandidateIntersectionTriangleKHR: return "RayQuery…3973 …case RayQueryCandidateIntersectionType::RayQueryCandidateIntersectionAABBKHR: return "RayQueryCand…
1221 enum RayQueryCandidateIntersectionType { enum
11871 pub enum RayQueryCandidateIntersectionType { enum11875 impl RayQueryCandidateIntersectionType { impl11879 ) -> Result<RayQueryCandidateIntersectionType, ParseError> { in parse() argument