Home
last modified time | relevance | path

Searched refs:vLower (Results 1 – 1 of 1) sorted by relevance

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