Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp447 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function
452 static inline Vec4 linearInterpolate (float t, const Vec4& a, const Vec4& b) in linearInterpolate() function
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp155 inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function
160 inline tcu::Vec4 linearInterpolate (float t, const tcu::Vec4& a, const tcu::Vec4& b) in linearInterpolate() function