Searched defs:tex_step (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c632 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]; local
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[
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c632 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]; local
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[
[all...]

Completed in 174 milliseconds