/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic.cpp | 112 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()
|
D | rsCpuScript.h | 82 uint32_t inLen, 107 void forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
|
D | rsCpuScript.cpp | 909 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()
|
D | rsCpuCore.cpp | 482 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()
|
D | rsCpuIntrinsic.h | 42 uint32_t inLen,
|
D | rsd_cpu.h | 81 uint32_t inLen,
|
D | rsCpuCore.h | 144 void launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout,
|
/frameworks/rs/ |
D | rsScriptIntrinsic.cpp | 73 size_t inLen, in runForEach() argument 79 … rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc); in runForEach()
|
D | rsScriptIntrinsic.h | 54 size_t inLen,
|
D | rsScriptC.h | 56 size_t inLen,
|
D | rsScriptC.cpp | 190 size_t inLen, in runForEach() argument 213 … rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc); in runForEach()
|
D | rsScript.cpp | 209 RsAllocation *vains, size_t inLen, in rsi_ScriptForEachMulti() argument 225 const_cast<const Allocation **>(ains), inLen, in rsi_ScriptForEachMulti()
|
D | rsScript.h | 122 size_t inLen,
|
D | rs_hal.h | 156 size_t inLen,
|
/frameworks/rs/driver/ |
D | rsdBcc.cpp | 84 size_t inLen, in rsdScriptInvokeForEachMulti() argument 91 cs->invokeForEachMulti(slot, ains, inLen, aout, usr, usrLen, sc); in rsdScriptInvokeForEachMulti()
|
D | rsdBcc.h | 50 size_t inLen,
|