Searched refs:backed_handle (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h115 struct svga_winsys_surface *backed_handle; member in struct:svga_texture
H A Dsvga_surface.c253 if (cacheable && tex->backed_handle &&
255 handle = tex->backed_handle;
263 if (cacheable && !tex->backed_handle) {
264 tex->backed_handle = handle;
676 if (s->handle != t->handle && s->handle != t->backed_handle) {
867 if (tex->backed_handle == s->handle) {
H A Dsvga_resource_texture.c242 if (tex->backed_handle)
243 svga_screen_surface_destroy(ss, &tex->backed_key, &tex->backed_handle);
1167 tex->backed_handle = NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h111 struct svga_winsys_surface *backed_handle; member in struct:svga_texture
H A Dsvga_surface.c237 if (cacheable && tex->backed_handle &&
239 handle = tex->backed_handle;
247 if (cacheable && !tex->backed_handle) {
248 tex->backed_handle = handle;
670 if (s->handle != t->handle && s->handle != t->backed_handle) {
855 if (tex->backed_handle == s->handle) {
H A Dsvga_resource_buffer.c440 if (tex->backed_handle)
441 svga_screen_surface_destroy(ss, &tex->backed_key, &tex->backed_handle);
H A Dsvga_resource_texture.c1113 tex->backed_handle = NULL;

Completed in 15 milliseconds