Searched refs:launchThreads (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.h132 virtual void launchThreads(WorkerCallback_t cbk, void *data);
141 void launchThreads(const Allocation * ain, Allocation * aout,
144 void launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout,
H A DrsCpuIntrinsic.cpp104 mCtx->launchThreads(ain, aout, sc, &mtls);
133 mCtx->launchThreads(ains, inLen, aout, sc, &mtls);
H A DrsCpuCore.cpp167 void RsdCpuReferenceImpl::launchThreads(WorkerCallback_t cbk, void *data) { function in class:RsdCpuReferenceImpl
410 void RsdCpuReferenceImpl::launchThreads(const Allocation * ain, Allocation * aout, function in class:RsdCpuReferenceImpl
436 launchThreads(wc_xy, mtls);
454 launchThreads(wc_x, mtls);
482 void RsdCpuReferenceImpl::launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout, function in class:RsdCpuReferenceImpl
508 launchThreads(wc_xy, mtls);
526 launchThreads(wc_x, mtls);
H A DrsCpuScriptGroup.cpp202 mCtx->launchThreads(ins[ct], outs[ct], NULL, &mtls);
237 mCtx->launchThreads(ins[0], outs[0], NULL, &mtls);
H A DrsCpuScript.cpp1063 mCtx->launchThreads(ain, aout, sc, &mtls);
1081 mCtx->launchThreads(ains, inLen, aout, sc, &mtls);

Completed in 109 milliseconds