Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DMemoryTracking.h63 constexpr const uint32_t kMemoryAllocationTypeCount = variable
193 std::array<std::atomic<VkDeviceSize>, vk::kMemoryAllocationTypeCount>
195 std::array<std::atomic<uint64_t>, vk::kMemoryAllocationTypeCount> mActiveMemoryAllocationsCount;
203 std::array<PerHeapMemoryAllocationSizeArray, vk::kMemoryAllocationTypeCount>
205 std::array<PerHeapMemoryAllocationCountArray, vk::kMemoryAllocationTypeCount>
H A DMemoryTracking.cpp64 for (uint32_t i = 0; i < vk::kMemoryAllocationTypeCount; i++) in CheckForCurrentMemoryAllocations()
374 ASSERT(allocTypeIndex < vk::kMemoryAllocationTypeCount); in getActiveMemoryAllocationsSize()
386 ASSERT(allocTypeIndex < vk::kMemoryAllocationTypeCount && in getActiveHeapMemoryAllocationsSize()
398 ASSERT(allocTypeIndex < vk::kMemoryAllocationTypeCount); in getActiveMemoryAllocationsCount()
410 ASSERT(allocTypeIndex < vk::kMemoryAllocationTypeCount && in getActiveHeapMemoryAllocationsCount()