Home
last modified time | relevance | path

Searched refs:operand_words (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfold.cpp217 SpvOp opcode, const std::vector<uint32_t>& operand_words) const { in OperateWords()
218 switch (operand_words.size()) { in OperateWords()
220 return UnaryOperate(opcode, operand_words.front()); in OperateWords()
222 return BinaryOperate(opcode, operand_words.front(), operand_words.back()); in OperateWords()
224 return TernaryOperate(opcode, operand_words[0], operand_words[1], in OperateWords()
225 operand_words[2]); in OperateWords()
Dfold.h145 const std::vector<uint32_t>& operand_words) const;
/third_party/spirv-tools/source/opt/
Dfold.cpp217 SpvOp opcode, const std::vector<uint32_t>& operand_words) const { in OperateWords()
218 switch (operand_words.size()) { in OperateWords()
220 return UnaryOperate(opcode, operand_words.front()); in OperateWords()
222 return BinaryOperate(opcode, operand_words.front(), operand_words.back()); in OperateWords()
224 return TernaryOperate(opcode, operand_words[0], operand_words[1], in OperateWords()
225 operand_words[2]); in OperateWords()
Dfold.h145 const std::vector<uint32_t>& operand_words) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp217 SpvOp opcode, const std::vector<uint32_t>& operand_words) const { in OperateWords()
218 switch (operand_words.size()) { in OperateWords()
220 return UnaryOperate(opcode, operand_words.front()); in OperateWords()
222 return BinaryOperate(opcode, operand_words.front(), operand_words.back()); in OperateWords()
224 return TernaryOperate(opcode, operand_words[0], operand_words[1], in OperateWords()
225 operand_words[2]); in OperateWords()
Dfold.h145 const std::vector<uint32_t>& operand_words) const;
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp155 const std::vector<uint32_t>& operand_words) { in OperateWords() argument
156 switch (operand_words.size()) { in OperateWords()
158 return UnaryOperate(opcode, operand_words.front()); in OperateWords()
160 return BinaryOperate(opcode, operand_words.front(), operand_words.back()); in OperateWords()
162 return TernaryOperate(opcode, operand_words[0], operand_words[1], in OperateWords()
163 operand_words[2]); in OperateWords()