Lines Matching refs:syncObj
301 struct gl_sync_object *syncObj;
305 syncObj = _mesa_get_and_ref_sync(ctx, (void*)ptr, true);
312 if (!syncObj) {
318 labelPtr = &syncObj->Label;
321 _mesa_unref_sync_object(ctx, syncObj, 1);
329 struct gl_sync_object *syncObj;
344 syncObj = _mesa_get_and_ref_sync(ctx, (void*)ptr, true);
345 if (!syncObj) {
351 labelPtr = &syncObj->Label;
354 _mesa_unref_sync_object(ctx, syncObj, 1);