Searched refs:store_instr (Results 1 – 3 of 3) sorted by relevance
421 register_store_instr(nir_intrinsic_instr *store_instr, in register_store_instr() argument424 nir_deref_instr *deref = nir_src_as_deref(store_instr->src[0]); in register_store_instr()432 _mesa_set_add(node->stores, store_instr); in register_store_instr()
509 ; load_instr=%1 store_instr=%2 p_dst=%3 i_dststride=%4 p_src=%5 i_srcstride=%6 cnt=%7 r_tmp=%8,%9 m…
667 nir_instr *store_instr = state->compact_arg_stores[idx]; in remove_compacted_arg() local668 if (!store_instr) in remove_compacted_arg()672 nir_instr_remove(store_instr); in remove_compacted_arg()