Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp1329 : mMaxSetsPerPool(kDefaultDescriptorPoolMaxSets), mCurrentPoolIndex(0) in DynamicDescriptorPool()
1340 mDescriptorPools[0]->get().hasCapacity(mMaxSetsPerPool))); in init()
1345 mPoolSizes[i].descriptorCount *= mMaxSetsPerPool; in init()
1349 return mDescriptorPools[0]->get().init(contextVk, mPoolSizes, mMaxSetsPerPool); in init()
1434 return mDescriptorPools[mCurrentPoolIndex]->get().init(contextVk, mPoolSizes, mMaxSetsPerPool); in allocateNewPool()
1439 mMaxSetsPerPool = maxSetsPerPool; in setMaxSetsPerPoolForTesting()
Dvk_helpers.h296 uint32_t mMaxSetsPerPool; variable