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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.cpp108 mCtx->launchForEach(ains, inLen, aout, sc, &mtls);
H A DrsCpuCore.h167 void launchForEach(const Allocation **ains, uint32_t inLen, Allocation *aout,
H A DrsCpuScriptGroup.cpp231 mCtx->launchForEach(ains, inLen, outs[ct], nullptr, &mtls);
284 mCtx->launchForEach(ains, inLen, outs[0], nullptr, &mtls);
H A DrsCpuScriptGroup2.cpp660 mGroup->getCpuRefImpl()->launchForEach(
692 mGroup->getCpuRefImpl()->launchForEach(nullptr, 0, nullptr, nullptr, &mtls);
H A DrsCpuScript.cpp759 mCtx->launchForEach(ains, inLen, aout, sc, &mtls);
H A DrsCpuCore.cpp826 void RsdCpuReferenceImpl::launchForEach(const Allocation ** ains, function in class:android::renderscript::RsdCpuReferenceImpl

Completed in 46 milliseconds