Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp148 if (Stage == Triple::EnvironmentType::Hull) in mapping()
155 if (Stage == Triple::EnvironmentType::Hull) in mapping()
284 case Triple::EnvironmentType::Hull: in mapInfoForVersion()
326 case Triple::EnvironmentType::Hull: in mapInfoForVersion()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h41 ENUM_COMPARE_ASSERT(Hull)
H A DLangOptions.h66 Hull, enumerator
H A DAttr.td4329 ["Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp44 case Triple::EnvironmentType::Hull: in isLegalShaderModel()
81 .Case("hs", Triple::EnvironmentType::Hull) in tryParseProfile()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp51 case Triple::Hull: in getShortShaderStage()
291 case Triple::EnvironmentType::Hull: in createEntryMD()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp385 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0) { in parse()
404 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0 && in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h267 Hull, enumerator
789 Env == Triple::Geometry || Env == Triple::Hull || in isShaderStageEnvironment()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h254 case Triple::EnvironmentType::Hull: in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp314 case Hull: return "hull"; in getEnvironmentTypeName()
683 .StartsWith("hull", Triple::Hull) in parseEnvironment()
1952 static_assert(Triple::Hull - Triple::Pixel == 3,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp394 Twine((uint32_t)ShaderStage::Hull)); in InitializeStandardPredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12551 case HLSLShaderAttr::Hull: in CheckHLSLEntryPoint()