Home
last modified time | relevance | path

Searched refs:modifiesState (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp453 if (!withinLoopBody() || !node->modifiesState()) in validateOperation()
Dintermediate.h464 bool modifiesState() const;
DIntermediate.cpp804 bool TIntermOperator::modifiesState() const in modifiesState() function in TIntermOperator
1136 if(!right->isScalar() && (modifiesState() || op == EOpBitShiftLeft || op == EOpBitShiftRight)) in promote()