Lines Matching refs:opCode
228 void writeOpCode(SpvOp_ opCode, int length, SkWStream& out);
236 void writeInstruction(SpvOp_ opCode, SkWStream& out);
238 void writeInstruction(SpvOp_ opCode, const char* string, SkWStream& out);
240 void writeInstruction(SpvOp_ opCode, int32_t word1, SkWStream& out);
242 void writeInstruction(SpvOp_ opCode, int32_t word1, const char* string, SkWStream& out);
244 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, const char* string,
247 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, SkWStream& out);
249 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
252 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
255 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
258 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
261 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
264 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,