Searched refs:forEachMtlsSetup (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.cpp100 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) {
H A DrsCpuScript.h86 bool forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
H A DrsCpuScriptGroup.cpp226 bool launchOK = si->forEachMtlsSetup(ains, inLen, outs[ct], nullptr, 0, nullptr, &mtls);
280 if (si->forEachMtlsSetup(ains, inLen, outs[0], nullptr, 0, nullptr, &mtls)) {
H A DrsCpuScriptGroup2.cpp590 firstCpuClosure->mSi->forEachMtlsSetup(
623 if (cpuClosure->mSi->forEachMtlsSetup((const Allocation**)closure->mArgs,
H A DrsCpuScript.cpp629 bool RsdCpuScriptImpl::forEachMtlsSetup(const Allocation ** ains, function in class:android::renderscript::RsdCpuScriptImpl
747 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) {

Completed in 78 milliseconds