• Home
  • Raw
  • Download

Lines Matching refs:SpvOp_

190     SpvId writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ floatOperator,
191 SpvOp_ intOperator, OutputStream& out);
194 SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, SpvOp_ ifUInt,
195 SpvOp_ ifBool, OutputStream& out);
197 SpvId writeBinaryOperation(const BinaryExpression& expr, SpvOp_ ifFloat, SpvOp_ ifInt,
198 SpvOp_ ifUInt, OutputStream& out);
238 void writeOpCode(SpvOp_ opCode, int length, OutputStream& out);
246 void writeInstruction(SpvOp_ opCode, OutputStream& out);
248 void writeInstruction(SpvOp_ opCode, const char* string, OutputStream& out);
250 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out);
252 void writeInstruction(SpvOp_ opCode, int32_t word1, const char* string, OutputStream& out);
254 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, const char* string,
257 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
259 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
262 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
265 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
268 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
271 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
274 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,