/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 417 int dzdx = scratches.obtain(); local 419 CONTEXT_LOAD(dzdx, generated_vars.dzdx); // 1.31 fixed-point 421 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy); 425 int Rs = dzdx; 790 int dzdx = scratches.obtain(); local 791 CONTEXT_LOAD(dzdx, generated_vars.dzdx); // stall 792 ADD(AL, 0, parts.z.reg, parts.z.reg, dzdx); [all...] |
/system/core/include/private/pixelflinger/ |
ggl_context.h | 446 GGLfixed32 dzdx; member in struct:android::shade_t 475 int32_t dzdx; member in struct:android::generated_vars_t
|
/system/core/libpixelflinger/ |
scanline.cpp | 522 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy; 787 z += c->shade.dzdx; 824 ci.ydzdy = interpolate(ys, c->shade.z0, c->shade.dzdx, c->shade.dzdy); 857 gen.dzdx = c->shade.dzdx; [all...] |
pixelflinger.cpp | 256 c->shade.dzdx = grad[1];
|