Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_sched.c465 bool avoid_sync, bool avoid_output);
476 bool avoid_sync) in choose_instr_dec() argument
478 const char *mode = avoid_sync ? "-as" : ""; in choose_instr_dec()
483 if (avoid_sync && would_sync(ctx, n->instr)) in choose_instr_dec()
509 if (avoid_sync && would_sync(ctx, n->instr)) in choose_instr_dec()
536 if (avoid_sync && would_sync(ctx, n->instr)) in choose_instr_dec()
560 if (avoid_sync && would_sync(ctx, n->instr)) in choose_instr_dec()
578 return choose_instr_inc(ctx, notes, avoid_sync, true); in choose_instr_dec()
587 bool avoid_sync, bool avoid_output) in choose_instr_inc() argument
589 const char *mode = avoid_sync ? "-as" : ""; in choose_instr_inc()
[all …]