Searched refs:launchForEach (Results 1 - 6 of 6) sorted by path

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp828 void RsdCpuReferenceImpl::launchForEach(const Allocation ** ains, function in class:RsdCpuReferenceImpl
H A DrsCpuCore.h165 void launchForEach(const Allocation **ains, uint32_t inLen, Allocation *aout,
H A DrsCpuIntrinsic.cpp108 mCtx->launchForEach(ains, inLen, aout, sc, &mtls);
H A DrsCpuScript.cpp751 mCtx->launchForEach(ains, inLen, aout, sc, &mtls);
H A DrsCpuScriptGroup.cpp233 mCtx->launchForEach(ains, inLen, outs[ct], nullptr, &mtls);
286 mCtx->launchForEach(ains, inLen, outs[0], nullptr, &mtls);
H A DrsCpuScriptGroup2.cpp600 mGroup->getCpuRefImpl()->launchForEach(
632 mGroup->getCpuRefImpl()->launchForEach(nullptr, 0, nullptr, nullptr, &mtls);

Completed in 661 milliseconds