Lines Matching full:interpolate
802 T interpolate(int y, T v0, U dvdx, U dvdy) {
824 ci.ydzdy = interpolate(ys, c->shade.z0, c->shade.dzdx, c->shade.dzdy);
825 ci.ydwdy = interpolate(ys, c->shade.w0, c->shade.dwdx, c->shade.dwdy);
826 ci.ydfdy = interpolate(ys, c->shade.f0, c->shade.dfdx, c->shade.dfdy);
830 ci.ydrdy = interpolate(ys, c->shade.r0, c->shade.drdx, c->shade.drdy);
831 ci.ydgdy = interpolate(ys, c->shade.g0, c->shade.dgdx, c->shade.dgdy);
832 ci.ydbdy = interpolate(ys, c->shade.b0, c->shade.dbdx, c->shade.dbdy);
833 ci.ydady = interpolate(ys, c->shade.a0, c->shade.dadx, c->shade.dady);
883 const int32_t sy = interpolate(ys,
896 const int32_t ty = interpolate(ys,