Home
last modified time | relevance | path

Searched defs:heap_used (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_device_memory.c162 uint64_t heap_used = p_atomic_add_return(&heap->used, mem->bo->size); in hk_AllocateMemory() local
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c720 uint64_t heap_used = device->heap_used; in compute_memory_budget() local
2177 uint64_t heap_used = p_atomic_read(&pdevice->heap_used); in v3dv_AllocateMemory() local
H A Dv3dv_private.h172 alignas(8) uint64_t heap_used; member
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c1206 const uint64_t heap_used = pdevice->heap_used; in pvr_compute_heap_budget() local
2132 uint64_t heap_used; in pvr_AllocateMemory() local
H A Dpvr_private.h109 uint64_t heap_used; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c2713 VkDeviceSize heap_used = device->memory.heaps[i].used; in anv_get_memory_budget() local
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc1605 uint64_t heap_used = physical_device->heap.used; in tu_get_budget_memory() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c2120 VkDeviceSize heap_used = device->memory.heaps[i].used; in anv_get_memory_budget() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_intmodedep.h921 PCRE2_SIZE heap_used; /* As it says */ member