Searched refs:Ry (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 359 int Ry = scratches.obtain(); in build_scanline_prolog() local 362 CONTEXT_LOAD(Ry, iterators.y); in build_scanline_prolog() 377 AND(AL, 0, ty, Ry, imm(GGL_DITHER_MASK)); in build_scanline_prolog() 394 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs in build_scanline_prolog() 430 SMLABB(AL, Rs, Ry, Rs, Rx); in build_scanline_prolog() 437 init_textures(parts.coords, reg_t(Rx), reg_t(Ry)); in build_scanline_prolog() 438 scratches.recycle(Ry); in build_scanline_prolog()
|
D | texturing.cpp | 328 int Ry = y.reg; in init_textures() local 350 ADD(AL, 0, Ry, Ry, reg_imm(txPtr.reg, ASR, 16)); // y += (t>>16) in init_textures() 353 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride in init_textures()
|