Searched refs:Geometry (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVSymbolicOperands.td | 332 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 D | HLSLRuntime.h | 40 ENUM_COMPARE_ASSERT(Geometry)
|
H A D | LangOptions.h | 44 Geometry, enumerator
|
H A D | Attr.td | 1080 .Case("geometry", llvm::Triple::Geometry) 4555 ["Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HLSL.cpp | 46 case Triple::EnvironmentType::Geometry: in isLegalShaderModel() 80 .Case("gs", Triple::EnvironmentType::Geometry) in tryParseProfile()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 255 case Triple::EnvironmentType::Geometry: in swapBytes() 395 if (Stage == Triple::EnvironmentType::Geometry) in swapBytes()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILMetadata.cpp | 58 case Triple::Geometry: in getShortShaderStage() 314 case Triple::EnvironmentType::Geometry: in createEntryMD()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerYAML.cpp | 289 case Triple::EnvironmentType::Geometry: in mapInfoForVersion() 334 case Triple::EnvironmentType::Geometry: in mapInfoForVersion()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 279 Geometry, enumerator 821 Env == Triple::Geometry || Env == Triple::Hull || in isShaderStageEnvironment()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 342 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 D | scsi_modes | 318 0x04 "Rigid Disk Drive Geometry" {
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | virtual | 52 # Disk Geometry: cylinder, heads, and sectors/track for hard disk
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 222 case llvm::Triple::Geometry: in CheckEntryPoint()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 406 Twine((uint32_t)ShaderStage::Geometry)); in InitializeStandardPredefinedMacros()
|