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

/frameworks/rs/cpp/
H A DScript.cpp36 const void *usr, size_t usrLen) const {
42 rsScriptForEach(mRS->mContext, getID(), slot, in_id, out_id, usr, usrLen);
35 forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout, const void *usr, size_t usrLen) const argument
/frameworks/rs/
H A DrsScriptC.cpp134 const void * usr,
142 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
130 runForEach(Context *rsc, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, size_t usrBytes, const RsScriptCall *sc) argument
H A DrsScriptC_Lib.cpp159 const void *usr, uint32_t usrBytes,
161 target->runForEach(rsc, /* root slot */ 0, in, out, usr, usrBytes, call);
156 rsrForEach(Context *rsc, Script *sc, Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
H A Drs_hal.h49 const void *usr; member in struct:android::renderscript::__anon1562
92 const void * usr,
/frameworks/rs/driver/
H A DrsdBcc.cpp220 const void * usr; member in struct:__anon1543
250 static void wc_xy(void *usr, uint32_t idx) { argument
251 MTLaunchStruct *mtls = (MTLaunchStruct *)usr;
254 p.usr = mtls->usr;
269 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
270 //ALOGE("usr ptr in %p, out %p", mtls->ptrIn, mtls->ptrOut);
279 static void wc_x(void *usr, uint32_t idx) { argument
280 MTLaunchStruct *mtls = (MTLaunchStruct *)usr;
283 p.usr
307 rsdScriptInvokeForEach(const Context *rsc, Script *s, uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
[all...]
H A DrsdRuntimeStubs.cpp369 const void *usr) {
371 rsrForEach(rsc, sc, target, in, out, usr, 0, NULL);
377 const void *usr,
380 rsrForEach(rsc, sc, target, in, out, usr, 0, call);
386 const void *usr,
389 rsrForEach(rsc, sc, target, in, out, usr, usrLen, NULL);
395 const void *usr,
399 rsrForEach(rsc, sc, target, in, out, usr, usrLen, call);
366 SC_ForEach_SAAU(Script *target, Allocation *in, Allocation *out, const void *usr) argument
374 SC_ForEach_SAAUS(Script *target, Allocation *in, Allocation *out, const void *usr, const RsScriptCall *call) argument
383 SC_ForEach_SAAUL(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen) argument
392 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument

Completed in 1713 milliseconds