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

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h30 class RSScript;
33 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
35 class RSScript : public Script { class in namespace:bcc
39 // to llvm::CodeGenOpt::Level. This makes RSScript LLVM-free.
63 static bool LinkRuntime(RSScript &pScript, const char *rt_path = NULL);
65 RSScript(Source &pSource);
H A DRSCompilerDriver.h31 class RSScript;
50 bool setupConfig(const RSScript &pScript);
52 RSExecutable *compileScript(RSScript &pScript,
89 RSExecutable *build(RSScript &pScript, const char *pOut,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp17 #include "bcc/Renderscript/RSScript.h"
25 bool RSScript::LinkRuntime(RSScript &pScript, const char *rt_path) {
70 RSScript::RSScript(Source &pSource) function in class:RSScript
75 bool RSScript::doReset() {
H A DRSCompiler.cpp25 #include "bcc/Renderscript/RSScript.h"
35 RSScript &script = static_cast<RSScript &>(pScript);
95 // Script passed to RSCompiler must be a RSScript.
96 RSScript &script = static_cast<RSScript &>(pScript);
101 ALOGE("Missing RSInfo in RSScript to run the pass for foreach expansion on "
H A DRSCompilerDriver.cpp24 #include "bcc/Renderscript/RSScript.h"
151 bool RSCompilerDriver::setupConfig(const RSScript &pScript) {
189 RSCompilerDriver::compileScript(RSScript &pScript,
219 if (!RSScript::LinkRuntime(pScript, pRuntimePath)) {
403 RSScript *script = new (std::nothrow) RSScript(*source);
416 script->setOptimizationLevel(static_cast<RSScript::OptimizationLevel>(
436 RSExecutable *RSCompilerDriver::build(RSScript &pScript, const char *pOut,
H A DAndroid.mk34 RSScript.cpp
/frameworks/rs/cpu_ref/
H A Drsd_cpu.h31 class RSScript;
32 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp130 RSScript *PrepareRSScript(BCCContext &pContext,
132 RSScript *result = NULL;
151 result = new (std::nothrow) RSScript(*source);
281 RSScript *s = NULL;
/frameworks/compile/slang/
H A Dslang_rs_type_spec.h57 ENUM_RS_OBJECT_DATA_TYPE(RSScript, "rs_script") \

Completed in 204 milliseconds