Searched refs:dzdx (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp420 int dzdx = scratches.obtain(); local
422 CONTEXT_LOAD(dzdx, generated_vars.dzdx); // 1.31 fixed-point
424 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy);
428 int Rs = dzdx;
793 int dzdx = scratches.obtain(); local
794 CONTEXT_LOAD(dzdx, generated_vars.dzdx); // stall
795 ADD(AL, 0, parts.z.reg, parts.z.reg, dzdx);
/system/core/include/private/pixelflinger/
H A Dggl_context.h466 GGLfixed32 dzdx; member in struct:android::shade_t
495 int32_t dzdx; member in struct:android::generated_vars_t
/system/core/libpixelflinger/
H A Dscanline.cpp656 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
921 z += c->shade.dzdx;
1630 ci.ydzdy = interpolate(ys, c->shade.z0, c->shade.dzdx, c->shade.dzdy);
1663 gen.dzdx = c->shade.dzdx;
H A Dpixelflinger.cpp256 c->shade.dzdx = grad[1];

Completed in 205 milliseconds