/third_party/glslang/glslang/HLSL/ |
H A D | hlslOpMap.cpp | 69 case EHTokDash: return EOpSub; in binary() 160 case EOpSub: in precedenceLevel()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Operator.cpp | 43 case EOpSub: in GetOperatorString()
|
H A D | BuiltinsWorkaroundGLSL.cpp | 58 new TIntermBinary(EOpSub, instanceIndexRef, baseInstanceRef); in visitSymbol()
|
H A D | TranslatorVulkan.cpp | 233 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 D | util.cpp | 938 case EOpSub: in IsValidImplicitConversion() 958 case EOpSub: in IsValidImplicitConversion()
|
H A D | Operator_autogen.h | 73 EOpSub,
|
H A D | OutputTree.cpp | 189 case EOpSub: in visitBinary()
|
H A D | OutputGLSLBase.cpp | 660 case EOpSub: in visitBinary()
|
H A D | TranslatorMetalDirect.cpp | 262 TIntermBinary *removePivot = new TIntermBinary(EOpSub, rotatedXY, pivot); in RotateAndFlipBuiltinVariable()
|
H A D | glslang.y | 446 $$ = context->addBinaryMath(EOpSub, $1, $3, @2);
|
H A D | IntermNode.cpp | 1900 case EOpSub: in promote() 2407 case EOpSub: in FoldBinary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | RewriteUnaryMinusOperatorFloat.cpp | 81 TIntermBinary *sub = new TIntermBinary(EOpSub, zero, fValue); in visitUnary()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | ClampIndirectIndices.cpp | 66 max = new TIntermBinary(EOpSub, max, CreateIndexNode(1));
|
H A D | RewriteAtomicCounters.cpp | 304 substituteCall = new TIntermBinary(EOpSub, substituteCall, CreateUIntNode(1)); in convertBuiltinFunction()
|
H A D | RewriteCubeMapSamplersAs2DArray.cpp | 39 new TIntermBinary(EOpSub, new TIntermBinary(EOpMul, du->deepCopy(), v->deepCopy()), in DerivativeQuotient()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Intermediate.cpp | 123 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 D | propagateNoContraction.cpp | 165 case glslang::EOpSub: in isArithmeticOperation()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | RewriteUnaddressableReferences.cpp | 165 op = TOperator::EOpSub; in DecomposeCompoundAssignment()
|
H A D | ProgramPrelude.cpp | 3600 case TOperator::EOpSub: in visitOperator()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RewriteExpressionsWithShaderStorageBlock.cpp | 72 case EOpSub: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Intermediate.cpp | 221 case EOpSub: return "-"; in getOperatorString() 360 case EOpSub: in addBinaryMath() 1103 case EOpSub: in promote() 1438 case EOpSub: in fold()
|
H A D | intermOut.cpp | 124 case EOpSub: out << "subtract"; break; in visitBinary()
|
H A D | intermediate.h | 64 EOpSub, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | FindPreciseNodes.cpp | 331 case EOpSub: in IsArithmeticOp()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 293 EOpSub, enumerator
|