Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:ct2

145         for (size_t ct2=0; ct2 < n->mInputs.size(); ct2++) {
146 if (n->mInputs[ct2]->mDstField.get() && n->mInputs[ct2]->mDstField->mScript) {
147 //ALOGE("field %p %zu", n->mInputs[ct2]->mDstField->mScript, n->mInputs[ct2]->mDstField->mSlot);
148 s->setVarObj(n->mInputs[ct2]->mDstField->mSlot, n->mInputs[ct2]->mAlloc.get());
152 for (size_t ct2=0; ct2 < n->mKernels.size(); ct2++) {
153 const ScriptKernelID *k = n->mKernels[ct2];