Home
last modified time | relevance | path

Searched refs:vkUnmapMemory (Results 1 – 25 of 46) sorted by relevance

12

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp29 funcs.vkUnmapMemory = vkUnmapMemory; in InitAllocator()
/external/deqp-deps/amber/src/vulkan/
Dvk-funcs-1-0.inc63 AMBER_VK_FUNC(vkUnmapMemory)
Dresource.cc166 device_->GetPtrs()->vkUnmapMemory(device_->GetVkDevice(), memory); in UnMapMemory()
/external/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp66 VK_INSTANCE(vkUnmapMemory, void, VkDevice, VkDeviceMemory);
DDevice.cpp382 driver->vkUnmapMemory(device, memory); in UnmapMemory()
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds32 vkUnmapMemory;
Dvk_swiftshader.def32 vkUnmapMemory
DVkGetProcAddress.cpp169 MAKE_VULKAN_DEVICE_ENTRY(vkUnmapMemory),
/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c625 vkUnmapMemory(screen->dev, staging_res->mem); in zink_transfer_unmap()
637 vkUnmapMemory(screen->dev, res->mem); in zink_transfer_unmap()
Dzink_screen.c854 vkUnmapMemory(screen->dev, res->mem); in zink_flush_frontbuffer()
/external/angle/src/third_party/volk/
Dvolk.h233 PFN_vkUnmapMemory vkUnmapMemory; member
649 extern PFN_vkUnmapMemory vkUnmapMemory;
Dvolk.c443 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/
Dmain.c842 vkUnmapMemory(device,mem_rand); in main()
1117 vkUnmapMemory(device,mem_sorted); in main()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp448 vkUnmapMemory(device, memoryBuffer.hostMemory); in createMemoryBuffers()
877 vkUnmapMemory(device, deviceMemoryBuffer.hostMemory); in updateHostMemoryBuffers()
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl47 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));
DvkInitDeviceFunctionPointers.inl13 m_vk.unmapMemory = (UnmapMemoryFunc) GET_PROC_ADDR("vkUnmapMemory");
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1161 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/
DVulkanExternalHelper.cpp999 vkUnmapMemory(mDevice, deviceMemory); in readPixels()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp452 void DeviceMemory::unmap() const { vkUnmapMemory(device(), handle()); } in unmap()
Dvklayertests_buffer_image_memory_sampler.cpp485 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/
Dvulkan_command_buffer_utils.cpp1161 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/
Dvk_mem_alloc.h1926 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/
Dvk_mem_alloc.h1926 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/
Dvk_mem_alloc.h1741 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/
Danv_entrypoints.c1805 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,

12