Lines Matching refs:ains
215 const Allocation **ains;
219 ains = nullptr;
223 ains = const_cast<const Allocation**>(&ins[ct]);
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);
246 const Allocation **ains;
250 ains = nullptr;
254 ains = const_cast<const Allocation**>(&ins[0]);
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,