Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp391 const string& coreLibPath = getCoreLibPath(getCpuRefImpl()->getContext(), in compile()
394 int optLevel = getCpuRefImpl()->getContext()->getOptLevel(); in compile()
397 bool emitGlobalInfo = getCpuRefImpl()->getEmbedGlobalInfo(); in compile()
398 bool emitGlobalInfoSkipConstant = getCpuRefImpl()->getEmbedGlobalInfoSkipConstant(); in compile()
484 getCpuRefImpl()->getContext()->getDriverName(), cacheDir, resName)) { in compile()
538 RsdCpuReferenceImpl* ctxt = mGroup->getCpuRefImpl(); in setGlobalsForBatch()
547 rsrSetObject(mGroup->getCpuRefImpl()->getContext(), in setGlobalsForBatch()
600 mGroup->getCpuRefImpl()->launchForEach( in run()
632 mGroup->getCpuRefImpl()->launchForEach(nullptr, 0, nullptr, nullptr, &mtls); in run()
DrsCpuScriptGroup2.h68 RsdCpuReferenceImpl* getCpuRefImpl() const { return mCpuRefImpl; } in getCpuRefImpl() function