Home
last modified time | relevance | path

Searched refs:EOpSub (Results 1 - 25 of 36) sorted by relevance

12

/third_party/glslang/glslang/HLSL/
H A DhlslOpMap.cpp69 case EHTokDash: return EOpSub; in binary()
160 case EOpSub: in precedenceLevel()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator.cpp43 case EOpSub: in GetOperatorString()
H A DBuiltinsWorkaroundGLSL.cpp58 new TIntermBinary(EOpSub, instanceIndexRef, baseInstanceRef); in visitSymbol()
H A DTranslatorVulkan.cpp233 TIntermBinary *removePivot = new TIntermBinary(EOpSub, rotatedXY, pivot); in RotateAndFlipBuiltinVariable()
380 EOpSub, CreateTempSymbolNode(clampedWindowCoords), viewportXY->deepCopy()); in AddBresenhamEmulationVS()
385 new TIntermBinary(EOpSub, clampedDivided, CreateFloatNode(1.0f, EbpMedium)); in AddBresenhamEmulationVS()
742 TIntermBinary *fp = new TIntermBinary(EOpSub, new TIntermSymbol(f_), new TIntermSymbol(p_)); in AddBresenhamEmulationFS()
744 TIntermBinary *pf = new TIntermBinary(EOpSub, new TIntermSymbol(p), new TIntermSymbol(f)); in AddBresenhamEmulationFS()
H A Dutil.cpp938 case EOpSub: in IsValidImplicitConversion()
958 case EOpSub: in IsValidImplicitConversion()
H A DOperator_autogen.h73 EOpSub,
H A DOutputTree.cpp189 case EOpSub: in visitBinary()
H A DOutputGLSLBase.cpp660 case EOpSub: in visitBinary()
H A DTranslatorMetalDirect.cpp262 TIntermBinary *removePivot = new TIntermBinary(EOpSub, rotatedXY, pivot); in RotateAndFlipBuiltinVariable()
H A Dglslang.y446 $$ = context->addBinaryMath(EOpSub, $1, $3, @2);
H A DIntermNode.cpp1900 case EOpSub: in promote()
2407 case EOpSub: in FoldBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteUnaryMinusOperatorFloat.cpp81 TIntermBinary *sub = new TIntermBinary(EOpSub, zero, fValue); in visitUnary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DClampIndirectIndices.cpp66 max = new TIntermBinary(EOpSub, max, CreateIndexNode(1));
H A DRewriteAtomicCounters.cpp304 substituteCall = new TIntermBinary(EOpSub, substituteCall, CreateUIntNode(1)); in convertBuiltinFunction()
H A DRewriteCubeMapSamplersAs2DArray.cpp39 new TIntermBinary(EOpSub, new TIntermBinary(EOpMul, du->deepCopy(), v->deepCopy()), in DerivativeQuotient()
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp123 if (op == EOpAdd || op == EOpSub) { in addBinaryMath()
159 if (op == EOpSub && left->isReference() && right->isReference()) { in addBinaryMath()
169 left = addBinaryMath(EOpSub, left, right, loc); in addBinaryMath()
298 TIntermTyped* node = addBinaryMath(op == EOpAddAssign ? EOpAdd : EOpSub, left, right, loc); in addAssign()
914 case EOpSub: in addPairConversion()
1281 case EOpSub: in addBiShapeConversion()
3096 case EOpSub: in isSpecializationOperation()
3142 case EOpSub: in isNonuniformPropagating()
3386 case EOpSub: in promoteBinary()
3482 case EOpSub in promoteBinary()
[all...]
H A DpropagateNoContraction.cpp165 case glslang::EOpSub: in isArithmeticOperation()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteUnaddressableReferences.cpp165 op = TOperator::EOpSub; in DecomposeCompoundAssignment()
H A DProgramPrelude.cpp3600 case TOperator::EOpSub: in visitOperator()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRewriteExpressionsWithShaderStorageBlock.cpp72 case EOpSub: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp221 case EOpSub: return "-"; in getOperatorString()
360 case EOpSub: in addBinaryMath()
1103 case EOpSub: in promote()
1438 case EOpSub: in fold()
H A DintermOut.cpp124 case EOpSub: out << "subtract"; break; in visitBinary()
H A Dintermediate.h64 EOpSub, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp331 case EOpSub: in IsArithmeticOp()
/third_party/glslang/glslang/Include/
H A Dintermediate.h293 EOpSub, enumerator

Completed in 40 milliseconds

12