Home
last modified time | relevance | path

Searched refs:Amplification (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DHLSLRuntime.h52 ENUM_COMPARE_ASSERT(Amplification)
H A DLangOptions.h76 Amplification, enumerator
H A DAttr.td4060 "ClosestHit", "Miss", "Callable", "Mesh", "Amplification"
H A DDiagnosticSemaKinds.td11753 …brary|RayGeneration|Intersection|AnyHit|ClosestHit|Miss|Callable|Mesh|Amplification|Invalid}1 shad…
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHLSL.cpp58 case Triple::EnvironmentType::Amplification: in isLegalShaderModel()
84 .Case("as", Triple::EnvironmentType::Amplification) in tryParseProfile()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp61 case Triple::Amplification: in getShortShaderStage()
288 case Triple::EnvironmentType::Amplification: in createEntryMD()
H A DDXIL.td32 def ComputeID : dxil_category<"Compute/Mesh/Amplification shader">;
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h275 Amplification, enumerator
277 LastEnvironmentType = Amplification
/openbsd/gnu/llvm/llvm/docs/
H A DDirectXUsage.rst65 ``amplification`` Amplification shader
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp292 case Amplification: return "amplification"; in getEnvironmentTypeName()
642 .StartsWith("amplification", Triple::Amplification) in parseEnvironment()
1922 static_assert(Triple::Amplification - Triple::Pixel == 14,
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp400 Twine((uint32_t)ShaderStage::Amplification)); in InitializeStandardPredefinedMacros()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp6936 if (!llvm::is_contained({Triple::Compute, Triple::Mesh, Triple::Amplification, in handleHLSLNumThreadsAttr()