Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_sched.c630 choose_instr_dec(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in choose_instr_dec() function
829 chosen = choose_instr_dec(ctx, notes, true); in choose_instr()
833 chosen = choose_instr_dec(ctx, notes, false); in choose_instr()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1281 - freedreno/ir3: Reduce choose_instr_dec() and _inc() overhead.