Searched refs:ydzdy (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp421 int ydzdy = parts.z.reg; local
423 CONTEXT_LOAD(ydzdy, iterators.ydzdy); // 1.31 fixed-point
424 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy);
/system/core/include/private/pixelflinger/
H A Dggl_context.h447 GGLfixed ydzdy; member in struct:android::iterators_t
/system/core/libpixelflinger/
H A Dscanline.cpp656 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
1630 ci.ydzdy = interpolate(ys, c->shade.z0, c->shade.dzdx, c->shade.dzdy);
1813 ci.ydzdy += c->shade.dzdy;
1832 c->iterators.ydzdy += c->shade.dzdy;
1843 ci.ydzdy += c->shade.dzdy;
1850 ci.ydzdy += c->shade.dzdy;
1858 ci.ydzdy += c->shade.dzdy;

Completed in 11 milliseconds