Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp586 inline void convertValueRange(SrcType srcMin, SrcType srcMax, DstType &dstMin, DstType &dstMax) in convertValueRange()
593 inline void convertValueRange<float, int>(float srcMin, float srcMax, int &dstMin, int &dstMax) in convertValueRange()
607 inline void convertValueRange<float, bool>(float srcMin, float srcMax, bool &dstMin, bool &dstMax) in convertValueRange()