Searched refs:getCpuRefImpl (Results 1 – 2 of 2) sorted by relevance
369 const int optLevel = getCpuRefImpl()->getContext()->getOptLevel(); in compile()441 const string& coreLibPath = getCoreLibPath(getCpuRefImpl()->getContext(), in compile()445 bool emitGlobalInfo = getCpuRefImpl()->getEmbedGlobalInfo(); in compile()446 bool emitGlobalInfoSkipConstant = getCpuRefImpl()->getEmbedGlobalInfoSkipConstant(); in compile()539 getCpuRefImpl()->getContext()->getDriverName(), cacheDir, resName, in compile()598 RsdCpuReferenceImpl* ctxt = mGroup->getCpuRefImpl(); in setGlobalsForBatch()607 rsrSetObject(mGroup->getCpuRefImpl()->getContext(), in setGlobalsForBatch()660 mGroup->getCpuRefImpl()->launchForEach( in run()692 mGroup->getCpuRefImpl()->launchForEach(nullptr, 0, nullptr, nullptr, &mtls); in run()
68 RsdCpuReferenceImpl* getCpuRefImpl() const { return mCpuRefImpl; } in getCpuRefImpl() function