Home
last modified time | relevance | path

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

/external/angle/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.cpp407 case EOpCallFunctionInAST: in visitAggregate()
DOutputGLSLBase.cpp1001 case EOpCallFunctionInAST: in visitAggregate()
DIntermNode.cpp530 return new TIntermAggregate(&func, func.getReturnType(), EOpCallFunctionInAST, arguments); in CreateFunctionCall()
696 case EOpCallFunctionInAST: in functionName()
1120 case EOpCallFunctionInAST: in isFunctionCall()
DOutputHLSL.cpp2357 case EOpCallFunctionInAST: in visitAggregate()
2364 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DParseContext.cpp5996 ASSERT(functionCall->getOp() == EOpCallFunctionInAST); in checkImageMemoryAccessForUserDefinedFunctions()
/external/angle/src/compiler/translator/tree_ops/
DArrayReturnValueToOutParameter.cpp144 if (visit == PreVisit && node->isArray() && node->getOp() == EOpCallFunctionInAST) in visitAggregate()
216 if (rightAgg != nullptr && rightAgg->getOp() == EOpCallFunctionInAST) in visitBinary()
DSeparateExpressionsReturningArrays.cpp95 ASSERT(node->isConstructor() || node->getOp() == EOpCallFunctionInAST); in visitAggregate()
DRewriteStructSamplers.cpp477 ASSERT(node->getOp() == EOpCallFunctionInAST); in visitAggregate()
1187 ASSERT(node->getOp() == EOpCallFunctionInAST); in visitAggregate()
DRewriteAtomicCounters.cpp225 else if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DEmulatePrecision.cpp626 if (op == EOpCallInternalRawFunction || op == EOpCallFunctionInAST || in visitAggregate()
DRewriteStructSamplersOld.cpp219 ASSERT(node->getOp() == EOpCallFunctionInAST); in visitAggregate()
DRewriteCubeMapSamplersAs2DArray.cpp284 else if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
/external/angle/src/tests/test_utils/
Dcompiler_test.cpp29 case EOpCallFunctionInAST: in GetSymbolTableMangledName()