Home
last modified time | relevance | path

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

/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()
DOutputSPIRV.cpp5061 if (node->getOp() == EOpArrayLength) in visitUnary()
DParseContext.cpp6914 TIntermUnary *node = new TIntermUnary(EOpArrayLength, thisNode, nullptr); in addMethod()
/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/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()
Dglslang.y530 $$.function = new TFunction(&method->getMethodName(), TType(EbtInt), EOpArrayLength);
Dglslang.m4530 $$.function = new TFunction(&method->getMethodName(), TType(EbtInt), EOpArrayLength);
Dglslang_tab.cpp4529 … (yyval.interm).function = new TFunction(&method->getMethodName(), TType(EbtInt), EOpArrayLength); in yyparse()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3607 …TIntermTyped* lengthCall = intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, argArray, in decomposeStructBufferMethods()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2156 if (node->getOp() == glslang::EOpArrayLength) { in visitUnary()