Home
last modified time | relevance | path

Searched refs:aMax (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableValue.cpp64 float aMax = a.component(ndx).getMax().asFloat(); in compareValueRangesAllTrue() local
68 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
79 int aMax = a.component(ndx).getMax().asInt(); in compareValueRangesAllTrue() local
83 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
92 bool aMax = a.component(ndx).getMax().asBool(); in compareValueRangesAllTrue() local
96 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
114 …ine bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax … in operator ()()
115 …inline bool operator() (int aMin, int aMax, int bMin, int bMax) const { return (aMin <= bMax && … in operator ()()
117 inline bool operator() (bool aMin, bool aMax, bool bMin, bool bMax) const in operator ()()
119 return CompareIntersection()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax)); in operator ()()
[all …]
DrsgBinaryOps.cpp463 …rator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float… in operator ()() argument
485 aMax = aMin + subRangeLen; in operator ()()
493 de::inBounds(aMax*(scale-(float)i*scaleStep), dstMin, dstMax)) in operator ()()
497 de::inBounds(aMax*(scale+(float)i*scaleStep), dstMin, dstMax)) in operator ()()
504 std::swap(aMin, aMax); in operator ()()
507 aMax *= -1.0f; in operator ()()
514 DE_ASSERT(aMin <= aMax && bMin <= bMax); in operator ()()
517 DE_ASSERT(de::inRange(aMax*bMin, dstMin-eps, dstMax+eps)); in operator ()()
518 DE_ASSERT(de::inRange(aMax*bMax, dstMin-eps, dstMax+eps)); in operator ()()
522 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, in… in operator ()() argument
[all …]
DrsgBinaryOps.hpp80 …void operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMi…
81 …void operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bM…
104 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
126 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
164 …void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) co…
188 …void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) co…
212 …void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) co… in operator ()()
214 ComputeLessThanRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax); in operator ()()
239 …void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) co… in operator ()()
241 ComputeLessOrEqualRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax); in operator ()()
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_mb.cpp194 int16_t aMax[16]; in WelsEncInterY() local
198 pfQuantizationFour4x4Max (pRes, pFF, pMF, aMax + (i << 2)); in WelsEncInterY()
201 if (aMax[ (i << 2) + j] == 0) in WelsEncInterY()
205 if (aMax[ (i << 2) + j] > 1) in WelsEncInterY()
261 int16_t aDct2x2[4], j, aMax[4]; in WelsEncRecUV() local
268 pfQuantizationFour4x4Max (pRes, pFF, pMF, aMax); in WelsEncRecUV()
271 if (aMax[j] == 0) in WelsEncRecUV()
276 if (aMax[j] > 1) in WelsEncRecUV()
334 uint16_t aMax[4], i, j; in WelsTryPYskip() local
339 pEncCtx->pFuncList->pfQuantizationFour4x4Max (pRes, pFF, pMF, (int16_t*)aMax); in WelsTryPYskip()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp1963 const int aMax = (1 << layout.aNumBits) - 1; in writeBlockMode() local
1965 const int variableOffsetsMax[3] = { 0, aMax, bMax }; in writeBlockMode()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c6047 unsigned int bMax, unsigned int aMax) in image_pixel_setf() argument
6052 this->alphaf = this->alpha / (double)aMax; in image_pixel_setf()
6066 if (this->alpha < aMax) in image_pixel_setf()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c6047 unsigned int bMax, unsigned int aMax) in image_pixel_setf() argument
6052 this->alphaf = this->alpha / (double)aMax; in image_pixel_setf()
6066 if (this->alpha < aMax) in image_pixel_setf()
/third_party/libpng/contrib/libtests/
Dpngvalid.c6047 unsigned int bMax, unsigned int aMax) in image_pixel_setf() argument
6052 this->alphaf = this->alpha / (double)aMax; in image_pixel_setf()
6066 if (this->alpha < aMax) in image_pixel_setf()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp1002 int aMax = de::max(a.getAlpha(), b.getAlpha()); in rangeDiff() local
1007 rangeDiff(p.getAlpha(), aMin, aMax)); in rangeDiff()