Home
last modified time | relevance | path

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

12

/external/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()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_virtual_mem_allocator.cc125 GpuDriver::UnmapMemory(&gpu_context_, mapping.va, mapping.physical.bytes); in ~GpuVirtualMemAllocator()
205 GpuDriver::UnmapMemory(&gpu_context_, it->va, it->physical.bytes); in Free()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.h53 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation); in VK_DEFINE_HANDLE()
Dvk_mem_alloc_wrapper.cpp131 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() function
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DConstants.h82 UnmapMemory, enumerator
/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp118 void UnmapMemory(VkDeviceMemory memory) const;
DComputeTests.cpp198 device->UnmapMemory(memory); in test()
295 device->UnmapMemory(memory); in test()
DDevice.cpp380 void Device::UnmapMemory(VkDeviceMemory memory) const in UnmapMemory() function in Device
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h183 WSI_CB(UnmapMemory);
Dwsi_common.c105 WSI_GET_CB(UnmapMemory); in wsi_device_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/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/ports/
DSkFontMgr_fuchsia.cpp24 void UnmapMemory(const void* buffer, uint64_t size) { in UnmapMemory() function
40 UnmapMemory(buffer, releaseSkDataContext->fBufferSize); in ReleaseSkData()
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp44 GR_COPY_FUNCTION(UnmapMemory); in Make()
DGrVkInterface.cpp57 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h197 static void UnmapMemory(GpuContext* context, GpuDevicePtr va, uint64 bytes);
/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