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.c633 tex_coord[0] += tex_step[0]; \ in fast_persp_span()
634 tex_coord[1] += tex_step[1]; \ in fast_persp_span()
635 tex_coord[2] += tex_step[2]; \ in fast_persp_span()
669 tex_coord[0] += tex_step[0]; \ in fast_persp_span()
670 tex_coord[1] += tex_step[1]; \ in fast_persp_span()
671 tex_coord[2] += tex_step[2]; \ in fast_persp_span()
676 GLfloat tex_coord[3], tex_step[3]; in fast_persp_span() local
683 tex_step[0] = span->attrStepX[VARYING_SLOT_TEX0][0] * (info->smask + 1); in fast_persp_span()
685 tex_step[1] = span->attrStepX[VARYING_SLOT_TEX0][1] * (info->tmask + 1); in fast_persp_span()
688 tex_step[2] = span->attrStepX[VARYING_SLOT_TEX0][3]; in fast_persp_span()