Home
last modified time | relevance | path

Searched refs:ydfdy (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp405 int ydfdy = scratches.obtain(); in build_scanline_prolog() local
406 int f = ydfdy; in build_scanline_prolog()
408 CONTEXT_LOAD(ydfdy, iterators.ydfdy); in build_scanline_prolog()
409 MLA(AL, 0, f, Rx, dfdx, ydfdy); in build_scanline_prolog()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h451 GGLfixed ydfdy;
/system/core/libpixelflinger/
Dscanline.cpp675 GGLfixed f = (xs * c->shade.dfdx) + ci.ydfdy; in scanline()
1650 ci.ydfdy = interpolate(ys, c->shade.f0, c->shade.dfdx, c->shade.dfdy); in init_y()
1682 gen.f = ci.ydfdy; in init_y()
1833 ci.ydfdy += c->shade.dfdy; in step_y__generic()