Searched refs:Geometry (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 44 case Triple::EnvironmentType::Geometry: in isLegalShaderModel() 78 .Case("gs", Triple::EnvironmentType::Geometry) in tryParseProfile()
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | target-env.mlir | 22 // The GeometryPointSize capability implies the Geometry capability, which 109 spv.target_env = #spv.target_env<#spv.vce<v1.0, [Geometry], []>, #spv.resource_limits<>>
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.h | 27 Geometry = 2, enumerator 179 Geometry = 3, enumerator
|
| H A D | SPIRVBaseInfo.cpp | 35 CASE(Capability, Geometry) in getCapabilityName() 185 CASE(ExecutionModel, Geometry) in getExecutionModelName()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DirectXUsage.rst | 53 ``geometry`` Geometry shader
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 60 Geometry, enumerator
|
| H A D | Attr.td | 4017 ["Pixel", "Vertex", "Geometry", "Hull", "Domain",
|
| H A D | DiagnosticSemaKinds.td | 11636 …d_in_stage : Error<"attribute %0 is unsupported in %select{Pixel|Vertex|Geometry|Hull|Domain|Compu…
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 274 case Geometry: return "geometry"; in getEnvironmentTypeName() 618 .StartsWith("geometry", Triple::Geometry) in parseEnvironment() 1938 static_assert(Triple::Geometry - Triple::Pixel == 2,
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 253 Geometry, enumerator
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 391 Twine((uint32_t)ShaderStage::Geometry)); in InitializeStandardPredefinedMacros()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVBase.td | 933 def SPV_C_Geometry : I32EnumAttrCase<"Geometry", 2> { 3029 def SPV_EM_Geometry : I32EnumAttrCase<"Geometry", 3> {
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TripleTest.cpp | 718 EXPECT_EQ(Triple::Geometry, T.getEnvironment()); in TEST()
|