/third_party/skia/tools/gpu/vk/ |
H A D | VkTestHelper.h | 53 DECLARE_VK_PROC(UnmapMemory);
|
H A D | VkTestHelper.cpp | 76 ACQUIRE_DEVICE_VK_PROC(UnmapMemory) in init()
|
H A 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/ |
H A D | vk_mem_alloc_wrapper.h | 61 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation);
|
H A D | vk_mem_alloc_wrapper.cpp | 154 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() function
|
H A D | vk_wrapper.h | 1376 vma::UnmapMemory(allocator.getHandle(), mHandle); in unmap()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.hpp | 117 // UnmapMemory wraps vkUnmapMemory, supplying the first VkDevice parameter. 118 void UnmapMemory(VkDeviceMemory memory) const;
|
H A D | ComputeTests.cpp | 200 device->UnmapMemory(memory); in test() 297 device->UnmapMemory(memory); in test()
|
H A D | Device.cpp | 380 void Device::UnmapMemory(VkDeviceMemory memory) const in UnmapMemory() function in Device
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 108 MACRO(1, 1, FF_VK_EXT_NO_FLAG, UnmapMemory) \
|
H A D | hwcontext_vulkan.c | 2476 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 D | vulkan.c | 344 vk->UnmapMemory(s->hwctx->act_dev, buf[i].mem); in ff_vk_unmap_buffers()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 225 WSI_CB(UnmapMemory);
|
H A 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/ |
H A 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/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 266 PFN_vkUnmapMemory UnmapMemory = nullptr; member
|
H A D | VulkanFunctions.cpp | 289 GET_DEVICE_PROC(UnmapMemory); in LoadDeviceProcs()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkAMDMemoryAllocator.cpp | 59 GR_COPY_FUNCTION(UnmapMemory); in Make()
|
H A D | GrVkInterface.cpp | 57 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 313 PFN_vkUnmapMemory UnmapMemory; member
|
H A D | vk_dispatch_table_helper.h | 46 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A 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/ |
H A D | zink_bo.c | 708 VKSCR(UnmapMemory)(screen->dev, real->mem); in zink_bo_unmap()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 46 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1194 disp->UnmapMemory(device, mem); in vkUnmapMemory()
|