/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslOpMap.cpp | 86 case EHTokAndOp: return EOpLogicalAnd; in binary() 135 case EOpLogicalAnd: in precedenceLevel()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslOpMap.cpp | 86 case EHTokAndOp: return EOpLogicalAnd; in binary() 135 case EOpLogicalAnd: in precedenceLevel()
|
/external/angle/src/compiler/translator/tree_ops/gl/mac/ |
D | AddAndTrueToLoopCondition.cpp | 44 TIntermBinary *andOp = new TIntermBinary(EOpLogicalAnd, loop->getCondition(), trueValue); in visitLoop()
|
D | UnfoldShortCircuitAST.cpp | 52 case EOpLogicalAnd: in visitBinary()
|
/external/angle/src/compiler/translator/ |
D | Operator.cpp | 80 case EOpLogicalAnd: in GetOperatorString()
|
D | Operator_autogen.h | 93 EOpLogicalAnd, enumerator
|
D | OutputTree.cpp | 258 case EOpLogicalAnd: in visitBinary()
|
D | OutputGLSLBase.cpp | 695 case EOpLogicalAnd: in visitBinary()
|
D | TranslatorVulkan.cpp | 728 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddBresenhamEmulationFS()
|
D | glslang.y | 515 $$ = context->addBinaryMathBooleanResult(EOpLogicalAnd, $1, $3, @2);
|
D | OutputSPIRV.cpp | 1689 const spirv::IdRef trueBlock = node->getOp() == EOpLogicalAnd ? ifBlock : mergeBlock; in startShortCircuit() 1860 if (op != EOpLogicalAnd && op != EOpLogicalOr) in IsShortCircuitNeeded() 2114 case EOpLogicalAnd: in visitOperator()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | SeparateCompoundExpressions.cpp | 117 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) in visitBinaryPre() 368 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) in visitBinaryPre() 398 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) in visitBinaryPost()
|
D | ToposortStructs.cpp | 197 outNode = new TIntermBinary(TOperator::EOpLogicalAnd, andNode, outNode); in CreateStructEqualityFunction()
|
D | ProgramPrelude.cpp | 3679 case TOperator::EOpLogicalAnd: in visitOperator()
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNodePatternMatcher.cpp | 82 (node->getOp() == EOpLogicalOr || node->getOp() == EOpLogicalAnd)) in matchInternal()
|
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | UnfoldShortCircuitToIf.cpp | 99 case EOpLogicalAnd: in visitBinary()
|
D | RewriteExpressionsWithShaderStorageBlock.cpp | 94 case EOpLogicalAnd: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Intermediate.cpp | 952 case EOpLogicalAnd: in addPairConversion() 1316 case EOpLogicalAnd: in addBiShapeConversion() 1647 case EOpLogicalAnd: in canImplicitlyPromote() 3074 case EOpLogicalAnd: in isSpecializationOperation() 3130 case EOpLogicalAnd: in isNonuniformPropagating() 3406 case EOpLogicalAnd: in promoteBinary() 3475 case EOpLogicalAnd: in promoteBinary()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 952 case EOpLogicalAnd: in addPairConversion() 1316 case EOpLogicalAnd: in addBiShapeConversion() 1647 case EOpLogicalAnd: in canImplicitlyPromote() 3074 case EOpLogicalAnd: in isSpecializationOperation() 3130 case EOpLogicalAnd: in isNonuniformPropagating() 3406 case EOpLogicalAnd: in promoteBinary() 3475 case EOpLogicalAnd: in promoteBinary()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 148 case EOpLogicalAnd: out << "logical-and"; break; in visitBinary()
|
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 | intermediate.h | 89 EOpLogicalAnd, enumerator
|
D | glslang.y | 517 $$ = context->addBinaryMathBooleanResult(EOpLogicalAnd, $1, $3, @2);
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 323 EOpLogicalAnd, enumerator
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 320 EOpLogicalAnd, enumerator
|