Home
last modified time | relevance | path

Searched defs:kernel (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicLUT.cpp56 void RsdCpuScriptIntrinsicLUT::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsicLUT
DrsCpuIntrinsicYuvToRGB.cpp104 void RsdCpuScriptIntrinsicYuvToRGB::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsicYuvToRGB
DrsCpuIntrinsic3DLUT.cpp61 void RsdCpuScriptIntrinsic3DLUT::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsic3DLUT
DrsCpuIntrinsicColorMatrix.cpp468 void * kernel = NULL; in selectKernel() local
883 void RsdCpuScriptIntrinsicColorMatrix::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsicColorMatrix
DrsCpuIntrinsicBlend.cpp113 void RsdCpuScriptIntrinsicBlend::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsicBlend
DrsCpuCore.h97 ForEachFunc_t kernel; member
/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp817 llvm::Function *kernel = Module.getFunction(name); in runOnModule() local
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java640 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); in rsnScriptGroupSetInput()
641 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { in nScriptGroupSetInput()
646 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); in rsnScriptGroupSetOutput()
647 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { in nScriptGroupSetOutput()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java758 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput()
759 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput()
764 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput()
765 synchronized void nScriptGroupSetOutput(long group, long kernel, long alloc) { in nScriptGroupSetOutput()