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

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h26 class RSScript;
29 class RSScript : public Script { class in namespace:bcc
33 // to llvm::CodeGenOpt::Level. This makes RSScript LLVM-free.
57 static bool LinkRuntime(RSScript &pScript, const char *rt_path = NULL);
59 RSScript(Source &pSource);
61 virtual ~RSScript() {
H A DRSCompilerDriver.h25 #include "bcc/Renderscript/RSScript.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);
H A DRSInfo.h42 class RSScript;
44 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp17 #include "bcc/Renderscript/RSScript.h"
26 bool RSScript::LinkRuntime(RSScript &pScript, const char *core_lib) {
53 RSScript::RSScript(Source &pSource) function in class:RSScript
58 bool RSScript::doReset() {
H A DRSCompiler.cpp25 #include "bcc/Renderscript/RSScript.h"
36 RSScript &script = static_cast<RSScript &>(pScript);
92 // Script passed to RSCompiler must be a RSScript.
93 RSScript &script = static_cast<RSScript &>(pScript);
H A DAndroid.mk34 RSScript.cpp
H A DRSCompilerDriver.cpp30 #include "bcc/Renderscript/RSScript.h"
177 bool RSCompilerDriver::setupConfig(const RSScript &pScript) {
218 Compiler::ErrorCode RSCompilerDriver::compileScript(RSScript& pScript, const char* pScriptName,
248 if (!RSScript::LinkRuntime(pScript, pRuntimePath)) {
398 RSScript script(*source);
408 script.setOptimizationLevel(static_cast<RSScript::OptimizationLevel>(
423 bool RSCompilerDriver::buildForCompatLib(RSScript &pScript, const char *pOut,
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp118 RSScript *PrepareRSScript(BCCContext &pContext,
120 RSScript *result = NULL;
139 result = new (std::nothrow) RSScript(*source);
266 RSScript *s = NULL;
/frameworks/rs/cpu_ref/
H A Drsd_cpu.h32 class RSScript;
34 (bcc::RSScript *, llvm::Module *, llvm::Module *);

Completed in 1243 milliseconds