Searched refs:surface_invalidate (Results 1 – 4 of 4) sorted by relevance
366 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()
417 (*surface_invalidate)(struct svga_winsys_context *swc, member
540 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()
819 vswc->base.surface_invalidate = vmw_svga_winsys_surface_invalidate; in vmw_svga_winsys_context_create()