Lines Matching refs:instance
73 return vk_object_to_physical_device(obj)->instance;
87 struct vk_instance *instance = NULL;
90 instance = (struct vk_instance *) objects_or_instance;
105 if (!instance) {
106 instance = vk_object_to_instance(objects[i]);
107 assert(instance->base.client_visible);
109 assert(vk_object_to_instance(objects[i]) == instance);
116 if (unlikely(!instance) ||
117 (likely(list_is_empty(&instance->debug_utils.callbacks)) &&
118 likely(list_is_empty(&instance->debug_report.callbacks))))
153 if (!instance) {
160 if (!instance->base.client_visible) {
161 vk_debug_message_instance(instance, severity, types,
170 if (!list_is_empty(&instance->debug_utils.callbacks)) {
227 vk_debug_message(instance, severity, types, &cb_data);
234 if (!list_is_empty(&instance->debug_report.callbacks)) {
263 vk_debug_report(instance, flags, object_count ? objects[0] : NULL, 0,
300 struct vk_instance *instance = vk_object_to_instance(object);
324 VK_LOG_NO_OBJS(instance), file, line,
338 VK_LOG_NO_OBJS(instance), file, line,