Searched refs:launchForEach (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic.cpp | 108 mCtx->launchForEach(ains, inLen, aout, sc, &mtls); in invokeForEach()
|
D | rsCpuScriptGroup.cpp | 231 mCtx->launchForEach(ains, inLen, outs[ct], nullptr, &mtls); in execute() 284 mCtx->launchForEach(ains, inLen, outs[0], nullptr, &mtls); in execute()
|
D | rsCpuCore.h | 167 void launchForEach(const Allocation **ains, uint32_t inLen, Allocation *aout,
|
D | rsCpuScriptGroup2.cpp | 660 mGroup->getCpuRefImpl()->launchForEach( in run() 692 mGroup->getCpuRefImpl()->launchForEach(nullptr, 0, nullptr, nullptr, &mtls); in run()
|
D | rsCpuScript.cpp | 760 mCtx->launchForEach(ains, inLen, aout, sc, &mtls); in invokeForEach()
|
D | rsCpuCore.cpp | 826 void RsdCpuReferenceImpl::launchForEach(const Allocation ** ains, in launchForEach() function in android::renderscript::RsdCpuReferenceImpl
|