Lines Matching refs:debug_memory
558 sna->debug_memory.cpu_bo_allocs++;
559 sna->debug_memory.cpu_bo_bytes += kgem_bo_size(priv->cpu_bo);
588 sna->debug_memory.cpu_bo_allocs--;
589 sna->debug_memory.cpu_bo_bytes -= kgem_bo_size(priv->cpu_bo);
867 sna->debug_memory.pixmap_allocs++;
899 sna->debug_memory.pixmap_cached--;
947 sna->debug_memory.pixmap_allocs++;
1008 sna->debug_memory.cpu_bo_allocs++;
1009 sna->debug_memory.cpu_bo_bytes += kgem_bo_size(priv->cpu_bo);
1471 sna->debug_memory.pixmap_cached++;
1489 to_sna_from_pixmap(pixmap)->debug_memory.pixmap_allocs--;
2709 sna->debug_memory.cpu_bo_allocs--;
2710 sna->debug_memory.cpu_bo_bytes -= kgem_bo_size(priv->cpu_bo);
4315 sna->debug_memory.cpu_bo_allocs--;
4316 sna->debug_memory.cpu_bo_bytes -= kgem_bo_size(priv->cpu_bo);
4392 sna->debug_memory.cpu_bo_allocs--;
4393 sna->debug_memory.cpu_bo_bytes -= kgem_bo_size(priv->cpu_bo);
17871 sna->debug_memory.pixmap_allocs,
17872 sna->debug_memory.pixmap_cached,
17873 sna->kgem.debug_memory.bo_allocs,
17874 (unsigned long)sna->kgem.debug_memory.bo_bytes,
17875 sna->debug_memory.cpu_bo_allocs,
17876 (unsigned long)sna->debug_memory.cpu_bo_bytes);