Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp132 std::vector<const char *> &compileArguments) { in compileBitcode() argument
150 compileArguments.size()-1, compileArguments.data()); in compileBitcode()
331 std::vector<const char*> compileArguments; in init() local
334 setCompileArguments(&compileArguments, bcFileName, cacheDir, resName, core_lib, in init()
347 rsuJoinStrings(compileArguments.size()-1, compileArguments.data())); in init()
366 compileArguments.pop_back(); in init()
367 compileArguments.push_back("-build-checksum"); in init()
371 compileArguments.push_back(checksumStr.c_str()); in init()
372 compileArguments.push_back(nullptr); in init()
389 compileArguments)) in init()