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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp 78 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);
rsCpuIntrinsic.h 37 uint32_t usrLen,
45 uint32_t usrLen, const RsScriptCall *sc);
48 uint32_t usrLen, const RsScriptCall *sc);
rsCpuScript.h 57 uint32_t usrLen, const RsScriptCall *sc);
60 uint32_t usrLen, const RsScriptCall *sc);
65 uint32_t usrLen,
84 const void * usr, uint32_t usrLen,
rsCpuScriptGroup.cpp 203 si->preLaunch(slot, ins[ct], outs[ct], mtls.fep.usr, mtls.fep.usrLen, NULL);
224 sigs.add(mtls.fep.usrLen);
225 si->preLaunch(kernels[ct]->mSlot, ins[ct], outs[ct], mtls.fep.usr, mtls.fep.usrLen, NULL);
rsCpuIntrinsicHistogram.cpp 41 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) {
rsd_cpu.h 76 uint32_t usrLen,
rsCpuScript.cpp 744 const void * usr, uint32_t usrLen,
819 mtls->fep.usrLen = usrLen;
847 uint32_t usrLen,
851 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls);
    [all...]
rsCpuIntrinsicColorMatrix.cpp 137 const void * usr, uint32_t usrLen, const RsScriptCall *sc);
139 const void * usr, uint32_t usrLen, const RsScriptCall *sc);
847 const void * usr, uint32_t usrLen, const RsScriptCall *sc) {
881 const void * usr, uint32_t usrLen, const RsScriptCall *sc) {
  /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, NULL, 0));
  /frameworks/rs/driver/
rsdBcc.h 43 size_t usrLen,
rsdBcc.cpp 73 size_t usrLen,
77 cs->invokeForEach(slot, ain, aout, usr, usrLen, sc);
rsdRuntimeStubs.cpp 481 uint32_t usrLen) {
483 rsrForEach(rsc, target, in, out, usr, usrLen, NULL);
490 uint32_t usrLen,
493 rsrForEach(rsc, target, in, out, usr, usrLen, call);
    [all...]
  /frameworks/rs/
rs_hal.h 54 size_t usrLen;
115 size_t usrLen,

Completed in 507 milliseconds