Home
last modified time | relevance | path

Searched refs:counts_for_delay (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_postsched.c118 bool counts_for_delay = is_alu(instr) || is_flow(instr); in schedule() local
120 unsigned delay_cycles = counts_for_delay ? 1 + instr->repeat : 0; in schedule()
Dir3_sched.c311 bool counts_for_delay = is_alu(instr) || is_flow(instr); in schedule() local
314 unsigned delay_cycles = counts_for_delay ? 1 + instr->repeat : 0; in schedule()