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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra.c1175 unsigned best_eviction_count = ~0; local in function:get_reg
1179 if (eviction_count < best_eviction_count) {
1180 best_eviction_count = eviction_count;
1186 if (best_eviction_count != ~0) {
1188 ctx, file, reg, best_reg, &best_eviction_count, is_source, false);

Completed in 4 milliseconds