Searched refs:total_resource_bytes (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_screen.h87 uint64_t total_resource_bytes; member in struct:svga_screen::__anon6f474bf70308
H A Dsvga_resource_buffer.c397 ss->hud.total_resource_bytes -= sbuf->size;
489 ss->hud.total_resource_bytes += sbuf->size;
H A Dsvga_resource_texture.c245 ss->hud.total_resource_bytes -= tex->size;
1169 svgascreen->hud.total_resource_bytes += tex->size;
H A Dsvga_pipe_query.c1178 vresult->u64 = svgascreen->hud.total_resource_bytes;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_screen.h90 uint64_t total_resource_bytes; member in struct:svga_screen::__anonb19e2b0a0308
H A Dsvga_resource_buffer.c419 ss->hud.total_resource_bytes -= sbuf->size;
443 ss->hud.total_resource_bytes -= tex->size;
537 ss->hud.total_resource_bytes += sbuf->size;
H A Dsvga_pipe_query.c1188 vresult->u64 = svgascreen->hud.total_resource_bytes;
H A Dsvga_resource_texture.c1115 svgascreen->hud.total_resource_bytes += tex->size;

Completed in 23 milliseconds