HomeSort by relevance Sort by last modified time
    Searched refs:ComputeLessThanRange (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/randomshaders/
rsgBinaryOps.hpp 161 struct ComputeLessThanRange
172 typedef RelationalOp<ComputeLessThanRange, EvaluateLessThan> LessThanBase;
214 ComputeLessThanRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax);
rsgBinaryOps.cpp 487 void ComputeLessThanRange::operator () (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
625 ComputeLessThanRange()(rnd, false, true, aMin, aMax, bMin, bMax);
627 ComputeLessThanRange()(rnd, true, true, aMin, aMax, bMin, bMax);
629 ComputeLessThanRange()(rnd, true, true, aMin, aMax, bMin, bMax);

Completed in 93 milliseconds