Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h68 ClosestHit, enumerator
H A DAttr.td4019 "AnyHit", "ClosestHit", "Miss", "Callable", "Mesh",
H A DDiagnosticSemaKinds.td11636 …Geometry|Hull|Domain|Compute|Library|RayGeneration|Intersection|AnyHit|ClosestHit|Miss|Callable|Me…
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp282 case ClosestHit: return "closesthit"; in getEnvironmentTypeName()
626 .StartsWith("closesthit", Triple::ClosestHit) in parseEnvironment()
1954 static_assert(Triple::ClosestHit - Triple::Pixel == 10,
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h261 ClosestHit, enumerator
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp767 EXPECT_EQ(Triple::ClosestHit, T.getEnvironment()); in TEST()