Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp61 const std::string& bcFileName, in setCompileArguments() argument
125 args->push_back(bcFileName.c_str()); in setCompileArguments()
129 static bool compileBitcode(const std::string &bcFileName, in compileBitcode() argument
135 FILE *bcfile = fopen(bcFileName.c_str(), "we"); in compileBitcode()
137 ALOGE("Could not write to %s", bcFileName.c_str()); in compileBitcode()
144 bcFileName.c_str()); in compileBitcode()
326 std::string bcFileName(cacheDir); in init() local
327 bcFileName.append("/"); in init()
328 bcFileName.append(resName); in init()
329 bcFileName.append(".bc"); in init()
[all …]