Searched refs:ir3_sched_ctx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_sched.c | 54 struct ir3_sched_ctx { struct 71 clear_cache(struct ir3_sched_ctx *ctx, struct ir3_instruction *instr) in clear_cache() argument 80 schedule(struct ir3_sched_ctx *ctx, struct ir3_instruction *instr) in schedule() 140 distance(struct ir3_sched_ctx *ctx, struct ir3_instruction *instr, in distance() 158 delay_calc_srcn(struct ir3_sched_ctx *ctx, in delay_calc_srcn() 192 delay_calc(struct ir3_sched_ctx *ctx, struct ir3_instruction *instr, bool soft) in delay_calc() 245 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in check_instr() 322 find_instr_recursive(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in find_instr_recursive() 379 find_eligible_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in find_eligible_instr() 417 split_addr(struct ir3_sched_ctx *ctx) in split_addr() [all …]
|