Lines Matching refs:mtls
173 MTLaunchStructForEach mtls; in CpuScriptGroup2Impl() local
174 si->forEachKernelSetup(funcID->mSlot, &mtls); in CpuScriptGroup2Impl()
175 cc = new CPUClosure(closure, si, (ExpandFuncTy)mtls.kernel); in CpuScriptGroup2Impl()
586 MTLaunchStructForEach mtls; in run() local
594 nullptr, 0, nullptr, &mtls); in run()
596 mtls.script = nullptr; in run()
597 mtls.fep.usr = nullptr; in run()
598 mtls.kernel = (ForEachFunc_t)mFunc; in run()
604 nullptr, &mtls); in run()
621 MTLaunchStructForEach mtls; in run() local
626 nullptr, 0, nullptr, &mtls)) { in run()
628 mtls.script = nullptr; in run()
629 mtls.kernel = &groupRoot; in run()
630 mtls.fep.usr = &mClosures; in run()
632 mGroup->getCpuRefImpl()->launchForEach(nullptr, 0, nullptr, nullptr, &mtls); in run()