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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatritemp.h179 const GLfloat *pMin = vMin->attrib[VARYING_SLOT_POS]; variable in typeref:typename:const GLfloat *
189 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy);
235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy);
248 const GLfloat *pMin = vMin->attrib[VARYING_SLOT_POS]; variable in typeref:typename:const GLfloat *
258 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
274 coverage = compute_coveragef(pMin, pMax, pMid, startX, iy);
298 coverage = compute_coveragef(pMin, pMax, pMid, ix, iy);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatritemp.h179 const GLfloat *pMin = vMin->attrib[VARYING_SLOT_POS]; variable in typeref:typename:const GLfloat *
189 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy);
235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy);
248 const GLfloat *pMin = vMin->attrib[VARYING_SLOT_POS]; variable in typeref:typename:const GLfloat *
258 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
274 coverage = compute_coveragef(pMin, pMax, pMid, startX, iy);
298 coverage = compute_coveragef(pMin, pMax, pMid, ix, iy);

Completed in 3 milliseconds