Searched defs:SWR_DS_CONTEXT (Results 1 – 1 of 1) sorted by relevance
290 struct SWR_DS_CONTEXT struct292 … PrimitiveID; // IN: (SCALAR) PrimitiveID for the patch associated with the DS invocation293 uint32_t vectorOffset; // IN: (SCALAR) vector index offset into SIMD data.294 …t vectorStride; // IN: (SCALAR) stride (in vectors) of output data per attribute-component295 …VertexAttribOffset; // IN: (SCALAR) Offset to the attributes as processed by the next shader stage.296 ScalarPatch* pCpIn; // IN: (SCALAR) Control patch297 simdscalar* pDomainU; // IN: (SIMD) Domain Point U coords298 simdscalar* pDomainV; // IN: (SIMD) Domain Point V coords299 simdscalari mask; // IN: Active mask for shader300 …putData; // OUT: (SIMD) Vertex Attributes (2D array of vectors, one row per attribute-component)