Home
last modified time | relevance | path

Searched defs:SWR_DS_CONTEXT (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h290 struct SWR_DS_CONTEXT struct
292 … PrimitiveID; // IN: (SCALAR) PrimitiveID for the patch associated with the DS invocation
293 uint32_t vectorOffset; // IN: (SCALAR) vector index offset into SIMD data.
294 …t vectorStride; // IN: (SCALAR) stride (in vectors) of output data per attribute-component
295 …VertexAttribOffset; // IN: (SCALAR) Offset to the attributes as processed by the next shader stage.
296 ScalarPatch* pCpIn; // IN: (SCALAR) Control patch
297 simdscalar* pDomainU; // IN: (SIMD) Domain Point U coords
298 simdscalar* pDomainV; // IN: (SIMD) Domain Point V coords
299 simdscalari mask; // IN: Active mask for shader
300 …putData; // OUT: (SIMD) Vertex Attributes (2D array of vectors, one row per attribute-component)