Lines Matching refs:mtls
96 MTLaunchStructForEach mtls; in invokeForEach() local
100 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) { in invokeForEach()
101 mtls.script = this; in invokeForEach()
102 mtls.fep.slot = slot; in invokeForEach()
104 mtls.kernel = mRootPtr; in invokeForEach()
105 mtls.fep.usr = this; in invokeForEach()
108 mCtx->launchForEach(ains, inLen, aout, sc, &mtls); in invokeForEach()
115 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup() argument
117 mtls->script = this; in forEachKernelSetup()
118 mtls->fep.slot = slot; in forEachKernelSetup()
119 mtls->kernel = mRootPtr; in forEachKernelSetup()
120 mtls->fep.usr = this; in forEachKernelSetup()