Home | History | Annotate | Download | only in sksl

Lines Matching refs:canCoerceTo

1140             return right.canCoerceTo(left);
1143 if (right.canCoerceTo(left)) {
1148 } if (left.canCoerceTo(right)) {
1171 return left.canCoerceTo(*context.fBool_Type) &&
1172 right.canCoerceTo(*context.fBool_Type);
1178 return right.canCoerceTo(left);
1231 return right.canCoerceTo(left);
1251 right.canCoerceTo(left)) {
1266 if (right.canCoerceTo(left) && isVectorOrMatrix && validMatrixOrVectorOp) {