Searched refs:computeEqualityValueRange (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.cpp | 622 void computeEqualityValueRange (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMi… in computeEqualityValueRange() function 649 void computeEqualityValueRange<true, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin, … in computeEqualityValueRange() function 681 void computeEqualityValueRange<false, bool> (de::Random& rnd, bool dstMin, bool dstMax, bool& aMin,… in computeEqualityValueRange() function 684 computeEqualityValueRange<true>(rnd, dstMin, dstMax, aMin, aMax, bMin, bMax); in computeEqualityValueRange() 686 computeEqualityValueRange<true>(rnd, !dstMin, !dstMax, aMin, aMax, bMin, bMax); in computeEqualityValueRange() 727 computeEqualityValueRange<IsEqual>(state.getRandom(), dstMin, dstMax, in EqualityComparisonOp() 731 computeEqualityValueRange<IsEqual>(state.getRandom(), dstMin, dstMax, in EqualityComparisonOp() 737 computeEqualityValueRange<IsEqual>(state.getRandom(), dstMin, dstMax, in EqualityComparisonOp()
|