Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp84 const std::string& bcFileName, in setCompileArguments() argument
142 args->push_back(bcFileName.c_str()); in setCompileArguments()
146 static bool compileBitcode(const std::string &bcFileName, in compileBitcode() argument
152 FILE *bcfile = fopen(bcFileName.c_str(), "w"); in compileBitcode()
154 ALOGE("Could not write to %s", bcFileName.c_str()); in compileBitcode()
161 bcFileName.c_str()); in compileBitcode()
341 std::string bcFileName(cacheDir); in init() local
342 bcFileName.append("/"); in init()
343 bcFileName.append(resName); in init()
344 bcFileName.append(".bc"); in init()
[all …]