Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:mtls

206     MTLaunchStructForEach mtls;
226 bool launchOK = si->forEachMtlsSetup(ains, inLen, outs[ct], nullptr, 0, nullptr, &mtls);
228 si->forEachKernelSetup(slot, &mtls);
229 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr,
230 mtls.fep.usrLen, nullptr);
233 mCtx->launchForEach(ains, inLen, outs[ct], nullptr, &mtls);
264 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls);
265 fnPtrs.add((void *)mtls.kernel);
266 usrPtrs.add(mtls.fep.usr);
267 sigs.add(mtls.fep.usrLen);
269 mtls.fep.usr, mtls.fep.usrLen, nullptr);
280 if (si->forEachMtlsSetup(ains, inLen, outs[0], nullptr, 0, nullptr, &mtls)) {
282 mtls.script = nullptr;
283 mtls.kernel = &scriptGroupRoot;
284 mtls.fep.usr = &sl;
286 mCtx->launchForEach(ains, inLen, outs[0], nullptr, &mtls);