Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_sched.c340 struct ir3_sched_notes { struct
368 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in check_instr() argument
595 struct ir3_sched_notes *notes,
630 choose_instr_dec(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in choose_instr_dec()
715 choose_instr_inc(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in choose_instr_inc()
770 choose_instr_prio(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes) in choose_instr_prio()
819 choose_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes) in choose_instr()
1170 struct ir3_sched_notes notes = {0}; in sched_block()