Searched defs:kernel (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicLUT.cpp | 56 void RsdCpuScriptIntrinsicLUT::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsicLUT
|
D | rsCpuIntrinsicYuvToRGB.cpp | 104 void RsdCpuScriptIntrinsicYuvToRGB::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsicYuvToRGB
|
D | rsCpuIntrinsic3DLUT.cpp | 61 void RsdCpuScriptIntrinsic3DLUT::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsic3DLUT
|
D | rsCpuIntrinsicColorMatrix.cpp | 468 void * kernel = NULL; in selectKernel() local 883 void RsdCpuScriptIntrinsicColorMatrix::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsicColorMatrix
|
D | rsCpuIntrinsicBlend.cpp | 113 void RsdCpuScriptIntrinsicBlend::kernel(const RsForEachStubParamStruct *p, in kernel() function in RsdCpuScriptIntrinsicBlend
|
D | rsCpuCore.h | 97 ForEachFunc_t kernel; member
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSForEachExpand.cpp | 817 llvm::Function *kernel = Module.getFunction(name); in runOnModule() local
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 640 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/ |
D | RenderScript.java | 758 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()
|