Home
last modified time | relevance | path

Searched refs:Geometry (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHLSL.cpp44 case Triple::EnvironmentType::Geometry: in isLegalShaderModel()
78 .Case("gs", Triple::EnvironmentType::Geometry) in tryParseProfile()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dtarget-env.mlir22 // The GeometryPointSize capability implies the Geometry capability, which
109 spv.target_env = #spv.target_env<#spv.vce<v1.0, [Geometry], []>, #spv.resource_limits<>>
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h27 Geometry = 2, enumerator
179 Geometry = 3, enumerator
H A DSPIRVBaseInfo.cpp35 CASE(Capability, Geometry) in getCapabilityName()
185 CASE(ExecutionModel, Geometry) in getExecutionModelName()
/llvm-project-15.0.7/llvm/docs/
H A DDirectXUsage.rst53 ``geometry`` Geometry shader
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h60 Geometry, enumerator
H A DAttr.td4017 ["Pixel", "Vertex", "Geometry", "Hull", "Domain",
H A DDiagnosticSemaKinds.td11636 …d_in_stage : Error<"attribute %0 is unsupported in %select{Pixel|Vertex|Geometry|Hull|Domain|Compu…
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp274 case Geometry: return "geometry"; in getEnvironmentTypeName()
618 .StartsWith("geometry", Triple::Geometry) in parseEnvironment()
1938 static_assert(Triple::Geometry - Triple::Pixel == 2,
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h253 Geometry, enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp391 Twine((uint32_t)ShaderStage::Geometry)); in InitializeStandardPredefinedMacros()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td933 def SPV_C_Geometry : I32EnumAttrCase<"Geometry", 2> {
3029 def SPV_EM_Geometry : I32EnumAttrCase<"Geometry", 3> {
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp718 EXPECT_EQ(Triple::Geometry, T.getEnvironment()); in TEST()