Lines Matching defs:merged
197 // 1) b's head is merged into an op in a.
198 // 2) An op from chain a is merged into b's head. (In this case b's head gets processed again.)
204 // merged into an op in b (case 2) then we advance the "original tail" towards the head of a.
209 bool merged = false;
221 merged = (result == GrOp::CombineResult::kMerged);
226 if (merged) {
232 // We merged the contents of b's head into a. We will replace b's head with a in
243 // We merged all the nodes in chain a to chain b.
260 if (!merged) {
325 // The new ops were successfully merged and/or chained onto our own.
721 // TODO(11903): Go back to actually dropping ops tasks when we are merged with
747 // inital contents of subsequent opsTasks that get merged in don't matter.