Searched refs:usrLen (Results 1 - 15 of 15) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.cpp78 uint32_t usrLen, const RsScriptCall *sc) {
83 uint32_t usrLen, const RsScriptCall *sc) {
90 uint32_t usrLen,
94 preLaunch(slot, ain, aout, usr, usrLen, sc);
96 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls);
107 postLaunch(slot, ain, aout, usr, usrLen, sc);
115 uint32_t usrLen,
123 preLaunch(slot, ains[0], aout, usr, usrLen, sc);
125 forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls);
136 postLaunch(slot, ains[0], aout, usr, usrLen, s
76 preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
81 postLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
86 invokeForEach(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
110 invokeForEachMulti(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
[all...]
H A DrsCpuIntrinsic.h37 uint32_t usrLen,
45 uint32_t usrLen,
54 uint32_t usrLen, const RsScriptCall *sc);
57 uint32_t usrLen, const RsScriptCall *sc);
H A DrsCpuScript.h69 uint32_t usrLen, const RsScriptCall *sc);
72 uint32_t usrLen, const RsScriptCall *sc);
77 uint32_t usrLen,
85 uint32_t usrLen,
104 const void * usr, uint32_t usrLen,
108 Allocation * aout, const void * usr, uint32_t usrLen,
H A Drsd_cpu.h76 uint32_t usrLen,
84 uint32_t usrLen,
H A DrsCpuScript.cpp798 const void * usr, uint32_t usrLen,
886 mtls->fep.usrLen = usrLen;
911 const void * usr, uint32_t usrLen,
1016 mtls->fep.usrLen = usrLen;
1055 uint32_t usrLen,
1059 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls);
1072 uint32_t usrLen,
1077 forEachMtlsSetup(ains, inLen, aout, usr, usrLen, s
797 forEachMtlsSetup(const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStruct *mtls) argument
909 forEachMtlsSetup(const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStruct *mtls) argument
1051 invokeForEach(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
1067 invokeForEachMulti(uint32_t slot, const Allocation ** ains, uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
1346 preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
1352 postLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
[all...]
H A DrsCpuScriptGroup.cpp201 si->preLaunch(slot, ins[ct], outs[ct], mtls.fep.usr, mtls.fep.usrLen, NULL);
222 sigs.add(mtls.fep.usrLen);
223 si->preLaunch(kernels[ct]->mSlot, ins[ct], outs[ct], mtls.fep.usr, mtls.fep.usrLen, NULL);
H A DrsCpuIntrinsicHistogram.cpp41 uint32_t usrLen, const RsScriptCall *sc);
44 uint32_t usrLen, const RsScriptCall *sc);
102 uint32_t usrLen, const RsScriptCall *sc) {
147 uint32_t usrLen, const RsScriptCall *sc) {
100 preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
145 postLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsCpuCore.h46 uint32_t usrLen; member in struct:android::renderscript::__anon1483
H A DrsCpuIntrinsicColorMatrix.cpp173 const void * usr, uint32_t usrLen, const RsScriptCall *sc);
175 const void * usr, uint32_t usrLen, const RsScriptCall *sc);
942 const void * usr, uint32_t usrLen, const RsScriptCall *sc) {
1006 const void * usr, uint32_t usrLen, const RsScriptCall *sc) {
H A DrsCpuIntrinsicResize.cpp40 uint32_t usrLen, const RsScriptCall *sc);
309 uint32_t usrLen, const RsScriptCall *sc)
307 preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
/frameworks/rs/cpp/
H A DScript.cpp30 const void *usr, size_t usrLen) const {
36 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, NULL, 0));
/frameworks/rs/driver/
H A DrsdBcc.cpp73 size_t usrLen,
77 cs->invokeForEach(slot, ain, aout, usr, usrLen, sc);
87 size_t usrLen,
91 cs->invokeForEachMulti(slot, ains, inLen, aout, usr, usrLen, sc);
67 rsdScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, size_t usrLen, const RsScriptCall *sc) argument
80 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 DrsdBcc.h43 size_t usrLen,
53 size_t usrLen,
H A DrsdRuntimeStubs.cpp619 uint32_t usrLen) {
621 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, NULL);
628 uint32_t usrLen) {
630 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, usrLen, NULL);
639 uint32_t usrLen,
642 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, call);
649 uint32_t usrLen,
652 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, usrLen, call);
1475 uint32_t usrLen) {
1477 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, NUL
615 SC_ForEach_SAAUL(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen) argument
624 SC_ForEach_SAAUL(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen) argument
635 SC_ForEach_SAAULS(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
645 SC_ForEach_SAAULS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1471 SC_ForEach_SAAUL(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
1480 SC_ForEach_SAAULS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1546 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
1554 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const rs_script_call *call) argument
[all...]
/frameworks/rs/
H A Drs_hal.h124 size_t usrLen,
159 size_t usrLen,

Completed in 117 milliseconds