Searched defs:usrLen (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCoreRuntime.h58 uint32_t usrLen; member in struct:RsExpandKernelDriverInfo
H A DrsCpuIntrinsic.cpp78 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);
76 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
82 postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
88 invokeForEach(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuIntrinsicHistogram.cpp38 uint32_t usrLen, const RsScriptCall *sc);
41 uint32_t usrLen, const RsScriptCall *sc);
98 const void * usr, uint32_t usrLen,
146 const void * usr, uint32_t usrLen,
95 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
143 postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuIntrinsicResize.cpp37 uint32_t usrLen, const RsScriptCall *sc) override;
639 const void * usr, uint32_t usrLen,
636 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuIntrinsicBLAS.cpp34 uint32_t usrLen,
241 uint32_t usrLen,
236 invokeForEach(uint32_t slot, const Allocation ** ain, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuScript.cpp618 const void * usr, uint32_t usrLen,
705 mtls->fep.usrLen = usrLen;
740 uint32_t usrLen,
745 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) {
988 const void * usr, uint32_t usrLen,
993 const void * usr, uint32_t usrLen,
615 forEachMtlsSetup(const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStructForEach *mtls) argument
735 invokeForEach(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
986 preLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
991 postLaunch(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
/frameworks/rs/driver/
H A DrsdBcc.cpp74 size_t usrLen,
78 rsdScriptInvokeForEachMulti(rsc, s, slot, nullptr, 0, aout, usr, usrLen,
83 rsdScriptInvokeForEachMulti(rsc, s, slot, ains, 1, aout, usr, usrLen,
95 size_t usrLen,
99 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc);
68 rsdScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, size_t usrLen, const RsScriptCall *sc) argument
88 rsdScriptInvokeForEachMulti(const Context *rsc, Script *s, uint32_t slot, const Allocation ** ains, size_t inLen, Allocation * aout, const void * usr, size_t usrLen, const RsScriptCall *sc) argument
H A DrsdRuntimeStubs.cpp767 uint32_t usrLen) {
770 usr, usrLen, nullptr);
777 uint32_t usrLen,
781 usr, usrLen, (RsScriptCall *)call);
763 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
773 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const rs_script_call *call) argument
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp162 const void *usr, uint32_t usrLen,
746 const void *usr, size_t usrLen,
749 rsovScriptInvokeForEachMulti(rsc, s, slot, nullptr, 0, aout, usr, usrLen,
754 rsovScriptInvokeForEachMulti(rsc, s, slot, ains, 1, aout, usr, usrLen, sc);
761 size_t usrLen, const RsScriptCall *sc) {
763 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc);
160 invokeForEach(uint32_t slot, const Allocation **ains, uint32_t inLen, Allocation *aout, const void *usr, uint32_t usrLen, const RsScriptCall *sc) argument
744 rsovScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation *ain, Allocation *aout, const void *usr, size_t usrLen, const RsScriptCall *sc) argument
758 rsovScriptInvokeForEachMulti(const Context *rsc, Script *s, uint32_t slot, const Allocation **ains, size_t inLen, Allocation *aout, const void *usr, size_t usrLen, const RsScriptCall *sc) argument
H A DrsovRuntimeStubs.cpp702 const void *usr, uint32_t usrLen) {
705 (Allocation *)out.p, usr, usrLen, nullptr);
710 const void *usr, uint32_t usrLen, const rs_script_call *call) {
713 (Allocation *)out.p, usr, usrLen, (RsScriptCall *)call);
701 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
709 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const rs_script_call *call) argument

Completed in 87 milliseconds