Searched refs:AnyHit (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 67 AnyHit, enumerator
|
| H A D | Attr.td | 4019 "AnyHit", "ClosestHit", "Miss", "Callable", "Mesh",
|
| H A D | DiagnosticSemaKinds.td | 11636 …l|Vertex|Geometry|Hull|Domain|Compute|Library|RayGeneration|Intersection|AnyHit|ClosestHit|Miss|Ca…
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 281 case AnyHit: return "anyhit"; in getEnvironmentTypeName() 625 .StartsWith("anyhit", Triple::AnyHit) in parseEnvironment() 1952 static_assert(Triple::AnyHit - Triple::Pixel == 9,
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 260 AnyHit, enumerator
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TripleTest.cpp | 761 EXPECT_EQ(Triple::AnyHit, T.getEnvironment()); in TEST()
|