Searched defs:VkDeviceMemory_Info (Results 1 – 1 of 1) sorted by relevance
743 struct VkDeviceMemory_Info { struct744 bool dedicated = false;745 bool imported = false;748 AHardwareBuffer* ahw = nullptr;750 zx_handle_t vmoHandle = ZX_HANDLE_INVALID;751 VkDevice device;753 uint8_t* ptr = nullptr;755 uint64_t blobId = 0;756 uint64_t allocationSize = 0;757 uint32_t memoryTypeIndex = 0;[all …]