Lines Matching defs:next
2273 SpvId next = this->nextId(nullptr);
2274 this->writeInstruction(mergeOperator, boolType, next, result, merge, out);
2275 result = next;
3246 SpvId next = this->nextId(nullptr);
3247 fContinueTarget.push(next);
3252 this->writeInstruction(SpvOpLoopMerge, end, next, SpvLoopControlMaskNone, out);
3264 this->writeInstruction(SpvOpBranch, next, out);
3266 this->writeLabel(next, out);
3267 if (f.next()) {
3268 this->writeExpression(*f.next(), out);
3279 SpvId next = this->nextId(nullptr);
3291 this->writeInstruction(SpvOpBranch, next, out);
3293 this->writeLabel(next, out);