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

/frameworks/rs/driver/
H A DrsdBcc.cpp251 uint32_t usrLen,
306 mtls->fep.usrLen = usrLen;
336 uint32_t usrLen,
395 uint32_t usrLen,
401 rsdScriptInvokeForEachMtlsSetup(rsc, ain, aout, usr, usrLen, sc, &mtls);
418 rsdScriptLaunchThreads(rsc, s, slot, ain, aout, usr, usrLen, sc, &mtls);
247 rsdScriptInvokeForEachMtlsSetup(const Context *rsc, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStruct *mtls) argument
330 rsdScriptLaunchThreads(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStruct *mtls) argument
389 rsdScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsdRuntimeStubs.cpp457 uint32_t usrLen) {
459 rsrForEach(rsc, sc, target, in, out, usr, usrLen, NULL);
466 uint32_t usrLen,
469 rsrForEach(rsc, sc, target, in, out, usr, usrLen, call);
453 SC_ForEach_SAAUL(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen) argument
462 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
/frameworks/rs/
H A Drs_hal.h54 size_t usrLen; member in struct:android::renderscript::__anon1554
113 uint32_t usrLen,
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp426 uint32_t usrLen,
481 mtls->fep.usrLen = usrLen;
511 uint32_t usrLen,
568 uint32_t usrLen,
574 rsdScriptInvokeForEachMtlsSetup(rsc, ain, aout, usr, usrLen, sc, &mtls);
589 rsdScriptLaunchThreads(rsc, s, slot, ain, aout, usr, usrLen, sc, &mtls);
422 rsdScriptInvokeForEachMtlsSetup(const Context *rsc, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStruct *mtls) argument
505 rsdScriptLaunchThreads(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc, MTLaunchStruct *mtls) argument
562 rsdScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
H A DrsdRuntimeStubs.cpp168 uint32_t usrLen) {
170 rsrForEach(rsc, sc, target, in, out, usr, usrLen, NULL);
177 uint32_t usrLen,
180 rsrForEach(rsc, sc, target, in, out, usr, usrLen, call);
164 SC_ForEach_SAAUL(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen) argument
173 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h54 size_t usrLen; member in struct:android::renderscript::__anon1583
113 uint32_t usrLen,

Completed in 84 milliseconds