Searched refs:Hull (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | HLSLRuntime.h | 41 ENUM_COMPARE_ASSERT(Hull)
|
| H A D | LangOptions.h | 47 Hull, enumerator
|
| H A D | Attr.td | 1186 .Case("hull", llvm::Triple::Hull) 4981 ["Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
|
| H A D | DiagnosticSemaKinds.td | 13107 "%select{All|Vertex|Hull|Domain|Geometry|Pixel|Amplification|Mesh}9">;
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DXContainerYAML.cpp | 343 if (Stage == Triple::EnvironmentType::Hull) in mapping() 350 if (Stage == Triple::EnvironmentType::Hull) in mapping() 608 case Triple::EnvironmentType::Hull: in mapInfoForVersion() 650 case Triple::EnvironmentType::Hull: in mapInfoForVersion()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 44 case Triple::EnvironmentType::Hull: in isLegalShaderModel() 81 .Case("hs", Triple::EnvironmentType::Hull) in tryParseProfile()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | DXContainer.cpp | 448 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0) { in parse() 467 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0 && in parse()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 292 Hull, enumerator 870 Env == Triple::Geometry || Env == Triple::Hull || in isShaderStageEnvironment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILShaderFlags.cpp | 48 case Triple::EnvironmentType::Hull: in hasUAVsAtEveryStage()
|
| H A D | DXILTranslateMetadata.cpp | 118 case Triple::Hull: in getShortShaderStage()
|
| H A D | DXILOpBuilder.cpp | 334 case Triple::Hull: in getShaderKindEnum()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HLSLRootSignatureTokenKinds.def | 162 SHADER_VISIBILITY_ENUM(Hull, "SHADER_VISIBILITY_HULL")
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 132 SHADER_VISIBILITY(2, Hull)
|
| H A D | DXContainer.h | 359 case Triple::EnvironmentType::Hull: in swapBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 371 case Hull: return "hull"; in getEnvironmentTypeName() 759 .StartsWith("hull", Triple::Hull) in parseEnvironment() 2314 static_assert(Triple::Hull - Triple::Pixel == 3,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 414 Twine((uint32_t)ShaderStage::Hull)); in InitializeStandardPredefinedMacros()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 760 case llvm::Triple::Hull: in CheckEntryPoint()
|