Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLBinaryExpression.cpp78 const Type* rawLeftType = (left->isIntLiteral() && right->type().isInteger()) in Convert() local
98 if (!op.determineBinaryType(context, *rawLeftType, *rawRightType, in Convert()
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp1664 const Type* rawLeftType; in convertBinaryExpression() local
1666 rawLeftType = &right->fType; in convertBinaryExpression()
1668 rawLeftType = &left->fType; in convertBinaryExpression()
1677 if (!determine_binary_type(fContext, op, *rawLeftType, *rawRightType, &leftType, &rightType, in convertBinaryExpression()