Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
Dloader_common.h243 struct loader_instance { struct
244 struct loader_instance_dispatch_table *disp; // must be first entry in structure argument
265 struct loader_instance *next; argument
267 uint32_t total_icd_count;
268 struct loader_icd_term *icd_terms;
292 struct loader_instance_extension_enables enabled_known_extensions; argument
295 VkLayerDbgFunctionNode *DbgFunctionHead;
300 VkLayerDbgFunctionNode *InstanceCreationDeletionDebugFunctionHead;
302 VkAllocationCallbacks alloc_callbacks;
304 bool portability_enumeration_enabled;
[all …]