Lines Matching defs:mtls
93 MTLaunchStruct mtls;
96 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls);
97 mtls.script = this;
98 mtls.fep.slot = slot;
100 mtls.kernel = (void (*)())mRootPtr;
101 mtls.fep.usr = this;
104 mCtx->launchThreads(ain, aout, sc, &mtls);
110 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) {
112 mtls->script = this;
113 mtls->fep.slot = slot;
114 mtls->kernel = (void (*)())mRootPtr;
115 mtls->fep.usr = this;