• Home
  • Raw
  • Download

Lines Matching refs:writeLabel

232 void SPIRVCodeGenerator::writeLabel(SpvId label, OutputStream& out) {  in writeLabel()  function in SkSL::SPIRVCodeGenerator
1682 this->writeLabel(ifTrueLabel, out); in getLValue()
2281 this->writeLabel(rhsLabel, out); in writeLogicalAnd()
2285 this->writeLabel(end, out); in writeLogicalAnd()
2302 this->writeLabel(rhsLabel, out); in writeLogicalOr()
2306 this->writeLabel(end, out); in writeLogicalOr()
2334 this->writeLabel(trueLabel, out); in writeTernaryExpression()
2337 this->writeLabel(falseLabel, out); in writeTernaryExpression()
2340 this->writeLabel(end, out); in writeTernaryExpression()
2525 this->writeLabel(this->nextId(), out); in writeFunction()
2842 this->writeLabel(ifTrue, out); in writeIfStatement()
2847 this->writeLabel(ifFalse, out); in writeIfStatement()
2852 this->writeLabel(end, out); in writeIfStatement()
2856 this->writeLabel(ifTrue, out); in writeIfStatement()
2861 this->writeLabel(ifFalse, out); in writeIfStatement()
2877 this->writeLabel(header, out); in writeForStatement()
2880 this->writeLabel(start, out); in writeForStatement()
2885 this->writeLabel(body, out); in writeForStatement()
2890 this->writeLabel(next, out); in writeForStatement()
2895 this->writeLabel(end, out); in writeForStatement()
2916 this->writeLabel(header, out); in writeWhileStatement()
2919 this->writeLabel(start, out); in writeWhileStatement()
2922 this->writeLabel(body, out); in writeWhileStatement()
2927 this->writeLabel(end, out); in writeWhileStatement()
2948 this->writeLabel(header, out); in writeDoStatement()
2951 this->writeLabel(start, out); in writeDoStatement()
2956 this->writeLabel(next, out); in writeDoStatement()
2959 this->writeLabel(end, out); in writeDoStatement()
2994 this->writeLabel(labels[i], out); in writeSwitchStatement()
3002 this->writeLabel(end, out); in writeSwitchStatement()