Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslOpMap.cpp100 case EHTokBang: return EOpLogicalNot; in preUnary()
DhlslParseHelper.cpp5155 TIntermTyped* notnan = handleUnaryMath(loc, "!", EOpLogicalNot, isnan); in decomposeIntrinsic()
5161 TIntermTyped* notinf = handleUnaryMath(loc, "!", EOpLogicalNot, isinf); in decomposeIntrinsic()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp285 case EOpLogicalNot: in addUnaryMath()
946 case EOpLogicalNot: in addConversion()
1484 case EOpLogicalNot: in canImplicitlyPromote()
2875 case EOpLogicalNot: in isSpecializationOperation()
2921 case EOpLogicalNot: in isNonuniformPropagating()
3043 case EOpLogicalNot: in promoteUnary()
DintermOut.cpp232 case EOpLogicalNot: out.debug << "Negate conditional"; break; in visitUnary()
DConstant.cpp544 case EOpLogicalNot: in fold()
Dglslang.y506 case EOpLogicalNot: errorOp[0] = '!'; break;
523 | BANG { $$.loc = $1.loc; $$.op = EOpLogicalNot; }
Dglslang_tab.cpp4498 case EOpLogicalNot: errorOp[0] = '!'; break; in yyparse()
4526 { (yyval.interm).loc = (yyvsp[0].lex).loc; (yyval.interm).op = EOpLogicalNot; } in yyparse()
/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp250 case EOpLogicalNot: return "!"; in getOperatorString()
489 case EOpLogicalNot: in addUnaryMath()
890 case EOpLogicalNot: in promote()
1797 …case EOpLogicalNot: // this code is written for possible future use, will not get executed current… in fold()
DintermOut.cpp168 case EOpLogicalNot: out << "Negate conditional"; break; in visitUnary()
Dintermediate.h50 EOpLogicalNot, enumerator
Dglslang.y417 | BANG { $$.op = EOpLogicalNot; }
Dglslang_tab.cpp2685 { (yyval.interm).op = EOpLogicalNot; } in yyparse()
DParseHelper.cpp3073 case EOpLogicalNot: in createUnaryMath()
DOutputASM.cpp1094 case EOpLogicalNot: if(visit == PostVisit) emit(sw::Shader::OPCODE_NOT, result, arg); break; in visitUnary()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h79 EOpLogicalNot, enumerator
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5069 case glslang::EOpLogicalNot:
7656 case glslang::EOpLogicalNot: