Home
last modified time | relevance | path

Searched refs:writeBinaryOperation (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2008 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()
[all …]
DSkSLSPIRVCodeGenerator.h193 SpvId writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs,
197 SpvId writeBinaryOperation(const BinaryExpression& expr, SpvOp_ ifFloat, SpvOp_ ifInt,