Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp119 struct PoolTestConfig struct
121 uint32_t RandSeed;
122 uint32_t ThreadCount;
123 VkDeviceSize PoolSize;
124 uint32_t FrameCount;
125 uint32_t TotalItemCount;
127 uint32_t UsedItemCountMin, UsedItemCountMax;
129 uint32_t ItemsToMakeUnusedPercent;
130 std::vector<AllocationSize> AllocationSizes;
132 VkDeviceSize CalcAvgResourceSize() const in CalcAvgResourceSize()
[all …]