Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h57 extern PFN_vkUnmapMemory vkUnmapMemory;
Dvulkan_wrapper.cpp54 vkUnmapMemory = reinterpret_cast<PFN_vkUnmapMemory>(dlsym(libvulkan, "vkUnmapMemory")); in InitVulkan()
242 PFN_vkUnmapMemory vkUnmapMemory; variable
/external/vulkan-validation-layers/loader/
Dgpa_helper.h76 return (PFN_vkVoidFunction)vkUnmapMemory; in trampolineGetProcAddr()
Dtrampoline.c1027 vkUnmapMemory(VkDevice device, VkDeviceMemory mem) { function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl12 m_vk.unmapMemory = (UnmapMemoryFunc) GET_PROC_ADDR("vkUnmapMemory");
DvkNullDriverImpl.inl1449 VK_NULL_FUNC_ENTRY(vkUnmapMemory, unmapMemory),
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp434 void DeviceMemory::unmap() const { vkUnmapMemory(device(), handle()); } in unmap()
Dlayer_validation_tests.cpp834 vkUnmapMemory(device(), VK_NULL_HANDLE); in TEST_F()
1433 vkUnmapMemory(m_device->device(), mem); in TEST_F()
1445 vkUnmapMemory(m_device->device(), mem); in TEST_F()
1458 vkUnmapMemory(m_device->device(), mem); in TEST_F()
15777 vkUnmapMemory(m_device->device(), mem); in TEST_F()
15896 vkUnmapMemory(m_device->device(), mem); in TEST_F()
15912 vkUnmapMemory(m_device->device(), mem); in TEST_F()
15928 vkUnmapMemory(m_device->device(), mem); in TEST_F()
15945 vkUnmapMemory(m_device->device(), mem); in TEST_F()
/external/vulkan-validation-layers/demos/
Dcube.c773 vkUnmapMemory(demo->device, demo->uniform_data.mem); in demo_update_data_buffer()
1308 vkUnmapMemory(demo->device, tex_obj->mem); in demo_prepare_texture_image()
1514 vkUnmapMemory(demo->device, demo->uniform_data.mem); in demo_prepare_cube_data_buffer()
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md274 …mmandPool vkResetDescriptorPool vkResetEvent vkResetFences vkSetEvent vkUnmapMemory vkUpdateDescri…
316 …me object | MULTIPLE_THREADS | vkQueueSubmit vkFreeMemory vkMapMemory vkUnmapMemory vkFlushMappedM…
317 …rantly | SINGLE_THREAD_REUSE | vkQueueSubmit vkFreeMemory vkMapMemory vkUnmapMemory vkFlushMappedM…
Dvk_validation_error_database.txt642vkUnmapMemory~^~For more information refer to Vulkan Spec Section '10.2.1. Host Access to Device M…
643vkUnmapMemory~^~For more information refer to Vulkan Spec Section '10.2.1. Host Access to Device M…
644vkUnmapMemory~^~For more information refer to Vulkan Spec Section '10.2.1. Host Access to Device M…
645vkUnmapMemory~^~For more information refer to Vulkan Spec Section '10.2.1. Host Access to Device M…
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp260 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(VkDevice device, VkDeviceMemory memory) in vkUnmapMemory() function
1194 return (PFN_vkVoidFunction) vkUnmapMemory; in layer_intercept_proc()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2512 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
Dvulkan.hpp16111 vkUnmapMemory( m_device, static_cast<VkDeviceMemory>( memory ) ); in unmapMemory()
16118 vkUnmapMemory( m_device, static_cast<VkDeviceMemory>( memory ) ); in unmapMemory()
/external/mesa3d/include/vulkan/
Dvulkan.h2521 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2618 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2677 VKAPI_ATTR void VKAPI_CALL vkUnmapMemory(