Searched refs:DebugLogAllocation (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 6423 void DebugLogAllocation(VkDeviceSize offset, VkDeviceSize size, void* userData) const; 6453 void VmaBlockMetadata::DebugLogAllocation(VkDeviceSize offset, VkDeviceSize size, void* userData) c… in DebugLogAllocation() function 7279 DebugLogAllocation(suballoc.offset, suballoc.size, suballoc.userData); 8784 DebugLogAllocation(it->offset, it->size, it->userData); in DebugLogAllAllocations() 8789 DebugLogAllocation(it->offset, it->size, it->userData); in DebugLogAllAllocations() 9902 DebugLogAllocation(node->offset, LevelToNodeSize(level), node->allocation.userData); 10710 DebugLogAllocation(block->offset, block->size, block->UserData()); in DebugLogAllAllocations()
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 6360 void DebugLogAllocation(VkDeviceSize offset, VkDeviceSize size, void* userData) const; 6390 void VmaBlockMetadata::DebugLogAllocation(VkDeviceSize offset, VkDeviceSize size, void* userData) c… in DebugLogAllocation() function 7216 DebugLogAllocation(suballoc.offset, suballoc.size, suballoc.userData); 8760 DebugLogAllocation(it->offset, it->size, it->userData); in DebugLogAllAllocations() 8765 DebugLogAllocation(it->offset, it->size, it->userData); in DebugLogAllAllocations() 9878 DebugLogAllocation(node->offset, LevelToNodeSize(level), node->allocation.userData); 10686 DebugLogAllocation(block->offset, block->size, block->UserData()); in DebugLogAllAllocations()
|