Lines Matching refs:instance
99 VkInstance instance, VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
101 struct loader_instance *inst = loader_get_instance(instance);
104 instance, pCreateInfo, pAllocator, pCallback);
160 debug_report_DestroyDebugReportCallback(VkInstance instance,
163 struct loader_instance *inst = loader_get_instance(instance);
166 inst->disp->DestroyDebugReportCallbackEXT(instance, callback, pAllocator);
174 VkInstance instance, VkDebugReportFlagsEXT flags,
177 struct loader_instance *inst = loader_get_instance(instance);
179 inst->disp->DebugReportMessageEXT(instance, flags, objType, object,
184 * This is the instance chain terminator function
189 VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
194 struct loader_instance *inst = (struct loader_instance *)instance;
210 icd->instance, pCreateInfo, pAllocator, &icd_info[storage_idx]);
224 icd->instance, icd_info[storage_idx], pAllocator);
238 * This is the instance chain terminator function
242 terminator_DestroyDebugReportCallback(VkInstance instance,
249 struct loader_instance *inst = (struct loader_instance *)instance;
255 icd->instance, icd_info[storage_idx], pAllocator);
262 * This is the instance chain terminator function
266 terminator_DebugReportMessage(VkInstance instance, VkDebugReportFlagsEXT flags,
272 struct loader_instance *inst = (struct loader_instance *)instance;
277 icd->DebugReportMessageEXT(icd->instance, flags, objType, object,