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

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_offscreen.c95 unsigned cost, best_cost; local in function:exaFindAreaToEvict
98 best_cost = UINT_MAX;
132 if (avail >= real_size && cost < best_cost) {
134 best_cost = cost;
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_offscreen.c94 unsigned cost, best_cost; local in function:exaFindAreaToEvict
97 best_cost = UINT_MAX;
129 if (avail >= real_size && cost < best_cost) {
131 best_cost = cost;
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c1115 signed best_cost = INT_MAX; local in function:bi_choose_index
1130 if (cost <= best_cost) {
1132 best_cost = cost;

Completed in 7 milliseconds