Searched refs:hasCapacity (Results 1 – 3 of 3) sorted by relevance
310 boolean hasCapacity = rospl.getCapacity() > 0; 318 if (hasCapacity && numConnections < maxTotalConnections) {322 } else if (hasCapacity && !freeConnections.isEmpty()) {
2376 bool DescriptorPoolHelper::hasCapacity(uint32_t descriptorSetCount) const in hasCapacity() function in rx::vk::DescriptorPoolHelper2463 mDescriptorPools[mCurrentPoolIndex]->get().hasCapacity(mMaxSetsPerPool))); in init()2515 if (!bindingOut->valid() || !bindingOut->get().hasCapacity(descriptorSetCount)) in allocateSetsAndGetInfo()2517 if (!mDescriptorPools[mCurrentPoolIndex]->get().hasCapacity(descriptorSetCount)) in allocateSetsAndGetInfo()
270 bool hasCapacity(uint32_t descriptorSetCount) const;