Home
last modified time | relevance | path

Searched refs:EOpCallFunctionInAST (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DASTMetadataHLSL.cpp105 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
273 if (visit == PreVisit && node->getOp() == EOpCallFunctionInAST) in visitAggregate()
350 case EOpCallFunctionInAST: in visitAggregate()
DCallDAG.cpp129 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DOperator_autogen.h25 EOpCallFunctionInAST, enumerator
DOutputTree.cpp418 case EOpCallFunctionInAST: in visitAggregate()
DValidateAST.cpp324 if (node->getOp() != EOpCallFunctionInAST) in visitFunctionCall()
DOutputGLSLBase.cpp923 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DIntermNode.cpp605 return new TIntermAggregate(&func, func.getReturnType(), EOpCallFunctionInAST, arguments); in CreateFunctionCall()
789 case EOpCallFunctionInAST: in functionName()
1255 case EOpCallFunctionInAST: in isFunctionCall()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DASTMetadataHLSL.cpp121 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
289 if (visit == PreVisit && node->getOp() == EOpCallFunctionInAST) in visitAggregate()
366 case EOpCallFunctionInAST: in visitAggregate()
DOperator.h19 EOpCallFunctionInAST, enumerator
DCallDAG.cpp129 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DOutputTree.cpp398 case EOpCallFunctionInAST: in visitAggregate()
DOutputGLSLBase.cpp957 case EOpCallFunctionInAST: in visitAggregate()
DIntermNode.cpp516 return new TIntermAggregate(&func, func.getReturnType(), EOpCallFunctionInAST, arguments); in CreateFunctionCall()
682 case EOpCallFunctionInAST: in functionName()
1104 case EOpCallFunctionInAST: in isFunctionCall()
DOutputHLSL.cpp2306 case EOpCallFunctionInAST: in visitAggregate()
2313 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DArrayReturnValueToOutParameter.cpp140 if (visit == PreVisit && node->isArray() && node->getOp() == EOpCallFunctionInAST) in visitAggregate()
212 if (rightAgg != nullptr && rightAgg->getOp() == EOpCallFunctionInAST) in visitBinary()
DSeparateExpressionsReturningArrays.cpp95 ASSERT(node->isConstructor() || node->getOp() == EOpCallFunctionInAST); in visitAggregate()
DRewriteAtomicCounters.cpp225 else if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DEmulatePrecision.cpp625 if (op == EOpCallInternalRawFunction || op == EOpCallFunctionInAST || in visitAggregate()
DRewriteStructSamplers.cpp219 ASSERT(node->getOp() == EOpCallFunctionInAST); in visitAggregate()
DRewriteCubeMapSamplersAs2DArray.cpp337 else if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DArrayReturnValueToOutParameter.cpp144 if (visit == PreVisit && node->isArray() && node->getOp() == EOpCallFunctionInAST) in visitAggregate()
215 if (rightAgg != nullptr && rightAgg->getOp() == EOpCallFunctionInAST) in visitBinary()
DSeparateExpressionsReturningArrays.cpp95 ASSERT(node->isConstructor() || node->getOp() == EOpCallFunctionInAST); in visitAggregate()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.cpp29 case EOpCallFunctionInAST: in GetSymbolTableMangledName()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp255 if (node->getOp() != EOpCallFunctionInAST) in visitAggregate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp663 case TOperator::EOpCallFunctionInAST: in GetOperatorString()
1989 case TOperator::EOpCallFunctionInAST: in visitAggregate()

12