Home
last modified time | relevance | path

Searched defs:loader_device (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/loader/
Dloader_common.h229 struct loader_device { struct
230 struct loader_dev_dispatch_table loader_dispatch;
231 VkDevice chain_device; // device object from the dispatch chain
232 VkDevice icd_device; // device object from the icd
233 struct loader_physical_device_term *phys_dev_term;
258 struct loader_device *next; argument
272 struct loader_device *logical_device_list; argument