Home
last modified time | relevance | path

Searched refs:last_writeout (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c226 nir_instr *last_writeout = NULL; in pan_nir_reorder_writeout() local
239 if (!last_writeout) in pan_nir_reorder_writeout()
240 last_writeout = instr; in pan_nir_reorder_writeout()
244 if (!last_writeout) in pan_nir_reorder_writeout()
249 exec_node_insert_after(&last_writeout->node, &instr->node); in pan_nir_reorder_writeout()
/external/mesa3d/src/panfrost/midgard/
Dcompiler.h144 bool last_writeout; member
220 bool last_writeout; member
Dmidgard_schedule.c1140 bundle.last_writeout = branch->last_writeout; in mir_schedule_alu()
Dmidgard_compile.c2705 br->last_writeout = true; in mir_add_writeout_loops()
2886 if (!bundle->last_writeout && (current_bundle + 1 < bundle_count)) in midgard_compile_shader_nir()