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/f32/
DKernelDataForRenderScriptF32.java87 float[] kernel = new float[kernelLength]; in generateDiskKernelArray() local
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
DKernelDataForRenderScriptd1new.java89 float[] kernel = new float[kernelLength]; in generateDiskKernelArray() local
/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/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/ml/nn/common/operations/
DGenerateProposals.cpp423 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/
DRenderScript.java842 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/
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.java884 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()