Home
last modified time | relevance | path

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

/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp139 uint32_t TernaryOperate(SpvOp opcode, uint32_t a, uint32_t b, uint32_t c) { in TernaryOperate() function
162 return TernaryOperate(opcode, operand_words[0], operand_words[1], in OperateWords()