Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/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.h21 EOpCallFunctionInAST, enumerator
DCallDAG.cpp129 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DOutputTree.cpp407 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()
DOutputGLSLBase.cpp1001 case EOpCallFunctionInAST: in visitAggregate()
DOutputHLSL.cpp2393 case EOpCallFunctionInAST: in visitAggregate()
2400 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DParseContext.cpp6026 ASSERT(functionCall->getOp() == EOpCallFunctionInAST); in checkImageMemoryAccessForUserDefinedFunctions()
/device/generic/vulkan-cereal/third-party/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()
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
Dcompiler_test.cpp29 case EOpCallFunctionInAST: in GetSymbolTableMangledName()