Searched refs:convertValueRange (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp543 inline void convertValueRange (SrcType srcMin, SrcType srcMax, DstType& dstMin, DstType& dstMax) function in namespace:rsg::__anon3080
550 inline void convertValueRange<float, int> (float srcMin, float srcMax, int& dstMin, int& dstMax) function in namespace:rsg::__anon3080
564 inline void convertValueRange<float, bool> (float srcMin, float srcMax, bool& dstMin, bool& dstMax) function in namespace:rsg::__anon3080
577 convertValueRange(min, max, sMin, sMax);
607 convertValueRange(getValueAccessValue<SrcType>(src.getMin()), getValueAccessValue<SrcType>(src.getMax()), dMin, dMax);
646 void convertValueRange (ConstValueRangeAccess src, ValueRangeAccess dst) function in namespace:rsg::__anon3080
718 convertValueRange(comp, inValueRange);

Completed in 46 milliseconds