Lines Matching defs:MemoryInfo
6001 struct MemoryInfo { struct in gfxstream::vk::VkDecoderGlobalState::Impl
6005 bool needUnmap = false;
6008 void* ptr = nullptr;
6009 VkDeviceSize size;
6011 bool directMapped = false;
6012 bool virtioGpuMapped = false;
6013 uint32_t caching = 0;
6014 uint64_t guestPhysAddr = 0;
6015 void* pageAlignedHva = nullptr;
6016 uint64_t sizeToPage = 0;
6017 uint64_t hostmemId = 0;
6018 VkDevice device = VK_NULL_HANDLE;
6019 MTLTextureRef mtlTexture = nullptr;
6020 uint32_t memoryIndex = 0;
6022 std::optional<SharedMemory> sharedMemory;
6025 uint64_t blobId = 0;