Lines Matching refs:ains
215 const Allocation **ains; in execute() local
219 ains = nullptr; in execute()
223 ains = const_cast<const Allocation**>(&ins[ct]); 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->launchForEach(ains, inLen, outs[ct], nullptr, &mtls); in execute()
236 si->postLaunch(slot, ains, inLen, outs[ct], nullptr, 0, nullptr); in execute()
246 const Allocation **ains; in execute() local
250 ains = nullptr; in execute()
254 ains = const_cast<const Allocation**>(&ins[0]); 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->launchForEach(ains, inLen, outs[0], nullptr, &mtls); in execute()
292 si->postLaunch(kernels[ct]->mSlot, ains, inLen, outs[ct], nullptr, 0, in execute()