Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h47 ENUM_COMPARE_ASSERT(AnyHit)
H A DLangOptions.h72 AnyHit, enumerator
H A DAttr.td4330 "RayGeneration", "Intersection", "AnyHit", "ClosestHit",
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h273 AnyHit, enumerator
792 Env == Triple::Intersection || Env == Triple::AnyHit || in isShaderStageEnvironment()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp320 case AnyHit: return "anyhit"; in getEnvironmentTypeName()
689 .StartsWith("anyhit", Triple::AnyHit) in parseEnvironment()
1964 static_assert(Triple::AnyHit - Triple::Pixel == 9,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12555 case HLSLShaderAttr::AnyHit: in CheckHLSLEntryPoint()