Searched refs:kernel (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A Dcopy_test.rs29 float2 __attribute((kernel)) copyFloat2(float2 i) {
33 float3 __attribute((kernel)) copyFloat3(float3 i) {
37 float4 __attribute((kernel)) copyFloat4(float4 i) {
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A Dcopy.fs20 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
H A Dgreyscale.fs23 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
37 uchar4 __attribute__((kernel)) root4(uchar4 in, uint32_t x, uint32_t y) {
H A Dcolormatrix.fs32 uchar4 __attribute__((kernel)) root(uchar4 in) {
H A Dgrain.fs21 uchar __attribute__((kernel)) genRand() {
45 uchar __attribute__((kernel)) blend9(uint32_t x, uint32_t y) {
79 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
H A Dconvolve3x3.fs27 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
H A Dfisheye.rsh45 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
H A Dfisheye_approx.rsh45 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
H A Dvignette.rsh47 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
H A Dvignette_approx.rsh47 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
H A Dconvolve5x5.fs27 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A DAndroid.mk14 LOCAL_C_INCLUDES += bionic/libc/kernel/common
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdScriptGroup.cpp112 mtls.kernel = (void (*)())drv->mIntrinsicFuncs.root;
115 mtls.kernel = drv->mForEachFunctions[slot];
116 rsAssert(mtls.kernel != NULL);
124 //outer_foreach_t fn = (outer_foreach_t) mtls->kernel;
H A DrsdBcc.cpp368 rs_t bare_fn = (rs_t) mtls->kernel;
399 rs_t bare_fn = (rs_t) mtls->kernel;
545 outer_foreach_t fn = (outer_foreach_t) mtls->kernel;
580 mtls.kernel = (void (*)())drv->mIntrinsicFuncs.root;
583 mtls.kernel = drv->mForEachFunctions[slot];
584 rsAssert(mtls.kernel != NULL);
H A DrsdBcc.h143 ForEachFunc_t kernel; member in struct:__anon1570
/frameworks/rs/driver/
H A DrsdScriptGroup.cpp124 mtls.kernel = (void (*)())drv->mIntrinsicFuncs.root;
127 mtls.kernel = reinterpret_cast<ForEachFunc_t>(
129 rsAssert(mtls.kernel != NULL);
137 //outer_foreach_t fn = (outer_foreach_t) mtls->kernel;
H A DrsdBcc.cpp186 outer_foreach_t fn = (outer_foreach_t) mtls->kernel;
228 outer_foreach_t fn = (outer_foreach_t) mtls->kernel;
370 outer_foreach_t fn = (outer_foreach_t) mtls->kernel;
407 mtls.kernel = (void (*)())drv->mIntrinsicFuncs.root;
411 mtls.kernel = reinterpret_cast<ForEachFunc_t>(
413 rsAssert(mtls.kernel != NULL);
H A DrsdBcc.h145 ForEachFunc_t kernel; member in struct:__anon1534
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp266 // Collect and construct the arguments for the kernel().
325 // Populate the actual call to kernel().
387 /* Expand a pass-by-value kernel.
391 ALOGV("Expanding kernel Function %s", F->getName().str().c_str());
486 // Collect and construct the arguments for the kernel().
549 // Populate the actual call to kernel().
624 llvm::Function *kernel = M.getFunction(name); local
625 if (kernel && isKernel(signature)) {
626 Changed |= ExpandKernel(kernel, signature);
628 else if (kernel
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A Drs.spec320 param RsScriptKernelID kernel
326 param RsScriptKernelID kernel
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java446 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); argument
447 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { argument
449 rsnScriptGroupSetInput(mContext, group, kernel, alloc);
452 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); argument
453 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { argument
455 rsnScriptGroupSetOutput(mContext, group, kernel, alloc);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java588 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); argument
589 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { argument
591 rsnScriptGroupSetInput(mContext, group, kernel, alloc);
594 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); argument
595 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { argument
597 rsnScriptGroupSetOutput(mContext, group, kernel, alloc);
/frameworks/rs/
H A Drs.spec382 param RsScriptKernelID kernel
388 param RsScriptKernelID kernel

Completed in 271 milliseconds