Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dlimits.cpp86 if (node->modifiesState() && node->getLeft()->getAsSymbolNode() && in visitBinary()
98 if (node->modifiesState() && node->getOperand()->getAsSymbolNode() && in visitUnary()
DIntermediate.cpp3156 bool TIntermOperator::modifiesState() const in modifiesState() function in glslang::TIntermOperator
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlimits.cpp86 if (node->modifiesState() && node->getLeft()->getAsSymbolNode() && in visitBinary()
98 if (node->modifiesState() && node->getOperand()->getAsSymbolNode() && in visitUnary()
DIntermediate.cpp3156 bool TIntermOperator::modifiesState() const in modifiesState() function in glslang::TIntermOperator
/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp453 if (!withinLoopBody() || !node->modifiesState()) in validateOperation()
Dintermediate.h464 bool modifiesState() const;
DIntermediate.cpp805 bool TIntermOperator::modifiesState() const in modifiesState() function in TIntermOperator
1137 if(!right->isScalar() && (modifiesState() || op == EOpBitShiftLeft || op == EOpBitShiftRight)) in promote()
DOutputASM.cpp4034 loopUnrollable = !(node->modifiesState() && symbol && (symbol->getId() == loopIndexId)); in visitBinary()
4048 loopUnrollable = !(node->modifiesState() && symbol && (symbol->getId() == loopIndexId)); in visitUnary()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1366 bool modifiesState() const;
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1360 bool modifiesState() const;