Searched refs:Geometry (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSymbolicOperands.td | 324 defm Geometry : CapabilityOperand<2, 0, 0, [], [Shader]>; 537 defm Geometry: ExecutionModelOperand<3, [Geometry]>; 599 defm Invocations : ExecutionModeOperand<0, [Geometry]>; 617 defm InputPoints : ExecutionModeOperand<19, [Geometry]>; 618 defm InputLines : ExecutionModeOperand<20, [Geometry]>; 619 defm InputLinesAdjacency : ExecutionModeOperand<21, [Geometry]>; 620 defm Triangles : ExecutionModeOperand<22, [Geometry]>; 624 defm OutputVertices : ExecutionModeOperand<26, [Geometry]>; 625 defm OutputPoints : ExecutionModeOperand<27, [Geometry]>; 626 defm OutputLineStrip : ExecutionModeOperand<28, [Geometry]>; [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/gpu/ |
| H A D | arm,mali-utgard.yaml | 70 - gp # Geometry Processor interrupt 71 - gpmmu # Geometry Processor MMU interrupt
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | HLSLRuntime.h | 40 ENUM_COMPARE_ASSERT(Geometry)
|
| H A D | LangOptions.h | 65 Geometry, enumerator
|
| H A D | Attr.td | 4329 ["Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainer.h | 251 case Triple::EnvironmentType::Geometry: in swapBytes() 391 if (Stage == Triple::EnvironmentType::Geometry) in swapBytes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILMetadata.cpp | 49 case Triple::Geometry: in getShortShaderStage() 293 case Triple::EnvironmentType::Geometry: in createEntryMD()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DXContainerYAML.cpp | 278 case Triple::EnvironmentType::Geometry: in mapInfoForVersion() 323 case Triple::EnvironmentType::Geometry: in mapInfoForVersion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 266 Geometry, enumerator 789 Env == Triple::Geometry || Env == Triple::Hull || in isShaderStageEnvironment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 313 case Geometry: return "geometry"; in getEnvironmentTypeName() 682 .StartsWith("geometry", Triple::Geometry) in parseEnvironment() 1950 static_assert(Triple::Geometry - Triple::Pixel == 2,
|
| /freebsd-14.2/share/misc/ |
| H A D | scsi_modes | 318 0x04 "Rigid Disk Drive Geometry" {
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | virtual | 52 # Disk Geometry: cylinder, heads, and sectors/track for hard disk
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 392 Twine((uint32_t)ShaderStage::Geometry)); in InitializeStandardPredefinedMacros()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 12550 case HLSLShaderAttr::Geometry: in CheckHLSLEntryPoint()
|