Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c832 unsigned eviction_count = 0; in try_evict_regs() local
870 eviction_count += in try_evict_regs()
929 eviction_count += (killed->physreg_end - killed->physreg_start) * 2; in try_evict_regs()
949 *_eviction_count = eviction_count; in try_evict_regs()
1432 unsigned eviction_count; in get_reg() local
1433 if (try_evict_regs(ctx, file, reg, i, &eviction_count, false, true)) { in get_reg()
1434 if (eviction_count < best_eviction_count) { in get_reg()
1435 best_eviction_count = eviction_count; in get_reg()
1875 unsigned eviction_count; in handle_precolored_source() local
1876 if (!try_evict_regs(ctx, file, src, physreg, &eviction_count, tru in handle_precolored_source()
[all...]

Completed in 7 milliseconds