Searched refs:ty (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp374 int ty = scratches.obtain(); local
376 AND(AL, 0, ty, Ry, imm(GGL_DITHER_MASK));
377 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT));
/system/core/libpixelflinger/
H A Dscanline.cpp890 const int32_t ty = interpolate(ys, local
893 ti.ydtdy= ty << tscale;
897 ti.ydtdy= ty >> -tscale;

Completed in 48 milliseconds