Home
last modified time | relevance | path

Searched refs:EOpCallInternalRawFunction (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/d3d/
DArrayReturnValueToOutParameter.cpp143 ASSERT(!node->isArray() || node->getOp() != EOpCallInternalRawFunction); in visitAggregate()
214 ASSERT(rightAgg == nullptr || rightAgg->getOp() != EOpCallInternalRawFunction); in visitBinary()
/external/angle/src/compiler/translator/
DOperator_autogen.h33 EOpCallInternalRawFunction, enumerator
DOutputTree.cpp421 case EOpCallInternalRawFunction: in visitAggregate()
DOutputGLSLBase.cpp891 node->getOp() == EOpCallInternalRawFunction) in visitAggregate()
DIntermNode.cpp587 return new TIntermAggregate(&func, func.getReturnType(), EOpCallInternalRawFunction, arguments); in CreateRawFunctionCall()
744 case EOpCallInternalRawFunction: in functionName()
1198 case EOpCallInternalRawFunction: in isFunctionCall()
DOutputHLSL.cpp2371 case EOpCallInternalRawFunction: in visitAggregate()
2392 else if (node->getOp() == EOpCallInternalRawFunction) in visitAggregate()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteKeywords.cpp423 case TOperator::EOpCallInternalRawFunction: in visitAggregatePost()
DEmitMetal.cpp665 case TOperator::EOpCallInternalRawFunction: in GetOperatorString()
1969 case TOperator::EOpCallInternalRawFunction: in visitAggregate()
DProgramPrelude.cpp3770 case TOperator::EOpCallInternalRawFunction: in visitOperator()
/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp626 if (op == EOpCallInternalRawFunction || op == EOpCallFunctionInAST || in visitAggregate()