Home | History | Annotate | Download | only in sksl

Lines Matching refs:labels

2957     std::vector<SpvId> labels;
2964 labels.push_back(label);
2971 labels.push_back(end);
2982 this->writeWord(labels[i], out);
2985 this->writeLabel(labels[i], out);
2990 this->writeInstruction(SpvOpBranch, labels[i + 1], out);