/frameworks/compile/slang/ |
D | slang_rs_foreach_lowering.cpp | 121 const clang::FunctionDecl* kernel = matchFunctionDesignator(arg0); in matchKernelLaunchCall() local 224 const clang::FunctionDecl* kernel = matchKernelLaunchCall(CE, &slot, &hasOptions); in VisitCallExpr() local
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | KernelDataForRenderScriptd1new.java | 89 float[] kernel = new float[kernelLength]; in generateDiskKernelArray() local
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | KernelDataForRenderScriptF32.java | 87 float[] kernel = new float[kernelLength]; in generateDiskKernelArray() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicLUT.cpp | 50 void RsdCpuScriptIntrinsicLUT::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsicLUT
|
D | rsCpuIntrinsicYuvToRGB.cpp | 98 void RsdCpuScriptIntrinsicYuvToRGB::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsicYuvToRGB
|
D | rsCpuIntrinsic3DLUT.cpp | 54 void RsdCpuScriptIntrinsic3DLUT::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsic3DLUT
|
D | rsCpuIntrinsicColorMatrix.cpp | 464 void * kernel = nullptr; in selectKernel() local 882 void RsdCpuScriptIntrinsicColorMatrix::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsicColorMatrix
|
D | rsCpuIntrinsicBlend.cpp | 121 void RsdCpuScriptIntrinsicBlend::kernel(const RsExpandKernelDriverInfo *info, in kernel() function in android::renderscript::RsdCpuScriptIntrinsicBlend
|
D | rsCpuCore.h | 87 ForEachFunc_t kernel; member
|
D | rsCpuScriptGroup2.cpp | 351 const ExpandFuncTy* kernel, in debugHintScriptGroup2()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | F2fsUtils.java | 57 Slog.d(TAG, "f2fs compression DISABLED; feature not part of the kernel"); in Slog.d()
|
/frameworks/rs/toolkit/ |
D | Histogram.cpp | 83 KernelFunction kernel; in processData() local 177 KernelFunction kernel; in processData() local
|
D | YuvToRgb.cpp | 123 void YuvToRgbTask::kernel(uchar4 *out, uint32_t xstart, uint32_t xend, uint32_t currentY) { in kernel() function in android::renderscript::YuvToRgbTask
|
D | Lut3d.cpp | 68 void Lut3dTask::kernel(const uchar4* in, uchar4* out, uint32_t length) { in kernel() function in android::renderscript::Lut3dTask
|
D | ColorMatrix.cpp | 505 void * kernel = nullptr; local 907 void ColorMatrixTask::kernel(uchar *out, uchar *in, uint32_t xstart, uint32_t xend) { function in android::renderscript::ColorMatrixTask
|
D | Resize.cpp | 75 KernelFunction kernel; in processData() local
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | RefreshRateSelector.h | 385 Callbacks kernel; member
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 847 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/ |
D | rsApiStubs.cpp | 590 RsScriptKernelID kernel, RsAllocation alloc) in rsScriptGroupSetOutput() 596 RsScriptKernelID kernel, RsAllocation alloc) in rsScriptGroupSetInput()
|
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 1391 llvm::Function *kernel = Module.getFunction(name); in runOnModule() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 878 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()
|