HomeSort by relevance Sort by last modified time
    Searched refs:linearInterpolate (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTextureUtil.cpp 667 static inline float linearInterpolate (float t, float minVal, float maxVal)
672 static inline Vec4 linearInterpolate (float t, const Vec4& a, const Vec4& b)
802 float r = linearInterpolate(s, minVal.x(), maxVal.x());
803 float g = linearInterpolate(s, minVal.y(), maxVal.y());
804 float b = linearInterpolate(s, minVal.z(), maxVal.z())
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 148 inline float linearInterpolate (float t, float minVal, float maxVal)
153 inline tcu::Vec4 linearInterpolate (float t, const tcu::Vec4& a, const tcu::Vec4& b)
    [all...]

Completed in 187 milliseconds