Lines Matching refs:soffset
3998 Temp soffset = Temp(0, s1);
4407 Operand soffset = offset.type() == RegType::sgpr ? Operand(offset) : Operand::c32(0);
4409 if (info.soffset.id()) {
4410 if (soffset.isTemp())
4411 vaddr = bld.copy(bld.def(v1), soffset);
4412 soffset = Operand(info.soffset);
4439 mubuf->operands[2] = soffset;
5071 emit_single_mubuf_store(isel_context* ctx, Temp descriptor, Temp voffset, Temp soffset, Temp vdata,
5084 Operand soffset_op = soffset.id() ? Operand(soffset) : Operand::zero();
5096 store_vmem_mubuf(isel_context* ctx, Temp src, Temp descriptor, Temp voffset, Temp soffset,
5114 emit_single_mubuf_store(ctx, descriptor, voffset, soffset, write_datas[i], const_offset, sync,
5120 load_vmem_mubuf(isel_context* ctx, Temp dst, Temp descriptor, Temp voffset, Temp soffset,
5138 info.soffset = soffset;
5579 Operand soffset = Operand::zero();
5581 soffset = bld.copy(bld.def(s1), Operand::c32(fetch_offset / 4096 * 4096));
5636 soffset, fetch_offset, false, false, true)
5641 soffset, fetch_dfmt, nfmt, fetch_offset, false, true)
7630 info.soffset = ctx->program->scratch_offset;