Lines Matching refs:opCode
409 void writeOpCode(SpvOp_ opCode, int length, OutputStream& out);
417 void writeInstruction(SpvOp_ opCode, OutputStream& out);
419 void writeInstruction(SpvOp_ opCode, skstd::string_view string, OutputStream& out);
421 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out);
423 void writeInstruction(SpvOp_ opCode, int32_t word1, skstd::string_view string,
426 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, skstd::string_view string,
429 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
431 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
434 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
437 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
440 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
443 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
446 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,