Searched refs:PFN_vkDestroyDescriptorPool (Results 1 – 5 of 5) sorted by relevance
146 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool;
417 (PFN_vkDestroyDescriptorPool)dlSymFunc(lib, "vkDestroyDescriptorPool"); in init_vulkan_dispatch_from_system_loader()1216 (PFN_vkDestroyDescriptorPool)vk->vkGetInstanceProcAddr(instance, "vkDestroyDescriptorPool"); in init_vulkan_dispatch_from_instance()2157 (PFN_vkDestroyDescriptorPool)vk->vkGetDeviceProcAddr(device, "vkDestroyDescriptorPool"); in init_vulkan_dispatch_from_device()
9212 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool = 0;10378 …vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetInstanceProcAddr( instance, "vkDestroy… in init()11460 …vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetDeviceProcAddr( device, "vkDestroyDesc… in init()
660 …vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetDeviceProcAddr( device, "vkDestroyDesc… in DeviceDispatcher()1538 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool = 0;
4023 typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorP… typedef