Searched refs:Hull (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 42 case Triple::EnvironmentType::Hull: in isLegalShaderModel() 79 .Case("hs", Triple::EnvironmentType::Hull) in tryParseProfile()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DirectXUsage.rst | 54 ``hull`` Hull shader (tesselation)
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 61 Hull, enumerator
|
| H A D | Attr.td | 4017 ["Pixel", "Vertex", "Geometry", "Hull", "Domain",
|
| H A D | DiagnosticSemaKinds.td | 11636 …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 D | Triple.cpp | 275 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 D | Triple.h | 254 Hull, enumerator
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 393 Twine((uint32_t)ShaderStage::Hull)); in InitializeStandardPredefinedMacros()
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | implementation.tex | 105 \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 D | TripleTest.cpp | 725 EXPECT_EQ(Triple::Hull, T.getEnvironment()); in TEST()
|