Home
last modified time | relevance | path

Searched refs:rMax (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp748 T rMax = rMin+rLen; in operator ()() local
754 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 ()() local
810 aMax = rMax; in operator ()()
812 bMax = rMax; in operator ()()
823 bMax = rMax; in operator ()()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp365 float rMax = de::abs(r[0]); in calcCandidateCubemapFaces() local
369 rMax = de::max(rMax, de::abs(r[compNdx])); in calcCandidateCubemapFaces()
374 if (de::abs(r[compNdx]) == rMax) in calcCandidateCubemapFaces()
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp260 const Vec4 rMax = result + prec.colorThreshold; in isLinearRangeValid() local
273 const bool sMax0 = i0[compNdx] > rMax[compNdx]; in isLinearRangeValid()
274 const bool sMax1 = i1[compNdx] > rMax[compNdx]; in isLinearRangeValid()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp976 int rMax = de::max(a.getRed(), b.getRed()); in rangeDiff() local
984 return tcu::RGBA(rangeDiff(p.getRed(), rMin, rMax), in rangeDiff()
/external/libpng/contrib/libtests/
Dpngvalid.c6046 image_pixel_setf(image_pixel *this, unsigned int rMax, unsigned int gMax, in image_pixel_setf() argument
6049 this->redf = this->red / (double)rMax; in image_pixel_setf()
6054 if (this->red < rMax) in image_pixel_setf()