/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup.cpp | 65 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->launchThreads(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 …]
|
D | rsCpuIntrinsic.cpp | 77 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->launchThreads(ains, inLen, aout, sc, &mtls); in invokeForEach() 112 postLaunch(slot, ains, inLen, aout, usr, usrLen, sc); in invokeForEach()
|
D | rsCpuIntrinsic.h | 36 uint32_t inLen, 47 uint32_t inLen, Allocation * aout, const void * usr, 50 uint32_t inLen, Allocation * aout,
|
D | rsCpuScript.cpp | 516 uint32_t inLen, in forEachMtlsSetup() argument 524 for (int index = inLen; --index >= 0;) { in forEachMtlsSetup() 545 if (inLen > 0) { in forEachMtlsSetup() 553 for (int Index = inLen; --Index >= 1;) { in forEachMtlsSetup() 580 if (inLen > 0 && aout != nullptr) { in forEachMtlsSetup() 680 memcpy(mtls->ains, ains, inLen * sizeof(ains[0])); in forEachMtlsSetup() 690 if (inLen > 0) { in forEachMtlsSetup() 691 mtls->fep.inLen = inLen; in forEachMtlsSetup() 692 for (int index = inLen; --index >= 0;) { in forEachMtlsSetup() 710 uint32_t inLen, in invokeForEach() argument [all …]
|
D | rsCpuScript.h | 65 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,
|
D | rsCpuIntrinsicHistogram.cpp | 39 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
|
D | rsCpuCoreRuntime.h | 45 uint32_t inLen; member
|
D | rsCpuScriptGroup2.cpp | 42 const size_t oldInLen = mutable_kinfo->inLen; in groupRoot() 65 mutable_kinfo->inLen = closure->mNumArg; in groupRoot() 81 mutable_kinfo->inLen = oldInLen; in groupRoot()
|
D | rsCpuCore.h | 91 void launchThreads(const Allocation** ains, uint32_t inLen, Allocation* aout,
|
D | rsd_cpu.h | 73 uint32_t inLen,
|
D | rsCpuCore.cpp | 341 for (uint32_t i = 0; i < fep->inLen; i++) { in FepPtrSetup() 455 uint32_t inLen, in launchThreads() argument
|
D | rsCpuIntrinsicColorMatrix.cpp | 171 uint32_t inLen, Allocation * aout, const void * usr, 942 uint32_t inLen, in preLaunch() argument
|
D | rsCpuIntrinsicResize.cpp | 39 uint32_t inLen, Allocation * aout, const void * usr, 645 uint32_t inLen, Allocation * aout, in preLaunch() argument
|
D | rsCpuIntrinsicBLAS.cpp | 33 uint32_t inLen, 96 uint32_t inLen, in invokeForEach() argument
|
/frameworks/rs/ |
D | rsScriptIntrinsic.cpp | 61 size_t inLen, in runForEach() argument 67 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, in runForEach()
|
D | rsScriptC.cpp | 190 size_t inLen, in runForEach() argument 224 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, in runForEach() 227 } else if (inLen == 1) { in runForEach()
|
D | rsScriptIntrinsic.h | 46 size_t inLen,
|
D | rsScriptC.h | 48 size_t inLen,
|
D | rsScript.cpp | 196 RsAllocation *vains, size_t inLen, in rsi_ScriptForEachMulti() argument 205 const_cast<const Allocation **>(ains), inLen, in rsi_ScriptForEachMulti()
|
D | rsScript.h | 127 size_t inLen,
|
D | rs_hal.h | 183 size_t inLen,
|
/frameworks/rs/driver/ |
D | rsdBcc.cpp | 93 size_t inLen, in rsdScriptInvokeForEachMulti() argument 100 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc); in rsdScriptInvokeForEachMulti()
|
D | rsdBcc.h | 50 size_t inLen,
|