Lines Matching defs:DescriptorPool
629 class DescriptorPool
632 DescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo)
636 ~DescriptorPool (void)
653 VkDescriptorSet DescriptorPool::allocate (VkDescriptorSetLayout setLayout)
670 void DescriptorPool::free (VkDescriptorSet set)
691 void DescriptorPool::reset (void)
1321 DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)pAllocateInfo->descriptorPool.getInternal());
1350 DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)descriptorPool.getInternal());
1358 DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)descriptorPool.getInternal());