Home
last modified time | relevance | path

Searched defs:vkUnmapMemory (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/testing/
DVkDecoderTestDispatch.h282 void vkUnmapMemory(VkDevice device, VkDeviceMemory memory) { in vkUnmapMemory() function
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DAndroidVulkanDispatch.h49 PFN_vkUnmapMemory vkUnmapMemory; member
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h93 PFN_vkUnmapMemory vkUnmapMemory; member
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.cpp1622 VKAPI_ATTR void vkUnmapMemory(VkDevice device, VkDeviceMemory memory) { in vkUnmapMemory() function
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan.hpp1495 void vkUnmapMemory( VkDevice device, VkDeviceMemory memory ) const VULKAN_HPP_NOEXCEPT in vkUnmapMemory() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
7468 PFN_vkUnmapMemory vkUnmapMemory = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
Dvulkan_raii.hpp1414 PFN_vkUnmapMemory vkUnmapMemory = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto801 message vkUnmapMemory message
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderSnapshot.cpp270 void vkUnmapMemory(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkUnmapMemory() function in VkDecoderSnapshot::Impl
5672 void VkDecoderSnapshot::vkUnmapMemory(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkUnmapMemory() function in VkDecoderSnapshot
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp2973 void VkEncoder::vkUnmapMemory(VkDevice device, VkDeviceMemory memory, uint32_t doLock) { in vkUnmapMemory() function in gfxstream::vk::VkEncoder