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