Searched refs:AllocateDescriptorSet (Results 1 – 5 of 5) sorted by relevance
95 VkResult AllocateDescriptorSet(VkDescriptorPool pool,
299 VkResult Device::AllocateDescriptorSet( in AllocateDescriptorSet() function in Device
246 VK_ASSERT(device->AllocateDescriptorSet(descriptorPool, descriptorSetLayout, &descriptorSet)); in test()
115 …void AllocateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDescriptorSet desc…
106 void ObjectLifetimes::AllocateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDe… in AllocateDescriptorSet() function in ObjectLifetimes605 AllocateDescriptorSet(device, pAllocateInfo->descriptorPool, pDescriptorSets[i]); in PostCallRecordAllocateDescriptorSets()