Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp705 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function
710 static inline Vec4 linearInterpolate (float t, const Vec4& a, const Vec4& b) in linearInterpolate() function
847 float r = linearInterpolate(s, minVal.x(), maxVal.x()); in fillWithComponentGradients1D()
848 float g = linearInterpolate(s, minVal.y(), maxVal.y()); in fillWithComponentGradients1D()
849 float b = linearInterpolate(s, minVal.z(), maxVal.z()); in fillWithComponentGradients1D()
850 float a = linearInterpolate(s, minVal.w(), maxVal.w()); in fillWithComponentGradients1D()
884 float r = linearInterpolate(coefR, minVal.x(), maxVal.x()); in fillWithComponentGradients2D()
885 float g = linearInterpolate(coefG, minVal.y(), maxVal.y()); in fillWithComponentGradients2D()
886 float b = linearInterpolate(coefB, minVal.z(), maxVal.z()); in fillWithComponentGradients2D()
887 float a = linearInterpolate(coefA, minVal.w(), maxVal.w()); in fillWithComponentGradients2D()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1474 tcu::Interval linearInterpolate (const tcu::FloatFormat& filteringFormat, in linearInterpolate() function
1522 return linearInterpolate(filteringFormat, a, b, in linearSample()
1819 rValue = linearInterpolate(filteringFormat[0], lumaA, lumaB, in calculateBounds()
1824 bValue = linearInterpolate(filteringFormat[2], lumaA, lumaB, in calculateBounds()
1835 rValue = linearInterpolate(filteringFormat[0], lumaA, lumaB, in calculateBounds()
1840 bValue = linearInterpolate(filteringFormat[2], lumaA, lumaB, in calculateBounds()
1849 rValue = linearInterpolate(filteringFormat[0], lumaA, lumaB, in calculateBounds()
1854 bValue = linearInterpolate(filteringFormat[2], lumaA, lumaB, in calculateBounds()
/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