/external/skia/tools/gpu/vk/ |
D | VkTestHelper.h | 53 DECLARE_VK_PROC(UnmapMemory);
|
D | VkTestHelper.cpp | 76 ACQUIRE_DEVICE_VK_PROC(UnmapMemory) in init()
|
D | VkYcbcrSamplerHelper.cpp | 170 GR_VK_CALL(vkGpu->vkInterface(), UnmapMemory(vkGpu->device(), fImageMemory)); in createBackendTexture()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_virtual_mem_allocator.cc | 125 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/ |
D | vk_mem_alloc_wrapper.h | 53 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation); in VK_DEFINE_HANDLE()
|
D | vk_mem_alloc_wrapper.cpp | 131 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() function
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | Constants.h | 82 UnmapMemory, enumerator
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | Device.hpp | 118 void UnmapMemory(VkDeviceMemory memory) const;
|
D | ComputeTests.cpp | 198 device->UnmapMemory(memory); in test() 295 device->UnmapMemory(memory); in test()
|
D | Device.cpp | 380 void Device::UnmapMemory(VkDeviceMemory memory) const in UnmapMemory() function in Device
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 183 WSI_CB(UnmapMemory);
|
D | wsi_common.c | 105 WSI_GET_CB(UnmapMemory); in wsi_device_init()
|
/external/skqp/src/ports/ |
D | SkFontMgr_fuchsia.cpp | 24 void UnmapMemory(const void* buffer, uint64_t size) { in UnmapMemory() function 40 UnmapMemory(buffer, releaseSkDataContext->fBufferSize); in ReleaseSkData()
|
/external/skqp/src/gpu/vk/ |
D | GrVkMemory.cpp | 162 GR_VK_CALL(gpu->vkInterface(), UnmapMemory(gpu->device(), alloc.fMemory)); in UnmapAlloc()
|
D | GrVkAMDMemoryAllocator.cpp | 28 GR_COPY_FUNCTION(UnmapMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 57 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skia/src/ports/ |
D | SkFontMgr_fuchsia.cpp | 24 void UnmapMemory(const void* buffer, uint64_t size) { in UnmapMemory() function 40 UnmapMemory(buffer, releaseSkDataContext->fBufferSize); in ReleaseSkData()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 44 GR_COPY_FUNCTION(UnmapMemory); in Make()
|
D | GrVkInterface.cpp | 57 ACQUIRE_PROC(UnmapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_driver.h | 197 static void UnmapMemory(GpuContext* context, GpuDevicePtr va, uint64 bytes);
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 247 PFN_vkUnmapMemory UnmapMemory; member
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 274 void UnmapMemory() { Image::memory().unmap(); } in UnmapMemory() function
|
D | vkrenderframework.cpp | 1390 stagingImage.UnmapMemory(); in Read() 1440 stagingImage.UnmapMemory(); in VkTextureObj()
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 876 PFN_vkUnmapMemory UnmapMemory; member
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1065 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()
|