Home
last modified time | relevance | path

Searched refs:UnmapMemory (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.h53 DECLARE_VK_PROC(UnmapMemory);
H A DVkTestHelper.cpp76 ACQUIRE_DEVICE_VK_PROC(UnmapMemory) in init()
H A DVkYcbcrSamplerHelper.cpp170 GR_VK_CALL(vkGpu->vkInterface(), UnmapMemory(vkGpu->device(), fImageMemory)); in createBackendTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.h61 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation);
H A Dvk_mem_alloc_wrapper.cpp154 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() function
H A Dvk_wrapper.h1376 vma::UnmapMemory(allocator.getHandle(), mHandle); in unmap()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp117 // UnmapMemory wraps vkUnmapMemory, supplying the first VkDevice parameter.
118 void UnmapMemory(VkDeviceMemory memory) const;
H A DComputeTests.cpp200 device->UnmapMemory(memory); in test()
297 device->UnmapMemory(memory); in test()
H A DDevice.cpp380 void Device::UnmapMemory(VkDeviceMemory memory) const in UnmapMemory() function in Device
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h108 MACRO(1, 1, FF_VK_EXT_NO_FLAG, UnmapMemory) \
H A Dhwcontext_vulkan.c2476 vk->UnmapMemory(hwctx->act_dev, map->frame->mem[i]); in vulkan_unmap_frame()
2574 vk->UnmapMemory(hwctx->act_dev, f->mem[i]); in vulkan_map_frame_to_mem()
3678 vk->UnmapMemory(hwctx->act_dev, vkbuf->mem); in unmap_buffers()
H A Dvulkan.c344 vk->UnmapMemory(s->hwctx->act_dev, buf[i].mem); in ff_vk_unmap_buffers()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h225 WSI_CB(UnmapMemory);
H A 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/
H A DSkFontMgr_fuchsia.cpp24 void UnmapMemory(const void* buffer, uint64_t size) { in UnmapMemory() function
40 UnmapMemory(buffer, releaseSkDataContext->fBufferSize); in ReleaseSkData()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h266 PFN_vkUnmapMemory UnmapMemory = nullptr; member
H A DVulkanFunctions.cpp289 GET_DEVICE_PROC(UnmapMemory); in LoadDeviceProcs()
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp59 GR_COPY_FUNCTION(UnmapMemory); in Make()
H A DGrVkInterface.cpp57 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h313 PFN_vkUnmapMemory UnmapMemory; member
H A Dvk_dispatch_table_helper.h46 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A 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/
H A Dzink_bo.c708 VKSCR(UnmapMemory)(screen->dev, real->mem); in zink_bo_unmap()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h46 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1194 disp->UnmapMemory(device, mem); in vkUnmapMemory()

Completed in 49 milliseconds

12