Home | History | Annotate | Download | only in swrast

Lines Matching full:tex_step

632 	   tex_coord[0] += tex_step[0];					\
633 tex_coord[1] += tex_step[1]; \
634 tex_coord[2] += tex_step[2]; \
668 tex_coord[0] += tex_step[0]; \
669 tex_coord[1] += tex_step[1]; \
670 tex_coord[2] += tex_step[2]; \
675 GLfloat tex_coord[3], tex_step[3];
682 tex_step[0] = span->attrStepX[FRAG_ATTRIB_TEX0][0] * (info->smask + 1);
684 tex_step[1] = span->attrStepX[FRAG_ATTRIB_TEX0][1] * (info->tmask + 1);
687 tex_step[2] = span->attrStepX[FRAG_ATTRIB_TEX0][3];