Home
last modified time | relevance | path

Searched refs:Hull (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHLSL.cpp42 case Triple::EnvironmentType::Hull: in isLegalShaderModel()
79 .Case("hs", Triple::EnvironmentType::Hull) in tryParseProfile()
/llvm-project-15.0.7/llvm/docs/
H A DDirectXUsage.rst54 ``hull`` Hull shader (tesselation)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h61 Hull, enumerator
H A DAttr.td4017 ["Pixel", "Vertex", "Geometry", "Hull", "Domain",
H A DDiagnosticSemaKinds.td11636 …age : Error<"attribute %0 is unsupported in %select{Pixel|Vertex|Geometry|Hull|Domain|Compute|Libr…
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp275 case Hull: return "hull"; in getEnvironmentTypeName()
619 .StartsWith("hull", Triple::Hull) in parseEnvironment()
1940 static_assert(Triple::Hull - Triple::Pixel == 3,
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h254 Hull, enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp393 Twine((uint32_t)ShaderStage::Hull)); in InitializeStandardPredefinedMacros()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dimplementation.tex105 \section{Simple Hull}\label{s:simple hull}
126 \begin{definition}[Simple Hull of a Set]
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp725 EXPECT_EQ(Triple::Hull, T.getEnvironment()); in TEST()