Lines Matching refs:backed
333 s->backed = NULL;
362 "New backed surface view: resource %p, level %u layer %u z %u, %p\n",
473 if (!s->backed) {
486 s->backed = svga_surface(backed_view);
490 else if (s->backed->handle != tex->handle &&
491 s->backed->age < tex->age) {
497 struct svga_surface *bs = s->backed;
521 svga_mark_surface_dirty(&s->backed->base);
522 s->backed->age = tex->age;
524 assert(s->backed->base.context == &svga->pipe);
527 return s->backed;
671 /* Destroy the backed view surface if it exists */
672 if (s->backed) {
673 svga_surface_destroy(pipe, &s->backed->base);
674 s->backed = NULL;
677 /* Destroy the surface handle if this is a backed handle and
740 * Note: we age the texture for backed surface view only when the
741 * backed surface is propagated to the original surface.
757 * This surface can be the backed surface.
864 /* If this backed surface is cached in the texture,
865 * update the backed age as well.