/third_party/glslang/glslang/HLSL/ |
D | hlslOpMap.cpp | 84 case EHTokOrOp: return EOpLogicalOr; in binary() 131 case EOpLogicalOr: in precedenceLevel()
|
/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() 413 if (op == TOperator::EOpLogicalOr) in visitBinaryPost()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | UnfoldShortCircuitAST.cpp | 49 case EOpLogicalOr: in visitBinary()
|
D | UnfoldShortCircuitToIf.cpp | 71 case EOpLogicalOr: in visitBinary()
|
D | RewriteExpressionsWithShaderStorageBlock.cpp | 92 case EOpLogicalOr: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
D | UnfoldShortCircuitAST.cpp | 49 case EOpLogicalOr: in visitBinary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Operator.cpp | 76 case EOpLogicalOr: in GetOperatorString()
|
D | Operator_autogen.h | 93 EOpLogicalOr, enumerator
|
D | OutputTree.cpp | 252 case EOpLogicalOr: in visitBinary()
|
D | OutputGLSLBase.cpp | 716 case EOpLogicalOr: in visitBinary()
|
D | IntermNode.cpp | 1941 case EOpLogicalOr: in promote() 2002 case EOpLogicalOr: in derivePrecision() 2654 case EOpLogicalOr: in FoldBinary()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Operator.h | 80 EOpLogicalOr, enumerator
|
D | Operator.cpp | 84 case EOpLogicalOr: in GetOperatorString()
|
D | OutputTree.cpp | 251 case EOpLogicalOr: in visitBinary()
|
D | OutputGLSLBase.cpp | 705 case EOpLogicalOr: in visitBinary()
|
D | glslang.y | 523 $$ = context->addBinaryMathBooleanResult(EOpLogicalOr, $1, $3, @2);
|
/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 | 71 case EOpLogicalOr: in visitBinary()
|
D | RewriteExpressionsWithShaderStorageBlock.cpp | 92 case EOpLogicalOr: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 953 case EOpLogicalOr: in addPairConversion() 1317 case EOpLogicalOr: in addBiShapeConversion() 1648 case EOpLogicalOr: in canImplicitlyPromote() 3068 case EOpLogicalOr: in isSpecializationOperation() 3124 case EOpLogicalOr: in isNonuniformPropagating() 3403 case EOpLogicalOr: in promoteBinary() 3472 case EOpLogicalOr: in promoteBinary()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Intermediate.cpp | 239 case EOpLogicalOr: return "||"; in getOperatorString() 345 case EOpLogicalOr: in addBinaryMath() 994 case EOpLogicalOr: in promote() 1645 …case EOpLogicalOr: // this code is written for possible future use, will not get executed currently in fold()
|
D | intermOut.cpp | 146 case EOpLogicalOr: out << "logical-or"; break; in visitBinary()
|
D | intermediate.h | 87 EOpLogicalOr, enumerator
|
/third_party/glslang/glslang/Include/ |
D | intermediate.h | 312 EOpLogicalOr, enumerator
|