Home | History | Annotate | Download | only in compiler

Lines Matching refs:modifiesState

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