Searched refs:EOpLogicalAnd (Results 1 – 16 of 16) sorted by relevance
/external/deqp-deps/glslang/hlsl/ |
D | hlslOpMap.cpp | 86 case EHTokAndOp: return EOpLogicalAnd; in binary() 135 case EOpLogicalAnd: in precedenceLevel()
|
D | hlslParseHelper.cpp | 5164 TIntermTyped* andNode = handleBinaryMath(loc, "and", EOpLogicalAnd, notnan, notinf); in decomposeIntrinsic()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 796 case EOpLogicalAnd: in addConversion() 1163 case EOpLogicalAnd: in addBiShapeConversion() 1485 case EOpLogicalAnd: in canImplicitlyPromote() 2892 case EOpLogicalAnd: in isSpecializationOperation() 2948 case EOpLogicalAnd: in isNonuniformPropagating() 3215 case EOpLogicalAnd: in promoteBinary() 3284 case EOpLogicalAnd: in promoteBinary()
|
D | Constant.cpp | 339 …case EOpLogicalAnd: // this code is written for possible future use, will not get executed current… in fold()
|
D | intermOut.cpp | 211 case EOpLogicalAnd: out.debug << "logical-and"; break; in visitBinary()
|
D | glslang.y | 656 $$ = parseContext.handleBinaryMath($2.loc, "&&", EOpLogicalAnd, $1, $3);
|
D | glslang_tab.cpp | 4766 …TypedNode) = parseContext.handleBinaryMath((yyvsp[-1].lex).loc, "&&", EOpLogicalAnd, (yyvsp[-2].in… in yyparse()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Intermediate.cpp | 241 case EOpLogicalAnd: return "&&"; in getOperatorString() 349 case EOpLogicalAnd: in addBinaryMath() 995 case EOpLogicalAnd: in promote() 1639 …case EOpLogicalAnd: // this code is written for possible future use, will not get executed current… in fold()
|
D | intermOut.cpp | 148 case EOpLogicalAnd: out << "logical-and"; break; in visitBinary()
|
D | intermediate.h | 89 EOpLogicalAnd, enumerator
|
D | glslang.y | 517 $$ = context->addBinaryMathBooleanResult(EOpLogicalAnd, $1, $3, @2);
|
D | glslang_tab.cpp | 2892 …(yyval.interm.intermTypedNode) = context->addBinaryMathBooleanResult(EOpLogicalAnd, (yyvsp[-2].int… in yyparse()
|
D | ParseHelper.cpp | 3414 case EOpLogicalAnd: in addBinaryMathInternal()
|
D | OutputASM.cpp | 968 case EOpLogicalAnd: in visitBinary()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 307 EOpLogicalAnd, enumerator
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 1792 case glslang::EOpLogicalAnd: in visitBinary() 4812 case glslang::EOpLogicalAnd:
|