Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DTests.cpp150 struct PoolTestConfig struct
152 uint32_t RandSeed;
153 uint32_t ThreadCount;
154 VkDeviceSize PoolSize;
155 uint32_t FrameCount;
156 uint32_t TotalItemCount;
158 uint32_t UsedItemCountMin, UsedItemCountMax;
160 uint32_t ItemsToMakeUnusedPercent;
161 std::vector<AllocationSize> AllocationSizes;
163 VkDeviceSize CalcAvgResourceSize() const in CalcAvgResourceSize()
[all …]