Home
last modified time | relevance | path

Searched refs:bMax (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableValue.cpp66 float bMax = b.component(ndx).getMax().asFloat(); in compareValueRangesAllTrue() local
68 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
81 int bMax = b.component(ndx).getMax().asInt(); in compareValueRangesAllTrue() local
83 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
94 bool bMax = b.component(ndx).getMax().asBool(); in compareValueRangesAllTrue() local
96 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
114 …bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax && b… 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 …:Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const in operator ()()
489 bMax = scale; in operator ()()
498 bMax = scale+(float)i*scaleStep; in operator ()()
505 std::swap(bMin, bMax); in operator ()()
509 bMax *= -1.0f; in operator ()()
514 DE_ASSERT(aMin <= aMax && bMin <= bMax); in operator ()()
516 DE_ASSERT(de::inRange(aMin*bMax, dstMin-eps, dstMax+eps)); in operator ()()
518 DE_ASSERT(de::inRange(aMax*bMax, dstMin-eps, dstMax+eps)); in operator ()()
522 …rator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const in operator ()()
528 bMax = 1; in operator ()()
[all …]
DrsgBinaryOps.hpp80 …Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const;
81 …ator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const;
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/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp1964 const int bMax = (1 << layout.bNumBits) - 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
6051 this->bluef = this->blue / (double)bMax; in image_pixel_setf()
6062 if (this->blue < bMax) 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
6051 this->bluef = this->blue / (double)bMax; in image_pixel_setf()
6062 if (this->blue < bMax) in image_pixel_setf()
/third_party/libpng/contrib/libtests/
Dpngvalid.c6047 unsigned int bMax, unsigned int aMax) in image_pixel_setf() argument
6051 this->bluef = this->blue / (double)bMax; in image_pixel_setf()
6062 if (this->blue < bMax) in image_pixel_setf()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp1000 int bMax = de::max(a.getBlue(), b.getBlue()); in rangeDiff() local
1006 rangeDiff(p.getBlue(), bMin, bMax), in rangeDiff()