| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSymbolicOperands.td | 349 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 D | HLSLRuntime.h | 40 ENUM_COMPARE_ASSERT(Geometry)
|
| H A D | LangOptions.h | 46 Geometry, enumerator
|
| H A D | Attr.td | 1185 .Case("geometry", llvm::Triple::Geometry) 4981 ["Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
|
| H A D | DiagnosticSemaKinds.td | 13107 "%select{All|Vertex|Hull|Domain|Geometry|Pixel|Amplification|Mesh}9">;
|
| /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 | 356 case Triple::EnvironmentType::Geometry: in swapBytes() 523 if (Stage == Triple::EnvironmentType::Geometry) in swapBytes()
|
| H A D | DXContainerConstants.def | 134 SHADER_VISIBILITY(4, Geometry)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 291 Geometry, enumerator 870 Env == Triple::Geometry || Env == Triple::Hull || in isShaderStageEnvironment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILShaderFlags.cpp | 47 case Triple::EnvironmentType::Geometry: in hasUAVsAtEveryStage()
|
| H A D | DXILTranslateMetadata.cpp | 116 case Triple::Geometry: in getShortShaderStage()
|
| H A D | DXILOpBuilder.cpp | 332 case Triple::Geometry: in getShaderKindEnum()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HLSLRootSignatureTokenKinds.def | 164 SHADER_VISIBILITY_ENUM(Geometry, "SHADER_VISIBILITY_GEOMETRY")
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DXContainerYAML.cpp | 602 case Triple::EnvironmentType::Geometry: in mapInfoForVersion() 647 case Triple::EnvironmentType::Geometry: in mapInfoForVersion()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 370 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 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/Frontend/ |
| H A D | InitPreprocessor.cpp | 412 Twine((uint32_t)ShaderStage::Geometry)); in InitializeStandardPredefinedMacros()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 759 case llvm::Triple::Geometry: in CheckEntryPoint()
|