Home
last modified time | relevance | path

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

/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()
DOutputHLSL.cpp2377 case EOpCallFunctionInAST: in visitAggregate()
2389 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DOutputSPIRV.cpp5721 case EOpCallFunctionInAST: in visitAggregate()
DParseContext.cpp6820 ASSERT(functionCall->getOp() == EOpCallFunctionInAST); in checkImageMemoryAccessForUserDefinedFunctions()
/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/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()
DProgramPrelude.cpp3819 case TOperator::EOpCallFunctionInAST: in visitOperator()