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()
330 std::vector<const char*> compileArguments; in init() local
333 setCompileArguments(&compileArguments, bcFileName, cacheDir, resName, core_lib, in init()
346 rsuJoinStrings(compileArguments.size()-1, compileArguments.data())); in init()
365 compileArguments.pop_back(); in init()
366 compileArguments.push_back("-build-checksum"); in init()
370 compileArguments.push_back(checksumStr.c_str()); in init()
371 compileArguments.push_back(nullptr); in init()
388 compileArguments)) in init()