Home
last modified time | relevance | path

Searched refs:last_store (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp1210 auto last_store = *stores.rbegin(); in combine_one_slot() local
1212 b.cursor = nir_before_instr(&last_store->instr); in combine_one_slot()
1230 nir_instr_rewrite_src(&last_store->instr, &last_store->src[0], nir_src_for_ssa(new_src)); in combine_one_slot()
1231 last_store->num_components = comps; in combine_one_slot()
1232 nir_intrinsic_set_component(last_store, first_comp); in combine_one_slot()
1233 nir_intrinsic_set_write_mask(last_store, writemask); in combine_one_slot()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c128 bool last_store = !(*stores_pending); in store_general() local
176 if (!last_store) { in store_general()
196 if (V3D_VERSION < 40 && !last_store) { in store_general()

Completed in 6 milliseconds