/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.cpp | 65 float bMin = b.component(ndx).getMin().asFloat(); in compareValueRangesAllTrue() local 68 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue() 80 int bMin = b.component(ndx).getMin().asInt(); in compareValueRangesAllTrue() local 83 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue() 93 bool bMin = b.component(ndx).getMin().asBool(); in compareValueRangesAllTrue() local 96 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue() 114 …e 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 …]
|
D | rsgBinaryOps.cpp | 463 …:Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const in operator ()() argument 488 bMin = scale; in operator ()() 494 bMin = scale-(float)i*scaleStep; in operator ()() 505 std::swap(bMin, bMax); in operator ()() 508 bMin *= -1.0f; in operator ()() 514 DE_ASSERT(aMin <= aMax && bMin <= bMax); in operator ()() 515 DE_ASSERT(de::inRange(aMin*bMin, dstMin-eps, dstMax+eps)); in operator ()() 517 DE_ASSERT(de::inRange(aMax*bMin, 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 ()() argument 527 bMin = 1; in operator ()() [all …]
|
D | rsgBinaryOps.hpp | 80 …Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const; 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 ()()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 979 int bMin = de::min(a.getBlue(), b.getBlue()); in rangeDiff() local 986 rangeDiff(p.getBlue(), bMin, bMax), in rangeDiff()
|