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

/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp228 string getCoreLibPath(Context* context, string* coreLibRelaxedPath) { argument
229 *coreLibRelaxedPath = "";
243 *coreLibRelaxedPath = SYSLIBPATH"/libclcore_neon.bc";
258 const char* coreLibPath, const char* coreLibRelaxedPath,
275 args->push_back(coreLibRelaxedPath);
390 string coreLibRelaxedPath; local
392 &coreLibRelaxedPath);
400 resName, coreLibPath.c_str(), coreLibRelaxedPath.c_str(),
408 inputs.push_back(coreLibRelaxedPath.c_str());
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 992 milliseconds