Home
last modified time | relevance | path

Searched defs:total_usage (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c2533 uint64_t total_usage = MAX2(total_internal_usage, total_system_usage); in radv_get_memory_budget_properties() local
2563 uint64_t total_usage = MAX2(total_internal_usage, total_system_usage); in radv_get_memory_budget_properties() local
2607 uint64_t total_usage = MAX2(internal_usage, system_usage); in radv_get_memory_budget_properties() local
/aosp_15_r20/system/memory/libmeminfo/libsmapinfo/
Dsmapinfo.cpp1098 static void print_vmainfo_totals(const VmaInfo& total_usage, Format format, std::ostream& out) { in print_vmainfo_totals()
1160 showmap::VmaInfo total_usage; in run_showmap() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c350 uint64_t total_usage = 0; in util_get_throttle_total_memory_usage() local
/aosp_15_r20/external/leveldb/db/
H A Ddb_impl.cc1432 size_t total_usage = options_.block_cache->TotalCharge(); in GetProperty() local