Searched defs:botDx (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h102 const GLfloat botDx = vMid->attrib[FRAG_ATTRIB_WPOS][0] - vMin->attrib[FRAG_ATTRIB_WPOS][0]; variable
104 const GLfloat area = majDx * botDy - botDx * majDy;

Completed in 46 milliseconds