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

  /external/deqp/framework/randomshaders/
rsgBinaryOps.hpp 78 struct ComputeMulRange
90 typedef BinaryVecOp<4, true, true, false, ComputeMulRange, EvaluateMul> MulBase;
rsgBinaryOps.cpp 213 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const
272 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const

Completed in 116 milliseconds