Searched refs:dst_interval (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_spill.c1106 struct ra_spill_interval *dst_interval = ctx->intervals[dst->name]; local in function:handle_pcopy
1107 ra_spill_interval_init(dst_interval, dst);
1122 struct ra_spill_interval *dst_interval = ctx->intervals[dst->name]; local in function:handle_pcopy
1127 dst_interval->cant_spill = true;
1128 ra_spill_ctx_insert(ctx, dst_interval);
1130 dst_interval->cant_spill = false;
1131 dst_interval->dst = src_interval->dst;
1169 struct ra_spill_interval *dst_interval = ctx->intervals[dst->name]; local in function:handle_pcopy
1172 dst_interval->cant_spill = true;
1173 ra_spill_ctx_insert(ctx, dst_interval);
[all...]
H A Dir3_ra.c1261 struct ra_interval *dst_interval = &ctx->intervals[dst->name]; local in function:allocate_dst
1278 .interval = dst_interval,

Completed in 7 milliseconds