Searched refs:ComputeLessThanRange (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgBinaryOps.hpp | 161 struct ComputeLessThanRange struct 172 typedef RelationalOp<ComputeLessThanRange, EvaluateLessThan> LessThanBase; 214 ComputeLessThanRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax); in operator ()()
|
H A D | rsgBinaryOps.cpp | 737 void ComputeLessThanRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const in operator ()() 875 ComputeLessThanRange()(rnd, false, true, aMin, aMax, bMin, bMax); in computeEqualityValueRange() 877 ComputeLessThanRange()(rnd, true, true, aMin, aMax, bMin, bMax); in computeEqualityValueRange() 879 ComputeLessThanRange()(rnd, true, true, aMin, aMax, bMin, bMax); in computeEqualityValueRange()
|
Completed in 4 milliseconds