Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td349 defm Geometry : CapabilityOperand<2, 0, 0, [], [Shader]>;
370 defm GeometryPointSize : CapabilityOperand<24, 0, 0, [], [Geometry]>;
399 defm GeometryStreams : CapabilityOperand<54, 0, 0, [], [Geometry]>;
402 defm MultiViewport : CapabilityOperand<57, 0, 0, [], [Geometry]>;
442 defm GeometryShaderPassthroughNV : CapabilityOperand<5251, 0, 0, [], [Geometry]>;
614 defm Geometry: ExecutionModelOperand<3, [Geometry]>;
676 defm Invocations : ExecutionModeOperand<0, [Geometry]>;
694 defm InputPoints : ExecutionModeOperand<19, [Geometry]>;
695 defm InputLines : ExecutionModeOperand<20, [Geometry]>;
696 defm InputLinesAdjacency : ExecutionModeOperand<21, [Geometry]>;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h40 ENUM_COMPARE_ASSERT(Geometry)
H A DLangOptions.h46 Geometry, enumerator
H A DAttr.td1185 .Case("geometry", llvm::Triple::Geometry)
4981 ["Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
H A DDiagnosticSemaKinds.td13107 "%select{All|Vertex|Hull|Domain|Geometry|Pixel|Amplification|Mesh}9">;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp46 case Triple::EnvironmentType::Geometry: in isLegalShaderModel()
80 .Case("gs", Triple::EnvironmentType::Geometry) in tryParseProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h356 case Triple::EnvironmentType::Geometry: in swapBytes()
523 if (Stage == Triple::EnvironmentType::Geometry) in swapBytes()
H A DDXContainerConstants.def134 SHADER_VISIBILITY(4, Geometry)
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h291 Geometry, enumerator
870 Env == Triple::Geometry || Env == Triple::Hull || in isShaderStageEnvironment()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.cpp47 case Triple::EnvironmentType::Geometry: in hasUAVsAtEveryStage()
H A DDXILTranslateMetadata.cpp116 case Triple::Geometry: in getShortShaderStage()
H A DDXILOpBuilder.cpp332 case Triple::Geometry: in getShaderKindEnum()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHLSLRootSignatureTokenKinds.def164 SHADER_VISIBILITY_ENUM(Geometry, "SHADER_VISIBILITY_GEOMETRY")
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp602 case Triple::EnvironmentType::Geometry: in mapInfoForVersion()
647 case Triple::EnvironmentType::Geometry: in mapInfoForVersion()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp370 case Geometry: return "geometry"; in getEnvironmentTypeName()
758 .StartsWith("geometry", Triple::Geometry) in parseEnvironment()
2312 static_assert(Triple::Geometry - Triple::Pixel == 2,
/freebsd/share/misc/
H A Dscsi_modes318 0x04 "Rigid Disk Drive Geometry" {
/freebsd/contrib/file/magic/Magdir/
H A Dvirtual52 # Disk Geometry: cylinder, heads, and sectors/track for hard disk
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp412 Twine((uint32_t)ShaderStage::Geometry)); in InitializeStandardPredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp759 case llvm::Triple::Geometry: in CheckEntryPoint()