Home
last modified time | relevance | path

Searched refs:pMax (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h181 const GLfloat *pMax = vMax->attrib[VARYING_SLOT_POS]; variable
200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy);
235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy);
250 const GLfloat *pMax = vMax->attrib[VARYING_SLOT_POS]; variable
274 coverage = compute_coveragef(pMin, pMax, pMid, startX, iy);
298 coverage = compute_coveragef(pMin, pMax, pMid, ix, iy);
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp2144 const float pMax = de::max(fxMax, fyMax); in computeLodBoundsFromDerivates() local
2148 const float pMaxErr = computeFloatingPointError(pMax, prec.derivateBits); in computeLodBoundsFromDerivates()
2151 const float maxLod = deFloatLog2(pMax+pMaxErr); in computeLodBoundsFromDerivates()