Lines Matching defs:offset
1197 unsigned offset,
1224 ins.constants.u32[0] = offset;
1243 mir_set_ubo_offset(&ins, indirect_offset, offset);
1259 nir_src *offset,
1329 mir_set_offset(ctx, &ins, offset, seg);
1420 unsigned dest, unsigned offset,
1427 midgard_instruction ins = m_ld_vary_32(dest, PACK_LDST_ATTRIB_OFS(offset));
1548 unsigned dest, unsigned offset,
1551 midgard_instruction ins = m_ld_attr_32(dest, PACK_LDST_ATTRIB_OFS(offset));
1578 unsigned nr_components, unsigned offset)
1593 emit_ubo_read(ctx, instr, dest, (uniform * 16) + offset, NULL, 0,
1770 unsigned offset = 0, reg;
1829 offset = nir_intrinsic_base(instr);
1840 offset += nir_src_as_uint(*src_offset);
1842 /* We may need to apply a fractional offset */
1848 emit_ubo_read(ctx, &instr->instr, reg, offset, indirect_offset, 0, 0, nr_comp);
1856 emit_ubo_read(ctx, &instr->instr, reg, offset, indirect_offset, 0, uindex, nr_comp);
1861 emit_varying_read(ctx, reg, offset, nr_comp, component, indirect_offset, t | nir_dest_bit_size(instr->dest), is_flat);
1866 unsigned *input = offset ? &ctx->blend_src1 : &ctx->blend_input;
1873 emit_attr_read(ctx, reg, offset, nr_comp, t);
2023 offset = nir_intrinsic_base(instr) + nir_src_as_uint(instr->src[1]);
2028 midgard_instruction st = m_st_vary_32(reg, PACK_LDST_ATTRIB_OFS(offset));
2050 * destination component start. Source component offset