Searched refs:Mesh (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 59 case Triple::EnvironmentType::Mesh: { in isLegalShaderModel() 83 .Case("ms", Triple::EnvironmentType::Mesh) in tryParseProfile()
|
| /llvm-project-15.0.7/clang/test/SemaHLSL/Semantics/ |
| H A D | entry_parameter.hlsl | 5 // expected-error@+1 {{attribute 'SV_GroupIndex' is unsupported in Mesh shaders, requires Compute}}
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DirectXUsage.rst | 64 ``mesh`` Mesh shader
|
| /llvm-project-15.0.7/clang/test/SemaHLSL/ |
| H A D | num_threads.hlsl | 102 …hreads' is unsupported in {{[A-Za-z]+}} shaders, requires Compute, Amplification, Mesh or Library}}
|
| /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 | 71 Mesh, enumerator
|
| H A D | Attr.td | 4019 "AnyHit", "ClosestHit", "Miss", "Callable", "Mesh",
|
| H A D | DiagnosticSemaKinds.td | 11636 …ompute|Library|RayGeneration|Intersection|AnyHit|ClosestHit|Miss|Callable|Mesh|Amplification|Inval…
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 285 case Mesh: return "mesh"; in getEnvironmentTypeName() 629 .StartsWith("mesh", Triple::Mesh) in parseEnvironment() 1960 static_assert(Triple::Mesh - Triple::Pixel == 13,
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 264 Mesh, enumerator
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 401 Twine((uint32_t)ShaderStage::Mesh)); in InitializeStandardPredefinedMacros()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TripleTest.cpp | 785 EXPECT_EQ(Triple::Mesh, 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()
|