Home
last modified time | relevance | path

Searched refs:mExecutable (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp340 mExecutable = NULL; in RsdCpuScriptImpl()
368 mExecutable = NULL; in init()
463 mExecutable = exec; in init()
478 const bcc::RSInfo *info = &mExecutable->getInfo(); in init()
706 const bcc::RSInfo *info = &mExecutable->getInfo(); in populateScript()
714 const_cast<const char**>(mExecutable->getPragmaKeys().array()); in populateScript()
716 const_cast<const char**>(mExecutable->getPragmaValues().array()); in populateScript()
863 rsAssert(slot < mExecutable->getExportForeachFuncAddrs().size()); in forEachKernelSetup()
865 mExecutable->getExportForeachFuncAddrs()[slot]); in forEachKernelSetup()
867 mtls->sig = mExecutable->getInfo().getExportForeachFuncs()[slot].second; in forEachKernelSetup()
[all …]
DrsCpuScript.h95 virtual void * getRSExecutable() { return mExecutable; } in getRSExecutable()
110 bcc::RSExecutable *mExecutable; variable