Searched defs:kernel (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdBcc.h | 143 ForEachFunc_t kernel; member
|
/frameworks/rs/driver/ |
D | rsdBcc.h | 145 ForEachFunc_t kernel; member
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSForEachExpand.cpp | 624 llvm::Function *kernel = M.getFunction(name); in runOnModule() local
|
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 446 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); in rsnScriptGroupSetInput() 447 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { in nScriptGroupSetInput() 452 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); in rsnScriptGroupSetOutput() 453 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { in nScriptGroupSetOutput()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 588 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); in rsnScriptGroupSetInput() 589 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { in nScriptGroupSetInput() 594 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); in rsnScriptGroupSetOutput() 595 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { in nScriptGroupSetOutput()
|