Home
last modified time | relevance | path

Searched refs:pMin (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h179 const GLfloat *pMin = vMin->attrib[VARYING_SLOT_POS]; variable
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
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);
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp2229 const float pMin = de::max(fxMin, fyMin); in computeLodBoundsFromDerivates() local
2233 const float pMinErr = computeFloatingPointError(pMin, prec.derivateBits); in computeLodBoundsFromDerivates()
2236 const float minLod = deFloatLog2(pMin-pMinErr); in computeLodBoundsFromDerivates()
/external/sqlite/dist/orig/
Dsqlite3.c99429 Stat4Sample *pMin = &p->a[p->iMin];
99430 tRowcnt *anEq = pMin->anEq;
99431 tRowcnt *anLt = pMin->anLt;
99432 tRowcnt *anDLt = pMin->anDLt;
99433 sampleClear(p->db, pMin);
99434 memmove(pMin, &pMin[1], sizeof(p->a[0])*(p->nSample-p->iMin-1));
/external/sqlite/dist/
Dsqlite3.c99445 Stat4Sample *pMin = &p->a[p->iMin];
99446 tRowcnt *anEq = pMin->anEq;
99447 tRowcnt *anLt = pMin->anLt;
99448 tRowcnt *anDLt = pMin->anDLt;
99449 sampleClear(p->db, pMin);
99450 memmove(pMin, &pMin[1], sizeof(p->a[0])*(p->nSample-p->iMin-1));