Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.h137 uint32_t TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b,
Dfold.cpp204 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/
Dfold.h137 uint32_t TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b,
Dfold.cpp204 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()