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