Searched refs:vkUnmapMemory (Results 1 – 7 of 7) sorted by relevance
181 vkUnmapMemory;
1623 VKAPI_ATTR void vkUnmapMemory(VkDevice device, VkDeviceMemory memory) { in vkUnmapMemory() function
57 extern PFN_vkUnmapMemory vkUnmapMemory;
63 vkUnmapMemory = reinterpret_cast<PFN_vkUnmapMemory>(dlsym(libvulkan, "vkUnmapMemory")); in InitVulkan()416 PFN_vkUnmapMemory vkUnmapMemory; variable
960 … vkUnmapMemory(demo->device, demo->swapchain_image_resources[demo->current_buffer].uniform_memory); in demo_update_data_buffer()1653 vkUnmapMemory(demo->device, tex_obj->mem); in demo_prepare_texture_buffer()1727 vkUnmapMemory(demo->device, tex_obj->mem); in demo_prepare_texture_image()1897 vkUnmapMemory(demo->device, demo->swapchain_image_resources[i].uniform_memory); in demo_prepare_cube_data_buffers()
233 vkUnmapMemory(mDevice, mMem); in ~RSoVBuffer()
8208 cmd void vkUnmapMemory(