HomeSort by relevance Sort by last modified time
    Searched refs:launchThreads (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuCore.h 87 virtual void launchThreads(WorkerCallback_t cbk, void *data);
96 void launchThreads(const Allocation * ain, Allocation * aout,
rsCpuIntrinsic.cpp 92 mCtx->launchThreads(ain, aout, sc, &mtls);
rsCpuCore.cpp 156 void RsdCpuReferenceImpl::launchThreads(WorkerCallback_t cbk, void *data) {
359 void RsdCpuReferenceImpl::launchThreads(const Allocation * ain, Allocation * aout,
385 launchThreads(wc_xy, mtls);
403 launchThreads(wc_x, mtls);
rsCpuScriptGroup.cpp 187 mCtx->launchThreads(ins[ct], outs[ct], NULL, &mtls);
220 mCtx->launchThreads(ins[0], outs[0], NULL, &mtls);
rsCpuScript.cpp 579 mCtx->launchThreads(ain, aout, sc, &mtls);

Completed in 46 milliseconds