• Home
  • Raw
  • Download

Lines Matching refs:writeBinaryOperation

2008 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType,  in writeBinaryOperation()  function in SkSL::SPIRVCodeGenerator
2201 return this->foldToBool(this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2212 return this->foldToBool(this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2219 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2224 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFOrdLessThan, in writeBinaryExpression()
2228 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2233 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2237 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFAdd, in writeBinaryExpression()
2240 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFSub, in writeBinaryExpression()
2251 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFMul, in writeBinaryExpression()
2254 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFDiv, in writeBinaryExpression()
2257 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFMod, in writeBinaryExpression()
2260 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2264 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2268 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2271 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2274 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2277 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFAdd, in writeBinaryExpression()
2284 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFSub, in writeBinaryExpression()
2301 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFMul, in writeBinaryExpression()
2308 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFDiv, in writeBinaryExpression()
2315 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFMod, in writeBinaryExpression()
2322 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2330 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2338 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2346 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2354 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, in writeBinaryExpression()
2472 SpvId result = this->writeBinaryOperation(p.fType, p.fType, lv->load(out), one, in writePrefixExpression()
2481 SpvId result = this->writeBinaryOperation(p.fType, p.fType, lv->load(out), one, in writePrefixExpression()
2511 SpvId temp = this->writeBinaryOperation(p.fType, p.fType, result, one, SpvOpFAdd, in writePostfixExpression()
2517 SpvId temp = this->writeBinaryOperation(p.fType, p.fType, result, one, SpvOpFSub, in writePostfixExpression()