Home
last modified time | relevance | path

Searched defs:aMax (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableValue.cpp64 float aMax = a.component(ndx).getMax().asFloat(); in compareValueRangesAllTrue() local
79 int aMax = a.component(ndx).getMax().asInt(); in compareValueRangesAllTrue() local
92 bool aMax = a.component(ndx).getMax().asBool(); in compareValueRangesAllTrue() local
226 float aMax = a.component(ndx).getMax().asFloat(); in computeIntersection() local
241 int aMax = a.component(ndx).getMax().asInt(); in computeIntersection() local
254 bool aMax = a.component(ndx).getMax().asBool(); in computeIntersection() local
DrsgBinaryOps.cpp463 …:operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, f… in operator ()()
522 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, in… in operator ()()
547 void ComputeAddRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()()
597 void ComputeSubRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()()
737 void ComputeLessThanRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax in operator ()()
793 …lRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax… in operator ()()
872 void computeEqualityValueRange (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMi… in computeEqualityValueRange()
899 …ge<true, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, boo… in computeEqualityValueRange()
931 …e<false, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, boo… in computeEqualityValueRange()
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp1963 const int aMax = (1 << layout.aNumBits) - 1; in writeBlockMode() local
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp1048 int aMax = de::max(a.getAlpha(), b.getAlpha()); in rangeDiff() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c6047 unsigned int bMax, unsigned int aMax) in image_pixel_setf()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp36349 Clamp(const T aValue, const T aMin, const T aMax) in Clamp()
52539 clamped(const T& aA, const T& aMin, const T& aMax) in clamped()