Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DArrayReturnValueToOutParameter.cpp143 ASSERT(!node->isArray() || node->getOp() != EOpCallInternalRawFunction); in visitAggregate()
215 ASSERT(rightAgg == nullptr || rightAgg->getOp() != EOpCallInternalRawFunction); in visitBinary()
DEmulatePrecision.cpp626 if (op == EOpCallInternalRawFunction || op == EOpCallFunctionInAST || in visitAggregate()
/external/angle/src/compiler/translator/
DOperator.h26 EOpCallInternalRawFunction, enumerator
DOutputTree.cpp410 case EOpCallInternalRawFunction: in visitAggregate()
DOutputGLSLBase.cpp1002 case EOpCallInternalRawFunction: in visitAggregate()
DIntermNode.cpp536 return new TIntermAggregate(&func, func.getReturnType(), EOpCallInternalRawFunction, arguments); in CreateRawFunctionCall()
694 case EOpCallInternalRawFunction: in functionName()
1122 case EOpCallInternalRawFunction: in isFunctionCall()
DOutputHLSL.cpp2358 case EOpCallInternalRawFunction: in visitAggregate()
2378 else if (node->getOp() == EOpCallInternalRawFunction) in visitAggregate()
/external/angle/src/tests/test_utils/
Dcompiler_test.cpp27 case EOpCallInternalRawFunction: in GetSymbolTableMangledName()