Searched refs:vkCreateDescriptorPool (Results 1 – 7 of 7) sorted by relevance
64 vkCreateDescriptorPool;
1873 VKAPI_ATTR VkResult vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCrea… in vkCreateDescriptorPool() function
107 extern PFN_vkCreateDescriptorPool vkCreateDescriptorPool;
122 …vkCreateDescriptorPool = reinterpret_cast<PFN_vkCreateDescriptorPool>(dlsym(libvulkan, "vkCreateDe… in InitVulkan()466 PFN_vkCreateDescriptorPool vkCreateDescriptorPool; variable
429 res = vkCreateDescriptorPool(mDevice, &descriptor_pool, NULL, &mDescPool); in InitDescriptorPool()
2188 err = vkCreateDescriptorPool(demo->device, &descriptor_pool, NULL, &demo->desc_pool); in demo_prepare_descriptor_pool()
8981 cmd VkResult vkCreateDescriptorPool(