Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c237 if (cacheable && tex->backed_handle && in svga_texture_view_surface()
239 handle = tex->backed_handle; in svga_texture_view_surface()
247 if (cacheable && !tex->backed_handle) { in svga_texture_view_surface()
248 tex->backed_handle = handle; in svga_texture_view_surface()
680 if (s->handle != t->handle && s->handle != t->backed_handle) { in svga_surface_destroy()
867 if (tex->backed_handle == s->handle) { in svga_propagate_surface()
Dsvga_resource_buffer.c466 if (tex->backed_handle) in svga_resource_destroy()
467 svga_screen_surface_destroy(ss, &tex->backed_key, to_invalidate, &tex->backed_handle); in svga_resource_destroy()
Dsvga_resource_texture.h107 struct svga_winsys_surface *backed_handle; member
Dsvga_resource_texture.c1119 tex->backed_handle = NULL; in svga_texture_create()