Lines Matching defs:MemoryInfo
144 struct MemoryInfo { struct
148 bool needUnmap = false;
151 void* ptr = nullptr;
152 VkDeviceSize size;
154 bool directMapped = false;
155 bool virtioGpuMapped = false;
156 uint32_t caching = 0;
157 uint64_t guestPhysAddr = 0;
158 void* pageAlignedHva = nullptr;
159 uint64_t sizeToPage = 0;
160 uint64_t hostmemId = 0;
161 VkDevice device = VK_NULL_HANDLE;
162 uint32_t memoryIndex = 0;
164 std::optional<android::base::SharedMemory> sharedMemory;
166 std::shared_ptr<PrivateMemory> privateMemory;
168 uint64_t blobId = 0;
171 std::optional<HandleType> boundBuffer;
173 std::optional<HandleType> boundColorBuffer;