Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp126 std::vector<const char *> &compileArguments) { in compileBitcode() argument
144 compileArguments.size()-1, compileArguments.data()); in compileBitcode()
323 std::vector<const char*> compileArguments; in init() local
326 setCompileArguments(&compileArguments, bcFileName, cacheDir, resName, core_lib, in init()
339 rsuJoinStrings(compileArguments.size()-1, compileArguments.data())); in init()
358 compileArguments.pop_back(); in init()
359 compileArguments.push_back("-build-checksum"); in init()
363 compileArguments.push_back(checksumStr.c_str()); in init()
364 compileArguments.push_back(nullptr); in init()
381 compileArguments)) in init()