Searched defs:wrapped_inst_obj (Results 1 – 1 of 1) sorted by relevance
70 struct wrapped_inst_obj { struct71 VkLayerInstanceDispatchTable *loader_disp;72 VkLayerInstanceDispatchTable layer_disp; // this layer's dispatch table73 PFN_vkSetInstanceLoaderData pfn_inst_init;74 struct wrapped_phys_dev_obj *ptr_phys_devs; // any enumerated phys devs75 VkInstance obj;76 bool layer_is_implicit;77 bool direct_display_enabled;101 std::vector<wrapped_inst_obj *> instances; argument