Lines Matching refs:instance
118 VkInstance instance,
122 const auto& driver = GetData(instance).driver;
126 instance, create_info, allocator, &driver_handle);
131 auto& callbacks = GetData(instance).debug_report_callbacks;
134 (allocator) ? *allocator : GetData(instance).allocator);
137 driver.DestroyDebugReportCallbackEXT(instance, driver_handle,
149 void DestroyDebugReportCallbackEXT(VkInstance instance,
155 auto& callbacks = GetData(instance).debug_report_callbacks;
160 node, (allocator) ? *allocator : GetData(instance).allocator);
163 GetData(instance).driver.DestroyDebugReportCallbackEXT(
164 instance, driver_handle, allocator);
168 void DebugReportMessageEXT(VkInstance instance,
176 if (GetData(instance).driver.DebugReportMessageEXT) {
177 GetData(instance).driver.DebugReportMessageEXT(
178 instance, flags, object_type, object, location, message_code,
181 GetData(instance).debug_report_callbacks.Message(