/third_party/glslang/glslang/HLSL/ |
D | hlslOpMap.cpp | 86 case EHTokAndOp: return EOpLogicalAnd; in binary() 135 case EOpLogicalAnd: in precedenceLevel()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | AddAndTrueToLoopCondition.cpp | 43 TIntermBinary *andOp = new TIntermBinary(EOpLogicalAnd, loop->getCondition(), trueValue); in visitLoop()
|
D | UnfoldShortCircuitAST.cpp | 52 case EOpLogicalAnd: in visitBinary()
|
D | UnfoldShortCircuitToIf.cpp | 99 case EOpLogicalAnd: in visitBinary()
|
D | RewriteExpressionsWithShaderStorageBlock.cpp | 94 case EOpLogicalAnd: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
D | AddAndTrueToLoopCondition.cpp | 44 TIntermBinary *andOp = new TIntermBinary(EOpLogicalAnd, loop->getCondition(), trueValue); in visitLoop()
|
D | UnfoldShortCircuitAST.cpp | 52 case EOpLogicalAnd: in visitBinary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Operator.cpp | 80 case EOpLogicalAnd: in GetOperatorString()
|
D | Operator_autogen.h | 95 EOpLogicalAnd, enumerator
|
D | OutputTree.cpp | 258 case EOpLogicalAnd: in visitBinary()
|
D | OutputGLSLBase.cpp | 722 case EOpLogicalAnd: in visitBinary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | SeparateCompoundExpressions.cpp | 117 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()
|
D | ToposortStructs.cpp | 197 outNode = new TIntermBinary(TOperator::EOpLogicalAnd, andNode, outNode); in CreateStructEqualityFunction()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Operator.h | 82 EOpLogicalAnd, enumerator
|
D | Operator.cpp | 88 case EOpLogicalAnd: in GetOperatorString()
|
D | OutputTree.cpp | 257 case EOpLogicalAnd: in visitBinary()
|
D | TranslatorVulkan.cpp | 604 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddLineSegmentRasterizationEmulation()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | IntermNodePatternMatcher.cpp | 76 (node->getOp() == EOpLogicalOr || node->getOp() == EOpLogicalAnd)) in matchInternal()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | IntermNodePatternMatcher.cpp | 82 (node->getOp() == EOpLogicalOr || node->getOp() == EOpLogicalAnd)) in matchInternal()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | UnfoldShortCircuitToIf.cpp | 99 case EOpLogicalAnd: in visitBinary()
|
D | RewriteExpressionsWithShaderStorageBlock.cpp | 94 case EOpLogicalAnd: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 952 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/ |
D | Intermediate.cpp | 241 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()
|
D | intermOut.cpp | 148 case EOpLogicalAnd: out << "logical-and"; break; in visitBinary()
|
D | intermediate.h | 89 EOpLogicalAnd, enumerator
|