Searched refs:total_used (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_mm.c42 int total_used = 0, total_free = 0; local in function:u_mmDumpMemInfo
51 total_used += p->size;
55 total_used + total_free, total_used, total_free);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_mm.c42 int total_used = 0, total_free = 0; local in function:u_mmDumpMemInfo
51 total_used += p->size;
55 total_used + total_free, total_used, total_free);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c729 * actually possible that total_used will be larger than old_size. In
739 uint32_t total_used = front_used + back_used; local in function:anv_block_pool_grow
786 center_bo_offset = ((uint64_t)size * back_used) / total_used;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c633 * actually possible that total_used will be larger than old_size. In
643 uint32_t total_used = front_used + back_used; local in function:anv_block_pool_grow
702 center_bo_offset = ((uint64_t)size * back_used) / total_used;

Completed in 10 milliseconds