Searched refs:drawpix_cache (Results 1 – 2 of 2) sorted by relevance
504 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) { in search_drawpixels_cache()505 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i]; in search_drawpixels_cache()526 entry->age = ++st->drawpix_cache.age; in search_drawpixels_cache()549 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) { in find_oldest_drawpixels_cache_entry()550 const struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i]; in find_oldest_drawpixels_cache_entry()559 return &st->drawpix_cache.entries[oldest_index]; in find_oldest_drawpixels_cache_entry()591 entry->age = ++st->drawpix_cache.age; in cache_drawpixels_image()1947 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) { in st_destroy_drawpix()1948 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i]; in st_destroy_drawpix()
296 } drawpix_cache; member