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