Searched defs:S_SCALE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c122 #define S_SCALE twidth macro
180 #define S_SCALE twidth macro
536 #define S_SCALE twidth macro
H A Ds_tritemp.h399 GLfloat eMaj_ds = (vMax->attrib[FRAG_ATTRIB_TEX0][0] - vMin->attrib[FRAG_ATTRIB_TEX0][0]) * S_SCALE;
400 GLfloat eBot_ds = (vMid->attrib[FRAG_ATTRIB_TEX0][0] - vMin->attrib[FRAG_ATTRIB_TEX0][0]) * S_SCALE;
681 s0 = vLower->attrib[FRAG_ATTRIB_TEX0][0] * S_SCALE;
924 #undef S_SCALE macro
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c122 #define S_SCALE twidth macro
180 #define S_SCALE twidth macro
536 #define S_SCALE twidth macro
H A Ds_tritemp.h399 GLfloat eMaj_ds = (vMax->attrib[FRAG_ATTRIB_TEX0][0] - vMin->attrib[FRAG_ATTRIB_TEX0][0]) * S_SCALE;
400 GLfloat eBot_ds = (vMid->attrib[FRAG_ATTRIB_TEX0][0] - vMin->attrib[FRAG_ATTRIB_TEX0][0]) * S_SCALE;
681 s0 = vLower->attrib[FRAG_ATTRIB_TEX0][0] * S_SCALE;
924 #undef S_SCALE macro

Completed in 96 milliseconds