OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launchThreads
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuCore.h
88
virtual void
launchThreads
(WorkerCallback_t cbk, void *data);
97
void
launchThreads
(const Allocation * ain, Allocation * aout,
rsCpuIntrinsic.cpp
104
mCtx->
launchThreads
(ain, aout, sc, &mtls);
rsCpuCore.cpp
163
void RsdCpuReferenceImpl::
launchThreads
(WorkerCallback_t cbk, void *data) {
402
void RsdCpuReferenceImpl::
launchThreads
(const Allocation * ain, Allocation * aout,
428
launchThreads
(wc_xy, mtls);
446
launchThreads
(wc_x, mtls);
rsCpuScriptGroup.cpp
204
mCtx->
launchThreads
(ins[ct], outs[ct], NULL, &mtls);
239
mCtx->
launchThreads
(ins[0], outs[0], NULL, &mtls);
rsCpuScript.cpp
855
mCtx->
launchThreads
(ain, aout, sc, &mtls);
[
all
...]
Completed in 58 milliseconds