Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td332 defm Geometry : CapabilityOperand<2, 0, 0, [], [Shader]>;
353 defm GeometryPointSize : CapabilityOperand<24, 0, 0, [], [Geometry]>;
380 defm GeometryStreams : CapabilityOperand<54, 0, 0, [], [Geometry]>;
383 defm MultiViewport : CapabilityOperand<57, 0, 0, [], [Geometry]>;
423 defm GeometryShaderPassthroughNV : CapabilityOperand<5251, 0, 0, [], [Geometry]>;
565 defm Geometry: ExecutionModelOperand<3, [Geometry]>;
627 defm Invocations : ExecutionModeOperand<0, [Geometry]>;
645 defm InputPoints : ExecutionModeOperand<19, [Geometry]>;
646 defm InputLines : ExecutionModeOperand<20, [Geometry]>;
647 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.h44 Geometry, enumerator
H A DAttr.td1080 .Case("geometry", llvm::Triple::Geometry)
4555 ["Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
/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.h255 case Triple::EnvironmentType::Geometry: in swapBytes()
395 if (Stage == Triple::EnvironmentType::Geometry) in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp58 case Triple::Geometry: in getShortShaderStage()
314 case Triple::EnvironmentType::Geometry: in createEntryMD()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp289 case Triple::EnvironmentType::Geometry: in mapInfoForVersion()
334 case Triple::EnvironmentType::Geometry: in mapInfoForVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h279 Geometry, enumerator
821 Env == Triple::Geometry || Env == Triple::Hull || in isShaderStageEnvironment()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp342 case Geometry: return "geometry"; in getEnvironmentTypeName()
724 .StartsWith("geometry", Triple::Geometry) in parseEnvironment()
2103 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/Sema/
H A DSemaHLSL.cpp222 case llvm::Triple::Geometry: in CheckEntryPoint()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp406 Twine((uint32_t)ShaderStage::Geometry)); in InitializeStandardPredefinedMacros()