Searched defs:optLevel (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp88 int optLevel, bool emitGlobalInfoSkipConstant) {
109 switch (optLevel) {
117 ALOGW("Expected optimization level of 0 or 3. Received %d", optLevel);
339 int optLevel = mCtx->getContext()->getOptLevel(); 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.cpp260 int optLevel, vector<const char*>* args) {
291 switch (optLevel) {
299 ALOGW("Expected optimization level of 0 or 3. Received %d", optLevel);
394 int optLevel = getCpuRefImpl()->getContext()->getOptLevel(); local
402 optLevel, &arguments);
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
/frameworks/rs/
H A DrsContext.h264 void setOptLevel(uint32_t optLevel) { mOptLevel = optLevel; } argument

Completed in 214 milliseconds