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