Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td324 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 Darm,mali-utgard.yaml70 - gp # Geometry Processor interrupt
71 - gpmmu # Geometry Processor MMU interrupt
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h40 ENUM_COMPARE_ASSERT(Geometry)
H A DLangOptions.h65 Geometry, enumerator
H A DAttr.td4329 ["Pixel", "Vertex", "Geometry", "Hull", "Domain", "Compute",
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h251 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 DDXILMetadata.cpp49 case Triple::Geometry: in getShortShaderStage()
293 case Triple::EnvironmentType::Geometry: in createEntryMD()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp278 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 DTriple.h266 Geometry, enumerator
789 Env == Triple::Geometry || Env == Triple::Hull || in isShaderStageEnvironment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp313 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 Dscsi_modes318 0x04 "Rigid Disk Drive Geometry" {
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dvirtual52 # Disk Geometry: cylinder, heads, and sectors/track for hard disk
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp392 Twine((uint32_t)ShaderStage::Geometry)); in InitializeStandardPredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12550 case HLSLShaderAttr::Geometry: in CheckHLSLEntryPoint()