Home
last modified time | relevance | path

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

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