Searched refs:RSScript (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSScript.cpp | 26 bool RSScript::LinkRuntime(RSScript &pScript, const char *core_lib) { in LinkRuntime() 53 RSScript::RSScript(Source &pSource) in RSScript() function in RSScript 58 bool RSScript::doReset() { in doReset()
|
D | RSCompiler.cpp | 36 RSScript &script = static_cast<RSScript &>(pScript); in addInternalizeSymbolsPass() 93 RSScript &script = static_cast<RSScript &>(pScript); in addExpandForEachPass()
|
D | RSCompilerDriver.cpp | 177 bool RSCompilerDriver::setupConfig(const RSScript &pScript) { in setupConfig() 218 Compiler::ErrorCode RSCompilerDriver::compileScript(RSScript& pScript, const char* pScriptName, in compileScript() 248 if (!RSScript::LinkRuntime(pScript, pRuntimePath)) { in compileScript() 398 RSScript script(*source); in build() 408 script.setOptimizationLevel(static_cast<RSScript::OptimizationLevel>( in build() 423 bool RSCompilerDriver::buildForCompatLib(RSScript &pScript, const char *pOut, in buildForCompatLib()
|
D | Android.mk | 34 RSScript.cpp
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSScript.h | 26 class RSScript; variable 29 class RSScript : public Script { 57 static bool LinkRuntime(RSScript &pScript, const char *rt_path = NULL); 59 RSScript(Source &pSource); 61 virtual ~RSScript() { in ~RSScript()
|
D | RSCompilerDriver.h | 59 bool setupConfig(const RSScript &pScript); 67 Compiler::ErrorCode compileScript(RSScript& pScript, const char* pScriptName, 117 bool buildForCompatLib(RSScript &pScript, const char *pOut, const char *pRuntimePath);
|
D | RSInfo.h | 42 class RSScript; variable 44 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Main.cpp | 118 RSScript *PrepareRSScript(BCCContext &pContext, in PrepareRSScript() 120 RSScript *result = NULL; in PrepareRSScript() 139 result = new (std::nothrow) RSScript(*source); in PrepareRSScript() 266 RSScript *s = NULL; in main()
|
/frameworks/rs/cpu_ref/ |
D | rsd_cpu.h | 32 class RSScript; variable 34 (bcc::RSScript *, llvm::Module *, llvm::Module *);
|