/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ASTMetadataHLSL.cpp | 105 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate() 273 if (visit == PreVisit && node->getOp() == EOpCallFunctionInAST) in visitAggregate() 350 case EOpCallFunctionInAST: in visitAggregate()
|
D | CallDAG.cpp | 129 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
|
D | Operator_autogen.h | 25 EOpCallFunctionInAST, enumerator
|
D | OutputTree.cpp | 418 case EOpCallFunctionInAST: in visitAggregate()
|
D | ValidateAST.cpp | 324 if (node->getOp() != EOpCallFunctionInAST) in visitFunctionCall()
|
D | OutputGLSLBase.cpp | 923 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
|
D | IntermNode.cpp | 605 return new TIntermAggregate(&func, func.getReturnType(), EOpCallFunctionInAST, arguments); in CreateFunctionCall() 789 case EOpCallFunctionInAST: in functionName() 1255 case EOpCallFunctionInAST: in isFunctionCall()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ASTMetadataHLSL.cpp | 121 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate() 289 if (visit == PreVisit && node->getOp() == EOpCallFunctionInAST) in visitAggregate() 366 case EOpCallFunctionInAST: in visitAggregate()
|
D | Operator.h | 19 EOpCallFunctionInAST, enumerator
|
D | CallDAG.cpp | 129 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
|
D | OutputTree.cpp | 398 case EOpCallFunctionInAST: in visitAggregate()
|
D | OutputGLSLBase.cpp | 957 case EOpCallFunctionInAST: in visitAggregate()
|
D | IntermNode.cpp | 516 return new TIntermAggregate(&func, func.getReturnType(), EOpCallFunctionInAST, arguments); in CreateFunctionCall() 682 case EOpCallFunctionInAST: in functionName() 1104 case EOpCallFunctionInAST: in isFunctionCall()
|
D | OutputHLSL.cpp | 2306 case EOpCallFunctionInAST: in visitAggregate() 2313 if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | ArrayReturnValueToOutParameter.cpp | 140 if (visit == PreVisit && node->isArray() && node->getOp() == EOpCallFunctionInAST) in visitAggregate() 212 if (rightAgg != nullptr && rightAgg->getOp() == EOpCallFunctionInAST) in visitBinary()
|
D | SeparateExpressionsReturningArrays.cpp | 95 ASSERT(node->isConstructor() || node->getOp() == EOpCallFunctionInAST); in visitAggregate()
|
D | RewriteAtomicCounters.cpp | 225 else if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
|
D | EmulatePrecision.cpp | 625 if (op == EOpCallInternalRawFunction || op == EOpCallFunctionInAST || in visitAggregate()
|
D | RewriteStructSamplers.cpp | 219 ASSERT(node->getOp() == EOpCallFunctionInAST); in visitAggregate()
|
D | RewriteCubeMapSamplersAs2DArray.cpp | 337 else if (node->getOp() == EOpCallFunctionInAST) in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | ArrayReturnValueToOutParameter.cpp | 144 if (visit == PreVisit && node->isArray() && node->getOp() == EOpCallFunctionInAST) in visitAggregate() 215 if (rightAgg != nullptr && rightAgg->getOp() == EOpCallFunctionInAST) in visitBinary()
|
D | SeparateExpressionsReturningArrays.cpp | 95 ASSERT(node->isConstructor() || node->getOp() == EOpCallFunctionInAST); in visitAggregate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | compiler_test.cpp | 29 case EOpCallFunctionInAST: in GetSymbolTableMangledName()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | MonomorphizeUnsupportedFunctions.cpp | 255 if (node->getOp() != EOpCallFunctionInAST) in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | EmitMetal.cpp | 663 case TOperator::EOpCallFunctionInAST: in GetOperatorString() 1989 case TOperator::EOpCallFunctionInAST: in visitAggregate()
|