Home
last modified time | relevance | path

Searched refs:PACK_LDST_ATTRIB_OFS (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dhelpers.h417 #define PACK_LDST_ATTRIB_OFS(a) ((a) << 9) macro
Dmidgard_compile.c1427 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()
Dmidgard_emit.c923 ins->load_store.signed_offset |= PACK_LDST_ATTRIB_OFS(offset); in mir_ldst_pack_offset()