Home
last modified time | relevance | path

Searched refs:tex_step (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_triangle.c632 tex_coord[0] += tex_step[0]; \ in fast_persp_span()
633 tex_coord[1] += tex_step[1]; \ in fast_persp_span()
634 tex_coord[2] += tex_step[2]; \ in fast_persp_span()
668 tex_coord[0] += tex_step[0]; \ in fast_persp_span()
669 tex_coord[1] += tex_step[1]; \ in fast_persp_span()
670 tex_coord[2] += tex_step[2]; \ in fast_persp_span()
675 GLfloat tex_coord[3], tex_step[3]; in fast_persp_span() local
682 tex_step[0] = span->attrStepX[FRAG_ATTRIB_TEX0][0] * (info->smask + 1); in fast_persp_span()
684 tex_step[1] = span->attrStepX[FRAG_ATTRIB_TEX0][1] * (info->tmask + 1); in fast_persp_span()
687 tex_step[2] = span->attrStepX[FRAG_ATTRIB_TEX0][3]; in fast_persp_span()