HomeSort by relevance Sort by last modified time
    Searched refs:usrLen (Results 1 - 16 of 16) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp 78 const void * usr, uint32_t usrLen,
84 const void * usr, uint32_t usrLen,
93 uint32_t usrLen,
98 preLaunch(slot, ains, inLen, aout, usr, usrLen, sc);
100 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) {
112 postLaunch(slot, ains, inLen, aout, usr, usrLen, sc);
rsCpuIntrinsic.h 39 uint32_t usrLen,
48 uint32_t usrLen, const RsScriptCall * sc) override;
51 const void * usr, uint32_t usrLen,
rsCpuCoreRuntime.h 58 uint32_t usrLen;
rsCpuScript.h 66 uint32_t usrLen, const RsScriptCall *sc);
69 const void * usr, uint32_t usrLen,
77 uint32_t usrLen,
99 Allocation * aout, const void * usr, uint32_t usrLen,
rsCpuIntrinsicHistogram.cpp 41 uint32_t usrLen, const RsScriptCall *sc);
44 uint32_t usrLen, const RsScriptCall *sc);
104 const void * usr, uint32_t usrLen,
152 const void * usr, uint32_t usrLen,
rsd_cpu.h 76 uint32_t usrLen,
rsCpuScript.cpp 518 const void * usr, uint32_t usrLen,
684 mtls->fep.usrLen = usrLen;
713 uint32_t usrLen,
718 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) {
935 const void * usr, uint32_t usrLen,
940 const void * usr, uint32_t usrLen,
rsCpuScriptGroup.cpp 230 mtls.fep.usrLen, nullptr);
267 sigs.add(mtls.fep.usrLen);
269 mtls.fep.usr, mtls.fep.usrLen, nullptr);
rsCpuIntrinsicColorMatrix.cpp 172 uint32_t usrLen, const RsScriptCall *sc) override;
945 uint32_t usrLen,
rsCpuIntrinsicResize.cpp 40 uint32_t usrLen, const RsScriptCall *sc) override;
646 const void * usr, uint32_t usrLen,
rsCpuIntrinsicBLAS.cpp 36 uint32_t usrLen,
99 uint32_t usrLen,
  /frameworks/rs/cpp/
Script.cpp 30 const void *usr, size_t usrLen) const {
36 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, nullptr, 0));
  /frameworks/rs/driver/
rsdBcc.cpp 75 size_t usrLen,
79 rsdScriptInvokeForEachMulti(rsc, s, slot, nullptr, 0, aout, usr, usrLen,
84 rsdScriptInvokeForEachMulti(rsc, s, slot, ains, 1, aout, usr, usrLen,
96 size_t usrLen,
100 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc);
rsdBcc.h 43 size_t usrLen,
53 size_t usrLen,
rsdRuntimeStubs.cpp 469 uint32_t usrLen) {
472 usr, usrLen, nullptr);
479 uint32_t usrLen,
483 usr, usrLen, (RsScriptCall *)call);
    [all...]
  /frameworks/rs/
rs_hal.h 151 size_t usrLen,
186 size_t usrLen,

Completed in 109 milliseconds