Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def31 vkUnmapMemory
DVkGetProcAddress.cpp91 MAKE_VULKAN_DEVICE_ENTRY(vkUnmapMemory),
DlibVulkan.cpp544 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(VkDevice device, VkDeviceMemory memory) in vkUnmapMemory() function
/external/skqp/src/compute/hs/vk/bench/
Dmain.c842 vkUnmapMemory(device,mem_rand); in main()
1117 vkUnmapMemory(device,mem_sorted); in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c842 vkUnmapMemory(device,mem_rand); in main()
1117 vkUnmapMemory(device,mem_sorted); in main()
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl46 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));
DvkInitDeviceFunctionPointers.inl13 m_vk.unmapMemory = (UnmapMemoryFunc) GET_PROC_ADDR("vkUnmapMemory");
DvkNullDriverImpl.inl1977 VK_NULL_FUNC_ENTRY(vkUnmapMemory, unmapMemory),
DvkVulkan_c.inl2886 VKAPI_ATTR void VKAPI_CALL 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/skia/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/vulkan-validation-layers/tests/
Dvktestbinding.cpp452 void DeviceMemory::unmap() const { vkUnmapMemory(device(), handle()); } in unmap()
Dlayer_validation_tests.cpp1363 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/
Danv_entrypoints.c666 .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,
Danv_entrypoints.h31 PFN_vkUnmapMemory vkUnmapMemory; member
/external/mesa3d/include/vulkan/
Dvulkan.h2813 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2993 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2993 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h3158 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
Dvulkan.hpp1858 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
55268vkUnmapMemory = PFN_vkUnmapMemory( device ? vkGetDeviceProcAddr( device, "vkUnmapMemory" ) : vkGet… in init()
/external/swiftshader/include/vulkan/
Dvulkan_core.h3111 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
Dvulkan.hpp2485 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
53190vkUnmapMemory = PFN_vkUnmapMemory(device ? device.getProcAddr( "vkUnmapMemory") : instance.getProc… in init()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2883 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(