Home
last modified time | relevance | path

Searched refs:total_usage (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c358 uint64_t total_usage = 0; in util_get_throttle_total_memory_usage() local
361 total_usage += t->ring[i].mem_usage; in util_get_throttle_total_memory_usage()
362 return total_usage; in util_get_throttle_total_memory_usage()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dincorporate_getitem.h380 std::size_t total_usage = 0; in MultipleUse() local
394 total_usage++; in MultipleUse()
402 if (index_set.size() != total_usage) { in MultipleUse()
403 MS_LOG(DEBUG) << "some index usage is duplicated, total_usage: " << total_usage; in MultipleUse()
798 std::size_t total_usage = 0; in MultipleUseOfSwitch() local
816 total_usage++; in MultipleUseOfSwitch()
824 if (index_set.size() != total_usage) { in MultipleUseOfSwitch()
825 MS_LOG(DEBUG) << "some index is duplicated, total_usage: " << total_usage; in MultipleUseOfSwitch()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2439 uint64_t total_usage = MAX2(total_internal_usage, total_system_usage); in radv_get_memory_budget_properties() local
2442 uint64_t total_free_space = total_heap_size - MIN2(total_heap_size, total_usage); in radv_get_memory_budget_properties()
2482 uint64_t total_usage = MAX2(internal_usage, system_usage); in radv_get_memory_budget_properties() local
2485 MIN2(device->memory_properties.memoryHeaps[heap].size, total_usage); in radv_get_memory_budget_properties()