Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScriptGroup.cpp65 rsAssert(kinfo->inLen == 1); in scriptGroupRoot()
83 rsAssert(kinfo->inLen == 0); in scriptGroupRoot()
214 uint32_t inLen; in execute() local
218 inLen = 0; in execute()
222 inLen = 1; in execute()
226 bool launchOK = si->forEachMtlsSetup(ains, inLen, outs[ct], nullptr, 0, nullptr, &mtls); in execute()
229 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr, in execute()
233 mCtx->launchForEach(ains, inLen, outs[ct], nullptr, &mtls); in execute()
236 si->postLaunch(slot, ains, inLen, outs[ct], nullptr, 0, nullptr); in execute()
245 uint32_t inLen; in execute() local
[all …]
DrsCpuIntrinsic.cpp77 uint32_t inLen, Allocation * aout, in preLaunch() argument
83 uint32_t inLen, Allocation * aout, in postLaunch() argument
90 uint32_t inLen, in invokeForEach() argument
98 preLaunch(slot, ains, inLen, aout, usr, usrLen, sc); in invokeForEach()
100 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) { in invokeForEach()
108 mCtx->launchForEach(ains, inLen, aout, sc, &mtls); in invokeForEach()
112 postLaunch(slot, ains, inLen, aout, usr, usrLen, sc); in invokeForEach()
DrsCpuScript.cpp559 uint32_t inLen, in reduceMtlsSetup() argument
563 rsAssert(ains && (inLen >= 1) && aout); in reduceMtlsSetup()
567 for (int index = inLen; --index >= 0;) { in reduceMtlsSetup()
588 for (int Index = inLen; --Index >= 1;) { in reduceMtlsSetup()
617 memcpy(mtls->ains, ains, inLen * sizeof(ains[0])); in reduceMtlsSetup()
618 mtls->redp.inLen = inLen; in reduceMtlsSetup()
619 for (int index = inLen; --index >= 0;) { in reduceMtlsSetup()
630 uint32_t inLen, in forEachMtlsSetup() argument
635 if (ains == nullptr && inLen != 0) { in forEachMtlsSetup()
644 for (int index = inLen; --index >= 0;) { in forEachMtlsSetup()
[all …]
DrsCpuScript.h48 uint32_t inLen, Allocation * aout, const void * usr,
51 uint32_t inLen, Allocation * aout,
57 uint32_t inLen,
64 const Allocation ** ains, uint32_t inLen,
86 bool forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
93 bool reduceMtlsSetup(const Allocation ** ains, uint32_t inLen, const Allocation *aout,
DrsCpuIntrinsic.h36 uint32_t inLen,
47 uint32_t inLen, Allocation * aout, const void * usr,
50 uint32_t inLen, Allocation * aout,
DrsCpuCore.h165 void launchForEach(const Allocation **ains, uint32_t inLen, Allocation *aout,
169 void launchReduce(const Allocation ** ains, uint32_t inLen, Allocation *aout,
261 void launchReduceSerial(const Allocation ** ains, uint32_t inLen, Allocation *aout,
263 void launchReduceParallel(const Allocation ** ains, uint32_t inLen, Allocation *aout,
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, in preLaunch() argument
151 uint32_t inLen, Allocation * aout, in postLaunch() argument
Drsd_cpu.h55 uint32_t inLen,
62 const Allocation ** ains, uint32_t inLen,
DrsCpuCore.cpp344 for (uint32_t i = 0; i < fep->inLen; i++) { in FepPtrSetup()
359 for (uint32_t i = 0; i < redp->inLen; i++) { in RedpPtrSetup()
654 uint32_t inLen, in launchReduce() argument
659 launchReduceParallel(ains, inLen, aout, mtls); in launchReduce()
661 launchReduceSerial(ains, inLen, aout, mtls); in launchReduce()
671 uint32_t inLen, in launchReduceSerial() argument
718 uint32_t inLen, in launchReduceParallel() argument
723 launchReduceSerial(ains, inLen, aout, mtls); in launchReduceParallel()
829 uint32_t inLen, in launchForEach() argument
DrsCpuCoreRuntime.h45 uint32_t inLen; member
DrsCpuScriptGroup2.cpp42 const size_t oldInLen = mutable_kinfo->inLen; in groupRoot()
65 mutable_kinfo->inLen = closure->mNumArg; in groupRoot()
85 mutable_kinfo->inLen = oldInLen; in groupRoot()
DrsCpuIntrinsicColorMatrix.cpp171 uint32_t inLen, Allocation * aout, const void * usr,
942 uint32_t inLen, in preLaunch() argument
DrsCpuIntrinsicResize.cpp39 uint32_t inLen, Allocation * aout, const void * usr,
645 uint32_t inLen, Allocation * aout, in preLaunch() argument
DrsCpuIntrinsicBLAS.cpp34 uint32_t inLen,
97 uint32_t inLen, in invokeForEach() argument
/frameworks/rs/
DrsScriptIntrinsic.cpp61 size_t inLen, in runForEach() argument
67 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, in runForEach()
72 const Allocation ** ains, size_t inLen, in runReduce() argument
DrsScriptIntrinsic.h46 size_t inLen,
53 const Allocation ** ains, size_t inLen,
DrsScriptC.h44 size_t inLen,
51 const Allocation ** ains, size_t inLen,
DrsScriptC.cpp181 size_t inLen, in runForEach() argument
225 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, in runForEach()
228 } else if (inLen == 1) { in runForEach()
243 const Allocation ** ains, size_t inLen, in runReduce() argument
260 rsc->mHal.funcs.script.invokeReduce(rsc, this, slot, ains, inLen, aout, sc); in runReduce()
DrsScript.cpp196 RsAllocation *vains, size_t inLen, in rsi_ScriptForEachMulti() argument
205 const_cast<const Allocation **>(ains), inLen, in rsi_ScriptForEachMulti()
228 RsAllocation *vains, size_t inLen, in rsi_ScriptReduce() argument
235 const_cast<const Allocation **>(ains), inLen, in rsi_ScriptReduce()
DrsScript.h129 size_t inLen,
136 const Allocation **ains, size_t inLen,
Drs_hal.h176 const Allocation ** ains, size_t inLen,
209 size_t inLen,
/frameworks/rs/driver/
DrsdBcc.cpp93 size_t inLen, in rsdScriptInvokeForEachMulti() argument
100 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc); in rsdScriptInvokeForEachMulti()
129 const Allocation ** ains, size_t inLen, in rsdScriptInvokeReduce() argument
133 cs->invokeReduce(slot, ains, inLen, aout, sc); in rsdScriptInvokeReduce()
DrsdBcc.h50 size_t inLen,
58 size_t inLen,