Searched defs:SWR_DS_CONTEXT (Results 1 – 1 of 1) sorted by relevance
321 struct SWR_DS_CONTEXT struct323 … PrimitiveID; // IN: (SCALAR) PrimitiveID for the patch associated with the DS invocation324 uint32_t vectorOffset; // IN: (SCALAR) vector index offset into SIMD data.325 …t vectorStride; // IN: (SCALAR) stride (in vectors) of output data per attribute-component326 …VertexAttribOffset; // IN: (SCALAR) Offset to the attributes as processed by the next shader stage.327 ScalarPatch* pCpIn; // IN: (SCALAR) Control patch328 simdscalar* pDomainU; // IN: (SIMD) Domain Point U coords329 simdscalar* pDomainV; // IN: (SIMD) Domain Point V coords330 simdscalari mask; // IN: Active mask for shader331 …putData; // OUT: (SIMD) Vertex Attributes (2D array of vectors, one row per attribute-component)[all …]