Home
last modified time | relevance | path

Searched refs:MapMemory (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.h52 DECLARE_VK_PROC(MapMemory);
H A DVkTestHelper.cpp75 ACQUIRE_DEVICE_VK_PROC(MapMemory) in init()
H A 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/
H A Dresource.h66 Result MapMemory(VkDeviceMemory memory);
H A Dtransfer_buffer.cc90 return MapMemory(memory_); in Initialize()
H A Dresource.cc155 Result Resource::MapMemory(VkDeviceMemory memory) { in MapMemory() function in amber::vulkan::Resource
H A Dtransfer_image.cc174 return MapMemory(host_accessible_memory_); in Initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.h59 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData);
H A Dvk_mem_alloc_wrapper.cpp149 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() function
H A Dvk_wrapper.h1370 return vma::MapMemory(allocator.getHandle(), mHandle, (void **)mapPointer); in map()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp113 // MapMemory wraps vkMapMemory, supplying the first VkDevice parameter.
114 VkResult MapMemory(VkDeviceMemory memory, VkDeviceSize offset,
H A 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()
H A DDevice.cpp374 VkResult Device::MapMemory(VkDeviceMemory memory, VkDeviceSize offset, in MapMemory() function in Device
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h105 MACRO(1, 1, FF_VK_EXT_NO_FLAG, MapMemory) \
H A Dvulkan.c267 ret = vk->MapMemory(s->hwctx->act_dev, buf[i].mem, 0, in ff_vk_map_buffers()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h224 WSI_CB(MapMemory);
H A 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/
H A DResourceMemoryAllocatorVk.cpp168 CheckVkSuccess(mDevice->fn.MapMemory(mDevice->GetVkDevice(), in Allocate()
H A DVulkanFunctions.h255 PFN_vkMapMemory MapMemory = nullptr; member
H A DVulkanFunctions.cpp278 GET_DEVICE_PROC(MapMemory); in LoadDeviceProcs()
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp58 GR_COPY_FUNCTION(MapMemory); in Make()
H A DGrVkInterface.cpp56 ACQUIRE_PROC(MapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h312 PFN_vkMapMemory MapMemory; member
/third_party/mesa3d/src/vulkan/overlay-layer/
H A 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/
H A Dzink_bo.c684 VkResult result = VKSCR(MapMemory)(screen->dev, real->mem, 0, real->base.size, 0, &cpu); in zink_bo_map()

Completed in 30 milliseconds

12