HomeSort by relevance Sort by last modified time
    Searched defs:rMin (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 497 T rMin = GetRandom()(rnd, T(-4), T(4));
498 T rMax = rMin+rLen;
503 aMin = rMin;
505 bMin = rMin;
510 // Compute range that is less than rMin..rMax
513 aMax = rMin - getStep<T>();
516 bMin = rMin;
521 // Compute range that is greater than or equal to rMin..rMax
527 bMin = rMin;
553 T rMin = GetRandom()(rnd, T(-4), T(4))
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 264 const Vec4 rMin = result - prec.colorThreshold;
276 const bool sMin0 = i0[compNdx] >= rMin[compNdx];
277 const bool sMin1 = i1[compNdx] >= rMin[compNdx];
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]

Completed in 71 milliseconds