Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp603 struct VmaDefragmentationInfo2Stats : public StructureStats struct
605 BitMask<VkDeviceSize> maxCpuBytesToMove;
606 BitMask<uint32_t> maxCpuAllocationsToMove;
607 BitMask<VkDeviceSize> maxGpuBytesToMove;
608 BitMask<uint32_t> maxGpuAllocationsToMove;
609 Flag commandBufferNotNull;
610 MinMaxAvg<uint32_t> allocationCount;
611 Flag allocationCountNotZero;
612 MinMaxAvg<uint32_t> poolCount;
613 Flag poolCountNotZero;
[all …]