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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2343 int i, empty_slot = -1; local in function:vi_get_context_dcc_stats_index
2360 if (empty_slot == -1 && !sctx->dcc_stats[i].tex)
2361 empty_slot = i;
2365 if (empty_slot == -1) {
2376 empty_slot = oldest_slot;
2380 si_texture_reference(&sctx->dcc_stats[empty_slot].tex, tex);
2381 sctx->dcc_stats[empty_slot].last_use_timestamp = os_time_get();
2382 return empty_slot;

Completed in 4 milliseconds