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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp1025 auto last_store = *stores.rbegin(); local in function:r600::StoreMerger::combine_one_slot
1027 b.cursor = nir_before_instr(&last_store->instr);
1045 nir_instr_rewrite_src(&last_store->instr, &last_store->src[0], nir_src_for_ssa(new_src));
1046 last_store->num_components = comps;
1047 nir_intrinsic_set_component(last_store, first_comp);
1048 nir_intrinsic_set_write_mask(last_store, writemask);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c123 bool last_store = !(*stores_pending); local in function:store_general
165 if (!last_store) {
185 if (V3D_VERSION < 40 && !last_store) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c128 bool last_store = !(*stores_pending); local in function:store_general
176 if (!last_store) {
196 if (V3D_VERSION < 40 && !last_store) {

Completed in 6 milliseconds