Home
last modified time | relevance | path

Searched refs:BinaryOperate (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.cpp70 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()
Dfold.h133 uint32_t BinaryOperate(SpvOp opcode, uint32_t a, uint32_t b) const;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp70 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()
Dfold.h133 uint32_t BinaryOperate(SpvOp opcode, uint32_t a, uint32_t b) const;