Home
last modified time | relevance | path

Searched refs:opIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/
DModelBuilder.cpp370 int opIndex = opsReadyToRun.back(); in sortIntoRunOrder() local
372 const Operation& operation = mOperations[opIndex]; in sortIntoRunOrder()
374 runOrder.push_back(mOperations[opIndex]); in sortIntoRunOrder()
/frameworks/base/libs/hwui/
DFrameBuilder.cpp511 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in deferNodeOps() local
512 const RecordedOp* op = displayList.getOps()[opIndex]; in deferNodeOps()
517 static_cast<int>(opIndex) == displayList.projectionReceiveIndex)) { in deferNodeOps()
DRecordingCanvas.cpp546 int opIndex = addOp(op); in drawRenderNode() local
547 if (CC_LIKELY(opIndex >= 0)) { in drawRenderNode()
556 mDisplayList->projectionReceiveIndex = opIndex; in drawRenderNode()
/frameworks/base/libs/hwui/tests/unit/
DRecordingCanvasTests.cpp37 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) { in playbackOps() local
38 RecordedOp* op = displayList.getOps()[opIndex]; in playbackOps()