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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp 100 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) {
rsCpuScript.h 86 bool forEachMtlsSetup(const Allocation ** ains, uint32_t inLen,
rsCpuScriptGroup.cpp 226 bool launchOK = si->forEachMtlsSetup(ains, inLen, outs[ct], nullptr, 0, nullptr, &mtls);
280 if (si->forEachMtlsSetup(ains, inLen, outs[0], nullptr, 0, nullptr, &mtls)) {
rsCpuScriptGroup2.cpp 590 firstCpuClosure->mSi->forEachMtlsSetup(
623 if (cpuClosure->mSi->forEachMtlsSetup((const Allocation**)closure->mArgs,
rsCpuScript.cpp 629 bool RsdCpuScriptImpl::forEachMtlsSetup(const Allocation ** ains,
747 if (forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls)) {
    [all...]

Completed in 59 milliseconds