Home
last modified time | relevance | path

Searched refs:AVG_RESOURCES_PER_POOL (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DTests.cpp7221 const size_t AVG_RESOURCES_PER_POOL = 300; in PerformPoolTests() local
7380 config.PoolSize = avgResourceSize * AVG_RESOURCES_PER_POOL; in PerformPoolTests()
7401 config.UsedItemCountMax = AVG_RESOURCES_PER_POOL * 66 / 100; in PerformPoolTests()
7405 config.UsedItemCountMax = AVG_RESOURCES_PER_POOL * 133 / 100; in PerformPoolTests()
7409 config.UsedItemCountMax = AVG_RESOURCES_PER_POOL; in PerformPoolTests()
7413 config.UsedItemCountMax = AVG_RESOURCES_PER_POOL * 33 / 100; in PerformPoolTests()
7417 config.UsedItemCountMax = AVG_RESOURCES_PER_POOL * 166 / 100; in PerformPoolTests()