Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
DKernelDataForRenderScriptd1new.java89 float[] kernel = new float[kernelLength]; in generateDiskKernelArray() local
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
DKernelDataForRenderScriptF32.java87 float[] kernel = new float[kernelLength]; in generateDiskKernelArray() local
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicLUT.cpp50 void RsdCpuScriptIntrinsicLUT::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsicLUT
DrsCpuIntrinsicYuvToRGB.cpp98 void RsdCpuScriptIntrinsicYuvToRGB::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsicYuvToRGB
DrsCpuIntrinsic3DLUT.cpp54 void RsdCpuScriptIntrinsic3DLUT::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsic3DLUT
DrsCpuIntrinsicColorMatrix.cpp464 void * kernel = nullptr; in selectKernel() local
882 void RsdCpuScriptIntrinsicColorMatrix::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsicColorMatrix
DrsCpuIntrinsicBlend.cpp112 void RsdCpuScriptIntrinsicBlend::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsicBlend
DrsCpuCore.h87 ForEachFunc_t kernel; member
DrsCpuScriptGroup2.cpp351 const ExpandFuncTy* kernel, in debugHintScriptGroup2()
/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp121 const clang::FunctionDecl* kernel = matchFunctionDesignator(arg0); in matchKernelLaunchCall() local
224 const clang::FunctionDecl* kernel = matchKernelLaunchCall(CE, &slot, &hasOptions); in VisitCallExpr() local
/frameworks/base/core/java/com/android/internal/content/
DF2fsUtils.java57 Slog.d(TAG, "f2fs compression DISABLED; feature not part of the kernel"); in Slog.d()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java847 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput()
848 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput()
853 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput()
854 synchronized void nScriptGroupSetOutput(long group, long kernel, long alloc) { in nScriptGroupSetOutput()
/frameworks/rs/
DrsApiStubs.cpp590 RsScriptKernelID kernel, RsAllocation alloc) in rsScriptGroupSetOutput()
596 RsScriptKernelID kernel, RsAllocation alloc) in rsScriptGroupSetInput()
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp1391 llvm::Function *kernel = Module.getFunction(name); in runOnModule() local
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java878 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput()
879 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput()
884 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput()
885 synchronized void nScriptGroupSetOutput(long group, long kernel, long alloc) { in nScriptGroupSetOutput()