/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/glsl/apple/ |
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 | 95 EOpLogicalAnd, enumerator
|
D | OutputTree.cpp | 258 case EOpLogicalAnd: in visitBinary()
|
D | ValidateAST.cpp | 184 case EOpLogicalAnd: in IsBinaryOp()
|
D | IntermNode.cpp | 1948 case EOpLogicalAnd: in promote() 2018 case EOpLogicalAnd: in derivePrecision() 2662 case EOpLogicalAnd: in FoldBinary()
|
D | glslang.y | 517 $$ = context->addBinaryMathBooleanResult(EOpLogicalAnd, $1, $3, @2);
|
/external/angle/src/compiler/translator/tree_ops/msl/ |
D | SeparateCompoundExpressions.cpp | 141 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) in visitBinaryPre() 396 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) in visitBinaryPre() 426 if (op == TOperator::EOpLogicalAnd || op == TOperator::EOpLogicalOr) in visitBinaryPost()
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNodePatternMatcher.cpp | 55 (node->getOp() == EOpLogicalOr || node->getOp() == EOpLogicalAnd)) in matchInternal()
|
/external/angle/src/compiler/translator/tree_ops/hlsl/ |
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 | 961 case EOpLogicalAnd: in addPairConversion() 1332 case EOpLogicalAnd: in addBiShapeConversion() 1663 case EOpLogicalAnd: in canImplicitlyPromote() 3099 case EOpLogicalAnd: in isSpecializationOperation() 3155 case EOpLogicalAnd: in isNonuniformPropagating() 3431 case EOpLogicalAnd: in promoteBinary() 3500 case EOpLogicalAnd: in promoteBinary()
|
D | Constant.cpp | 312 …case EOpLogicalAnd: // this code is written for possible future use, will not get executed current… in fold()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 961 case EOpLogicalAnd: in addPairConversion() 1325 case EOpLogicalAnd: in addBiShapeConversion() 1656 case EOpLogicalAnd: in canImplicitlyPromote() 3089 case EOpLogicalAnd: in isSpecializationOperation() 3145 case EOpLogicalAnd: in isNonuniformPropagating() 3421 case EOpLogicalAnd: in promoteBinary() 3490 case EOpLogicalAnd: in promoteBinary()
|
D | Constant.cpp | 312 …case EOpLogicalAnd: // this code is written for possible future use, will not get executed current… in fold()
|
D | intermOut.cpp | 184 case EOpLogicalAnd: out.debug << "logical-and"; break; in visitBinary()
|
/external/angle/src/compiler/translator/msl/ |
D | ToposortStructs.cpp | 219 outNode = new TIntermBinary(TOperator::EOpLogicalAnd, andNode, outNode); in CreateStructEqualityFunction()
|
D | ProgramPrelude.cpp | 3941 case TOperator::EOpLogicalAnd: in visitOperator()
|
/external/angle/src/compiler/translator/glsl/ |
D | OutputGLSLBase.cpp | 765 case EOpLogicalAnd: in visitBinary()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 326 EOpLogicalAnd, enumerator
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 326 EOpLogicalAnd, enumerator
|
/external/angle/src/compiler/translator/spirv/ |
D | OutputSPIRV.cpp | 2016 const spirv::IdRef trueBlock = node->getOp() == EOpLogicalAnd ? ifBlock : mergeBlock; in startShortCircuit() 2252 if (op != EOpLogicalAnd && op != EOpLogicalOr) in IsShortCircuitNeeded() 2542 case EOpLogicalAnd: in visitOperator()
|