Searched defs:loader_instance (Results 1 – 1 of 1) sorted by relevance
307 struct loader_instance { struct308 struct loader_instance_dispatch_table *disp; // must be first entry in structure argument332 struct loader_instance *next; argument338 // Must store the strings inside loader_instance directly - since the asm code will offset into argument363 struct loader_instance_extension_enables enabled_known_extensions; argument366 struct loader_used_object_list surfaces_list;367 struct loader_used_object_list debug_utils_messengers_list;368 struct loader_used_object_list debug_report_callbacks_list;371 VkLayerDbgFunctionNode *current_dbg_function_head; // Current head372 … VkLayerDbgFunctionNode *instance_only_dbg_function_head; // Only used for instance create/destroy[all …]