Home
last modified time | relevance | path

Searched refs:MapMemory (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/tools/gpu/vk/
DVkTestHelper.h52 DECLARE_VK_PROC(MapMemory);
DVkTestHelper.cpp75 ACQUIRE_DEVICE_VK_PROC(MapMemory) in init()
DVkYcbcrSamplerHelper.cpp124 GR_VK_CALL_RESULT(vkGpu, result, MapMemory(vkGpu->device(), fImageMemory, 0u, in createBackendTexture()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dresource.h66 Result MapMemory(VkDeviceMemory memory);
Dtransfer_buffer.cc90 return MapMemory(memory_); in Initialize()
Dresource.cc155 Result Resource::MapMemory(VkDeviceMemory memory) { in MapMemory() function in amber::vulkan::Resource
Dtransfer_image.cc174 return MapMemory(host_accessible_memory_); in Initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.h59 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData); in VK_DEFINE_HANDLE()
Dvk_mem_alloc_wrapper.cpp149 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() function
Dvk_wrapper.h1370 return vma::MapMemory(allocator.getHandle(), mHandle, (void **)mapPointer);
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.hpp114 VkResult MapMemory(VkDeviceMemory memory, VkDeviceSize offset,
DComputeTests.cpp186 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()
DDevice.cpp374 VkResult Device::MapMemory(VkDeviceMemory memory, VkDeviceSize offset, in MapMemory() function in Device
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h224 WSI_CB(MapMemory);
Dwsi_common.c163 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/
DResourceMemoryAllocatorVk.cpp168 CheckVkSuccess(mDevice->fn.MapMemory(mDevice->GetVkDevice(), in Allocate()
DVulkanFunctions.cpp278 GET_DEVICE_PROC(MapMemory); in LoadDeviceProcs()
DVulkanFunctions.h255 PFN_vkMapMemory MapMemory = nullptr; member
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp43 GR_COPY_FUNCTION(MapMemory); in Make()
DGrVkInterface.cpp56 ACQUIRE_PROC(MapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h302 PFN_vkMapMemory MapMemory; member
Dvk_loader_extensions.c352 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/
Doverlay.cpp1065 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/
Dzink_bo.c684 VkResult result = VKSCR(MapMemory)(screen->dev, real->mem, 0, real->base.size, 0, &cpu); in zink_bo_map()
/third_party/vulkan-loader/loader/
Dtrampoline.c1034 return disp->MapMemory(device, mem, offset, size, flags, ppData); in vkMapMemory()

12