Searched refs:ra_get_file (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.c | 1096 ra_get_file(struct ra_ctx *ctx, struct ir3_register *reg) in ra_get_file() function 1154 if (ra_get_file(ctx, src) == file && reg_size(src) >= size) { in get_reg() 1223 ra_file_mark_killed(ra_get_file(ctx, src), interval); in mark_src_killed() 1229 struct ra_file *file = ra_get_file(ctx, dst); in insert_dst() 1244 struct ra_file *file = ra_get_file(ctx, dst); in allocate_dst_fixed() 1256 struct ra_file *file = ra_get_file(ctx, dst); in allocate_dst() 1297 struct ra_file *file = ra_get_file(ctx, src); in assign_src() 1452 ra_file_mark_killed(ra_get_file(ctx, src), interval); in handle_collect() 1471 ra_file_unmark_killed(ra_get_file(ctx, src), interval); in handle_collect() 1538 struct ra_file *file = ra_get_file(ctx, instr->dsts[0]); in handle_input() [all …]
|