Searched defs:linearInterpolate (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTextureUtil.cpp | 707 static inline float linearInterpolate (float t, float minVal, float maxVal) in linearInterpolate() function 712 static inline Vec4 linearInterpolate (float t, const Vec4& a, const Vec4& b) in linearInterpolate() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
| D | vktYCbCrUtil.cpp | 1506 tcu::Interval linearInterpolate (const tcu::FloatFormat& filteringFormat, in linearInterpolate() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| D | vktYCbCrUtil.cpp | 1507 tcu::Interval linearInterpolate (const tcu::FloatFormat& filteringFormat, in linearInterpolate() function
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluTextureTestUtil.cpp | 148 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
|