Searched refs:PFN_vkUnmapMemory (Results 1 – 9 of 9) 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
92 VkPtr<PFN_vkUnmapMemory> fUnmapMemory;
60 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(dev, "vkUnmapMemory"); in loader_init_device_dispatch_table()
2286 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); typedef
2383 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); typedef
2442 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); typedef