Home
last modified time | relevance | path

Searched refs:Rx (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp360 int Rx = scratches.obtain(); in build_scanline_prolog() local
362 CONTEXT_LOAD(Rx, iterators.xl); in build_scanline_prolog()
367 SUB(AL, 0, parts.count.reg, parts.count.reg, Rx); in build_scanline_prolog()
378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK)); in build_scanline_prolog()
396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs in build_scanline_prolog()
411 MLA(AL, 0, f, Rx, dfdx, ydfdy); in build_scanline_prolog()
424 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy); in build_scanline_prolog()
432 SMLABB(AL, Rs, Ry, Rs, Rx); in build_scanline_prolog()
439 init_textures(parts.coords, reg_t(Rx), reg_t(Ry)); in build_scanline_prolog()
443 init_iterated_color(parts, reg_t(Rx)); in build_scanline_prolog()
[all …]
Dtexturing.cpp328 int Rx = x.reg; in init_textures() local
349 ADD(AL, 0, Rx, Rx, reg_imm(txPtr.reg, ASR, 16)); // x += (s>>16) in init_textures()
354 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride in init_textures()
356 base_offset(txPtr, txPtr, Rx); in init_textures()
378 MLA(AL, 0, s.reg, Rx, s.reg, ydsdy); in init_textures()
379 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy); in init_textures()