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.cpp116 struct PoolTestConfig struct
118 uint32_t RandSeed;
119 uint32_t ThreadCount;
120 VkDeviceSize PoolSize;
121 uint32_t FrameCount;
122 uint32_t TotalItemCount;
124 uint32_t UsedItemCountMin, UsedItemCountMax;
126 uint32_t ItemsToMakeUnusedPercent;
127 std::vector<AllocationSize> AllocationSizes;
129 VkDeviceSize CalcAvgResourceSize() const in CalcAvgResourceSize()
[all …]