Home
last modified time | relevance | path

Searched refs:surface_reference (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c193 sws->surface_reference(sws, &entry->handle, NULL); in svga_screen_cache_shrink()
236 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add()
254 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add()
281 sws->surface_reference(sws, &entry->handle, NULL); in svga_screen_cache_add()
314 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add()
442 sws->surface_reference(sws, &cache->entries[i].handle, NULL); in svga_screen_cache_cleanup()
628 sws->surface_reference(sws, p_handle, NULL); in svga_screen_surface_destroy()
Dsvga_winsys.h605 (*surface_reference)(struct svga_winsys_screen *sws, member
Dsvga_resource_texture.c1222 sws->surface_reference(sws, &srf, NULL); in svga_texture_from_handle()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_svga.c887 vws->base.surface_reference = vmw_svga_winsys_surface_ref; in vmw_winsys_screen_init_svga()