/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslOpMap.cpp | 69 case EHTokDash: return EOpSub; in binary() 160 case EOpSub: in precedenceLevel()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslOpMap.cpp | 69 case EHTokDash: return EOpSub; in binary() 160 case EOpSub: in precedenceLevel()
|
/external/angle/src/compiler/translator/ |
D | Operator.cpp | 43 case EOpSub: in GetOperatorString()
|
D | BuiltinsWorkaroundGLSL.cpp | 59 new TIntermBinary(EOpSub, instanceIndexRef, baseInstanceRef); in visitSymbol()
|
D | TranslatorVulkan.cpp | 233 TIntermBinary *removePivot = new TIntermBinary(EOpSub, rotatedXY, pivot); in RotateAndFlipBuiltinVariable() 349 EOpSub, CreateTempSymbolNode(clampedWindowCoords), viewportXY->deepCopy()); in AddBresenhamEmulationVS() 353 TIntermBinary *clampedNDC = new TIntermBinary(EOpSub, clampedDivided, CreateFloatNode(1.0f)); in AddBresenhamEmulationVS() 708 TIntermBinary *fp = new TIntermBinary(EOpSub, new TIntermSymbol(f_), new TIntermSymbol(p_)); in AddBresenhamEmulationFS() 710 TIntermBinary *pf = new TIntermBinary(EOpSub, new TIntermSymbol(p), new TIntermSymbol(f)); in AddBresenhamEmulationFS()
|
D | util.cpp | 938 case EOpSub: in IsValidImplicitConversion() 958 case EOpSub: in IsValidImplicitConversion()
|
D | Operator_autogen.h | 71 EOpSub, enumerator
|
D | OutputTree.cpp | 189 case EOpSub: in visitBinary()
|
D | TranslatorMetalDirect.cpp | 292 TIntermBinary *removePivot = new TIntermBinary(EOpSub, rotatedXY, pivot); in RotateAndFlipBuiltinVariable()
|
D | OutputGLSLBase.cpp | 633 case EOpSub: in visitBinary()
|
/external/angle/src/compiler/translator/tree_ops/gl/mac/ |
D | RewriteUnaryMinusOperatorFloat.cpp | 81 TIntermBinary *sub = new TIntermBinary(EOpSub, zero, fValue); in visitUnary()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
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() 927 case EOpSub: in addPairConversion() 1292 case EOpSub: in addBiShapeConversion() 3062 case EOpSub: in isSpecializationOperation() 3108 case EOpSub: in isNonuniformPropagating() 3352 case EOpSub: in promoteBinary() 3448 case EOpSub: in promoteBinary() [all …]
|
D | propagateNoContraction.cpp | 167 case glslang::EOpSub: in isArithmeticOperation()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
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() 927 case EOpSub: in addPairConversion() 1292 case EOpSub: in addBiShapeConversion() 3062 case EOpSub: in isSpecializationOperation() 3108 case EOpSub: in isNonuniformPropagating() 3352 case EOpSub: in promoteBinary() 3448 case EOpSub: in promoteBinary() [all …]
|
D | propagateNoContraction.cpp | 167 case glslang::EOpSub: in isArithmeticOperation()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | ClampIndirectIndices.cpp | 66 max = new TIntermBinary(EOpSub, max, CreateIndexNode(1)); in visitBinary()
|
D | RewriteAtomicCounters.cpp | 302 substituteCall = new TIntermBinary(EOpSub, substituteCall, CreateUIntNode(1)); in convertBuiltinFunction()
|
D | EmulatePrecision.cpp | 521 case EOpSub: in visitBinary()
|
D | RewriteCubeMapSamplersAs2DArray.cpp | 39 new TIntermBinary(EOpSub, new TIntermBinary(EOpMul, du->deepCopy(), v->deepCopy()), in DerivativeQuotient()
|
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | RewriteExpressionsWithShaderStorageBlock.cpp | 72 case EOpSub: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | RewriteUnaddressableReferences.cpp | 165 op = TOperator::EOpSub; in DecomposeCompoundAssignment()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 124 case EOpSub: out << "subtract"; break; in visitBinary()
|
D | Intermediate.cpp | 221 case EOpSub: return "-"; in getOperatorString() 360 case EOpSub: in addBinaryMath() 1103 case EOpSub: in promote() 1438 case EOpSub: in fold()
|
D | intermediate.h | 64 EOpSub, enumerator
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 297 EOpSub, enumerator
|