Searched defs:aMax (Results 1 – 8 of 8) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.cpp | 64 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
|
D | rsgBinaryOps.cpp | 213 …: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/ |
D | d3basics.c | 946 Addr aMin, aMax; in ML_() local 1017 Addr aMin, aMax; in ML_() local 1192 Addr aMin, aMax; in ML_() local
|
D | storage.c | 781 Addr aMax, in add_var_to_arange()
|
D | readdwarf3.c | 739 struct { Addr aMin; Addr aMax; } member 778 static XArray* unitary_range_list ( Addr aMin, Addr aMax ) in unitary_range_list()
|
D | priv_storage.h | 440 Addr aMax; member
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 521 const int aMax = (1 << layout.aNumBits) - 1; in writeBlockMode() local
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 997 int aMax = de::max(a.getAlpha(), b.getAlpha()); in rangeDiff() local
|