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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatritemp.h49 GLfloat majDx, majDy; /* major (i.e. long) edge dx and dy */ variable in typeref:typename:GLfloat
97 majDx = vMax->attrib[VARYING_SLOT_POS][0] - vMin->attrib[VARYING_SLOT_POS][0];
104 const GLfloat area = majDx * botDy - botDx * majDy;
182 const GLfloat dxdy = majDx / majDy;
251 const GLfloat dxdy = majDx / majDy;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatritemp.h49 GLfloat majDx, majDy; /* major (i.e. long) edge dx and dy */ variable in typeref:typename:GLfloat
97 majDx = vMax->attrib[VARYING_SLOT_POS][0] - vMin->attrib[VARYING_SLOT_POS][0];
104 const GLfloat area = majDx * botDy - botDx * majDy;
182 const GLfloat dxdy = majDx / majDy;
251 const GLfloat dxdy = majDx / majDy;

Completed in 3 milliseconds