Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c366 if (svga->swc->surface_invalidate(svga->swc, entry->handle) != PIPE_OK) { in svga_screen_cache_flush()
378 ret = svga->swc->surface_invalidate(svga->swc, entry->handle); in svga_screen_cache_flush()
Dsvga_winsys.h417 (*surface_invalidate)(struct svga_winsys_context *swc, member
Dsvga_surface.c540 if (svga->swc->surface_invalidate(svga->swc, stex->handle) != PIPE_OK) { in svga_validate_surface_view()
542 ret = svga->swc->surface_invalidate(svga->swc, stex->handle); in svga_validate_surface_view()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c819 vswc->base.surface_invalidate = vmw_svga_winsys_surface_invalidate; in vmw_svga_winsys_context_create()