Home
last modified time | relevance | path

Searched refs:anv_UnmapMemory (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_dump.c242 anv_UnmapMemory(vk_device, image->memory); in dump_image_write_to_ppm()
Danv_device.c1947 anv_UnmapMemory(_device, _mem); in anv_FreeMemory()
2016 void anv_UnmapMemory( in anv_UnmapMemory() function
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c455 void anv_UnmapMemory(VkDevice device, VkDeviceMemory memory) __attribute__ ((weak));
666 .vkUnmapMemory = anv_UnmapMemory,
Danv_entrypoints.h390 void anv_UnmapMemory(VkDevice device, VkDeviceMemory memory);