Lines Matching defs:offset
657 tex.offset =
716 .offset = quadword_offset,
754 /* Fixed encoding, not actually an offset */
805 .offset = quadword_offset,
814 .offset = quadword_offset,
817 assert(branch.offset == quadword_offset);
908 /* Shift applied to the immediate used as an offset. Probably this is papering
913 mir_ldst_pack_offset(midgard_instruction *ins, int offset)
921 ins->load_store.signed_offset |= PACK_LDST_UBO_OFS(offset);
923 ins->load_store.signed_offset |= PACK_LDST_ATTRIB_OFS(offset);
925 ins->load_store.signed_offset |= PACK_LDST_SELECTOR_OFS(offset);
927 ins->load_store.signed_offset |= PACK_LDST_MEM_OFS(offset);
983 /* Apply a constant offset */
984 unsigned offset = ins->constants.u32[0];
985 if (offset)
986 mir_ldst_pack_offset(ins, offset);