Searched refs:getCpuRefImpl (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup2.cpp | 372 const string& coreLibPath = getCoreLibPath(getCpuRefImpl()->getContext(), in compile() 376 bool emitGlobalInfo = getCpuRefImpl()->getEmbedGlobalInfo(); in compile() 377 bool emitGlobalInfoSkipConstant = getCpuRefImpl()->getEmbedGlobalInfoSkipConstant(); in compile() 414 getCpuRefImpl()->getContext(), mScriptObj, checksum); in compile() 463 getCpuRefImpl()->getContext()->getDriverName(), cacheDir, resName)) { in compile() 488 getCpuRefImpl()->getContext(), in compile() 518 RsdCpuReferenceImpl* ctxt = mGroup->getCpuRefImpl(); in setGlobalsForBatch() 527 rsrSetObject(mGroup->getCpuRefImpl()->getContext(), in setGlobalsForBatch() 580 mGroup->getCpuRefImpl()->launchThreads( in run() 612 mGroup->getCpuRefImpl()->launchThreads(nullptr, 0, nullptr, nullptr, &mtls); in run()
|
D | rsCpuScriptGroup2.h | 68 RsdCpuReferenceImpl* getCpuRefImpl() const { return mCpuRefImpl; } in getCpuRefImpl() function
|