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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_tritemp.h421 const GLfloat wMid = vMid->attrib[VARYING_SLOT_POS][3]; local in function:NAME
424 const GLfloat eBot_dw = wMid - wMin;
437 GLfloat eBot_da = vMid->attrib[attr][c] * wMid - vMin->attrib[attr][c] * wMin;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_tritemp.h422 const GLfloat wMid = vMid->attrib[VARYING_SLOT_POS][3]; local in function:NAME
425 const GLfloat eBot_dw = wMid - wMin;
438 GLfloat eBot_da = vMid->attrib[attr][c] * wMid - vMin->attrib[attr][c] * wMin;

Completed in 5 milliseconds