Searched refs:eviction_count (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.c | 768 unsigned eviction_count = 0; in try_evict_regs() local 802 eviction_count += in try_evict_regs() 857 eviction_count += (killed->physreg_end - killed->physreg_start) * 2; in try_evict_regs() 877 *_eviction_count = eviction_count; in try_evict_regs() 1177 unsigned eviction_count; in get_reg() local 1178 if (try_evict_regs(ctx, file, reg, i, &eviction_count, is_source, true)) { in get_reg() 1179 if (eviction_count < best_eviction_count) { in get_reg() 1180 best_eviction_count = eviction_count; in get_reg() 1593 unsigned eviction_count; in handle_precolored_source() local 1594 if (!try_evict_regs(ctx, file, src, physreg, &eviction_count, true, in handle_precolored_source()
|