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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp418 int ydzdy = parts.z.reg; local
420 CONTEXT_LOAD(ydzdy, iterators.ydzdy); // 1.31 fixed-point
421 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy);
/system/core/libpixelflinger/
H A Dscanline.cpp522 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
824 ci.ydzdy = interpolate(ys, c->shade.z0, c->shade.dzdx, c->shade.dzdy);
1007 ci.ydzdy += c->shade.dzdy;
1026 c->iterators.ydzdy += c->shade.dzdy;
1037 ci.ydzdy += c->shade.dzdy;
1044 ci.ydzdy += c->shade.dzdy;
1052 ci.ydzdy += c->shade.dzdy;
/system/core/include/private/pixelflinger/
H A Dggl_context.h427 GGLfixed ydzdy; member in struct:android::iterators_t

Completed in 114 milliseconds