Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp131 std::vector<const char *> &compileArguments) { in compileBitcode() argument
149 compileArguments.size()-1, compileArguments.data()); in compileBitcode()
349 std::vector<const char*> compileArguments; in init() local
352 setCompileArguments(&compileArguments, bcFileName, cacheDir, resName, core_lib, in init()
365 rsuJoinStrings(compileArguments.size()-1, compileArguments.data())); in init()
384 compileArguments.pop_back(); in init()
385 compileArguments.push_back("-build-checksum"); in init()
388 compileArguments.push_back(ss.str().c_str()); in init()
389 compileArguments.push_back(nullptr); in init()
405 compileArguments)) in init()