Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp498 T rMax = rMin+rLen; in operator ()() local
504 aMax = rMax; in operator ()()
506 bMax = rMax; in operator ()()
517 bMax = rMax; in operator ()()
524 aMin = rMax; in operator ()()
528 bMax = rMax; in operator ()()
554 T rMax = rMin+rLen; in operator ()() local
560 aMax = rMax; in operator ()()
562 bMax = rMax; in operator ()()
573 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.c6044 image_pixel_setf(image_pixel *this, unsigned int rMax, unsigned int gMax, in image_pixel_setf() argument
6047 this->redf = this->red / (double)rMax; in image_pixel_setf()
6052 if (this->red < rMax) in image_pixel_setf()