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()) {
835 bool DescriptorPoolHelper::hasCapacity(uint32_t descriptorSetCount) const in hasCapacity() function in rx::vk::DescriptorPoolHelper905 mDescriptorPools[0]->get().hasCapacity(mMaxSetsPerPool))); in init()951 if (!bindingOut->valid() || !bindingOut->get().hasCapacity(descriptorSetCount)) in allocateSetsAndGetInfo()953 if (!mDescriptorPools[mCurrentPoolIndex]->get().hasCapacity(descriptorSetCount)) in allocateSetsAndGetInfo()
213 bool hasCapacity(uint32_t descriptorSetCount) const;