Home
last modified time | relevance | path

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

12

/external/angle/src/compiler/translator/
DOperator.cpp24 case EOpLogicalNot: in GetOperatorString()
DOperator_autogen.h56 EOpLogicalNot, enumerator
DOutputTree.cpp317 case EOpLogicalNot: in visitUnary()
DOutputGLSLBase.cpp718 case EOpLogicalNot: in visitUnary()
Dglslang.y418 | BANG { $$ = EOpLogicalNot; }
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslOpMap.cpp100 case EHTokBang: return EOpLogicalNot; in preUnary()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslOpMap.cpp100 case EHTokBang: return EOpLogicalNot; in preUnary()
/external/angle/src/compiler/translator/tree_ops/gl/mac/
DRewriteDoWhile.cpp99 new TIntermUnary(EOpLogicalNot, loop->getCondition(), nullptr); in visitBlock()
/external/angle/src/compiler/translator/tree_ops/d3d/
DRewriteElseBlocks.cpp96 new TIntermUnary(EOpLogicalNot, conditionSymbolElse, nullptr); in rewriteIfElse()
DUnfoldShortCircuitToIf.cpp90 new TIntermUnary(EOpLogicalNot, CreateTempSymbolNode(resultVariable), nullptr); in visitBinary()
/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp168 case EOpLogicalNot: out << "Negate conditional"; break; in visitUnary()
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()
Dintermediate.h50 EOpLogicalNot, enumerator
Dglslang.y417 | BANG { $$.op = EOpLogicalNot; }
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp362 case EOpLogicalNot: in addUnaryMath()
1070 case EOpLogicalNot: in addConversion()
1646 case EOpLogicalNot: in canImplicitlyPromote()
3057 case EOpLogicalNot: in isSpecializationOperation()
3103 case EOpLogicalNot: in isNonuniformPropagating()
3225 case EOpLogicalNot: in promoteUnary()
DintermOut.cpp243 case EOpLogicalNot: out.debug << "Negate conditional"; break; in visitUnary()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp362 case EOpLogicalNot: in addUnaryMath()
1070 case EOpLogicalNot: in addConversion()
1646 case EOpLogicalNot: in canImplicitlyPromote()
3057 case EOpLogicalNot: in isSpecializationOperation()
3103 case EOpLogicalNot: in isNonuniformPropagating()
3225 case EOpLogicalNot: in promoteUnary()
DConstant.cpp546 case EOpLogicalNot: in fold()
DintermOut.cpp243 case EOpLogicalNot: out.debug << "Negate conditional"; break; in visitUnary()
/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp647 case EOpLogicalNot: in visitUnary()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp411 cond = new TIntermUnary(TOperator::EOpLogicalNot, cond, nullptr); in visitBinaryPost()
DProgramPrelude.cpp3681 case TOperator::EOpLogicalNot: in visitOperator()
DEmitMetal.cpp347 case TOperator::EOpLogicalNot: in GetOperatorString()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h83 EOpLogicalNot, enumerator
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h80 EOpLogicalNot, enumerator

12