Home
last modified time | relevance | path

Searched refs:kMemoryAllocationTypeMessage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DMemoryTracking.cpp74 << vk::kMemoryAllocationTypeMessage[i] << "): " in CheckForCurrentMemoryAllocations()
120 << vk::kMemoryAllocationTypeMessage[ToUnderlying(allocInfo)] in LogPendingMemoryAllocation()
276 << " | Type: " << vk::kMemoryAllocationTypeMessage[allocTypeIndex] in onMemoryAllocImpl()
340 << " | Type: " << vk::kMemoryAllocationTypeMessage[allocTypeIndex] in onMemoryDeallocImpl()
H A DMemoryTracking.h48 constexpr const char *kMemoryAllocationTypeMessage[] = { variable