Lines Matching refs:instance
101 VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
104 struct loader_instance *inst = loader_get_instance(instance);
107 instance, pCreateInfo, pAllocator, pCallback);
280 VkInstance instance, VkDebugReportCallbackEXT callback,
282 struct loader_instance *inst = loader_get_instance(instance);
285 inst->disp->DestroyDebugReportCallbackEXT(instance, callback, pAllocator);
293 VkInstance instance, VkDebugReportFlagsEXT flags,
296 struct loader_instance *inst = loader_get_instance(instance);
298 inst->disp->DebugReportMessageEXT(instance, flags, objType, object,
303 * This is the instance chain terminator function
308 VkInstance instance, const VkDebugReportCallbackCreateInfoEXT *pCreateInfo,
313 struct loader_instance *inst = (struct loader_instance *)instance;
345 icd->instance, pCreateInfo, pAllocator, &icd_info[storage_idx]);
398 icd->instance, icd_info[storage_idx], pAllocator);
428 * This is the instance chain terminator function
432 VkInstance instance, VkDebugReportCallbackEXT callback,
438 struct loader_instance *inst = (struct loader_instance *)instance;
448 icd->instance, icd_info[storage_idx], pAllocator);
455 * This is the instance chain terminator function
459 VkInstance instance, VkDebugReportFlagsEXT flags,
464 struct loader_instance *inst = (struct loader_instance *)instance;
469 icd->DebugReportMessageEXT(icd->instance, flags, objType, object,