Searched defs:loader_instance (Results 1 – 1 of 1) sorted by relevance
243 struct loader_instance { struct244 struct loader_instance_dispatch_table *disp; // must be first entry in structure argument265 struct loader_instance *next; argument267 uint32_t total_icd_count;268 struct loader_icd_term *icd_terms;292 struct loader_instance_extension_enables enabled_known_extensions; argument295 VkLayerDbgFunctionNode *DbgFunctionHead;300 VkLayerDbgFunctionNode *InstanceCreationDeletionDebugFunctionHead;302 VkAllocationCallbacks alloc_callbacks;304 bool portability_enumeration_enabled;[all …]