Lines Matching defs:right
564 // note that this violates the GLSL left-to-right evaluation semantics.
853 const Expression& right = *b.right();
858 SkASSERT(right.type().isMatrix());
865 this->getTypePrecision(right.type()) +
866 this->getTypeName(right.type()) + " " + tempMatrix2 + ";\n";
870 this->writeExpression(right, Precedence::kAssignment);
879 const Expression& right = *b.right();
888 left.type().isMatrix() && right.type().isMatrix() &&
902 !right.containsRTAdjust() &&
911 this->writeExpression(right, precedence);
932 this->writeExpression(*b.right(), Precedence::kTernary);
942 this->writeExpression(*b.right(), Precedence::kTernary);