Lines Matching refs:instance
117 VkInstance instance,
121 const auto& driver = GetData(instance).driver;
125 instance, create_info, allocator, &driver_handle);
130 auto& callbacks = GetData(instance).debug_report_callbacks;
133 (allocator) ? *allocator : GetData(instance).allocator);
136 driver.DestroyDebugReportCallbackEXT(instance, driver_handle,
148 void DestroyDebugReportCallbackEXT(VkInstance instance,
154 auto& callbacks = GetData(instance).debug_report_callbacks;
159 node, (allocator) ? *allocator : GetData(instance).allocator);
162 GetData(instance).driver.DestroyDebugReportCallbackEXT(
163 instance, driver_handle, allocator);
167 void DebugReportMessageEXT(VkInstance instance,
175 if (GetData(instance).driver.DebugReportMessageEXT) {
176 GetData(instance).driver.DebugReportMessageEXT(
177 instance, flags, object_type, object, location, message_code,
180 GetData(instance).debug_report_callbacks.Message(