HomeSort by relevance Sort by last modified time
    Searched refs:modifiesState (Results 1 - 7 of 7) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
limits.cpp 86 if (node->modifiesState() && node->getLeft()->getAsSymbolNode() &&
98 if (node->modifiesState() && node->getOperand()->getAsSymbolNode() &&
Intermediate.cpp     [all...]
  /external/swiftshader/src/OpenGL/compiler/
ValidateLimitations.cpp 453 if (!withinLoopBody() || !node->modifiesState())
intermediate.h 464 bool modifiesState() const;
Intermediate.cpp 807 bool TIntermOperator::modifiesState() const
1139 if(!right->isScalar() && (modifiesState() || op == EOpBitShiftLeft || op == EOpBitShiftRight))
    [all...]
OutputASM.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
intermediate.h     [all...]

Completed in 184 milliseconds