Home | History | Annotate | Download | only in cpu_ref

Lines Matching defs:ains

213             const Allocation **ains;
217 ains = nullptr;
221 ains = const_cast<const Allocation**>(&ins[ct]);
224 bool launchOK = si->forEachMtlsSetup(ains, inLen, outs[ct], nullptr, 0, nullptr, &mtls);
227 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr,
231 mCtx->launchForEach(ains, inLen, outs[ct], nullptr, &mtls);
234 si->postLaunch(slot, ains, inLen, outs[ct], nullptr, 0, nullptr);
244 const Allocation **ains;
248 ains = nullptr;
252 ains = const_cast<const Allocation**>(&ins[0]);
266 si->preLaunch(kernels[ct]->mSlot, ains, inLen, outs[ct],
278 if (si->forEachMtlsSetup(ains, inLen, outs[0], nullptr, 0, nullptr, &mtls)) {
284 mCtx->launchForEach(ains, inLen, outs[0], nullptr, &mtls);
290 si->postLaunch(kernels[ct]->mSlot, ains, inLen, outs[ct], nullptr, 0,