OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSScript
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h
30
class
RSScript
;
33
class
RSScript
: public Script {
37
// to llvm::CodeGenOpt::Level. This makes
RSScript
LLVM-free.
61
static bool LinkRuntime(
RSScript
&pScript, const char *rt_path = NULL);
63
RSScript
(Source &pSource);
65
virtual ~
RSScript
() {
RSCompilerDriver.h
25
#include "bcc/Renderscript/
RSScript
.h"
54
bool setupConfig(const
RSScript
&pScript);
56
Compiler::ErrorCode compileScript(
RSScript
&pScript,
107
bool build(
RSScript
&pScript, const char *pOut, const char *pRuntimePath);
RSInfo.h
41
class
RSScript
;
43
typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::
RSScript
*, llvm::Module *, llvm::Module *);
/frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp
17
#include "bcc/Renderscript/
RSScript
.h"
25
bool
RSScript
::LinkRuntime(
RSScript
&pScript, const char *rt_path) {
70
RSScript
::
RSScript
(Source &pSource)
75
bool
RSScript
::doReset() {
RSCompiler.cpp
25
#include "bcc/Renderscript/
RSScript
.h"
35
RSScript
&script = static_cast<
RSScript
&>(pScript);
91
// Script passed to RSCompiler must be a
RSScript
.
92
RSScript
&script = static_cast<
RSScript
&>(pScript);
97
ALOGE("Missing RSInfo in
RSScript
to run the pass for foreach expansion on "
Android.mk
34
RSScript
.cpp
RSCompilerDriver.cpp
28
#include "bcc/Renderscript/
RSScript
.h"
157
bool RSCompilerDriver::setupConfig(const
RSScript
&pScript) {
198
RSCompilerDriver::compileScript(
RSScript
&pScript,
227
if (!
RSScript
::LinkRuntime(pScript, pRuntimePath)) {
385
RSScript
*script = new (std::nothrow)
RSScript
(*source);
398
script->setOptimizationLevel(static_cast<
RSScript
::OptimizationLevel>(
420
bool RSCompilerDriver::build(
RSScript
&pScript, const char *pOut,
/frameworks/rs/cpu_ref/
rsd_cpu.h
32
class
RSScript
;
34
(bcc::
RSScript
*, llvm::Module *, llvm::Module *);
/frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp
129
RSScript
*PrepareRSScript(BCCContext &pContext,
131
RSScript
*result = NULL;
150
result = new (std::nothrow)
RSScript
(*source);
280
RSScript
*s = NULL;
/frameworks/compile/slang/
slang_rs_type_spec.h
57
ENUM_RS_OBJECT_DATA_TYPE(
RSScript
, "rs_script") \
Completed in 1578 milliseconds