Home | History | Annotate | Download | only in sksl

Lines Matching refs:labels

2966     std::vector<SpvId> labels;
2973 labels.push_back(label);
2980 labels.push_back(end);
2991 this->writeWord(labels[i], out);
2994 this->writeLabel(labels[i], out);
2999 this->writeInstruction(SpvOpBranch, labels[i + 1], out);