Searched defs:kernel (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/driver/
H A DrsdBcc.h145 ForEachFunc_t kernel; member in struct:__anon1534
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.h143 ForEachFunc_t kernel; member in struct:__anon1570
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp266 // Collect and construct the arguments for the kernel().
325 // Populate the actual call to kernel().
387 /* Expand a pass-by-value kernel.
391 ALOGV("Expanding kernel Function %s", F->getName().str().c_str());
486 // Collect and construct the arguments for the kernel().
549 // Populate the actual call to kernel().
624 llvm::Function *kernel = M.getFunction(name); local
625 if (kernel && isKernel(signature)) {
626 Changed |= ExpandKernel(kernel, signature);
628 else if (kernel
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java446 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); argument
447 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { argument
449 rsnScriptGroupSetInput(mContext, group, kernel, alloc);
452 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); argument
453 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { argument
455 rsnScriptGroupSetOutput(mContext, group, kernel, alloc);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java588 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); argument
589 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { argument
591 rsnScriptGroupSetInput(mContext, group, kernel, alloc);
594 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); argument
595 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { argument
597 rsnScriptGroupSetOutput(mContext, group, kernel, alloc);

Completed in 2019 milliseconds