Home
last modified time | relevance | path

Searched refs:calleeIndex (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DASTMetadataHLSL.cpp107 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() local
108 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex); in visitAggregate()
110 if ((*mMetadataList)[calleeIndex].mUsesGradient) in visitAggregate()
275 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() local
276 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex); in visitAggregate()
278 if ((*mMetadataList)[calleeIndex].mHasGradientLoopInCallGraph) in visitAggregate()
353 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() local
354 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex); in visitAggregate()
356 (*mMetadataList)[calleeIndex].mCalledInDiscontinuousLoop = true; in visitAggregate()
DCompiler.cpp1354 for (int calleeIndex : record.callees) in checkCallDepth() local
1356 depth = std::max(depth, depths[calleeIndex] + 1); in checkCallDepth()
1379 for (const int &calleeIndex : mCallDag.getRecordFromIndex(currentFunction).callees) in checkCallDepth() local
1381 if (depths[calleeIndex] == currentDepth - 1) in checkCallDepth()
1384 nextFunction = calleeIndex; in checkCallDepth()
1426 for (int calleeIndex : mCallDag.getRecordFromIndex(index).callees) in internalTagUsedFunction() local
1428 internalTagUsedFunction(calleeIndex); in internalTagUsedFunction()