Searched defs:PoolTestConfig (Results 1 – 1 of 1) sorted by relevance
150 struct PoolTestConfig struct152 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 …]