Searched defs:interpolate (Results 1 - 1 of 1) sorted by last modified time

/system/core/libpixelflinger/
H A Dscanline.cpp1608 T interpolate(int y, T v0, U dvdx, U dvdy) { function in namespace:android
1630 ci.ydzdy = interpolate(ys, c->shade.z0, c->shade.dzdx, c->shade.dzdy);
1631 ci.ydwdy = interpolate(ys, c->shade.w0, c->shade.dwdx, c->shade.dwdy);
1632 ci.ydfdy = interpolate(ys, c->shade.f0, c->shade.dfdx, c->shade.dfdy);
1636 ci.ydrdy = interpolate(ys, c->shade.r0, c->shade.drdx, c->shade.drdy);
1637 ci.ydgdy = interpolate(ys, c->shade.g0, c->shade.dgdx, c->shade.dgdy);
1638 ci.ydbdy = interpolate(ys, c->shade.b0, c->shade.dbdx, c->shade.dbdy);
1639 ci.ydady = interpolate(ys, c->shade.a0, c->shade.dadx, c->shade.dady);
1689 const int32_t sy = interpolate(ys,
1702 const int32_t ty = interpolate(y
[all...]

Completed in 8 milliseconds