/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.cpp | 29 funcs.vkUnmapMemory = vkUnmapMemory; in InitAllocator()
|
/external/deqp-deps/amber/src/vulkan/ |
D | vk-funcs-1-0.inc | 63 AMBER_VK_FUNC(vkUnmapMemory)
|
D | resource.cc | 166 device_->GetPtrs()->vkUnmapMemory(device_->GetVkDevice(), memory); in UnMapMemory()
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | VkInstanceFuncs.hpp | 66 VK_INSTANCE(vkUnmapMemory, void, VkDevice, VkDeviceMemory);
|
D | Device.cpp | 382 driver->vkUnmapMemory(device, memory); in UnmapMemory()
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 32 vkUnmapMemory;
|
D | vk_swiftshader.def | 32 vkUnmapMemory
|
D | VkGetProcAddress.cpp | 169 MAKE_VULKAN_DEVICE_ENTRY(vkUnmapMemory),
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 625 vkUnmapMemory(screen->dev, staging_res->mem); in zink_transfer_unmap() 637 vkUnmapMemory(screen->dev, res->mem); in zink_transfer_unmap()
|
D | zink_screen.c | 854 vkUnmapMemory(screen->dev, res->mem); in zink_flush_frontbuffer()
|
/external/angle/src/third_party/volk/ |
D | volk.h | 233 PFN_vkUnmapMemory vkUnmapMemory; member 649 extern PFN_vkUnmapMemory vkUnmapMemory;
|
D | volk.c | 443 vkUnmapMemory = (PFN_vkUnmapMemory)load(context, "vkUnmapMemory"); in volkGenLoadDevice() 844 table->vkUnmapMemory = (PFN_vkUnmapMemory)load(context, "vkUnmapMemory"); in volkGenLoadDeviceTable() 1264 PFN_vkUnmapMemory vkUnmapMemory; variable
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 842 vkUnmapMemory(device,mem_rand); in main() 1117 vkUnmapMemory(device,mem_sorted); in main()
|
/external/llvm-project/mlir/tools/mlir-vulkan-runner/ |
D | VulkanRuntime.cpp | 448 vkUnmapMemory(device, memoryBuffer.hostMemory); in createMemoryBuffers() 877 vkUnmapMemory(device, deviceMemoryBuffer.hostMemory); in updateHostMemoryBuffers()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 47 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkUnmapMemory", FUNCTIONORIGIN_DEVICE)); 185 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkUnmapMemory", FUNCTIONORIGIN_DEVICE)); 351 apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkUnmapMemory", FUNCTIONORIGIN_DEVICE));
|
D | vkInitDeviceFunctionPointers.inl | 13 m_vk.unmapMemory = (UnmapMemoryFunc) GET_PROC_ADDR("vkUnmapMemory");
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1161 PFN_vkUnmapMemory vkUnmapMemory; member 5179 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)( in DedicatedAllocUnmap() 6365 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)(hAllocator->m_hDevice, m_hMemory); in Unmap() 7470 m_VulkanFunctions.vkUnmapMemory = &vkUnmapMemory; in ImportVulkanFunctions() 7498 VMA_COPY_IF_NOT_NULL(vkUnmapMemory); in ImportVulkanFunctions() 7520 VMA_ASSERT(m_VulkanFunctions.vkUnmapMemory != VMA_NULL); in ImportVulkanFunctions() 8427 (*m_VulkanFunctions.vkUnmapMemory)(m_hDevice, hMemory); in FreeDedicatedMemory()
|
/external/angle/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 999 vkUnmapMemory(mDevice, deviceMemory); in readPixels()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 452 void DeviceMemory::unmap() const { vkUnmapMemory(device(), handle()); } in unmap()
|
D | vklayertests_buffer_image_memory_sampler.cpp | 485 vkUnmapMemory(m_device->device(), mem); in TEST_F() 497 vkUnmapMemory(m_device->device(), mem); in TEST_F() 512 vkUnmapMemory(m_device->device(), mem); in TEST_F() 522 vkUnmapMemory(m_device->device(), mem); in TEST_F() 534 vkUnmapMemory(m_device->device(), mem); in TEST_F() 544 vkUnmapMemory(m_device->device(), mem); in TEST_F()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1161 vkUnmapMemory(info.device, info.uniform_data.mem); in init_uniform_buffer() 1366 vkUnmapMemory(info.device, info.vertex_buffer.mem); in init_vertex_buffer()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 1926 extern PFN_vkUnmapMemory vkUnmapMemory; 2214 PFN_vkUnmapMemory VMA_NULLABLE vkUnmapMemory; member 8672 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)( in DedicatedAllocUnmap() 12265 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)(hAllocator->m_hDevice, m_hMemory); in Unmap() 15732 m_VulkanFunctions.vkUnmapMemory = (PFN_vkUnmapMemory)vkUnmapMemory; in ImportVulkanFunctions_Static() 15772 VMA_COPY_IF_NOT_NULL(vkUnmapMemory); in ImportVulkanFunctions_Custom() 15820 VMA_FETCH_DEVICE_FUNC(vkUnmapMemory, PFN_vkUnmapMemory, "vkUnmapMemory"); in ImportVulkanFunctions_Dynamic() 15880 VMA_ASSERT(m_VulkanFunctions.vkUnmapMemory != VMA_NULL); in ValidateVulkanFunctions()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1926 extern PFN_vkUnmapMemory vkUnmapMemory; 2218 PFN_vkUnmapMemory VMA_NULLABLE vkUnmapMemory; member 8653 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)( in DedicatedAllocUnmap() 12247 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)(hAllocator->m_hDevice, m_hMemory); in Unmap() 15714 m_VulkanFunctions.vkUnmapMemory = (PFN_vkUnmapMemory)vkUnmapMemory; in ImportVulkanFunctions_Static() 15754 VMA_COPY_IF_NOT_NULL(vkUnmapMemory); in ImportVulkanFunctions_Custom() 15802 VMA_FETCH_DEVICE_FUNC(vkUnmapMemory, PFN_vkUnmapMemory, "vkUnmapMemory"); in ImportVulkanFunctions_Dynamic() 15851 VMA_ASSERT(m_VulkanFunctions.vkUnmapMemory != VMA_NULL); in ValidateVulkanFunctions()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 1741 PFN_vkUnmapMemory vkUnmapMemory; member 7476 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)( in DedicatedAllocUnmap() 11120 (*hAllocator->GetVulkanFunctions().vkUnmapMemory)(hAllocator->m_hDevice, m_hMemory); in Unmap() 14150 m_VulkanFunctions.vkUnmapMemory = &vkUnmapMemory; in ImportVulkanFunctions() 14183 VMA_COPY_IF_NOT_NULL(vkUnmapMemory); in ImportVulkanFunctions() 14210 VMA_ASSERT(m_VulkanFunctions.vkUnmapMemory != VMA_NULL); in ImportVulkanFunctions()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 1805 return anv_device->dispatch.vkUnmapMemory(device, memory); in anv_UnmapMemory() 3120 .vkUnmapMemory = anv_UnmapMemory, 3626 .vkUnmapMemory = gen7_UnmapMemory, 4132 .vkUnmapMemory = gen75_UnmapMemory, 4638 .vkUnmapMemory = gen8_UnmapMemory, 5144 .vkUnmapMemory = gen9_UnmapMemory, 5650 .vkUnmapMemory = gen11_UnmapMemory, 6156 .vkUnmapMemory = gen12_UnmapMemory,
|