Searched refs:inLen (Results 1 - 23 of 23) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.cpp77 uint32_t inLen, Allocation * aout,
83 uint32_t inLen, Allocation * aout,
90 uint32_t inLen,
98 preLaunch(slot, ains, inLen, aout, usr, usrLen, sc);
100 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) {
108 mCtx->launchThreads(ains, inLen, aout, sc, &mtls);
112 postLaunch(slot, ains, inLen, aout, usr, usrLen, sc);
76 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
82 postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
88 invokeForEach(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuIntrinsic.h36 uint32_t inLen,
47 uint32_t inLen, Allocation * aout, const void * usr,
50 uint32_t inLen, Allocation * aout,
H A DrsCpuCoreRuntime.h45 uint32_t inLen; member in struct:RsExpandKernelDriverInfo
H A DrsCpuScriptGroup.cpp65 rsAssert(kinfo->inLen == 1);
83 rsAssert(kinfo->inLen == 0);
214 uint32_t inLen; local
218 inLen = 0;
222 inLen = 1;
226 bool launchOK = si->forEachMtlsSetup(ains, inLen, outs[ct], nullptr, 0, nullptr, &mtls);
229 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr,
233 mCtx->launchThreads(ains, inLen, outs[ct], nullptr, &mtls);
236 si->postLaunch(slot, ains, inLen, outs[ct], nullptr, 0, nullptr);
245 uint32_t inLen; local
[all...]
H A DrsCpuScript.h65 uint32_t inLen, Allocation * aout, const void * usr,
68 uint32_t inLen, Allocation * aout,
74 uint32_t inLen,
98 bool forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
H A DrsCpuScript.cpp516 uint32_t inLen,
524 for (int index = inLen; --index >= 0;) {
545 if (inLen > 0) {
553 for (int Index = inLen; --Index >= 1;) {
580 if (inLen > 0 && aout != nullptr) {
680 memcpy(mtls->ains, ains, inLen * sizeof(ains[0]));
690 if (inLen > 0) {
691 mtls->fep.inLen = inLen;
692 for (int index = inLen;
515 forEachMtlsSetup(const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStruct *mtls) argument
708 invokeForEach(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
933 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
938 postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
[all...]
H A DrsCpuIntrinsicHistogram.cpp39 void preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen,
42 void postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen,
103 uint32_t inLen, Allocation * aout,
151 uint32_t inLen, Allocation * aout,
101 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
149 postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuCore.h91 void launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout,
H A Drsd_cpu.h73 uint32_t inLen,
H A DrsCpuScriptGroup2.cpp42 const size_t oldInLen = mutable_kinfo->inLen;
65 mutable_kinfo->inLen = closure->mNumArg;
81 mutable_kinfo->inLen = oldInLen;
H A DrsCpuCore.cpp341 for (uint32_t i = 0; i < fep->inLen; i++) {
455 uint32_t inLen,
454 launchThreads(const Allocation ** ains, uint32_t inLen, Allocation* aout, const RsScriptCall* sc, MTLaunchStruct* mtls) argument
H A DrsCpuIntrinsicColorMatrix.cpp171 uint32_t inLen, Allocation * aout, const void * usr,
942 uint32_t inLen,
H A DrsCpuIntrinsicResize.cpp39 uint32_t inLen, Allocation * aout, const void * usr,
645 uint32_t inLen, Allocation * aout,
643 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuIntrinsicBLAS.cpp33 uint32_t inLen,
96 uint32_t inLen,
94 invokeForEach(uint32_t slot, const Allocation ** ain, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
/frameworks/rs/
H A DrsScriptIntrinsic.h46 size_t inLen,
H A DrsScriptIntrinsic.cpp61 size_t inLen,
67 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen,
58 runForEach(Context* rsc, uint32_t slot, const Allocation** ains, size_t inLen, Allocation* aout, const void* usr, size_t usrBytes, const RsScriptCall* sc) argument
H A DrsScriptC.h48 size_t inLen,
H A DrsScriptC.cpp190 size_t inLen,
224 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen,
227 } else if (inLen == 1) {
187 runForEach(Context *rsc, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation * aout, const void * usr, size_t usrBytes, const RsScriptCall *sc) argument
H A DrsScript.h127 size_t inLen,
H A DrsScript.cpp196 RsAllocation *vains, size_t inLen,
205 const_cast<const Allocation **>(ains), inLen,
195 rsi_ScriptForEachMulti(Context *rsc, RsScript vs, uint32_t slot, RsAllocation *vains, size_t inLen, RsAllocation vaout, const void *params, size_t paramLen, const RsScriptCall *sc, size_t scLen) argument
H A Drs_hal.h183 size_t inLen,
/frameworks/rs/driver/
H A DrsdBcc.cpp93 size_t inLen,
100 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc);
89 rsdScriptInvokeForEachMulti(const Context *rsc, Script *s, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation * aout, const void * usr, size_t usrLen, const RsScriptCall *sc) argument
H A DrsdBcc.h50 size_t inLen,

Completed in 137 milliseconds