HomeSort by relevance Sort by last modified time
    Searched refs:svga_host_surface_cache_entry (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h 71 struct svga_host_surface_cache_entry struct
120 struct svga_host_surface_cache_entry entries[SVGA_HOST_SURFACE_CACHE_SIZE];
svga_screen_cache.c 97 struct svga_host_surface_cache_entry *entry;
114 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, curr, bucket_head);
170 struct svga_host_surface_cache_entry *entry = NULL, *next_entry;
207 struct svga_host_surface_cache_entry *entry = NULL;
250 entry = LIST_ENTRY(struct svga_host_surface_cache_entry,
257 entry = LIST_ENTRY(struct svga_host_surface_cache_entry,
302 struct svga_host_surface_cache_entry *entry;
311 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, curr, head);

Completed in 438 milliseconds