Searched defs:linearInterpolate (Results 1 – 2 of 2) sorted by relevance
447 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function452 static inline Vec4 linearInterpolate (float t, const Vec4& a, const Vec4& b) in linearInterpolate() function
155 inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function160 inline tcu::Vec4 linearInterpolate (float t, const tcu::Vec4& a, const tcu::Vec4& b) in linearInterpolate() function