Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c225 nir_instr *last_writeout = NULL; in pan_nir_reorder_writeout() local
238 if (!last_writeout) in pan_nir_reorder_writeout()
239 last_writeout = instr; in pan_nir_reorder_writeout()
243 if (!last_writeout) in pan_nir_reorder_writeout()
248 exec_node_insert_after(&last_writeout->node, &instr->node); in pan_nir_reorder_writeout()
/third_party/mesa3d/src/panfrost/midgard/
Dcompiler.h144 bool last_writeout; member
222 bool last_writeout; member
Dmidgard_schedule.c1213 bundle.last_writeout = branch->last_writeout; in mir_schedule_alu()
Dmidgard_compile.c3034 br->last_writeout = true; in mir_add_writeout_loops()
3218 if (!bundle->last_writeout && (current_bundle + 1 < bundle_count)) in midgard_compile_shader_nir()