/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/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | KernelDataForRenderScriptd1new.java | 89 float[] kernel = new float[kernelLength]; in generateDiskKernelArray() local
|
/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/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 | 112 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/ml/nn/common/operations/ |
D | GenerateProposals.cpp | 423 std::function<const float*(uint32_t)> getRoiBase, SoftNmsKernel kernel, in softNmsSingleClass() 454 std::function<const float*(uint32_t)> getRoiBase, SoftNmsKernel kernel, in softNmsMultiClass() 493 SoftNmsKernel kernel = nullptr; in boxWithNmsLimitFloat32Compute() local
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 842 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput() 843 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput() 848 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput() 849 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 | 884 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput() 885 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput() 890 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput() 891 synchronized void nScriptGroupSetOutput(long group, long kernel, long alloc) { in nScriptGroupSetOutput()
|