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

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp88 int optLevel, bool emitGlobalInfoSkipConstant) {
95 if (emitGlobalInfoSkipConstant) {
348 bool emitGlobalInfoSkipConstant = mCtx->getEmbedGlobalInfoSkipConstant(); local
351 optLevel, emitGlobalInfoSkipConstant);
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,
266 if (emitGlobalInfoSkipConstant) {
398 bool emitGlobalInfoSkipConstant = getCpuRefImpl()->getEmbedGlobalInfoSkipConstant(); 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 1346 milliseconds