Home
last modified time | relevance | path

Searched refs:EOpLogicalOr (Results 1 - 25 of 28) sorted by relevance

12

/third_party/glslang/glslang/HLSL/
H A DhlslOpMap.cpp84 case EHTokOrOp: return EOpLogicalOr; in binary()
131 case EOpLogicalOr: in precedenceLevel()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator.cpp76 case EOpLogicalOr: in GetOperatorString()
H A DOperator_autogen.h93 EOpLogicalOr,
H A DOutputTree.cpp252 case EOpLogicalOr: in visitBinary()
H A DOutputGLSLBase.cpp716 case EOpLogicalOr: in visitBinary()
H A DIntermNode.cpp1941 case EOpLogicalOr: in promote()
2002 case EOpLogicalOr: in derivePrecision()
2654 case EOpLogicalOr: in FoldBinary()
H A Dglslang.y529 $$ = context->addBinaryMathBooleanResult(EOpLogicalOr, $1, $3, @2);
H A DOutputSPIRV.cpp1964 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 DOutputHLSL.cpp1840 case EOpLogicalOr: in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DUnfoldShortCircuitAST.cpp49 case EOpLogicalOr: in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp117 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 DProgramPrelude.cpp3727 case TOperator::EOpLogicalOr: in visitOperator()
H A DEmitMetal.cpp329 case TOperator::EOpLogicalOr: in GetOperatorString()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNodePatternMatcher.cpp82 (node->getOp() == EOpLogicalOr || node->getOp() == EOpLogicalAnd)) in matchInternal()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DUnfoldShortCircuitToIf.cpp71 case EOpLogicalOr: in visitBinary()
H A DRewriteExpressionsWithShaderStorageBlock.cpp92 case EOpLogicalOr: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp940 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 DintermOut.cpp180 case EOpLogicalOr: out.debug << "logical-or"; break; in visitBinary()
H A DConstant.cpp313 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 DIntermediate.cpp239 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 DintermOut.cpp146 case EOpLogicalOr: out << "logical-or"; break; in visitBinary()
H A Dintermediate.h87 EOpLogicalOr, enumerator
H A Dglslang.y531 $$ = context->addBinaryMathBooleanResult(EOpLogicalOr, $1, $3, @2);
H A DParseHelper.cpp3412 case EOpLogicalOr: in addBinaryMathInternal()
/third_party/glslang/glslang/Include/
H A Dintermediate.h317 EOpLogicalOr, enumerator

Completed in 57 milliseconds

12