Lines Matching full:backed
333 s->backed = NULL; in svga_create_surface_view()
362 "New backed surface view: resource %p, level %u layer %u z %u, %p\n", in svga_create_surface_view()
472 if (!s->backed) { in create_backed_surface_view()
485 s->backed = svga_surface(backed_view); in create_backed_surface_view()
489 else if (s->backed->age < tex->age) { in create_backed_surface_view()
495 struct svga_surface *bs = s->backed; in create_backed_surface_view()
519 svga_mark_surface_dirty(&s->backed->base); in create_backed_surface_view()
520 s->backed->age = tex->age; in create_backed_surface_view()
523 return s->backed; in create_backed_surface_view()
656 /* Destroy the backed view surface if it exists */ in svga_surface_destroy()
657 if (s->backed) { in svga_surface_destroy()
658 svga_surface_destroy(pipe, &s->backed->base); in svga_surface_destroy()
659 s->backed = NULL; in svga_surface_destroy()
662 /* Destroy the surface handle if this is a backed handle and in svga_surface_destroy()
723 * Note: we age the texture for backed surface view only when the in svga_mark_surface_dirty()
724 * backed surface is propagated to the original surface. in svga_mark_surface_dirty()
740 * This surface can be the backed surface. in svga_mark_surfaces_dirty()
847 /* If this backed surface is cached in the texture, in svga_propagate_surface()
848 * update the backed age as well. in svga_propagate_surface()