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.h51 AnyHit, enumerator
H A DAttr.td1086 .Case("anyhit", llvm::Triple::AnyHit)
4556 "RayGeneration", "Intersection", "AnyHit", "ClosestHit",
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h286 AnyHit, enumerator
824 Env == Triple::Intersection || Env == Triple::AnyHit || in isShaderStageEnvironment()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp349 case AnyHit: return "anyhit"; in getEnvironmentTypeName()
731 .StartsWith("anyhit", Triple::AnyHit) in parseEnvironment()
2117 static_assert(Triple::AnyHit - Triple::Pixel == 9,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp227 case llvm::Triple::AnyHit: in CheckEntryPoint()