Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:Rs

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