Searched refs:PACK_LDST_ATTRIB_OFS (Results 1 – 3 of 3) sorted by relevance
417 #define PACK_LDST_ATTRIB_OFS(a) ((a) << 9) macro
1427 midgard_instruction ins = m_ld_vary_32(dest, PACK_LDST_ATTRIB_OFS(offset)); in emit_varying_read()1512 ins = st_image(type, val, PACK_LDST_ATTRIB_OFS(address)); in emit_image_op()1517 ins = m_lea_image(dest, PACK_LDST_ATTRIB_OFS(address)); in emit_image_op()1521 ins = ld_image(type, nir_dest_index(&instr->dest), PACK_LDST_ATTRIB_OFS(address)); in emit_image_op()1551 midgard_instruction ins = m_ld_attr_32(dest, PACK_LDST_ATTRIB_OFS(offset)); in emit_attr_read()2028 midgard_instruction st = m_st_vary_32(reg, PACK_LDST_ATTRIB_OFS(offset)); in emit_intrinsic()
923 ins->load_store.signed_offset |= PACK_LDST_ATTRIB_OFS(offset); in mir_ldst_pack_offset()