Searched defs:getDeviceMemory (Results 1 – 3 of 3) sorted by relevance
39 VkDeviceMemory CoherentMemory::getDeviceMemory() const { return mMemory; } in getDeviceMemory() function in gfxstream::vk::CoherentMemory
236 VkDeviceMemory CommandBufferStagingStream::getDeviceMemory() { return m_mem.deviceMemory; } in getDeviceMemory() function in gfxstream::vk::CommandBufferStagingStream
1647 const DeviceMemory &getDeviceMemory() const { return mDeviceMemory; } in getDeviceMemory() function