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