HomeSort by: relevance | last modified time | path
    Searched defs:wMax (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_tritemp.h 420 const GLfloat wMax = vMax->attrib[VARYING_SLOT_POS][3];
424 const GLfloat eMaj_dw = wMax - wMin;
437 GLfloat eMaj_da = vMax->attrib[attr][c] * wMax - vMin->attrib[attr][c] * wMin;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_tritemp.h 419 const GLfloat wMax = vMax->attrib[VARYING_SLOT_POS][3];
423 const GLfloat eMaj_dw = wMax - wMin;
436 GLfloat eMaj_da = vMax->attrib[attr][c] * wMax - vMin->attrib[attr][c] * wMin;

Completed in 7 milliseconds