/external/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()
|
/external/deqp-deps/amber/src/vulkan/ |
D | resource.h | 59 Result MapMemory(VkDeviceMemory memory);
|
D | transfer_buffer.cc | 84 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()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.h | 51 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData); in VK_DEFINE_HANDLE()
|
D | vk_mem_alloc_wrapper.cpp | 126 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() function
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | Constants.h | 81 MapMemory, enumerator
|
/external/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() 281 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
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 182 WSI_CB(MapMemory);
|
D | wsi_common.c | 104 WSI_GET_CB(MapMemory); in wsi_device_init()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_virtual_mem_allocator.cc | 160 GpuDriver::MapMemory(&gpu_context_, next_va, handle, access_gpu_handles_); in Alloc()
|
/external/skqp/src/gpu/vk/ |
D | GrVkMemory.cpp | 148 VkResult err = GR_VK_CALL(gpu->vkInterface(), MapMemory(gpu->device(), alloc.fMemory, in MapAlloc()
|
D | GrVkAMDMemoryAllocator.cpp | 27 GR_COPY_FUNCTION(MapMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 56 ACQUIRE_PROC(MapMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 43 GR_COPY_FUNCTION(MapMemory); in Make()
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_driver.h | 189 static port::Status MapMemory(
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 838 vk(MapMemory(device,mem_rand,0,VK_WHOLE_SIZE,0,&rand_map)); in main() 1074 vk(MapMemory(device,mem_sorted,0,VK_WHOLE_SIZE,0,&sorted_map)); in main()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 246 PFN_vkMapMemory MapMemory; member
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 272 void *MapMemory() { return Image::memory().map(); } in MapMemory() function
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 842 PFN_vkMapMemory MapMemory; member
|