Searched refs:ComputeMulRange (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.hpp | 78 struct ComputeMulRange struct 90 typedef BinaryVecOp<4, true, true, false, ComputeMulRange, EvaluateMul> MulBase;
|
D | rsgBinaryOps.cpp | 213 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& … in operator ()() 272 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, in… in operator ()()
|