| /third_party/skia/tools/gpu/vk/ |
| D | VkTestHelper.h | 52 DECLARE_VK_PROC(MapMemory);
|
| D | VkTestHelper.cpp | 75 ACQUIRE_DEVICE_VK_PROC(MapMemory) in init()
|
| D | VkYcbcrSamplerHelper.cpp | 124 GR_VK_CALL_RESULT(vkGpu, result, MapMemory(vkGpu->device(), fImageMemory, 0u, in createBackendTexture()
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | resource.h | 66 Result MapMemory(VkDeviceMemory memory);
|
| D | transfer_buffer.cc | 90 return MapMemory(memory_); in Initialize()
|
| D | resource.cc | 155 Result Resource::MapMemory(VkDeviceMemory memory) { in MapMemory() function in amber::vulkan::Resource
|
| D | transfer_image.cc | 174 return MapMemory(host_accessible_memory_); in Initialize()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_mem_alloc_wrapper.h | 59 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData); in VK_DEFINE_HANDLE()
|
| D | vk_mem_alloc_wrapper.cpp | 149 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() function
|
| D | vk_wrapper.h | 1370 return vma::MapMemory(allocator.getHandle(), mHandle, (void **)mapPointer);
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| D | Device.hpp | 114 VkResult MapMemory(VkDeviceMemory memory, VkDeviceSize offset,
|
| D | ComputeTests.cpp | 186 VK_ASSERT(device->MapMemory(memory, 0, buffersSize, 0, (void **)&buffers)); in test() 283 VK_ASSERT(device->MapMemory(memory, 0, buffersSize, 0, (void **)&buffers)); in test()
|
| D | Device.cpp | 374 VkResult Device::MapMemory(VkDeviceMemory memory, VkDeviceSize offset, in MapMemory() function in Device
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| D | wsi_common.h | 224 WSI_CB(MapMemory);
|
| D | wsi_common.c | 163 WSI_GET_CB(MapMemory); in wsi_device_init() 1637 result = wsi->MapMemory(chain->device, image->memory, in wsi_create_cpu_linear_image_mem() 1662 result = chain->wsi->MapMemory(chain->device, image->buffer.memory, in wsi_create_cpu_buffer_image_mem()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | ResourceMemoryAllocatorVk.cpp | 168 CheckVkSuccess(mDevice->fn.MapMemory(mDevice->GetVkDevice(), in Allocate()
|
| D | VulkanFunctions.cpp | 278 GET_DEVICE_PROC(MapMemory); in LoadDeviceProcs()
|
| D | VulkanFunctions.h | 255 PFN_vkMapMemory MapMemory = nullptr; member
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkAMDMemoryAllocator.cpp | 43 GR_COPY_FUNCTION(MapMemory); in Make()
|
| D | GrVkInterface.cpp | 56 ACQUIRE_PROC(MapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
| /third_party/vulkan-loader/loader/generated/ |
| D | vk_layer_dispatch_table.h | 302 PFN_vkMapMemory MapMemory; member
|
| D | vk_loader_extensions.c | 352 table->MapMemory = (PFN_vkMapMemory)gpa(dev, "vkMapMemory"); in loader_init_device_dispatch_table() 1411 if (!strcmp(name, "MapMemory")) return (void *)table->MapMemory; in loader_lookup_device_dispatch_table()
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| D | overlay.cpp | 1065 VK_CHECK(device_data->vtable.MapMemory(device_data->device, in ensure_swapchain_fonts() 1241 VK_CHECK(device_data->vtable.MapMemory(device_data->device, draw->vertex_buffer_mem, in render_swapchain_display() 1243 VK_CHECK(device_data->vtable.MapMemory(device_data->device, draw->index_buffer_mem, in render_swapchain_display()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_bo.c | 684 VkResult result = VKSCR(MapMemory)(screen->dev, real->mem, 0, real->base.size, 0, &cpu); in zink_bo_map()
|
| /third_party/vulkan-loader/loader/ |
| D | trampoline.c | 1034 return disp->MapMemory(device, mem, offset, size, flags, ppData); in vkMapMemory()
|