Searched refs:RayQueryCommittedIntersectionType (Results 1 – 18 of 18) sorted by relevance
1231 RayQueryCommittedIntersectionType = {
1276 public enum RayQueryCommittedIntersectionType enum in Spv.Specification
1277 [AllowDuplicates, CRepr] public enum RayQueryCommittedIntersectionType
1272 enum RayQueryCommittedIntersectionType { enum
1272 enum class RayQueryCommittedIntersectionType : unsigned {
1223 RayQueryCommittedIntersectionType = {
1268 public enum RayQueryCommittedIntersectionType enum in Spv.Specification
1269 [AllowDuplicates, CRepr] public enum RayQueryCommittedIntersectionType
1264 enum RayQueryCommittedIntersectionType { enum
1264 enum class RayQueryCommittedIntersectionType : unsigned {
1287 RayQueryCommittedIntersectionType = {
1332 public enum RayQueryCommittedIntersectionType enum in Spv.Specification
1296 enum class RayQueryCommittedIntersectionType : unsigned {3961 inline const char* RayQueryCommittedIntersectionTypeToString(RayQueryCommittedIntersectionType valu…3963 …case RayQueryCommittedIntersectionType::RayQueryCommittedIntersectionNoneKHR: return "RayQueryComm…3964 …case RayQueryCommittedIntersectionType::RayQueryCommittedIntersectionTriangleKHR: return "RayQuery…3965 …case RayQueryCommittedIntersectionType::RayQueryCommittedIntersectionGeneratedKHR: return "RayQuer…
1296 enum RayQueryCommittedIntersectionType { enum3961 inline const char* RayQueryCommittedIntersectionTypeToString(RayQueryCommittedIntersectionType valu… in RayQueryCommittedIntersectionTypeToString()
1333 [AllowDuplicates, CRepr] public enum RayQueryCommittedIntersectionType
1214 enum RayQueryCommittedIntersectionType { enum
11846 pub enum RayQueryCommittedIntersectionType { enum11851 impl RayQueryCommittedIntersectionType { implementation11855 ) -> Result<RayQueryCommittedIntersectionType, ParseError> { in parse() argument