Searched refs:BinaryOperate (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold.cpp | 70 uint32_t InstructionFolder::BinaryOperate(SpvOp opcode, uint32_t a, in BinaryOperate() function in spvtools::opt::InstructionFolder 109 int32_t rem = BinaryOperate(SpvOp::SpvOpSRem, a, b); in BinaryOperate() 222 return BinaryOperate(opcode, operand_words.front(), operand_words.back()); in OperateWords()
|
D | fold.h | 133 uint32_t BinaryOperate(SpvOp opcode, uint32_t a, uint32_t b) const;
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold.cpp | 70 uint32_t InstructionFolder::BinaryOperate(SpvOp opcode, uint32_t a, in BinaryOperate() function in spvtools::opt::InstructionFolder 109 int32_t rem = BinaryOperate(SpvOp::SpvOpSRem, a, b); in BinaryOperate() 222 return BinaryOperate(opcode, operand_words.front(), operand_words.back()); in OperateWords()
|
D | fold.h | 133 uint32_t BinaryOperate(SpvOp opcode, uint32_t a, uint32_t b) const;
|