Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_postsched.c282 unsigned chosen_delay = 0; in choose_instr() local
289 if (!chosen || d < chosen_delay) { in choose_instr()
291 chosen_delay = d; in choose_instr()
295 if (d > chosen_delay) in choose_instr()
300 chosen_delay = d; in choose_instr()

Completed in 2 milliseconds