Searched refs:eMaj_db (Results 1 - 2 of 2) sorted by path

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h366 GLfloat eMaj_db = (GLfloat) (vMax->color[BCOMP] - vMin->color[BCOMP]); local in function:NAME
376 span.attrStepX[VARYING_SLOT_COL0][2] = oneOverArea * (eMaj_db * eBot.dy - eMaj.dy * eBot_db);
377 span.attrStepY[VARYING_SLOT_COL0][2] = oneOverArea * (eMaj.dx * eBot_db - eMaj_db * eBot.dx);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h367 GLfloat eMaj_db = (GLfloat) (vMax->color[BCOMP] - vMin->color[BCOMP]); local in function:NAME
377 span.attrStepX[VARYING_SLOT_COL0][2] = oneOverArea * (eMaj_db * eBot.dy - eMaj.dy * eBot_db);
378 span.attrStepY[VARYING_SLOT_COL0][2] = oneOverArea * (eMaj.dx * eBot_db - eMaj_db * eBot.dx);

Completed in 10 milliseconds