Searched refs:outMin (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgBuiltinFunctions.hpp | 147 …inline float operator() (float outMin, float outMax) const { return C::getCompWeight(outMin, outMa… in operator ()() 153 …inline void operator() (float outMin, float outMax, float& inMin, float& inMax) const { C::compute… in operator ()() 182 static inline float getCompWeight (float outMin, float outMax) in getCompWeight() argument 184 if (Scalar::min<float>() == outMin || Scalar::max<float>() == outMax) in getCompWeight() 189 if (!C::transformValueRange(outMin, outMax, inMin, inMax)) in getCompWeight() 196 if (outMin == outMax) in getCompWeight() 201 float valRangeLen = outMax - outMin; in getCompWeight() 206 static inline void computeValueRange (float outMin, float outMax, float& inMin, float& inMax) in computeValueRange() argument 208 DE_VERIFY(C::transformValueRange(outMin, outMax, inMin, inMax)); in computeValueRange() 230 static inline bool transformValueRange (float outMin, float outMax, float& inMin, float& inMax) in transformValueRange() argument [all …]
|