Home
last modified time | relevance | path

Searched refs:drawpix_cache (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c513 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) { in search_drawpixels_cache()
514 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i]; in search_drawpixels_cache()
535 entry->age = ++st->drawpix_cache.age; in search_drawpixels_cache()
558 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) { in find_oldest_drawpixels_cache_entry()
559 const struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i]; in find_oldest_drawpixels_cache_entry()
568 return &st->drawpix_cache.entries[oldest_index]; in find_oldest_drawpixels_cache_entry()
600 entry->age = ++st->drawpix_cache.age; in cache_drawpixels_image()
1995 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) { in st_destroy_drawpix()
1996 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i]; in st_destroy_drawpix()
Dst_context.h292 } drawpix_cache; member