Searched refs:zLeft (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h509 GLuint zLeft = 0; local in function:NAME
624 zLeft = (GLfixed) tmp;
626 zLeft = MAX_GLUINT / 2;
632 zLeft = (GLuint) (z0 + span.attrStepX[VARYING_SLOT_POS][2] * FixedToFloat(adjx)
783 span.z = zLeft;
851 zLeft += fdzOuter;
883 zLeft += fdzInner;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h510 GLuint zLeft = 0; local in function:NAME
625 zLeft = (GLfixed) tmp;
627 zLeft = MAX_GLUINT / 2;
633 zLeft = (GLuint) (z0 + span.attrStepX[VARYING_SLOT_POS][2] * FixedToFloat(adjx)
784 span.z = zLeft;
852 zLeft += fdzOuter;
884 zLeft += fdzInner;

Completed in 5 milliseconds