Searched refs:Amplification (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 58 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 D | Triple.h | 265 Amplification, enumerator 267 LastEnvironmentType = Amplification
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DirectXUsage.rst | 65 ``amplification`` Amplification shader
|
| /llvm-project-15.0.7/clang/test/SemaHLSL/ |
| H A D | num_threads.hlsl | 102 …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 D | DXIL.td | 32 def ComputeID : dxil_category<"Compute/Mesh/Amplification shader">;
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 72 Amplification, enumerator
|
| H A D | Attr.td | 4020 "Amplification"]
|
| H A D | DiagnosticSemaKinds.td | 11636 …brary|RayGeneration|Intersection|AnyHit|ClosestHit|Miss|Callable|Mesh|Amplification|Invalid}1 shad…
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 286 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 D | InitPreprocessor.cpp | 399 Twine((uint32_t)ShaderStage::Amplification)); in InitializeStandardPredefinedMacros()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TripleTest.cpp | 791 EXPECT_EQ(Triple::Amplification, T.getEnvironment()); in TEST()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 6816 if (!llvm::is_contained({Triple::Compute, Triple::Mesh, Triple::Amplification, in handleHLSLNumThreadsAttr()
|