Home | History | Annotate | Download | only in cpu_ref

Lines Matching defs:inLen

67             rsAssert(kinfo->inLen == 1);
85 rsAssert(kinfo->inLen == 0);
212 uint32_t inLen;
216 inLen = 0;
220 inLen = 1;
224 bool launchOK = si->forEachMtlsSetup(ains, inLen, outs[ct], nullptr, 0, nullptr, &mtls);
227 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr,
231 mCtx->launchForEach(ains, inLen, outs[ct], nullptr, &mtls);
234 si->postLaunch(slot, ains, inLen, outs[ct], nullptr, 0, nullptr);
243 uint32_t inLen;
247 inLen = 0;
251 inLen = 1;
266 si->preLaunch(kernels[ct]->mSlot, ains, inLen, outs[ct],
278 if (si->forEachMtlsSetup(ains, inLen, outs[0], nullptr, 0, nullptr, &mtls)) {
284 mCtx->launchForEach(ains, inLen, outs[0], nullptr, &mtls);
290 si->postLaunch(kernels[ct]->mSlot, ains, inLen, outs[ct], nullptr, 0,