/third_party/skia/tools/gpu/vk/ |
H A D | VkTestHelper.h | 52 DECLARE_VK_PROC(MapMemory);
|
H A D | VkTestHelper.cpp | 75 ACQUIRE_DEVICE_VK_PROC(MapMemory) in init()
|
H A 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/ |
H A D | resource.h | 66 Result MapMemory(VkDeviceMemory memory);
|
H A D | transfer_buffer.cc | 90 return MapMemory(memory_); in Initialize()
|
H A D | resource.cc | 155 Result Resource::MapMemory(VkDeviceMemory memory) { in MapMemory() function in amber::vulkan::Resource
|
H A D | transfer_image.cc | 174 return MapMemory(host_accessible_memory_); in Initialize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_mem_alloc_wrapper.h | 59 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData);
|
H A D | vk_mem_alloc_wrapper.cpp | 149 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() function
|
H A D | vk_wrapper.h | 1370 return vma::MapMemory(allocator.getHandle(), mHandle, (void **)mapPointer); in map()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.hpp | 113 // MapMemory wraps vkMapMemory, supplying the first VkDevice parameter. 114 VkResult MapMemory(VkDeviceMemory memory, VkDeviceSize offset,
|
H A 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()
|
H A D | Device.cpp | 374 VkResult Device::MapMemory(VkDeviceMemory memory, VkDeviceSize offset, in MapMemory() function in Device
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 105 MACRO(1, 1, FF_VK_EXT_NO_FLAG, MapMemory) \
|
H A D | vulkan.c | 267 ret = vk->MapMemory(s->hwctx->act_dev, buf[i].mem, 0, in ff_vk_map_buffers()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 224 WSI_CB(MapMemory);
|
H A 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/ |
H A D | ResourceMemoryAllocatorVk.cpp | 168 CheckVkSuccess(mDevice->fn.MapMemory(mDevice->GetVkDevice(), in Allocate()
|
H A D | VulkanFunctions.h | 255 PFN_vkMapMemory MapMemory = nullptr; member
|
H A D | VulkanFunctions.cpp | 278 GET_DEVICE_PROC(MapMemory); in LoadDeviceProcs()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkAMDMemoryAllocator.cpp | 58 GR_COPY_FUNCTION(MapMemory); in Make()
|
H A D | GrVkInterface.cpp | 56 ACQUIRE_PROC(MapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 312 PFN_vkMapMemory MapMemory; member
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A 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/ |
H A D | zink_bo.c | 684 VkResult result = VKSCR(MapMemory)(screen->dev, real->mem, 0, real->base.size, 0, &cpu); in zink_bo_map()
|