Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSamplerCore.cpp516 void SamplerCore::bilinearInterpolate(Vector4s &output, const Short4 &uuuu0, const Short4 &vvvv0, V… in bilinearInterpolate() function in sw::SamplerCore
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexCompareVerifier.cpp152 static float bilinearInterpolate(const Vec4 &values, const float x, const float y) in bilinearInterpolate() function
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp165 inline float bilinearInterpolate(float x, float y, const tcu::Vec4 &quad) in bilinearInterpolate() function