• Home
  • Raw
  • Download

Lines Matching refs:SpvOpBranch

636         case SpvOpBranch:  in opcode_text()
782 case SpvOpBranch: // fall through in writeOpCode()
2379 this->writeInstruction(SpvOpBranch, end, out); in writeLogicalAnd()
2400 this->writeInstruction(SpvOpBranch, end, out); in writeLogicalOr()
2431 this->writeInstruction(SpvOpBranch, end, out); in writeTernaryExpression()
2434 this->writeInstruction(SpvOpBranch, end, out); in writeTernaryExpression()
2852 this->writeInstruction(SpvOpBranch, fBreakTarget.top(), out); in writeStatement()
2855 this->writeInstruction(SpvOpBranch, fContinueTarget.top(), out); in writeStatement()
2882 this->writeInstruction(SpvOpBranch, end, out); in writeIfStatement()
2887 this->writeInstruction(SpvOpBranch, end, out); in writeIfStatement()
2896 this->writeInstruction(SpvOpBranch, ifFalse, out); in writeIfStatement()
2913 this->writeInstruction(SpvOpBranch, header, out); in writeForStatement()
2916 this->writeInstruction(SpvOpBranch, start, out); in writeForStatement()
2925 this->writeInstruction(SpvOpBranch, next, out); in writeForStatement()
2931 this->writeInstruction(SpvOpBranch, header, out); in writeForStatement()
2952 this->writeInstruction(SpvOpBranch, header, out); in writeWhileStatement()
2955 this->writeInstruction(SpvOpBranch, start, out); in writeWhileStatement()
2962 this->writeInstruction(SpvOpBranch, start, out); in writeWhileStatement()
2984 this->writeInstruction(SpvOpBranch, header, out); in writeDoStatement()
2987 this->writeInstruction(SpvOpBranch, start, out); in writeDoStatement()
2991 this->writeInstruction(SpvOpBranch, next, out); in writeDoStatement()