Searched refs:getDeviceMemory (Results 1 – 5 of 5) sorted by relevance
54 VkDeviceMemory getDeviceMemory() const;
55 VkDeviceMemory CoherentMemory::getDeviceMemory() const { return mMemory; } in getDeviceMemory() function in gfxstream::vk::CoherentMemory
85 VkDeviceMemory getDeviceMemory();
247 VkDeviceMemory CommandBufferStagingStream::getDeviceMemory() { return m_mem.deviceMemory; } in getDeviceMemory() function in gfxstream::vk::CommandBufferStagingStream
741 if (info.coherentMemory->getDeviceMemory() != memory) { in freeCoherentMemoryLocked()1567 memory[i] = info.coherentMemory->getDeviceMemory(); in deviceMemoryTransform_tohost()5753 VkDeviceMemory deviceMemory = cmdBufStream->getDeviceMemory(); in flushCommandBufferPendingCommandsBottomUp()