Home
last modified time | relevance | path

Searched refs:EOpLogicalNot (Results 1 – 25 of 40) sorted by relevance

12

/external/angle/third_party/glslang/src/hlsl/
DhlslOpMap.cpp100 case EHTokBang: return EOpLogicalNot; in preUnary()
/external/deqp-deps/glslang/hlsl/
DhlslOpMap.cpp100 case EHTokBang: return EOpLogicalNot; in preUnary()
/external/angle/src/compiler/translator/tree_ops/
DRewriteDoWhile.cpp99 new TIntermUnary(EOpLogicalNot, loop->getCondition(), nullptr); in visitBlock()
DRewriteElseBlocks.cpp96 new TIntermUnary(EOpLogicalNot, conditionSymbolElse, nullptr); in rewriteIfElse()
DUnfoldShortCircuitToIf.cpp90 new TIntermUnary(EOpLogicalNot, CreateTempSymbolNode(resultVariable), nullptr); in visitBinary()
DEmulatePrecision.cpp647 case EOpLogicalNot: in visitUnary()
/external/angle/src/compiler/translator/
DOperator.h37 EOpLogicalNot, enumerator
DOperator.cpp19 case EOpLogicalNot: in GetOperatorString()
DOutputTree.cpp315 case EOpLogicalNot: in visitUnary()
DOutputGLSLBase.cpp777 case EOpLogicalNot: in visitUnary()
Dglslang.y412 | BANG { $$ = EOpLogicalNot; }
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp361 case EOpLogicalNot: in addUnaryMath()
1101 case EOpLogicalNot: in addConversion()
1650 case EOpLogicalNot: in canImplicitlyPromote()
3044 case EOpLogicalNot: in isSpecializationOperation()
3090 case EOpLogicalNot: in isNonuniformPropagating()
3212 case EOpLogicalNot: in promoteUnary()
DintermOut.cpp243 case EOpLogicalNot: out.debug << "Negate conditional"; break; in visitUnary()
DConstant.cpp546 case EOpLogicalNot: in fold()
Dglslang.y577 case EOpLogicalNot: errorOp[0] = '!'; break;
594 | BANG { $$.loc = $1.loc; $$.op = EOpLogicalNot; }
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp361 case EOpLogicalNot: in addUnaryMath()
1101 case EOpLogicalNot: in addConversion()
1650 case EOpLogicalNot: in canImplicitlyPromote()
3069 case EOpLogicalNot: in isSpecializationOperation()
3115 case EOpLogicalNot: in isNonuniformPropagating()
3237 case EOpLogicalNot: in promoteUnary()
DConstant.cpp546 case EOpLogicalNot: in fold()
DintermOut.cpp243 case EOpLogicalNot: out.debug << "Negate conditional"; break; in visitUnary()
Dglslang.y577 case EOpLogicalNot: errorOp[0] = '!'; break;
594 | BANG { $$.loc = $1.loc; $$.op = EOpLogicalNot; }
/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp250 case EOpLogicalNot: return "!"; in getOperatorString()
487 case EOpLogicalNot: in addUnaryMath()
888 case EOpLogicalNot: in promote()
1795 …case EOpLogicalNot: // this code is written for possible future use, will not get executed current… in fold()
DintermOut.cpp168 case EOpLogicalNot: out << "Negate conditional"; break; in visitUnary()
Dintermediate.h50 EOpLogicalNot, enumerator
Dglslang.y417 | BANG { $$.op = EOpLogicalNot; }
/external/angle/third_party/glslang/src/glslang/Include/
Dintermediate.h80 EOpLogicalNot, enumerator
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h80 EOpLogicalNot, enumerator

12