Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDXContainerYAML.cpp159 if (Stage == Triple::EnvironmentType::Hull) in mapping()
166 if (Stage == Triple::EnvironmentType::Hull) in mapping()
295 case Triple::EnvironmentType::Hull: in mapInfoForVersion()
337 case Triple::EnvironmentType::Hull: in mapInfoForVersion()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDHLSLRuntime.h41 ENUM_COMPARE_ASSERT(Hull)
HDLangOptions.h45 Hull, enumerator
HDAttr.td1081 .Case("hull", llvm::Triple::Hull)
4555 ["Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDHLSL.cpp44 case Triple::EnvironmentType::Hull: in isLegalShaderModel()
81 .Case("hs", Triple::EnvironmentType::Hull) in tryParseProfile()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXILMetadata.cpp60 case Triple::Hull: in getShortShaderStage()
312 case Triple::EnvironmentType::Hull: in createEntryMD()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDDXContainer.cpp393 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0) { in parse()
412 if (ShaderStage == Triple::Hull && PatchConstOrPrimVectorCount > 0 && in parse()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDTriple.h280 Hull, enumerator
821 Env == Triple::Geometry || Env == Triple::Hull || in isShaderStageEnvironment()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDXContainer.h258 case Triple::EnvironmentType::Hull: in swapBytes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDTriple.cpp343 case Hull: return "hull"; in getEnvironmentTypeName()
725 .StartsWith("hull", Triple::Hull) in parseEnvironment()
2105 static_assert(Triple::Hull - Triple::Pixel == 3,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaHLSL.cpp223 case llvm::Triple::Hull: in CheckEntryPoint()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDInitPreprocessor.cpp408 Twine((uint32_t)ShaderStage::Hull)); in InitializeStandardPredefinedMacros()