Searched refs:maxD (Results 1 – 5 of 5) sorted by relevance
171 DEBUG(unsigned maxD = 0; in schedule()173 if (SUnits[su].getDepth() > maxD) in schedule()174 maxD = SUnits[su].getDepth(); in schedule()175 dbgs() << "Max Depth " << maxD << "\n";); in schedule()
237 SkScalar maxD = SkPointPriv::DistanceToSqd(qPts[0], qPts[1]); in set() local240 if (d > maxD) { in set()241 maxD = d; in set()245 if (d > maxD) { in set()246 maxD = d; in set()250 if (maxD > 0) { in set()
214 LLVM_DEBUG(unsigned maxD = 0; in schedule()216 ++su) if (SUnits[su].getDepth() > maxD) maxD = in schedule()218 dbgs() << "Max Depth " << maxD << "\n";); in schedule()
163 const Vec4 maxD = max(d0, max(d1, max(d2, d3))); in computeBilinearSearchStepFromFloatQuad() local164 const Vec4 stepCount = maxD / prec.colorThreshold; in computeBilinearSearchStepFromFloatQuad()