Searched defs:VkDeviceMemory_Info (Results 1 – 1 of 1) sorted by relevance
724 struct VkDeviceMemory_Info { struct725 bool dedicated = false;726 bool imported = false;729 AHardwareBuffer* ahw = nullptr;731 zx_handle_t vmoHandle = ZX_HANDLE_INVALID;732 VkDevice device;734 uint8_t* ptr = nullptr;736 uint64_t blobId = 0;737 uint64_t allocationSize = 0;738 uint32_t memoryTypeIndex = 0;[all …]