summaryrefslogtreecommitdiff
path: root/driver/rsdBcc.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-08-14 14:38:05 -0700
committerJason Sams <jsams@google.com>2012-08-14 14:38:05 -0700
commit8eaba4fee0c7b5325742c87187622fdff51d5eff (patch)
treea599db9771336b4155db71f741ac63b01feb0323 /driver/rsdBcc.h
parentc3b8f060521ee952913b2ad0a12da911ec6a67ac (diff)
downloadrs-8eaba4fee0c7b5325742c87187622fdff51d5eff.tar.gz
Intrinisics
Change-Id: I1ce02ecd853382a2c92823b021750b93f1786ccf
Diffstat (limited to 'driver/rsdBcc.h')
-rw-r--r--driver/rsdBcc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/driver/rsdBcc.h b/driver/rsdBcc.h
index ead67018..8b91e93b 100644
--- a/driver/rsdBcc.h
+++ b/driver/rsdBcc.h
@@ -24,6 +24,11 @@
bool rsdScriptInit(const android::renderscript::Context *, android::renderscript::ScriptC *,
char const *resName, char const *cacheDir,
uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags);
+bool rsdInitIntrinsic(const android::renderscript::Context *rsc,
+ android::renderscript::Script *s,
+ RsScriptIntrisicID iid,
+ android::renderscript::Element *e);
+
void rsdScriptInvokeFunction(const android::renderscript::Context *dc,
android::renderscript::Script *script,
uint32_t slot,