Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:mtls

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