Home
last modified time | relevance | path

Searched refs:RayGeneration (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h65 RayGeneration, enumerator
H A DAttr.td4018 "Compute", "RayGeneration", "Intersection",
H A DDiagnosticSemaKinds.td11636 …upported in %select{Pixel|Vertex|Geometry|Hull|Domain|Compute|Library|RayGeneration|Intersection|A…
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp279 case RayGeneration: return "raygeneration"; in getEnvironmentTypeName()
623 .StartsWith("raygeneration", Triple::RayGeneration) in parseEnvironment()
1948 static_assert(Triple::RayGeneration - Triple::Pixel == 7,
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h258 RayGeneration, enumerator
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp749 EXPECT_EQ(Triple::RayGeneration, T.getEnvironment()); in TEST()