Searched refs:surface_reference (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 193 sws->surface_reference(sws, &entry->handle, NULL); in svga_screen_cache_shrink() 235 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add() 253 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add() 278 sws->surface_reference(sws, &entry->handle, NULL); in svga_screen_cache_add() 307 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add() 435 sws->surface_reference(sws, &cache->entries[i].handle, NULL); in svga_screen_cache_cleanup() 620 sws->surface_reference(sws, p_handle, NULL); in svga_screen_surface_destroy()
|
D | svga_winsys.h | 588 (*surface_reference)(struct svga_winsys_screen *sws, member
|
D | svga_resource_texture.c | 1247 sws->surface_reference(sws, &srf, NULL); in svga_texture_from_handle()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_svga.c | 493 vws->base.surface_reference = vmw_svga_winsys_surface_ref; in vmw_winsys_screen_init_svga()
|