/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup.cpp | 67 rsAssert(kinfo->inLen == 1); in scriptGroupRoot() 85 rsAssert(kinfo->inLen == 0); in scriptGroupRoot() 212 uint32_t inLen; in execute() local 216 inLen = 0; in execute() 220 inLen = 1; in execute() 224 bool launchOK = si->forEachMtlsSetup(ains, inLen, outs[ct], nullptr, 0, nullptr, &mtls); in execute() 227 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr, in execute() 231 mCtx->launchForEach(ains, inLen, outs[ct], nullptr, &mtls); in execute() 234 si->postLaunch(slot, ains, inLen, outs[ct], nullptr, 0, nullptr); in execute() 243 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->launchForEach(ains, inLen, aout, sc, &mtls); in invokeForEach() 112 postLaunch(slot, ains, inLen, aout, usr, usrLen, sc); in invokeForEach()
|
D | rsCpuScript.cpp | 556 uint32_t inLen, in reduceMtlsSetup() argument 560 rsAssert(ains && (inLen >= 1) && aout); in reduceMtlsSetup() 564 for (int index = inLen; --index >= 0;) { in reduceMtlsSetup() 585 for (int Index = inLen; --Index >= 1;) { in reduceMtlsSetup() 614 memcpy(mtls->ains, ains, inLen * sizeof(ains[0])); in reduceMtlsSetup() 615 mtls->redp.inLen = inLen; in reduceMtlsSetup() 616 for (int index = inLen; --index >= 0;) { in reduceMtlsSetup() 627 uint32_t inLen, in forEachMtlsSetup() argument 632 if (ains == nullptr && inLen != 0) { in forEachMtlsSetup() 641 for (int index = inLen; --index >= 0;) { in forEachMtlsSetup() [all …]
|
D | rsCpuScript.h | 50 uint32_t inLen, Allocation * aout, const void * usr, 53 uint32_t inLen, Allocation * aout, 59 uint32_t inLen, 66 const Allocation ** ains, uint32_t inLen, 88 bool forEachMtlsSetup(const Allocation ** ains, uint32_t inLen, 95 bool reduceMtlsSetup(const Allocation ** ains, uint32_t inLen, const Allocation *aout,
|
D | rsCpuIntrinsic.h | 51 uint32_t inLen, 62 uint32_t inLen, Allocation * aout, const void * usr, 65 uint32_t inLen, Allocation * aout,
|
D | rsCpuCore.h | 167 void launchForEach(const Allocation **ains, uint32_t inLen, Allocation *aout, 171 void launchReduce(const Allocation ** ains, uint32_t inLen, Allocation *aout, 263 void launchReduceSerial(const Allocation ** ains, uint32_t inLen, Allocation *aout, 265 void launchReduceParallel(const Allocation ** ains, uint32_t inLen, Allocation *aout,
|
D | rsCpuIntrinsicHistogram.cpp | 36 void preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, 39 void postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, 97 uint32_t inLen, Allocation * aout, in preLaunch() argument 145 uint32_t inLen, Allocation * aout, in postLaunch() argument
|
D | rsd_cpu.h | 59 uint32_t inLen, 66 const Allocation ** ains, uint32_t inLen,
|
D | rsCpuCore.cpp | 338 for (uint32_t i = 0; i < fep->inLen; i++) { in FepPtrSetup() 340 rsAssert(fep->inLen == 1); in FepPtrSetup() 357 for (uint32_t i = 0; i < redp->inLen; i++) { in RedpPtrSetup() 652 uint32_t inLen, in launchReduce() argument 657 launchReduceParallel(ains, inLen, aout, mtls); in launchReduce() 659 launchReduceSerial(ains, inLen, aout, mtls); in launchReduce() 669 uint32_t inLen, in launchReduceSerial() argument 716 uint32_t inLen, in launchReduceParallel() argument 721 launchReduceSerial(ains, inLen, aout, mtls); in launchReduceParallel() 827 uint32_t inLen, in launchForEach() 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() 84 mutable_kinfo->inLen = oldInLen; in groupRoot()
|
D | rsCpuIntrinsicColorMatrix.cpp | 168 uint32_t inLen, Allocation * aout, const void * usr, 944 uint32_t inLen, in preLaunch() argument
|
D | rsCpuIntrinsicResize.cpp | 41 uint32_t inLen, Allocation * aout, const void * usr, 722 uint32_t inLen, Allocation * aout, in preLaunch() argument
|
D | rsCpuIntrinsicBLAS.cpp | 31 uint32_t inLen, 238 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() 72 const Allocation ** ains, size_t inLen, in runReduce() argument
|
D | rsScriptIntrinsic.h | 46 size_t inLen, 53 const Allocation ** ains, size_t inLen,
|
D | rsScriptC.h | 44 size_t inLen, 51 const Allocation ** ains, size_t inLen,
|
D | rsScriptC.cpp | 174 size_t inLen, in runForEach() argument 207 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, in runForEach() 210 } else if (inLen == 1) { in runForEach() 221 const Allocation ** ains, size_t inLen, in runReduce() argument 238 rsc->mHal.funcs.script.invokeReduce(rsc, this, slot, ains, inLen, aout, sc); in runReduce()
|
D | rsScript.cpp | 193 RsAllocation *vains, size_t inLen, in rsi_ScriptForEachMulti() argument 202 const_cast<const Allocation **>(ains), inLen, in rsi_ScriptForEachMulti() 225 RsAllocation *vains, size_t inLen, in rsi_ScriptReduce() argument 232 const_cast<const Allocation **>(ains), inLen, in rsi_ScriptReduce()
|
D | rsScript.h | 129 size_t inLen, 136 const Allocation **ains, size_t inLen,
|
D | rsHidlAdaptation.cpp | 758 size_t inLen = 0; in ScriptForEach() local 761 inLen = 1; in ScriptForEach() 763 ScriptForEachMulti(context, script, slot, vains, inLen, vaout, params, paramLen, sc, scLen); in ScriptForEach() 767 RsAllocation *vains, size_t inLen, in ScriptForEachMulti() argument 774 std::vector<Allocation> _vains(inLen); in ScriptForEachMulti() 775 for (size_t i = 0; i < inLen; i++) { in ScriptForEachMulti() 809 RsAllocation *vains, size_t inLen, RsAllocation vaout, in ScriptReduce() argument 814 std::vector<Allocation> _vains(inLen); in ScriptReduce() 815 for (size_t i = 0; i < inLen; i++) { in ScriptReduce()
|
D | rs_hal.h | 179 const Allocation ** ains, size_t inLen, 212 size_t inLen,
|
/frameworks/rs/driver/ |
D | rsdBcc.cpp | 92 size_t inLen, in rsdScriptInvokeForEachMulti() argument 99 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc); in rsdScriptInvokeForEachMulti() 128 const Allocation ** ains, size_t inLen, in rsdScriptInvokeReduce() argument 132 cs->invokeReduce(slot, ains, inLen, aout, sc); in rsdScriptInvokeReduce()
|
D | rsdBcc.h | 50 size_t inLen, 58 size_t inLen,
|
/frameworks/av/media/libstagefright/ |
D | MetaDataUtils.cpp | 227 size_t inLen = strnlen((const char *)data, size); in extractAlbumArt() local 228 size_t flacSize = inLen / 4 * 3; in extractAlbumArt()
|