Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/vk/
DVkTestHelper.h53 DECLARE_VK_PROC(UnmapMemory);
DVkTestHelper.cpp76 ACQUIRE_DEVICE_VK_PROC(UnmapMemory) in init()
DVkYcbcrSamplerHelper.cpp170 GR_VK_CALL(vkGpu->vkInterface(), UnmapMemory(vkGpu->device(), fImageMemory)); in createBackendTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.h61 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation); in VK_DEFINE_HANDLE()
Dvk_mem_alloc_wrapper.cpp154 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() function
Dvk_wrapper.h1376 vma::UnmapMemory(allocator.getHandle(), mHandle);
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.hpp118 void UnmapMemory(VkDeviceMemory memory) const;
DComputeTests.cpp200 device->UnmapMemory(memory); in test()
297 device->UnmapMemory(memory); in test()
DDevice.cpp380 void Device::UnmapMemory(VkDeviceMemory memory) const in UnmapMemory() function in Device
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h225 WSI_CB(UnmapMemory);
Dwsi_common.c164 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/
DSkFontMgr_fuchsia.cpp24 void UnmapMemory(const void* buffer, uint64_t size) { in UnmapMemory() function
40 UnmapMemory(buffer, releaseSkDataContext->fBufferSize); in ReleaseSkData()
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp44 GR_COPY_FUNCTION(UnmapMemory); in Make()
DGrVkInterface.cpp57 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp289 GET_DEVICE_PROC(UnmapMemory); in LoadDeviceProcs()
DVulkanFunctions.h266 PFN_vkUnmapMemory UnmapMemory = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h303 PFN_vkUnmapMemory UnmapMemory; member
Dvk_loader_extensions.c353 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()
Dvk_dispatch_table_helper.h439 table->UnmapMemory = (PFN_vkUnmapMemory) gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1074 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/
Dzink_bo.c708 VKSCR(UnmapMemory)(screen->dev, real->mem); in zink_bo_unmap()
/third_party/vulkan-loader/loader/
Dtrampoline.c1045 disp->UnmapMemory(device, mem); in vkUnmapMemory()