Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.h44 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation); in VK_DEFINE_HANDLE()
Dvk_mem_alloc_wrapper.cpp96 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() function
Dvk_wrapper.h1359 vma::UnmapMemory(allocator, mHandle);
/external/angle/third_party/VulkanMemoryAllocator/src/VmaReplay/
DConstants.h82 UnmapMemory, enumerator
DVmaReplay.cpp1833 else if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::UnmapMemory])) in ExecuteLine()
3424 m_Stats.RegisterFunctionCall(VMA_FUNCTION::UnmapMemory); in ExecuteUnmapMemory()
/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp118 void UnmapMemory(VkDeviceMemory memory) const;
Dunittests.cpp342 device->UnmapMemory(memory); in test()
439 device->UnmapMemory(memory); in test()
DDevice.cpp380 void Device::UnmapMemory(VkDeviceMemory memory) const in UnmapMemory() function in Device
/external/skia/tests/
DVkYcbcrSamplerTest.cpp76 DECLARE_VK_PROC(UnmapMemory);
167 ACQUIRE_DEVICE_VK_PROC(UnmapMemory) in init()
/external/skqp/src/ports/
DSkFontMgr_fuchsia.cpp24 void UnmapMemory(const void* buffer, uint64_t size) { in UnmapMemory() function
40 UnmapMemory(buffer, releaseSkDataContext->fBufferSize); in ReleaseSkData()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h183 WSI_CB(UnmapMemory);
Dwsi_common.c105 WSI_GET_CB(UnmapMemory); in wsi_device_init()
Dwsi_common_x11.c1085 chain->base.wsi->UnmapMemory(chain->base.device, image->base.memory); in x11_present_to_x11_sw()
/external/skia/src/ports/
DSkFontMgr_fuchsia.cpp24 void UnmapMemory(const void* buffer, uint64_t size) { in UnmapMemory() function
40 UnmapMemory(buffer, releaseSkDataContext->fBufferSize); in ReleaseSkData()
/external/skqp/src/gpu/vk/
DGrVkMemory.cpp162 GR_VK_CALL(gpu->vkInterface(), UnmapMemory(gpu->device(), alloc.fMemory)); in UnmapAlloc()
DGrVkAMDMemoryAllocator.cpp28 GR_COPY_FUNCTION(UnmapMemory); in GrVkAMDMemoryAllocator()
DGrVkInterface.cpp57 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp29 GR_COPY_FUNCTION(UnmapMemory); in GrVkAMDMemoryAllocator()
DGrVkMemory.cpp167 GR_VK_CALL(gpu->vkInterface(), UnmapMemory(gpu->device(), alloc.fMemory)); in UnmapAlloc()
DGrVkInterface.cpp57 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h247 PFN_vkUnmapMemory UnmapMemory; member
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h274 void UnmapMemory() { Image::memory().unmap(); } in UnmapMemory() function
Dvkrenderframework.cpp1390 stagingImage.UnmapMemory(); in Read()
1440 stagingImage.UnmapMemory(); in VkTextureObj()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h876 PFN_vkUnmapMemory UnmapMemory; member
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1065 device_data->vtable.UnmapMemory(device_data->device, in ensure_swapchain_fonts()
1252 device_data->vtable.UnmapMemory(device_data->device, draw->vertex_buffer_mem); in render_swapchain_display()
1253 device_data->vtable.UnmapMemory(device_data->device, draw->index_buffer_mem); in render_swapchain_display()

12