Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsic.cpp112 uint32_t inLen, in invokeForEachMulti() argument
125 forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls); in invokeForEachMulti()
133 mCtx->launchThreads(ains, inLen, aout, sc, &mtls); in invokeForEachMulti()
DrsCpuScript.h82 uint32_t inLen,
107 void forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
DrsCpuScript.cpp909 void RsdCpuScriptImpl::forEachMtlsSetup(const Allocation ** ains, uint32_t inLen, in forEachMtlsSetup() argument
919 for (int index = inLen; --index >= 0;) { in forEachMtlsSetup()
942 for (int Index = inLen; --Index >= 1;) { in forEachMtlsSetup()
1025 mtls->fep.ptrIns = new const uint8_t*[inLen]; in forEachMtlsSetup()
1026 mtls->fep.inStrides = new StridePair[inLen]; in forEachMtlsSetup()
1028 for (int index = inLen; --index >= 0;) { in forEachMtlsSetup()
1069 uint32_t inLen, in invokeForEachMulti() argument
1077 forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls); in invokeForEachMulti()
1081 mCtx->launchThreads(ains, inLen, aout, sc, &mtls); in invokeForEachMulti()
DrsCpuCore.cpp482 void RsdCpuReferenceImpl::launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout, in launchThreads() argument
537 p.ins = new const void*[inLen]; in launchThreads()
540 p.eStrideIns = new uint32_t[inLen]; in launchThreads()
543 for (int index = inLen; --index >= 0;) { in launchThreads()
561 for (int index = inLen; --index >= 0;) { in launchThreads()
DrsCpuIntrinsic.h42 uint32_t inLen,
Drsd_cpu.h81 uint32_t inLen,
DrsCpuCore.h144 void launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout,
/frameworks/rs/
DrsScriptIntrinsic.cpp73 size_t inLen, in runForEach() argument
79 … rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc); in runForEach()
DrsScriptIntrinsic.h54 size_t inLen,
DrsScriptC.h56 size_t inLen,
DrsScriptC.cpp190 size_t inLen, in runForEach() argument
213 … rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc); in runForEach()
DrsScript.cpp209 RsAllocation *vains, size_t inLen, in rsi_ScriptForEachMulti() argument
225 const_cast<const Allocation **>(ains), inLen, in rsi_ScriptForEachMulti()
DrsScript.h122 size_t inLen,
Drs_hal.h156 size_t inLen,
/frameworks/rs/driver/
DrsdBcc.cpp84 size_t inLen, in rsdScriptInvokeForEachMulti() argument
91 cs->invokeForEachMulti(slot, ains, inLen, aout, usr, usrLen, sc); in rsdScriptInvokeForEachMulti()
DrsdBcc.h50 size_t inLen,