Searched refs:rMax (Results 1 – 5 of 5) sorted by relevance
748 T rMax = rMin+rLen; in operator ()() local754 aMax = rMax; in operator ()()756 bMax = rMax; in operator ()()767 bMax = rMax; in operator ()()774 aMin = rMax; in operator ()()778 bMax = rMax; in operator ()()804 T rMax = rMin+rLen; in operator ()() local810 aMax = rMax; in operator ()()812 bMax = rMax; in operator ()()823 bMax = rMax; in operator ()()[all …]
365 float rMax = de::abs(r[0]); in calcCandidateCubemapFaces() local369 rMax = de::max(rMax, de::abs(r[compNdx])); in calcCandidateCubemapFaces()374 if (de::abs(r[compNdx]) == rMax) in calcCandidateCubemapFaces()
260 const Vec4 rMax = result + prec.colorThreshold; in isLinearRangeValid() local273 const bool sMax0 = i0[compNdx] > rMax[compNdx]; in isLinearRangeValid()274 const bool sMax1 = i1[compNdx] > rMax[compNdx]; in isLinearRangeValid()
976 int rMax = de::max(a.getRed(), b.getRed()); in rangeDiff() local984 return tcu::RGBA(rangeDiff(p.getRed(), rMin, rMax), in rangeDiff()
6046 image_pixel_setf(image_pixel *this, unsigned int rMax, unsigned int gMax, in image_pixel_setf() argument6049 this->redf = this->red / (double)rMax; in image_pixel_setf()6054 if (this->red < rMax) in image_pixel_setf()