Home
last modified time | relevance | path

Searched refs:EOpLogicalAnd (Results 1 – 16 of 16) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslOpMap.cpp86 case EHTokAndOp: return EOpLogicalAnd; in binary()
135 case EOpLogicalAnd: in precedenceLevel()
DhlslParseHelper.cpp5164 TIntermTyped* andNode = handleBinaryMath(loc, "and", EOpLogicalAnd, notnan, notinf); in decomposeIntrinsic()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp796 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()
DConstant.cpp339 …case EOpLogicalAnd: // this code is written for possible future use, will not get executed current… in fold()
DintermOut.cpp211 case EOpLogicalAnd: out.debug << "logical-and"; break; in visitBinary()
Dglslang.y656 $$ = parseContext.handleBinaryMath($2.loc, "&&", EOpLogicalAnd, $1, $3);
Dglslang_tab.cpp4766 …TypedNode) = parseContext.handleBinaryMath((yyvsp[-1].lex).loc, "&&", EOpLogicalAnd, (yyvsp[-2].in… in yyparse()
/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp241 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()
DintermOut.cpp148 case EOpLogicalAnd: out << "logical-and"; break; in visitBinary()
Dintermediate.h89 EOpLogicalAnd, enumerator
Dglslang.y517 $$ = context->addBinaryMathBooleanResult(EOpLogicalAnd, $1, $3, @2);
Dglslang_tab.cpp2892 …(yyval.interm.intermTypedNode) = context->addBinaryMathBooleanResult(EOpLogicalAnd, (yyvsp[-2].int… in yyparse()
DParseHelper.cpp3414 case EOpLogicalAnd: in addBinaryMathInternal()
DOutputASM.cpp968 case EOpLogicalAnd: in visitBinary()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h307 EOpLogicalAnd, enumerator
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1792 case glslang::EOpLogicalAnd: in visitBinary()
4812 case glslang::EOpLogicalAnd: