Home
last modified time | relevance | path

Searched refs:Mesh (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHLSL.cpp59 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 Dentry_parameter.hlsl5 // expected-error@+1 {{attribute 'SV_GroupIndex' is unsupported in Mesh shaders, requires Compute}}
/llvm-project-15.0.7/llvm/docs/
H A DDirectXUsage.rst64 ``mesh`` Mesh shader
/llvm-project-15.0.7/clang/test/SemaHLSL/
H A Dnum_threads.hlsl102 …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 DDXIL.td32 def ComputeID : dxil_category<"Compute/Mesh/Amplification shader">;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h71 Mesh, enumerator
H A DAttr.td4019 "AnyHit", "ClosestHit", "Miss", "Callable", "Mesh",
H A DDiagnosticSemaKinds.td11636 …ompute|Library|RayGeneration|Intersection|AnyHit|ClosestHit|Miss|Callable|Mesh|Amplification|Inval…
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp285 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 DTriple.h264 Mesh, enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp401 Twine((uint32_t)ShaderStage::Mesh)); in InitializeStandardPredefinedMacros()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp785 EXPECT_EQ(Triple::Mesh, 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()