Searched refs:DescriptorPoolPointer (Results 1 – 2 of 2) sorted by relevance
270 using DescriptorPoolPointer = SharedPtr<DescriptorPoolHelper>; variable276 DescriptorSetHelper(const VkDescriptorSet &descriptorSet, const DescriptorPoolPointer &pool) in DescriptorSetHelper()281 const DescriptorPoolPointer &pool) in DescriptorSetHelper()348 const DescriptorPoolPointer &pool,467 std::vector<DescriptorPoolPointer> mDescriptorPools;
4237 DescriptorPoolPointer pool(device, mPool); in destroy()4364 const DescriptorPoolPointer &pool, in allocateDescriptorSet()4438 DescriptorPoolPointer newPool = DescriptorPoolPointer::MakeShared(context->getDevice()); in init()4459 for (DescriptorPoolPointer &pool : mDescriptorPools) in destroy()4476 DescriptorPoolPointer &pool = mDescriptorPools[poolIndex]; in allocateFromExistingPool()4492 for (DescriptorPoolPointer &pool : mDescriptorPools) in recycleFromGarbage()4670 DescriptorPoolPointer newPool = DescriptorPoolPointer::MakeShared(context->getDevice()); in allocateNewPool()