Home
last modified time | relevance | path

Searched defs:prev_inst (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_dead_control_flow.cpp52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate() local
Dbrw_vec4_reg_allocate.cpp275 for (vec4_instruction *prev_inst = (vec4_instruction *) inst->prev; in can_use_scratch_for_source() local
Dbrw_fs.cpp3568 fs_inst *prev_inst = last_mrf_move[inst->dst.nr]; in remove_duplicate_mrf_writes() local
/third_party/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c1021 struct schedule_node *prev_inst) in choose_instruction_to_schedule()
1853 struct qinst *prev_inst = (struct qinst *) inst->link.prev; in emit_branch() local
Dvir.c1872 struct qinst *prev_inst = NULL; in try_opt_ldunif() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_schedule.c552 struct schedule_node *prev_inst) in choose_instruction_to_schedule()