Home
last modified time | relevance | path

Searched refs:getDeviceMemory (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DHostVisibleMemoryVirtualization.h54 VkDeviceMemory getDeviceMemory() const;
DHostVisibleMemoryVirtualization.cpp55 VkDeviceMemory CoherentMemory::getDeviceMemory() const { return mMemory; } in getDeviceMemory() function in gfxstream::vk::CoherentMemory
DCommandBufferStagingStream.h85 VkDeviceMemory getDeviceMemory();
DCommandBufferStagingStream.cpp247 VkDeviceMemory CommandBufferStagingStream::getDeviceMemory() { return m_mem.deviceMemory; } in getDeviceMemory() function in gfxstream::vk::CommandBufferStagingStream
DResourceTracker.cpp741 if (info.coherentMemory->getDeviceMemory() != memory) { in freeCoherentMemoryLocked()
1567 memory[i] = info.coherentMemory->getDeviceMemory(); in deviceMemoryTransform_tohost()
5753 VkDeviceMemory deviceMemory = cmdBufStream->getDeviceMemory(); in flushCommandBufferPendingCommandsBottomUp()