Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp223 string getCoreLibPath(Context* context, string* coreLibRelaxedPath) { in getCoreLibPath() argument
224 *coreLibRelaxedPath = ""; in getCoreLibPath()
238 *coreLibRelaxedPath = SYSLIBPATH"/libclcore_neon.bc"; in getCoreLibPath()
253 const char* coreLibPath, const char* coreLibRelaxedPath, in setupCompileArguments() argument
270 args->push_back(coreLibRelaxedPath); in setupCompileArguments()
371 string coreLibRelaxedPath; in compile() local
373 &coreLibRelaxedPath); in compile()
379 resName, coreLibPath.c_str(), coreLibRelaxedPath.c_str(), in compile()
387 inputs.push_back(coreLibRelaxedPath.c_str()); in compile()