Searched defs:loader_device (Results 1 – 1 of 1) sorted by relevance
229 struct loader_device { struct230 struct loader_dev_dispatch_table loader_dispatch;231 VkDevice chain_device; // device object from the dispatch chain232 VkDevice icd_device; // device object from the icd233 struct loader_physical_device_term *phys_dev_term;258 struct loader_device *next; argument272 struct loader_device *logical_device_list; argument