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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatritemp.h139 const GLfloat invW2 = v2->attrib[VARYING_SLOT_POS][3]; variable in typeref:typename:const GLfloat
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
147 constant_plane(v2->attrib[attr][c] * invW2, attrPlane[attr][c]);
154 const GLfloat a2 = v2->attrib[attr][c] * invW2;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatritemp.h139 const GLfloat invW2 = v2->attrib[VARYING_SLOT_POS][3]; variable in typeref:typename:const GLfloat
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
147 constant_plane(v2->attrib[attr][c] * invW2, attrPlane[attr][c]);
154 const GLfloat a2 = v2->attrib[attr][c] * invW2;

Completed in 3 milliseconds