Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:Rs

390         int Rs = scratches.obtain();
392 CONTEXT_LOAD(Rs, state.buffers.color.stride);
394 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
395 base_offset(parts.cbPtr, parts.cbPtr, Rs);
396 scratches.recycle(Rs);
426 int Rs = dzdx;
428 CONTEXT_LOAD(Rs, state.buffers.depth.stride);
430 SMLABB(AL, Rs, Ry, Rs, Rx);
431 ADD(AL, 0, Rs, Rs, reg_imm(parts.count.reg, LSR, 16));
432 ADDR_ADD(AL, 0, zbase, zbase, reg_imm(Rs, LSL, 1));