Searched refs:UnmapMemory (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkBuffer.cpp | 190 VK_CALL(gpu, UnmapMemory(gpu->device(), this->alloc().fMemory)); in internalUnmap()
|
D | GrVkInterface.cpp | 48 GET_DEV_PROC(UnmapMemory); in GrVkCreateInterface()
|
D | GrVkGpu.cpp | 502 GR_VK_CALL(interface, UnmapMemory(fDevice, alloc.fMemory)); in uploadTexDataLinear() 987 GR_VK_CALL(gpu->vkInterface(), UnmapMemory(gpu->device(), alloc.fMemory)); in copy_testing_data()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 48 PFN_vkUnmapMemory UnmapMemory; member
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 60 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(dev, "vkUnmapMemory"); in loader_init_device_dispatch_table() 319 return (void *)table->UnmapMemory; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1032 disp->UnmapMemory(device, mem);
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 267 void UnmapMemory() { Image::memory().unmap(); } in UnmapMemory() function
|
D | vkrenderframework.cpp | 855 stagingImage.UnmapMemory(); in VkTextureObj()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Meshes.cpp | 465 vk::UnmapMemory(dev_, mem_); in Meshes()
|
D | Smoke.cpp | 386 vk::UnmapMemory(dev_, frame_data_mem_); in destroy_frame_data()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 3311 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()
|
D | parameter_validation.cpp | 1885 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()
|
D | core_validation.cpp | 10956 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/ |
D | wrap_objects.cpp | 262 device_dispatch_table(device)->UnmapMemory(device, memory); in vkUnmapMemory()
|