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