Home
last modified time | relevance | path

Searched refs:PFN_vkUnmapMemory (Results 1 – 9 of 9) sorted by relevance

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h57 extern PFN_vkUnmapMemory vkUnmapMemory;
Dvulkan_wrapper.cpp54 vkUnmapMemory = reinterpret_cast<PFN_vkUnmapMemory>(dlsym(libvulkan, "vkUnmapMemory")); in InitVulkan()
242 PFN_vkUnmapMemory vkUnmapMemory;
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h48 PFN_vkUnmapMemory UnmapMemory;
Dvulkan.h2277 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); typedef
/external/skia/include/gpu/vk/
DGrVkInterface.h92 VkPtr<PFN_vkUnmapMemory> fUnmapMemory;
/external/vulkan-validation-layers/loader/
Dtable_ops.h60 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(dev, "vkUnmapMemory"); in loader_init_device_dispatch_table()
/external/mesa3d/include/vulkan/
Dvulkan.h2286 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); typedef
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2383 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); typedef
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2442 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory); typedef