Searched defs:inLen (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCoreRuntime.h45 uint32_t inLen; member in struct:RsExpandKernelDriverInfo
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->launchForEach(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 DrsCpuIntrinsicBLAS.cpp34 uint32_t inLen,
97 uint32_t inLen,
95 invokeForEach(uint32_t slot, const Allocation ** ain, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
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 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->launchForEach(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 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 DrsCpuScript.cpp559 uint32_t inLen,
563 rsAssert(ains && (inLen >= 1) && aout);
567 for (int index = inLen; --index >= 0;) {
588 for (int Index = inLen; --Index >= 1;) {
617 memcpy(mtls->ains, ains, inLen * sizeof(ains[0]));
618 mtls->redp.inLen = inLen;
619 for (int index = inLen; --index >= 0;) {
630 uint32_t inLen,
635 if (ains == nullptr && inLen !
558 reduceMtlsSetup(const Allocation ** ains, uint32_t inLen, const Allocation * aout, const RsScriptCall *sc, MTLaunchStructReduce *mtls) argument
629 forEachMtlsSetup(const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStructForEach *mtls) argument
737 invokeForEach(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
756 invokeReduce(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation *aout, const RsScriptCall *sc) argument
988 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
993 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 DrsCpuCore.cpp344 for (uint32_t i = 0; i < fep->inLen; i++) {
359 for (uint32_t i = 0; i < redp->inLen; i++) {
650 // ains[0..inLen-1]: Array of allocations that contain the inputs
654 uint32_t inLen,
659 launchReduceParallel(ains, inLen, aout, mtls);
661 launchReduceSerial(ains, inLen, aout, mtls);
667 // ains[0..inLen-1]: Array of allocations that contain the inputs
671 uint32_t inLen,
714 // ains[0..inLen-1]: Array of allocations that contain the inputs
718 uint32_t inLen,
653 launchReduce(const Allocation ** ains, uint32_t inLen, Allocation * aout, MTLaunchStructReduce *mtls) argument
670 launchReduceSerial(const Allocation ** ains, uint32_t inLen, Allocation * aout, MTLaunchStructReduce *mtls) argument
717 launchReduceParallel(const Allocation ** ains, uint32_t inLen, Allocation * aout, MTLaunchStructReduce *mtls) argument
828 launchForEach(const Allocation ** ains, uint32_t inLen, Allocation* aout, const RsScriptCall* sc, MTLaunchStructForEach* mtls) argument
[all...]
/frameworks/rs/
H A DrsScriptIntrinsic.cpp61 size_t inLen,
67 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen,
72 const Allocation ** ains, size_t 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
71 runReduce(Context *rsc, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation *aout, const RsScriptCall *sc) argument
H A DrsScriptC.cpp181 size_t inLen,
225 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen,
228 } else if (inLen == 1) {
243 const Allocation ** ains, size_t inLen,
260 rsc->mHal.funcs.script.invokeReduce(rsc, this, slot, ains, inLen, aout, sc);
178 runForEach(Context *rsc, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation * aout, const void * usr, size_t usrBytes, const RsScriptCall *sc) argument
242 runReduce(Context *rsc, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation *aout, const RsScriptCall *sc) argument
H A DrsScript.cpp196 RsAllocation *vains, size_t inLen,
205 const_cast<const Allocation **>(ains), inLen,
228 RsAllocation *vains, size_t inLen,
235 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
227 rsi_ScriptReduce(Context *rsc, RsScript vs, uint32_t slot, RsAllocation *vains, size_t inLen, RsAllocation vaout, const RsScriptCall *sc, size_t scLen) argument
/frameworks/rs/driver/
H A DrsdBcc.cpp93 size_t inLen,
100 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc);
129 const Allocation ** ains, size_t inLen,
133 cs->invokeReduce(slot, ains, inLen, aout, 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
127 rsdScriptInvokeReduce(const Context *dc, Script *s, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation *aout, const RsScriptCall *sc) argument

Completed in 2191 milliseconds