OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:launchthreads
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuCore.h
132
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,
rsCpuIntrinsic.cpp
104
mCtx->
launchThreads
(ain, aout, sc, &mtls);
133
mCtx->
launchThreads
(ains, inLen, aout, sc, &mtls);
rsCpuCore.cpp
167
void RsdCpuReferenceImpl::
launchThreads
(WorkerCallback_t cbk, void *data) {
410
void RsdCpuReferenceImpl::
launchThreads
(const Allocation * ain, Allocation * aout,
436
launchThreads
(wc_xy, mtls);
454
launchThreads
(wc_x, mtls);
482
void RsdCpuReferenceImpl::
launchThreads
(const Allocation** ains, uint32_t inLen, Allocation* aout,
508
launchThreads
(wc_xy, mtls);
526
launchThreads
(wc_x, mtls);
rsCpuScriptGroup.cpp
202
mCtx->
launchThreads
(ins[ct], outs[ct], NULL, &mtls);
237
mCtx->
launchThreads
(ins[0], outs[0], NULL, &mtls);
rsCpuScript.cpp
[
all
...]
Completed in 56 milliseconds