Lines Matching refs:debug_memory
547 sna->debug_memory.cpu_bo_allocs++;
548 sna->debug_memory.cpu_bo_bytes += kgem_bo_size(priv->cpu_bo);
577 sna->debug_memory.cpu_bo_allocs--;
578 sna->debug_memory.cpu_bo_bytes -= kgem_bo_size(priv->cpu_bo);
858 sna->debug_memory.pixmap_allocs++;
886 sna->debug_memory.pixmap_cached--;
934 sna->debug_memory.pixmap_allocs++;
995 sna->debug_memory.cpu_bo_allocs++;
996 sna->debug_memory.cpu_bo_bytes += kgem_bo_size(priv->cpu_bo);
1428 sna->debug_memory.pixmap_cached++;
1446 to_sna_from_pixmap(pixmap)->debug_memory.pixmap_allocs--;
2630 sna->debug_memory.cpu_bo_allocs--;
2631 sna->debug_memory.cpu_bo_bytes -= kgem_bo_size(priv->cpu_bo);
4195 sna->debug_memory.cpu_bo_allocs--;
4196 sna->debug_memory.cpu_bo_bytes -= kgem_bo_size(priv->cpu_bo);
4272 sna->debug_memory.cpu_bo_allocs--;
4273 sna->debug_memory.cpu_bo_bytes -= kgem_bo_size(priv->cpu_bo);
17567 sna->debug_memory.pixmap_allocs,
17568 sna->debug_memory.pixmap_cached,
17569 sna->kgem.debug_memory.bo_allocs,
17570 (unsigned long)sna->kgem.debug_memory.bo_bytes,
17571 sna->debug_memory.cpu_bo_allocs,
17572 (unsigned long)sna->debug_memory.cpu_bo_bytes);