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.h252 struct loader_instance { struct
253 struct loader_instance_dispatch_table *disp; // must be first entry in structure argument
277 struct loader_instance *next; argument
283 // Must store the strings inside loader_instance directly - since the asm code will offset into argument
308 struct loader_instance_extension_enables enabled_known_extensions; argument
311 VkLayerDbgFunctionNode *current_dbg_function_head; // Current head
312 … VkLayerDbgFunctionNode *instance_only_dbg_function_head; // Only used for instance create/destroy
314 VkAllocationCallbacks alloc_callbacks;
317 bool instance_finished_creation;
319 loader_settings settings;
[all …]