Home
last modified time | relevance | path

Searched refs:EOpSub (Results 1 – 25 of 51) sorted by relevance

123

/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslOpMap.cpp69 case EHTokDash: return EOpSub; in binary()
160 case EOpSub: in precedenceLevel()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslOpMap.cpp69 case EHTokDash: return EOpSub; in binary()
160 case EOpSub: in precedenceLevel()
/external/angle/src/compiler/translator/
DOperator.cpp43 case EOpSub: in GetOperatorString()
DBuiltinsWorkaroundGLSL.cpp59 new TIntermBinary(EOpSub, instanceIndexRef, baseInstanceRef); in visitSymbol()
DTranslatorVulkan.cpp233 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()
Dutil.cpp938 case EOpSub: in IsValidImplicitConversion()
958 case EOpSub: in IsValidImplicitConversion()
DOperator_autogen.h71 EOpSub, enumerator
DOutputTree.cpp189 case EOpSub: in visitBinary()
DTranslatorMetalDirect.cpp292 TIntermBinary *removePivot = new TIntermBinary(EOpSub, rotatedXY, pivot); in RotateAndFlipBuiltinVariable()
DOutputGLSLBase.cpp633 case EOpSub: in visitBinary()
/external/angle/src/compiler/translator/tree_ops/gl/mac/
DRewriteUnaryMinusOperatorFloat.cpp81 TIntermBinary *sub = new TIntermBinary(EOpSub, zero, fValue); in visitUnary()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
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()
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 …]
DpropagateNoContraction.cpp167 case glslang::EOpSub: in isArithmeticOperation()
/external/deqp-deps/glslang/glslang/MachineIndependent/
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()
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 …]
DpropagateNoContraction.cpp167 case glslang::EOpSub: in isArithmeticOperation()
/external/angle/src/compiler/translator/tree_ops/
DClampIndirectIndices.cpp66 max = new TIntermBinary(EOpSub, max, CreateIndexNode(1)); in visitBinary()
DRewriteAtomicCounters.cpp302 substituteCall = new TIntermBinary(EOpSub, substituteCall, CreateUIntNode(1)); in convertBuiltinFunction()
DEmulatePrecision.cpp521 case EOpSub: in visitBinary()
DRewriteCubeMapSamplersAs2DArray.cpp39 new TIntermBinary(EOpSub, new TIntermBinary(EOpMul, du->deepCopy(), v->deepCopy()), in DerivativeQuotient()
/external/angle/src/compiler/translator/tree_ops/d3d/
DRewriteExpressionsWithShaderStorageBlock.cpp72 case EOpSub: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteUnaddressableReferences.cpp165 op = TOperator::EOpSub; in DecomposeCompoundAssignment()
/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp124 case EOpSub: out << "subtract"; break; in visitBinary()
DIntermediate.cpp221 case EOpSub: return "-"; in getOperatorString()
360 case EOpSub: in addBinaryMath()
1103 case EOpSub: in promote()
1438 case EOpSub: in fold()
Dintermediate.h64 EOpSub, enumerator
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h297 EOpSub, enumerator

123