Searched defs:linearInterpolate (Results 1 – 3 of 3) sorted by relevance
667 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function672 static inline Vec4 linearInterpolate (float t, const Vec4& a, const Vec4& b) in linearInterpolate() function
148 inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function153 inline tcu::Vec4 linearInterpolate (float t, const tcu::Vec4& a, const tcu::Vec4& b) in linearInterpolate() function
881 Interval linearInterpolate (const FloatFormat& filteringFormat, in linearInterpolate() function