Lines Matching defs:object
50 unreachable("Unsupported object type");
58 unreachable("Unsupported object type");
95 mesa_logw("vk_log*() called with NULL object\n");
100 mesa_logw("vk_log*() called with client-invisible object %p "
258 /* VK_EXT_debug_report-provided callback accepts only one object
299 struct vk_object_base *object = (struct vk_object_base *)_obj;
300 struct vk_instance *instance = vk_object_to_instance(object);
301 object = vk_object_for_error(object, error);
303 /* If object->client_visible isn't set then the object hasn't been fully
305 * happens if an error is thrown during object construction. This is safe
308 if (object && !object->client_visible)
309 object = NULL;
316 if (object) {
319 VK_LOG_OBJS(object), file, line,
330 if (object) {
333 VK_LOG_OBJS(object), file, line,