Searched refs:PFN_vkUnmapMemory (Results 1 – 7 of 7) sorted by relevance
57 extern PFN_vkUnmapMemory vkUnmapMemory;
54 vkUnmapMemory = reinterpret_cast<PFN_vkUnmapMemory>(dlsym(libvulkan, "vkUnmapMemory")); in InitVulkan()242 PFN_vkUnmapMemory vkUnmapMemory;
48 PFN_vkUnmapMemory UnmapMemory;
2277 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); typedef
85 VkPtr<PFN_vkUnmapMemory> fUnmapMemory;
60 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(dev, "vkUnmapMemory"); in loader_init_device_dispatch_table()
2311 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); typedef