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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c509 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) {
510 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i];
531 entry->age = ++st->drawpix_cache.age;
554 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) {
555 const struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i];
564 return &st->drawpix_cache.entries[oldest_index];
596 entry->age = ++st->drawpix_cache.age;
1874 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) {
1875 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i];
H A Dst_context.h256 } drawpix_cache; member in struct:st_context
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c508 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) {
509 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i];
530 entry->age = ++st->drawpix_cache.age;
553 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) {
554 const struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i];
563 return &st->drawpix_cache.entries[oldest_index];
595 entry->age = ++st->drawpix_cache.age;
2002 for (i = 0; i < ARRAY_SIZE(st->drawpix_cache.entries); i++) {
2003 struct drawpix_cache_entry *entry = &st->drawpix_cache.entries[i];
H A Dst_context.h299 } drawpix_cache; member in struct:st_context

Completed in 8 milliseconds