Home
last modified time | relevance | path

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

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