Home
last modified time | relevance | path

Searched refs:EOpArrayLength (Results 1 – 25 of 33) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveArrayLengthMethod.cpp51 if (node->getOp() == EOpArrayLength && !node->getOperand()->getType().isUnsizedArray()) in visitUnary()
DRewriteExpressionsWithShaderStorageBlock.cpp348 if (node->getOp() == EOpArrayLength) in visitUnary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.cpp38 case EOpArrayLength: in GetOperatorString()
DOperator_autogen.h66 EOpArrayLength, enumerator
DOutputTree.cpp337 case EOpArrayLength: in visitUnary()
DIntermNode.cpp1357 if (mOp == EOpArrayLength) in promote()
1447 case EOpArrayLength: in derivePrecision()
1487 case EOpArrayLength: in propagatePrecision()
2262 if (mOp == EOpArrayLength) in fold()
DOutputGLSLBase.cpp766 case EOpArrayLength: in visitUnary()
DOutputHLSL.cpp2050 case EOpArrayLength: in visitUnary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveArrayLengthMethod.cpp53 if (node->getOp() == EOpArrayLength && !node->getOperand()->getType().isUnsizedArray()) in visitUnary()
DClampIndirectIndices.cpp65 max = new TIntermUnary(EOpArrayLength, node->getLeft(), nullptr); in visitBinary()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.h45 EOpArrayLength, enumerator
DOperator.cpp33 case EOpArrayLength: in GetOperatorString()
DOutputTree.cpp334 case EOpArrayLength: in visitUnary()
DOutputGLSLBase.cpp755 case EOpArrayLength: in visitUnary()
DIntermNode.cpp1207 if (mOp == EOpArrayLength) in promote()
1911 if (mOp == EOpArrayLength) in fold()
DOutputHLSL.cpp1979 case EOpArrayLength: in visitUnary()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp88 if (node->getOp() == EOpArrayLength) in match()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp94 if (node->getOp() == EOpArrayLength) in match()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteExpressionsWithShaderStorageBlock.cpp348 if (node->getOp() == EOpArrayLength) in visitUnary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp967 if (requiresTransformation && accessorAsUnary && accessorAsUnary->getOp() == EOpArrayLength) in transformExpression()
984 baseExpression = new TIntermUnary(EOpArrayLength, baseExpression, nullptr); in transformExpression()
/third_party/glslang/glslang/Include/
Dintermediate.h784 EOpArrayLength, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3811 case TOperator::EOpArrayLength: in visitOperator()
DEmitMetal.cpp657 case TOperator::EOpArrayLength: in GetOperatorString()
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp546 case EOpArrayLength: out.debug << "array length"; break; in visitUnary()
DParseHelper.cpp1134 if (function->getBuiltInOp() == EOpArrayLength) in handleFunctionCall()
1542 … return intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, intermNode, TType(EbtInt)); in handleLengthMethod()
1559 … return intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, intermNode, TType(EbtInt)); in handleLengthMethod()
3812 expr->getAsUnaryNode()->getOp() == glslang::EOpArrayLength && in arraySizeCheck()

12