Home | History | Annotate | Download | only in swrast

Lines Matching refs:attrStart

681    tex_coord[0] = span->attrStart[FRAG_ATTRIB_TEX0][0]  * (info->smask + 1);
683 tex_coord[1] = span->attrStart[FRAG_ATTRIB_TEX0][1] * (info->tmask + 1);
685 /* span->attrStart[FRAG_ATTRIB_TEX0][2] only if 3D-texturing, here only 2D */
686 tex_coord[2] = span->attrStart[FRAG_ATTRIB_TEX0][3];