Searched defs:VkDeviceMemory_Info (Results 1 – 1 of 1) sorted by relevance
292 struct VkDeviceMemory_Info { struct in gfxstream::vk::ResourceTracker::Impl293 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;[all …]