Home
last modified time | relevance | path

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

/external/deqp/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.cpp213 …:operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, f… in operator ()()
272 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, in… in operator ()()
297 void ComputeAddRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()()
347 void ComputeSubRange::operator() (de::Random& random, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin… in operator ()()
487 void ComputeLessThanRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax in operator ()()
543 …lRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax… in operator ()()
622 void computeEqualityValueRange (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMi… in computeEqualityValueRange()
649 …ge<true, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, boo… in computeEqualityValueRange()
681 …e<false, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, bool& aMax, bool& bMin, boo… in computeEqualityValueRange()
/external/valgrind/main/coregrind/m_debuginfo/
Dd3basics.c946 Addr aMin, aMax; in ML_() local
1017 Addr aMin, aMax; in ML_() local
1192 Addr aMin, aMax; in ML_() local
Dstorage.c781 Addr aMax, in add_var_to_arange()
Dreaddwarf3.c739 struct { Addr aMin; Addr aMax; } member
778 static XArray* unitary_range_list ( Addr aMin, Addr aMax ) in unitary_range_list()
Dpriv_storage.h440 Addr aMax; member
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp521 const int aMax = (1 << layout.aNumBits) - 1; in writeBlockMode() local
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp997 int aMax = de::max(a.getAlpha(), b.getAlpha()); in rangeDiff() local