Home
last modified time | relevance | path

Searched defs:convertValueRange (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp586 inline void convertValueRange(SrcType srcMin, SrcType srcMax, DstType &dstMin, DstType &dstMax) in convertValueRange() function
593 inline void convertValueRange<float, int>(float srcMin, float srcMax, int &dstMin, int &dstMax) in convertValueRange() function
607 inline void convertValueRange<float, bool>(float srcMin, float srcMax, bool &dstMin, bool &dstMax) in convertValueRange() function
722 void convertValueRange(ConstValueRangeAccess src, ValueRangeAccess dst) in convertValueRange() function