Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Ddeduct1.C4 struct Mesh { }; struct
13 struct Mesh<CS, RectGrid> { };
16 struct Mesh<CS, RectMesh> : public Mesh<CS, RectGrid> { };
19 void foo(const Mesh<CS, RectGrid> &)
25 Mesh<Cartesian, RectMesh> m;
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash5.C13 TecMesh& Mesh; member
18 : Mesh(m) in D()
20 X x(D::Mesh); in D()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DHLSLRuntime.h51 ENUM_COMPARE_ASSERT(Mesh)
H A DLangOptions.h75 Mesh, enumerator
H A DAttr.td4060 "ClosestHit", "Miss", "Callable", "Mesh", "Amplification"
H A DDiagnosticSemaKinds.td11753 …ompute|Library|RayGeneration|Intersection|AnyHit|ClosestHit|Miss|Callable|Mesh|Amplification|Inval…
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHLSL.cpp59 case Triple::EnvironmentType::Mesh: { in isLegalShaderModel()
83 .Case("ms", Triple::EnvironmentType::Mesh) in tryParseProfile()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp59 case Triple::Mesh: in getShortShaderStage()
289 case Triple::EnvironmentType::Mesh: in createEntryMD()
H A DDXIL.td32 def ComputeID : dxil_category<"Compute/Mesh/Amplification shader">;
/openbsd/gnu/llvm/llvm/docs/
H A DDirectXUsage.rst64 ``mesh`` Mesh shader
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp291 case Mesh: return "mesh"; in getEnvironmentTypeName()
641 .StartsWith("mesh", Triple::Mesh) in parseEnvironment()
1920 static_assert(Triple::Mesh - Triple::Pixel == 13,
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h274 Mesh, enumerator
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp402 Twine((uint32_t)ShaderStage::Mesh)); in InitializeStandardPredefinedMacros()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp6936 if (!llvm::is_contained({Triple::Compute, Triple::Mesh, Triple::Amplification, in handleHLSLNumThreadsAttr()