Lines Matching refs:Rs
389 int Rs = scratches.obtain();
391 CONTEXT_LOAD(Rs, state.buffers.color.stride);
393 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
394 base_offset(parts.cbPtr, parts.cbPtr, Rs);
395 scratches.recycle(Rs);
425 int Rs = dzdx;
427 CONTEXT_LOAD(Rs, state.buffers.depth.stride);
429 SMLABB(AL, Rs, Ry, Rs, Rx);
430 ADD(AL, 0, Rs, Rs, reg_imm(parts.count.reg, LSR, 16));
431 ADD(AL, 0, zbase, zbase, reg_imm(Rs, LSL, 1));