Home
last modified time | relevance | path

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

/external/angle/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()
DOutputGLSLBase.cpp890 if (node->getOp() == EOpCallFunctionInAST || in visitAggregate()
DIntermNode.cpp581 return new TIntermAggregate(&func, func.getReturnType(), EOpCallFunctionInAST, arguments); in CreateFunctionCall()
745 case EOpCallFunctionInAST: in functionName()
1197 case EOpCallFunctionInAST: in isFunctionCall()
DOutputHLSL.cpp2370 case EOpCallFunctionInAST: in visitAggregate()
2378 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
DOutputSPIRV.cpp5253 case EOpCallFunctionInAST: in visitAggregate()
DParseContext.cpp6759 ASSERT(functionCall->getOp() == EOpCallFunctionInAST); in checkImageMemoryAccessForUserDefinedFunctions()
/external/angle/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()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteKeywords.cpp419 case TOperator::EOpCallFunctionInAST: in visitAggregatePost()
DEmitMetal.cpp664 case TOperator::EOpCallFunctionInAST: in GetOperatorString()
1968 case TOperator::EOpCallFunctionInAST: in visitAggregate()
DProgramPrelude.cpp3769 case TOperator::EOpCallFunctionInAST: in visitOperator()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp256 if (node->getOp() != EOpCallFunctionInAST) in visitAggregate()
/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp626 if (op == EOpCallInternalRawFunction || op == EOpCallFunctionInAST || in visitAggregate()