Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c99 struct svga_host_surface_cache_entry *entry; in svga_screen_cache_lookup()
116 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, curr, bucket_head); in svga_screen_cache_lookup()
181 struct svga_host_surface_cache_entry *entry = NULL, *next_entry; in svga_screen_cache_shrink()
219 struct svga_host_surface_cache_entry *entry = NULL; in svga_screen_cache_add()
263 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, in svga_screen_cache_add()
271 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, in svga_screen_cache_add()
328 struct svga_host_surface_cache_entry *entry; in svga_screen_cache_flush()
338 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, curr, head); in svga_screen_cache_flush()
364 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, curr, head); in svga_screen_cache_flush()
640 struct svga_host_surface_cache_entry *entry = in svga_screen_cache_dump()
[all …]
Dsvga_screen_cache.h76 struct svga_host_surface_cache_entry struct
129 struct svga_host_surface_cache_entry entries[SVGA_HOST_SURFACE_CACHE_SIZE];