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

/external/mesa3d/src/mesa/swrast/
H A Ds_aalinetemp.h159 const GLfloat invW0 = v0->attrib[VARYING_SLOT_POS][3]; local
162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane);
172 const GLfloat a0 = v0->attrib[attr][c] * invW0;
H A Ds_aatritemp.h137 const GLfloat invW0 = v0->attrib[VARYING_SLOT_POS][3]; variable
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
152 const GLfloat a0 = v0->attrib[attr][c] * invW0;

Completed in 80 milliseconds