Searched refs:mMaxSetsPerPool (Results 1 – 2 of 2) sorted by relevance
1329 : 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()
296 uint32_t mMaxSetsPerPool; variable