Searched defs:bilinearInterpolate (Results 1 – 3 of 3) sorted by relevance
516 void SamplerCore::bilinearInterpolate(Vector4s &output, const Short4 &uuuu0, const Short4 &vvvv0, V… in bilinearInterpolate() function in sw::SamplerCore
152 static float bilinearInterpolate(const Vec4 &values, const float x, const float y) in bilinearInterpolate() function
165 inline float bilinearInterpolate(float x, float y, const tcu::Vec4 &quad) in bilinearInterpolate() function