Searched refs:fLeftType (Results 1 – 4 of 4) sorted by relevance
320 gOpAttributes[op].fLeftType == SkOperand2::kNoType)) { in arithmeticOp()1074 if (attributes->fLeftType != SkOperand2::kNoType) { in processOp()1086 if (value1.fType == SkOperand2::kObject && (value1.fType & attributes->fLeftType) == 0) { in processOp()1091 if (value2.fType == SkOperand2::kObject && (value2.fType & attributes->fLeftType) == 0) { in processOp()1095 if (attributes->fLeftType != SkOperand2::kNoType) { in processOp()1097 … if ((attributes->fLeftType & SkOperand2::kString) && attributes->fBias & kTowardsString && in processOp()1107 … } else if (attributes->fLeftType & SkOperand2::kScalar && ((value1.fType | value2.fType) & in processOp()1115 if ((value1.fType & attributes->fLeftType) == 0 || value1.fType != value2.fType) { in processOp()1118 … if (value1.fType == SkOperand2::kScalar && (attributes->fLeftType == SkOperand2::kS32 || in processOp()1123 AddTokenRegister rhRegister = attributes->fLeftType != SkOperand2::kNoType ? in processOp()[all …]
302 gOpAttributes[op].fLeftType == kNoType)) { in arithmeticOp()1246 if (attributes->fLeftType != kNoType && operandCount < 2) in opError()1248 if (attributes->fLeftType == kNoType && operandCount < 1) in opError()1264 if (attributes->fLeftType != kNoType) { in processOp()1274 if (type1 == kObject && (type1 & attributes->fLeftType) == 0) { in processOp()1285 if (type2 == kObject && (type2 & attributes->fLeftType) == 0) { in processOp()1295 if (attributes->fLeftType != kNoType) { in processOp()1297 …if ((attributes->fLeftType & kString) && attributes->fBias & kTowardsString && ((type1 | type2) & … in processOp()1306 } else if (attributes->fLeftType & kScalar && ((type1 | type2) & kScalar)) { in processOp()1317 if ((type1 & attributes->fLeftType) == 0 || type1 != type2) { in processOp()[all …]
181 unsigned int fLeftType : 3; // SkOpType union, but only lower values member
176 unsigned int fLeftType : 3; // SkOpType, but only lower values member