Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHLSL.cpp58 case Triple::EnvironmentType::Amplification: in isLegalShaderModel()
84 .Case("as", Triple::EnvironmentType::Amplification) in tryParseProfile()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h265 Amplification, enumerator
267 LastEnvironmentType = Amplification
/llvm-project-15.0.7/llvm/docs/
H A DDirectXUsage.rst65 ``amplification`` Amplification shader
/llvm-project-15.0.7/clang/test/SemaHLSL/
H A Dnum_threads.hlsl102 …umthreads' is unsupported in {{[A-Za-z]+}} shaders, requires Compute, Amplification, Mesh or Libra…
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXIL.td32 def ComputeID : dxil_category<"Compute/Mesh/Amplification shader">;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h72 Amplification, enumerator
H A DAttr.td4020 "Amplification"]
H A DDiagnosticSemaKinds.td11636 …brary|RayGeneration|Intersection|AnyHit|ClosestHit|Miss|Callable|Mesh|Amplification|Invalid}1 shad…
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp286 case Amplification: return "amplification"; in getEnvironmentTypeName()
630 .StartsWith("amplification", Triple::Amplification) in parseEnvironment()
1962 static_assert(Triple::Amplification - Triple::Pixel == 14,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp399 Twine((uint32_t)ShaderStage::Amplification)); in InitializeStandardPredefinedMacros()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp791 EXPECT_EQ(Triple::Amplification, T.getEnvironment()); in TEST()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp6816 if (!llvm::is_contained({Triple::Compute, Triple::Mesh, Triple::Amplification, in handleHLSLNumThreadsAttr()