Searched defs:loader_instance (Results 1 – 1 of 1) sorted by relevance
252 struct loader_instance { struct253 struct loader_instance_dispatch_table *disp; // must be first entry in structure argument277 struct loader_instance *next; argument283 // Must store the strings inside loader_instance directly - since the asm code will offset into argument308 struct loader_instance_extension_enables enabled_known_extensions; argument311 VkLayerDbgFunctionNode *current_dbg_function_head; // Current head312 … VkLayerDbgFunctionNode *instance_only_dbg_function_head; // Only used for instance create/destroy314 VkAllocationCallbacks alloc_callbacks;317 bool instance_finished_creation;319 loader_settings settings;[all …]