HomeSort by relevance Sort by last modified time
    Searched refs:ydzdy (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 418 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);
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 522 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
824 ci.ydzdy = interpolate(ys, c->shade.z0, c->shade.dzdx, c->shade.dzdy);
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 427 GGLfixed ydzdy; member in struct:android::iterators_t

Completed in 11 milliseconds