Home
last modified time | relevance | path

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

12

/external/angle/src/compiler/translator/
DOperator.cpp20 case EOpNegative: in GetOperatorString()
DOperator_autogen.h54 EOpNegative, enumerator
DOutputTree.cpp311 case EOpNegative: in visitUnary()
DOutputGLSLBase.cpp712 case EOpNegative: in visitUnary()
Dglslang.y417 | DASH { $$ = EOpNegative; }
/external/angle/src/compiler/translator/tree_ops/gl/mac/
DRewriteUnaryMinusOperatorFloat.cpp66 if (node->getOp() != EOpNegative) in visitUnary()
/external/angle/src/compiler/translator/tree_ops/d3d/
DRewriteUnaryMinusOperatorInt.cpp67 if (node->getOp() != EOpNegative) in visitUnary()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslOpMap.cpp99 case EHTokDash: return EOpNegative; in preUnary()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslOpMap.cpp99 case EHTokDash: return EOpNegative; in preUnary()
/external/angle/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()
DEmulatePrecision.cpp646 case EOpNegative: in visitUnary()
/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp166 case EOpNegative: out << "Negate value"; break; in visitUnary()
DIntermediate.cpp248 case EOpNegative: return "-"; in getOperatorString()
497 case EOpNegative: in addUnaryMath()
896 case EOpNegative: in promote()
1786 case EOpNegative: in fold()
Dintermediate.h49 EOpNegative, enumerator
Dglslang.y416 | DASH { $$.op = EOpNegative; }
/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp164 case glslang::EOpNegative: in isArithmeticOperation()
DIntermediate.cpp376 case EOpNegative: in addUnaryMath()
3056 case EOpNegative: in isSpecializationOperation()
3102 case EOpNegative: in isNonuniformPropagating()
3241 case EOpNegative: in promoteUnary()
DConstant.cpp527 case EOpNegative: in fold()
DintermOut.cpp241 case EOpNegative: out.debug << "Negate value"; break; in visitUnary()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DpropagateNoContraction.cpp164 case glslang::EOpNegative: in isArithmeticOperation()
DIntermediate.cpp376 case EOpNegative: in addUnaryMath()
3056 case EOpNegative: in isSpecializationOperation()
3102 case EOpNegative: in isNonuniformPropagating()
3241 case EOpNegative: in promoteUnary()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h82 EOpNegative, enumerator
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h79 EOpNegative, enumerator
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3645 case TOperator::EOpNegative: in visitOperator()
DEmitMetal.cpp339 case TOperator::EOpNegative: in GetOperatorString()

12