/third_party/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 53 DECLARE_VK_PROC(UnmapMemory);
|
D | VkTestHelper.cpp | 76 ACQUIRE_DEVICE_VK_PROC(UnmapMemory) in init()
|
D | VkYcbcrSamplerHelper.cpp | 170 GR_VK_CALL(vkGpu->vkInterface(), UnmapMemory(vkGpu->device(), fImageMemory)); in createBackendTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.h | 61 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation); in VK_DEFINE_HANDLE()
|
D | vk_mem_alloc_wrapper.cpp | 154 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() function
|
D | vk_wrapper.h | 1376 vma::UnmapMemory(allocator.getHandle(), mHandle);
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 118 void UnmapMemory(VkDeviceMemory memory) const;
|
D | ComputeTests.cpp | 200 device->UnmapMemory(memory); in test() 297 device->UnmapMemory(memory); in test()
|
D | Device.cpp | 380 void Device::UnmapMemory(VkDeviceMemory memory) const in UnmapMemory() function in Device
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 225 WSI_CB(UnmapMemory);
|
D | wsi_common.c | 164 WSI_GET_CB(UnmapMemory); in wsi_device_init() 577 wsi->UnmapMemory(chain->device, image->buffer.buffer != VK_NULL_HANDLE ? in wsi_destroy_image()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_fuchsia.cpp | 24 void UnmapMemory(const void* buffer, uint64_t size) { in UnmapMemory() function 40 UnmapMemory(buffer, releaseSkDataContext->fBufferSize); in ReleaseSkData()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 44 GR_COPY_FUNCTION(UnmapMemory); in Make()
|
D | GrVkInterface.cpp | 57 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 289 GET_DEVICE_PROC(UnmapMemory); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 266 PFN_vkUnmapMemory UnmapMemory = nullptr; member
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 303 PFN_vkUnmapMemory UnmapMemory; member
|
D | vk_loader_extensions.c | 353 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(dev, "vkUnmapMemory"); in loader_init_device_dispatch_table() 1412 if (!strcmp(name, "UnmapMemory")) return (void *)table->UnmapMemory; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 439 table->UnmapMemory = (PFN_vkUnmapMemory) gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1074 device_data->vtable.UnmapMemory(device_data->device, in ensure_swapchain_fonts() 1261 device_data->vtable.UnmapMemory(device_data->device, draw->vertex_buffer_mem); in render_swapchain_display() 1262 device_data->vtable.UnmapMemory(device_data->device, draw->index_buffer_mem); in render_swapchain_display()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_bo.c | 708 VKSCR(UnmapMemory)(screen->dev, real->mem); in zink_bo_unmap()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1045 disp->UnmapMemory(device, mem); in vkUnmapMemory()
|