Home
last modified time | relevance | path

Searched refs:EOpNegative (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.cpp20 case EOpNegative: in GetOperatorString()
DOperator_autogen.h56 EOpNegative, enumerator
DOutputTree.cpp311 case EOpNegative: in visitUnary()
DOutputGLSLBase.cpp739 case EOpNegative: in visitUnary()
Dglslang.y417 | DASH { $$ = EOpNegative; }
DOutputHLSL.cpp1869 case EOpNegative: in visitUnary()
Dglslang_tab_autogen.cpp2670 (yyval.interm.op) = EOpNegative; in yyparse()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteUnaryMinusOperatorFloat.cpp66 if (node->getOp() != EOpNegative) in visitUnary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteUnaryMinusOperatorInt.cpp67 if (node->getOp() != EOpNegative) in visitUnary()
/third_party/glslang/glslang/HLSL/
DhlslOpMap.cpp99 case EHTokDash: return EOpNegative; in preUnary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp70 new TIntermUnary(EOpNegative, new TIntermBinary(EOpMul, signX, z->deepCopy()), nullptr); in TransformXMajor()
71 TIntermTyped *vcValue = new TIntermUnary(EOpNegative, y->deepCopy(), nullptr); in TransformXMajor()
177 TIntermTyped *vcValue = new TIntermUnary(EOpNegative, y->deepCopy(), nullptr); in TransformZMajor()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp248 case EOpNegative: return "-"; in getOperatorString()
497 case EOpNegative: in addUnaryMath()
896 case EOpNegative: in promote()
1786 case EOpNegative: in fold()
DintermOut.cpp166 case EOpNegative: out << "Negate value"; break; in visitUnary()
Dintermediate.h49 EOpNegative, enumerator
Dglslang.y416 | DASH { $$.op = EOpNegative; }
DOutputASM.cpp1083 case EOpNegative: in visitUnary()
3049 case EOpNegative: in cost()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindPreciseNodes.cpp323 case EOpNegative: in IsArithmeticOp()
/third_party/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp164 case glslang::EOpNegative: in isArithmeticOperation()
DIntermediate.cpp376 case EOpNegative: in addUnaryMath()
3052 case EOpNegative: in isSpecializationOperation()
3098 case EOpNegative: in isNonuniformPropagating()
3237 case EOpNegative: in promoteUnary()
DintermOut.cpp241 case EOpNegative: out.debug << "Negate value"; break; in visitUnary()
DConstant.cpp527 case EOpNegative: in fold()
Dglslang.y576 case EOpNegative: errorOp[0] = '-'; break;
593 | DASH { $$.loc = $1.loc; $$.op = EOpNegative; }
/third_party/glslang/glslang/Include/
Dintermediate.h79 EOpNegative, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3695 case TOperator::EOpNegative: in visitOperator()
DEmitMetal.cpp336 case TOperator::EOpNegative: in GetOperatorString()

12