Home | History | Annotate | Download | only in compiler

Lines Matching defs:modifiesState

665 bool TIntermOperator::modifiesState() const
997 if(!right->isScalar() && (modifiesState() || op == EOpBitShiftLeft || op == EOpBitShiftRight))