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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c558 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
[all...]
H A Dkgem.h236 } debug_memory; member in struct:kgem
H A Dsna.h455 } debug_memory; member in struct:sna
H A Dkgem.c273 kgem->debug_memory.bo_allocs++;
274 kgem->debug_memory.bo_bytes += size;
2559 kgem->debug_memory.bo_allocs--;
2560 kgem->debug_memory.bo_bytes -= bytes(bo);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c547 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
[all...]
H A Dkgem.h227 } debug_memory; member in struct:kgem
H A Dsna.h415 } debug_memory; member in struct:sna
H A Dkgem.c251 kgem->debug_memory.bo_allocs++;
252 kgem->debug_memory.bo_bytes += size;
2088 kgem->debug_memory.bo_allocs--;
2089 kgem->debug_memory.bo_bytes -= bytes(bo);

Completed in 50 milliseconds