/external/swiftshader/src/Vulkan/ |
D | swiftshader_icd.def | 31 vkUnmapMemory
|
D | VkGetProcAddress.cpp | 91 MAKE_VULKAN_DEVICE_ENTRY(vkUnmapMemory),
|
D | libVulkan.cpp | 544 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(VkDevice device, VkDeviceMemory memory) in vkUnmapMemory() function
|
/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/skia/src/compute/hs/vk/bench/ |
D | main.c | 842 vkUnmapMemory(device,mem_rand); in main() 1117 vkUnmapMemory(device,mem_sorted); in main()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 46 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkUnmapMemory", FUNCTIONORIGIN_DEVICE)); 184 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkUnmapMemory", FUNCTIONORIGIN_DEVICE));
|
D | vkInitDeviceFunctionPointers.inl | 13 m_vk.unmapMemory = (UnmapMemoryFunc) GET_PROC_ADDR("vkUnmapMemory");
|
D | vkNullDriverImpl.inl | 1977 VK_NULL_FUNC_ENTRY(vkUnmapMemory, unmapMemory),
|
D | vkVulkan_c.inl | 2886 VKAPI_ATTR void VKAPI_CALL 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/skia/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/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 452 void DeviceMemory::unmap() const { vkUnmapMemory(device(), handle()); } in unmap()
|
D | layer_validation_tests.cpp | 1363 vkUnmapMemory(device(), VK_NULL_HANDLE); in TEST_F() 2722 vkUnmapMemory(m_device->device(), mem); in TEST_F() 2734 vkUnmapMemory(m_device->device(), mem); in TEST_F() 2749 vkUnmapMemory(m_device->device(), mem); in TEST_F() 2759 vkUnmapMemory(m_device->device(), mem); in TEST_F() 2771 vkUnmapMemory(m_device->device(), mem); in TEST_F() 2781 vkUnmapMemory(m_device->device(), mem); in TEST_F() 29551 vkUnmapMemory(m_device->device(), mem); in TEST_F() 30014 vkUnmapMemory(m_device->device(), mem); in TEST_F() 30029 vkUnmapMemory(m_device->device(), mem); in TEST_F() [all …]
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 666 .vkUnmapMemory = anv_UnmapMemory, 1087 .vkUnmapMemory = gen7_UnmapMemory, 1508 .vkUnmapMemory = gen75_UnmapMemory, 1929 .vkUnmapMemory = gen8_UnmapMemory, 2350 .vkUnmapMemory = gen9_UnmapMemory, 2771 .vkUnmapMemory = gen10_UnmapMemory, 3007 return anv_device->dispatch.vkUnmapMemory(device, memory); in anv_tramp_UnmapMemory() 3838 .vkUnmapMemory = anv_tramp_UnmapMemory,
|
D | anv_entrypoints.h | 31 PFN_vkUnmapMemory vkUnmapMemory; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2813 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2993 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2993 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 3158 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
|
D | vulkan.hpp | 1858 void vkUnmapMemory( VkDevice device, VkDeviceMemory memory ) const in vkUnmapMemory() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1860 return ::vkUnmapMemory( device, memory ); in vkUnmapMemory() 51818 d.vkUnmapMemory( m_device, static_cast<VkDeviceMemory>( memory ) ); in unmapMemory() 51824 d.vkUnmapMemory( m_device, static_cast<VkDeviceMemory>( memory ) ); in unmapMemory() 54859 PFN_vkUnmapMemory vkUnmapMemory = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 55268 …vkUnmapMemory = PFN_vkUnmapMemory( device ? vkGetDeviceProcAddr( device, "vkUnmapMemory" ) : vkGet… in init()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 3111 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
|
D | vulkan.hpp | 2485 void vkUnmapMemory( VkDevice device, VkDeviceMemory memory ) const in vkUnmapMemory() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2487 return ::vkUnmapMemory( device, memory); in vkUnmapMemory() 41651 d.vkUnmapMemory( m_device, static_cast<VkDeviceMemory>( memory ) ); in unmapMemory() 41657 d.vkUnmapMemory( m_device, static_cast<VkDeviceMemory>( memory ) ); in unmapMemory() 52790 PFN_vkUnmapMemory vkUnmapMemory = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 53190 …vkUnmapMemory = PFN_vkUnmapMemory(device ? device.getProcAddr( "vkUnmapMemory") : instance.getProc… in init()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2883 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
|