Searched refs:invW1 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aalinetemp.h160 const GLfloat invW1 = v1->attrib[VARYING_SLOT_POS][3]; local in function:NAME
162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane);
173 const GLfloat a1 = v1->attrib[attr][c] * invW1;
H A Ds_aatritemp.h138 const GLfloat invW1 = v1->attrib[VARYING_SLOT_POS][3]; variable in typeref:typename:const GLfloat
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
153 const GLfloat a1 = v1->attrib[attr][c] * invW1;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aalinetemp.h160 const GLfloat invW1 = v1->attrib[VARYING_SLOT_POS][3]; local in function:NAME
162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane);
173 const GLfloat a1 = v1->attrib[attr][c] * invW1;
H A Ds_aatritemp.h138 const GLfloat invW1 = v1->attrib[VARYING_SLOT_POS][3]; variable in typeref:typename:const GLfloat
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
153 const GLfloat a1 = v1->attrib[attr][c] * invW1;

Completed in 7 milliseconds