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

/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h568 const SWvertex *vLower = eLeft->v0; local
591 (void) vLower;
612 GLfloat z0 = vLower->attrib[FRAG_ATTRIB_WPOS][2];
641 rLeft = (GLint)(ChanToFixed(vLower->color[RCOMP])
644 gLeft = (GLint)(ChanToFixed(vLower->color[GCOMP])
647 bLeft = (GLint)(ChanToFixed(vLower->color[BCOMP])
657 aLeft = (GLint)(ChanToFixed(vLower->color[ACOMP])
681 s0 = vLower->attrib[FRAG_ATTRIB_TEX0][0] * S_SCALE;
687 t0 = vLower->attrib[FRAG_ATTRIB_TEX0][1] * T_SCALE;
697 wLeft = vLower
[all...]

Completed in 81 milliseconds