HomeSort by relevance Sort by last modified time
    Searched refs:maxD (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrCoordTransform.cpp 32 int maxD = SkTMax(texture->width(), texture->height());
39 if ((2 << info->fBits) / maxD > subPixelThresh) {
GrPathUtils.cpp 231 SkScalar maxD = qPts[0].distanceToSqd(qPts[1]);
234 if (d > maxD) {
235 maxD = d;
239 if (d > maxD) {
240 maxD = d;
244 if (maxD > 0) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HardwareConfig.java 151 int maxV, int maxD, int maxS) {
162 maxActiveDataCall = maxD;
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 171 DEBUG(unsigned maxD = 0;
173 if (SUnits[su].getDepth() > maxD)
174 maxD = SUnits[su].getDepth();
175 dbgs() << "Max Depth " << maxD << "\n";);
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 163 const Vec4 maxD = max(d0, max(d1, max(d2, d3)));
164 const Vec4 stepCount = maxD / prec.colorThreshold;
    [all...]

Completed in 730 milliseconds