Lines Matching refs:mtls
172 MTLaunchStructForEach mtls; in CpuScriptGroup2Impl() local
173 si->forEachKernelSetup(funcID->mSlot, &mtls); in CpuScriptGroup2Impl()
174 cc = new CPUClosure(closure, si, (ExpandFuncTy)mtls.kernel); in CpuScriptGroup2Impl()
646 MTLaunchStructForEach mtls; in run() local
654 nullptr, 0, nullptr, &mtls); in run()
656 mtls.script = nullptr; in run()
657 mtls.fep.usr = nullptr; in run()
658 mtls.kernel = (ForEachFunc_t)mFunc; in run()
664 nullptr, &mtls); in run()
681 MTLaunchStructForEach mtls; in run() local
686 nullptr, 0, nullptr, &mtls)) { in run()
688 mtls.script = nullptr; in run()
689 mtls.kernel = &groupRoot; in run()
690 mtls.fep.usr = &mClosures; in run()
692 mGroup->getCpuRefImpl()->launchForEach(nullptr, 0, nullptr, nullptr, &mtls); in run()