Lines Matching defs:VkDeviceMemory_Info
292 struct VkDeviceMemory_Info { struct in gfxstream::vk::ResourceTracker::Impl
293 bool dedicated = false;
294 bool imported = false;
297 AHardwareBuffer* ahw = nullptr;
299 zx_handle_t vmoHandle = ZX_HANDLE_INVALID;
300 VkDevice device;
302 uint8_t* ptr = nullptr;
304 uint64_t blobId = 0;
305 uint64_t allocationSize = 0;
306 uint32_t memoryTypeIndex = 0;
307 uint64_t coherentMemorySize = 0;
308 uint64_t coherentMemoryOffset = 0;
310 GoldfishAddressSpaceBlockPtr goldfishBlock = nullptr;
311 CoherentMemoryPtr coherentMemory = nullptr;