OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tex_step
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_triangle.c
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];
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
[2] = span->attrStepX[FRAG_ATTRIB_TEX0][3]
[
all
...]
Completed in 775 milliseconds