Lines Matching refs:Geometry
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]>;
648 defm Triangles : ExecutionModeOperand<22, [Geometry]>;
649 defm InputTrianglesAdjacency : ExecutionModeOperand<23, [Geometry]>;
652 defm OutputVertices : ExecutionModeOperand<26, [Geometry]>;
653 defm OutputPoints : ExecutionModeOperand<27, [Geometry]>;
654 defm OutputLineStrip : ExecutionModeOperand<28, [Geometry]>;
655 defm OutputTriangleStrip : ExecutionModeOperand<29, [Geometry]>;
1253 defm PrimitiveId : BuiltInOperand<7, 0, 0, [], [Geometry, Tessellation, RayTracingNV]>;
1254 defm InvocationId : BuiltInOperand<8, 0, 0, [], [Geometry, Tessellation]>;
1255 defm Layer : BuiltInOperand<9, 0, 0, [], [Geometry]>;