Home
last modified time | relevance | path

Searched refs:UnmapMemory (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkBuffer.cpp192 VK_CALL(gpu, UnmapMemory(gpu->device(), this->alloc().fMemory)); in internalUnmap()
DGrVkInterface.cpp77 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkGpu.cpp617 GR_VK_CALL(interface, UnmapMemory(fDevice, alloc.fMemory)); in uploadTexDataLinear()
1133 GR_VK_CALL(gpu->vkInterface(), UnmapMemory(gpu->device(), alloc.fMemory)); in copy_testing_data()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h48 PFN_vkUnmapMemory UnmapMemory; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h60 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(dev, "vkUnmapMemory"); in loader_init_device_dispatch_table()
319 return (void *)table->UnmapMemory; in loader_lookup_device_dispatch_table()
Dtrampoline.c1032 disp->UnmapMemory(device, mem);
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h267 void UnmapMemory() { Image::memory().unmap(); } in UnmapMemory() function
Dvkrenderframework.cpp855 stagingImage.UnmapMemory(); in VkTextureObj()
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp465 vk::UnmapMemory(dev_, mem_); in Meshes()
DSmoke.cpp386 vk::UnmapMemory(dev_, frame_data_mem_); in destroy_frame_data()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp3311 VKAPI_ATTR void VKAPI_CALL UnmapMemory(VkDevice device, VkDeviceMemory memory) { in UnmapMemory() function
3320 get_dispatch_table(ot_device_table_map, device)->UnmapMemory(device, memory); in UnmapMemory()
3784 return (PFN_vkVoidFunction)UnmapMemory; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp1885 VKAPI_ATTR void VKAPI_CALL UnmapMemory(VkDevice device, VkDeviceMemory memory) { in UnmapMemory() function
1893 get_dispatch_table(pc_device_table_map, device)->UnmapMemory(device, memory); in UnmapMemory()
5303 {"vkUnmapMemory", reinterpret_cast<PFN_vkVoidFunction>(UnmapMemory)}, in intercept_core_device_command()
Dcore_validation.cpp10956 VKAPI_ATTR void VKAPI_CALL UnmapMemory(VkDevice device, VkDeviceMemory mem) { in UnmapMemory() function
10964 dev_data->dispatch_table.UnmapMemory(device, mem); in UnmapMemory()
12036 {"vkUnmapMemory", reinterpret_cast<PFN_vkVoidFunction>(UnmapMemory)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp262 device_dispatch_table(device)->UnmapMemory(device, memory); in vkUnmapMemory()