Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DValidateLimitations.cpp416 if (!withinLoopBody() || !node->modifiesState()) in validateOperation()
Dintermediate.h366 bool modifiesState() const;
DIntermediate.cpp764 bool TIntermOperator::modifiesState() const in modifiesState() function in TIntermOperator