Searched refs:TernaryOperate (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold.h | 137 uint32_t TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b,
|
D | fold.cpp | 204 uint32_t InstructionFolder::TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b, in TernaryOperate() function in spvtools::opt::InstructionFolder 224 return TernaryOperate(opcode, operand_words[0], operand_words[1], in OperateWords()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold.h | 137 uint32_t TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b,
|
D | fold.cpp | 204 uint32_t InstructionFolder::TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b, in TernaryOperate() function in spvtools::opt::InstructionFolder 224 return TernaryOperate(opcode, operand_words[0], operand_words[1], in OperateWords()
|