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.h307 struct loader_instance { struct
308 struct loader_instance_dispatch_table *disp; // must be first entry in structure argument
332 struct loader_instance *next; argument
338 // Must store the strings inside loader_instance directly - since the asm code will offset into argument
363 struct loader_instance_extension_enables enabled_known_extensions; argument
366 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 head
372 … VkLayerDbgFunctionNode *instance_only_dbg_function_head; // Only used for instance create/destroy
[all …]