Home
last modified time | relevance | path

Searched refs:EOpLogicalAnd (Results 1 – 25 of 52) sorted by relevance

123

/third_party/glslang/glslang/HLSL/
DhlslOpMap.cpp86 case EHTokAndOp: return EOpLogicalAnd; in binary()
135 case EOpLogicalAnd: in precedenceLevel()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DAddAndTrueToLoopCondition.cpp43 TIntermBinary *andOp = new TIntermBinary(EOpLogicalAnd, loop->getCondition(), trueValue); in visitLoop()
DUnfoldShortCircuitAST.cpp52 case EOpLogicalAnd: in visitBinary()
DUnfoldShortCircuitToIf.cpp99 case EOpLogicalAnd: in visitBinary()
DRewriteExpressionsWithShaderStorageBlock.cpp94 case EOpLogicalAnd: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DAddAndTrueToLoopCondition.cpp44 TIntermBinary *andOp = new TIntermBinary(EOpLogicalAnd, loop->getCondition(), trueValue); in visitLoop()
DUnfoldShortCircuitAST.cpp52 case EOpLogicalAnd: in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.cpp80 case EOpLogicalAnd: in GetOperatorString()
DOperator_autogen.h95 EOpLogicalAnd, enumerator
DOutputTree.cpp258 case EOpLogicalAnd: in visitBinary()
DOutputGLSLBase.cpp722 case EOpLogicalAnd: in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp117 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) in visitBinaryPre()
372 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) in visitBinaryPre()
402 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) in visitBinaryPost()
DToposortStructs.cpp197 outNode = new TIntermBinary(TOperator::EOpLogicalAnd, andNode, outNode); in CreateStructEqualityFunction()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.h82 EOpLogicalAnd, enumerator
DOperator.cpp88 case EOpLogicalAnd: in GetOperatorString()
DOutputTree.cpp257 case EOpLogicalAnd: in visitBinary()
DTranslatorVulkan.cpp604 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddLineSegmentRasterizationEmulation()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp76 (node->getOp() == EOpLogicalOr || node->getOp() == EOpLogicalAnd)) in matchInternal()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp82 (node->getOp() == EOpLogicalOr || node->getOp() == EOpLogicalAnd)) in matchInternal()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DUnfoldShortCircuitToIf.cpp99 case EOpLogicalAnd: in visitBinary()
DRewriteExpressionsWithShaderStorageBlock.cpp94 case EOpLogicalAnd: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp952 case EOpLogicalAnd: in addPairConversion()
1316 case EOpLogicalAnd: in addBiShapeConversion()
1647 case EOpLogicalAnd: in canImplicitlyPromote()
3070 case EOpLogicalAnd: in isSpecializationOperation()
3126 case EOpLogicalAnd: in isNonuniformPropagating()
3402 case EOpLogicalAnd: in promoteBinary()
3471 case EOpLogicalAnd: in promoteBinary()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp241 case EOpLogicalAnd: return "&&"; in getOperatorString()
347 case EOpLogicalAnd: in addBinaryMath()
993 case EOpLogicalAnd: in promote()
1637 …case EOpLogicalAnd: // this code is written for possible future use, will not get executed current… in fold()
DintermOut.cpp148 case EOpLogicalAnd: out << "logical-and"; break; in visitBinary()
Dintermediate.h89 EOpLogicalAnd, enumerator

123