Home
last modified time | relevance | path

Searched refs:coreLibRelaxedPath (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp228 string getCoreLibPath(Context* context, string* coreLibRelaxedPath) { in getCoreLibPath() argument
229 *coreLibRelaxedPath = ""; in getCoreLibPath()
243 *coreLibRelaxedPath = SYSLIBPATH_BC"/libclcore_neon.bc"; in getCoreLibPath()
258 const char* coreLibPath, const char* coreLibRelaxedPath, in setupCompileArguments() argument
275 args->push_back(coreLibRelaxedPath); in setupCompileArguments()
440 string coreLibRelaxedPath; in compile() local
442 &coreLibRelaxedPath); in compile()
448 resName, coreLibPath.c_str(), coreLibRelaxedPath.c_str(), in compile()
456 inputs.push_back(coreLibRelaxedPath.c_str()); in compile()