Searched refs:ty (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 377 int ty = scratches.obtain(); in build_scanline_prolog() local 379 AND(AL, 0, ty, Ry, imm(GGL_DITHER_MASK)); in build_scanline_prolog() 380 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT)); in build_scanline_prolog()
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 1702 const int32_t ty = interpolate(ys, in init_y() local 1705 ti.ydtdy= ty << tscale; in init_y() 1709 ti.ydtdy= ty >> -tscale; in init_y()
|