Home
last modified time | relevance | path

Searched refs:mOp (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp644 if ((!BuiltInGroup::IsBuiltIn(mOp) && !isFunctionCall()) || BuiltInGroup::IsMath(mOp)) in setPrecisionAndQualifier()
683 switch (mOp) in derivePrecision()
704 if (BuiltInGroup::IsMath(mOp) || mOp == EOpConstruct) in derivePrecision()
715 if (BuiltInGroup::IsImageAtomic(mOp) || BuiltInGroup::IsAtomicCounter(mOp) || in derivePrecision()
716 BuiltInGroup::IsAtomicMemory(mOp)) in derivePrecision()
724 if (BuiltInGroup::IsTexture(mOp) || BuiltInGroup::IsImageLoad(mOp) || in derivePrecision()
725 BuiltInGroup::IsDerivativesFS(mOp) || BuiltInGroup::IsInterpolationFS(mOp) || in derivePrecision()
726 mOp == EOpSubpassLoad) in derivePrecision()
764 switch (mOp) in propagatePrecision()
786 switch (mOp) in functionName()
[all …]
DSymbol.h316 TOperator getBuiltInOp() const { return mOp; } in getBuiltInOp()
353 mOp(op),
375 mOp(op), in TFunction()
391 const TOperator mOp; // Only set for built-ins variable
DIntermNode.h424 TOperator getOp() const { return mOp; } in getOp()
436 TIntermOperator(TOperator op) : TIntermExpression(TType(EbtFloat, EbpUndefined)), mOp(op) {} in TIntermOperator()
437 TIntermOperator(TOperator op, const TType &type) : TIntermExpression(type), mOp(op) {} in TIntermOperator()
441 const TOperator mOp; variable
DSymbol.cpp196 mOp(EOpNull), in TFunction()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp558 if (mOp == EOpCallBuiltInFunction) in setPrecisionAndQualifier()
630 switch (mOp) in setPrecisionForSpecialBuiltInOp()
654 ASSERT(mOp == EOpCallBuiltInFunction); in setBuiltInFunctionPrecision()
678 switch (mOp) in functionName()
685 return GetOperatorString(mOp); in functionName()
1029 TIntermAggregate *copyNode = new TIntermAggregate(mFunction, mType, mOp, copySeq); in shallowCopy()
1076 return IsAssignment(mOp); in isAssignment()
1081 switch (mOp) in isMultiplication()
1097 return (mOp == EOpConstruct); in isConstructor()
1102 switch (mOp) in isFunctionCall()
[all …]
DSymbol.h222 TOperator getBuiltInOp() const { return mOp; } in getBuiltInOp()
254 mOp(op), in TFunction()
269 const TOperator mOp; // Only set for built-ins variable
DIntermNode.h386 TOperator getOp() const { return mOp; } in getOp()
399 TIntermOperator(TOperator op) : TIntermExpression(TType(EbtFloat, EbpUndefined)), mOp(op) {} in TIntermOperator()
400 TIntermOperator(TOperator op, const TType &type) : TIntermExpression(type), mOp(op) {} in TIntermOperator()
404 const TOperator mOp; variable
DSymbol.cpp169 mOp(EOpNull), in TFunction()