Home
last modified time | relevance | path

Searched refs:aMin (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.cpp63 float aMin = a.component(ndx).getMin().asFloat(); in compareValueRangesAllTrue() local
68 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
78 int aMin = a.component(ndx).getMin().asInt(); in compareValueRangesAllTrue() local
83 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
91 bool aMin = a.component(ndx).getMin().asBool(); in compareValueRangesAllTrue() local
96 if (!CompareOp()(aMin, aMax, bMin, bMax)) in compareValueRangesAllTrue()
114 inline bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax && bMin <= aMax); } in operator ()()
115 inline bool operator() (int aMin, int aMax, int bMin, int bMax) const { return (aMin < in operator ()()
225 float aMin = a.component(ndx).getMin().asFloat(); computeIntersection() local
240 int aMin = a.component(ndx).getMin().asInt(); computeIntersection() local
253 bool aMin = a.component(ndx).getMin().asBool(); computeIntersection() local
[all...]
H A DrsgBinaryOps.cpp463 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const in operator ()() argument
484 aMin = scaledMin + getQuantizedFloat(rnd, 0.0f, (scaledMax-scaledMin)-subRangeLen, subRangeStep); in operator ()()
485 aMax = aMin + subRangeLen; in operator ()()
492 if (de::inBounds(aMin*(scale-(float)i*scaleStep), dstMin, dstMax) && in operator ()()
496 if (de::inBounds(aMin*(scale+(float)i*scaleStep), dstMin, dstMax) && in operator ()()
504 std::swap(aMin, aMax); in operator ()()
506 aMin *= -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 ()()
516 DE_ASSERT(de::inRange(aMin*bMa in operator ()()
522 operator ()(de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const operator ()() argument
547 operator ()(de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const operator ()() argument
597 operator ()(de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const operator ()() argument
737 operator ()(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const operator ()() argument
793 operator ()(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const operator ()() argument
872 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) computeEqualityValueRange() argument
899 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, bool& bMax) computeEqualityValueRange() argument
931 computeEqualityValueRange(de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, bool& bMax) computeEqualityValueRange() argument
[all...]
H A DrsgBinaryOps.hpp80 void operator() (de::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& 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) const;
188 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
212 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const 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) const in operator ()()
241 ComputeLessOrEqualRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMa in operator ()()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp1047 int aMin = de::min(a.getAlpha(), b.getAlpha()); in rangeDiff() local
1053 rangeDiff(p.getAlpha(), aMin, aMax)); in rangeDiff()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp36349 Clamp(const T aValue, const T aMin, const T aMax)
36359 if (aValue <= aMin)
36360 return aMin;
[all...]

Completed in 33 milliseconds