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

  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 130 static float bilinearInterpolate (const Vec4& values, const float x, const float y)
321 const float v0 = bilinearInterpolate(refVal, x0, y0);
322 const float v1 = bilinearInterpolate(refVal, x1, y0);
323 const float v2 = bilinearInterpolate(refVal, x0, y1);
324 const float v3 = bilinearInterpolate(refVal, x1, y1);
462 const float v00 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.x());
463 const float v01 = bilinearInterpolate(refVal0, xBounds0.y(), yBounds0.x());
464 const float v02 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.y());
465 const float v03 = bilinearInterpolate(refVal0, xBounds0.y(), yBounds0.y());
469 const float v10 = bilinearInterpolate(refVal1, xBounds1.x(), yBounds1.x())
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 165 inline float bilinearInterpolate (float x, float y, const tcu::Vec4& quad)
    [all...]

Completed in 1638 milliseconds