Lines Matching refs:outs
90 if (sl->outs[ct]) {
94 (uint8_t *)sl->outs[ct]->mHal.drvState.lod[0].mallocPtr;
96 ostep = sl->outs[ct]->mHal.state.elementSizeBytes;
101 sl->outs[ct]->mHal.drvState.lod[0].stride * kinfo->current.y;
103 } else if (sl->outs[ct]->mHal.drvState.lod[0].dimY > kinfo->lid) {
106 sl->outs[ct]->mHal.drvState.lod[0].stride * kinfo->lid;
129 Vector<Allocation *> outs;
199 outs.add(aout);
226 bool launchOK = si->forEachMtlsSetup(ains, inLen, outs[ct], nullptr, 0, nullptr, &mtls);
229 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr,
233 mCtx->launchThreads(ains, inLen, outs[ct], nullptr, &mtls);
236 si->postLaunch(slot, ains, inLen, outs[ct], nullptr, 0, nullptr);
241 sl.outs = outs.array();
268 si->preLaunch(kernels[ct]->mSlot, ains, inLen, outs[ct],
280 if (si->forEachMtlsSetup(ains, inLen, outs[0], nullptr, 0, nullptr, &mtls)) {
286 mCtx->launchThreads(ains, inLen, outs[0], nullptr, &mtls);
292 si->postLaunch(kernels[ct]->mSlot, ains, inLen, outs[ct], nullptr, 0,