Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c205 if (cacheable && tex->backed_handle && in svga_texture_view_surface()
207 handle = tex->backed_handle; in svga_texture_view_surface()
215 if (cacheable && !tex->backed_handle) { in svga_texture_view_surface()
216 tex->backed_handle = handle; in svga_texture_view_surface()
622 if (s->handle != t->handle && s->handle != t->backed_handle) { in svga_surface_destroy()
791 if (tex->backed_handle == s->handle) { in svga_propagate_surface()
Dsvga_resource_texture.h115 struct svga_winsys_surface *backed_handle; member
Dsvga_resource_texture.c242 if (tex->backed_handle) in svga_texture_destroy()
243 svga_screen_surface_destroy(ss, &tex->backed_key, &tex->backed_handle); in svga_texture_destroy()
1164 tex->backed_handle = NULL; in svga_texture_create()