/third_party/glslang/glslang/HLSL/ |
H A 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/ |
H A D | Operator.cpp | 76 case EOpLogicalOr: in GetOperatorString()
|
H A D | Operator_autogen.h | 93 EOpLogicalOr,
|
H A D | OutputTree.cpp | 252 case EOpLogicalOr: in visitBinary()
|
H A D | OutputGLSLBase.cpp | 716 case EOpLogicalOr: in visitBinary()
|
H A D | IntermNode.cpp | 1941 case EOpLogicalOr: in promote() 2002 case EOpLogicalOr: in derivePrecision() 2654 case EOpLogicalOr: in FoldBinary()
|
H A D | glslang.y | 529 $$ = context->addBinaryMathBooleanResult(EOpLogicalOr, $1, $3, @2);
|
H A D | OutputSPIRV.cpp | 1964 const spirv::IdRef falseBlock = node->getOp() == EOpLogicalOr ? ifBlock : mergeBlock; in startShortCircuit() 2206 if (op != EOpLogicalAnd && op != EOpLogicalOr) in IsShortCircuitNeeded() 2487 case EOpLogicalOr: in visitOperator()
|
H A D | OutputHLSL.cpp | 1840 case EOpLogicalOr: in visitBinary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | UnfoldShortCircuitAST.cpp | 49 case EOpLogicalOr: in visitBinary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SeparateCompoundExpressions.cpp | 117 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) 372 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) 402 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) 413 if (op == TOperator::EOpLogicalOr)
|
H A D | ProgramPrelude.cpp | 3727 case TOperator::EOpLogicalOr: in visitOperator()
|
H A D | EmitMetal.cpp | 329 case TOperator::EOpLogicalOr: in GetOperatorString()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A 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/ |
H A D | UnfoldShortCircuitToIf.cpp | 71 case EOpLogicalOr: in visitBinary()
|
H A D | RewriteExpressionsWithShaderStorageBlock.cpp | 92 case EOpLogicalOr: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Intermediate.cpp | 940 case EOpLogicalOr: in addPairConversion() 1306 case EOpLogicalOr: in addBiShapeConversion() 1627 case EOpLogicalOr: in canImplicitlyPromote() 3106 case EOpLogicalOr: in isSpecializationOperation() 3162 case EOpLogicalOr: in isNonuniformPropagating() 3441 case EOpLogicalOr: in promoteBinary() 3510 case EOpLogicalOr: in promoteBinary()
|
H A D | intermOut.cpp | 180 case EOpLogicalOr: out.debug << "logical-or"; break; in visitBinary()
|
H A D | Constant.cpp | 313 case EOpLogicalOr: // this code is written for possible future use, will not get executed currently in fold()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A 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()
|
H A D | intermOut.cpp | 146 case EOpLogicalOr: out << "logical-or"; break; in visitBinary()
|
H A D | intermediate.h | 87 EOpLogicalOr, enumerator
|
H A D | glslang.y | 531 $$ = context->addBinaryMathBooleanResult(EOpLogicalOr, $1, $3, @2);
|
H A D | ParseHelper.cpp | 3412 case EOpLogicalOr: in addBinaryMathInternal()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 317 EOpLogicalOr, enumerator
|