Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp26 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()
DRSCompiler.cpp36 RSScript &script = static_cast<RSScript &>(pScript); in addInternalizeSymbolsPass()
93 RSScript &script = static_cast<RSScript &>(pScript); in addExpandForEachPass()
DRSCompilerDriver.cpp177 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()
DAndroid.mk34 RSScript.cpp
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h26 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()
DRSCompilerDriver.h59 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);
DRSInfo.h42 class RSScript; variable
44 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp118 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/
Drsd_cpu.h32 class RSScript; variable
34 (bcc::RSScript *, llvm::Module *, llvm::Module *);