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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_depth.c134 ir3_instr_depth(struct ir3_instruction *instr, unsigned boost, bool falsedep) function in typeref:typename:void
151 ir3_instr_depth(src, boost, __is_false_dep(instr, i));
230 ir3_instr_depth(ir->outputs[i], 0, false);
234 ir3_instr_depth(block->keeps[i], 0, false);
238 ir3_instr_depth(block->condition, 6, false);

Completed in 2 milliseconds