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.h321 struct SWR_DS_CONTEXT struct
323 … PrimitiveID; // IN: (SCALAR) PrimitiveID for the patch associated with the DS invocation
324 uint32_t vectorOffset; // IN: (SCALAR) vector index offset into SIMD data.
325 …t vectorStride; // IN: (SCALAR) stride (in vectors) of output data per attribute-component
326 …VertexAttribOffset; // IN: (SCALAR) Offset to the attributes as processed by the next shader stage.
327 ScalarPatch* pCpIn; // IN: (SCALAR) Control patch
328 simdscalar* pDomainU; // IN: (SIMD) Domain Point U coords
329 simdscalar* pDomainV; // IN: (SIMD) Domain Point V coords
330 simdscalari mask; // IN: Active mask for shader
331 …putData; // OUT: (SIMD) Vertex Attributes (2D array of vectors, one row per attribute-component)
[all …]