Searched defs:emitGlobalInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp87 const char* bccPluginName, bool emitGlobalInfo,
93 if (emitGlobalInfo) {
347 bool emitGlobalInfo = mCtx->getEmbedGlobalInfo(); local
350 useRSDebugContext, bccPluginName, emitGlobalInfo,
83 setCompileArguments(std::vector<const char*>* args, const std::string& bcFileName, const char* cacheDir, const char* resName, const char* core_lib, bool useRSDebugContext, const char* bccPluginName, bool emitGlobalInfo, int optLevel, bool emitGlobalInfoSkipConstant) argument
H A DrsCpuScriptGroup2.cpp259 const bool emitGlobalInfo, const bool emitGlobalInfoSkipConstant,
264 if (emitGlobalInfo) {
397 bool emitGlobalInfo = getCpuRefImpl()->getEmbedGlobalInfo(); local
401 emitGlobalInfo, emitGlobalInfoSkipConstant,
254 setupCompileArguments( const vector<const char*>& inputs, const vector<string>& kernelBatches, const vector<string>& invokeBatches, const char* outputDir, const char* outputFileName, const char* coreLibPath, const char* coreLibRelaxedPath, const bool emitGlobalInfo, const bool emitGlobalInfoSkipConstant, int optLevel, vector<const char*>* args) argument

Completed in 262 milliseconds