Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp667 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function
672 static inline Vec4 linearInterpolate (float t, const Vec4& a, const Vec4& b) in linearInterpolate() function
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp148 inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function
153 inline tcu::Vec4 linearInterpolate (float t, const tcu::Vec4& a, const tcu::Vec4& b) in linearInterpolate() function
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp881 Interval linearInterpolate (const FloatFormat& filteringFormat, in linearInterpolate() function