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

123

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dcopy.fs19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
H A Dgreyscale.fs21 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
28 uchar __attribute__((kernel)) toU8(uchar4 v_in) {
33 uchar4 __attribute__((kernel)) toU8_4(uchar v_in) {
H A Dcolormatrix.fs29 uchar4 __attribute__((kernel)) root(uchar4 in) {
H A Dexposure.rs26 uchar4 __attribute__((kernel)) exposure(uchar4 in)
H A Dhistogram.rs29 void __attribute__((kernel)) pass1(int in, uint x, uint y) {
48 int __attribute__((kernel)) pass2(uint x) {
74 uchar4 __attribute__((kernel)) clear() {
78 uchar4 __attribute__((kernel)) draw(uint x, uint y) {
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 Dgrain.fs19 uchar __attribute__((kernel)) genRand() {
43 uchar __attribute__((kernel)) blend9(uint32_t x, uint32_t y) {
77 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
H A Dthreshold.fs73 float4 __attribute__((kernel)) copyIn(uchar4 in) {
77 uchar4 __attribute__((kernel)) vert(uint32_t x, uint32_t y) {
99 float4 __attribute__((kernel)) horz(uint32_t x, uint32_t y) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dcopy.fs19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
H A Dgreyscale.fs21 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
28 uchar __attribute__((kernel)) toU8(uchar4 v_in) {
33 uchar4 __attribute__((kernel)) toU8_4(uchar v_in) {
H A Dcolormatrix.fs29 uchar4 __attribute__((kernel)) root(uchar4 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 Dgrain.fs19 uchar __attribute__((kernel)) genRand() {
43 uchar __attribute__((kernel)) blend9(uint32_t x, uint32_t y) {
77 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dcopy.fs19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
H A Dgreyscale.fs21 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
28 uchar __attribute__((kernel)) toU8(uchar4 v_in) {
33 uchar4 __attribute__((kernel)) toU8_4(uchar v_in) {
H A Dcolormatrix.fs29 uchar4 __attribute__((kernel)) root(uchar4 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) {
/frameworks/rs/java/tests/RSTest_CompatLib/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/rs/java/tests/RsTest/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/rs/tests/cppallocation/
H A Dmultiply.rs21 uint32_t __attribute__((kernel)) multiply(uint32_t in) {
/frameworks/rs/tests/cppstrided/
H A Dmultiply.rs21 uint32_t __attribute__((kernel)) multiply(uint32_t in) {
/frameworks/rs/tests/typecheck/
H A Dkernels.rs113 void __attribute__((kernel)) test_BOOLEAN(bool in) {
116 void __attribute__((kernel)) test_I8(char in) {
119 void __attribute__((kernel)) test_U8(uchar in) {
122 void __attribute__((kernel)) test_I16(short in) {
125 void __attribute__((kernel)) test_U16(ushort in) {
128 void __attribute__((kernel)) test_I32(int in) {
131 void __attribute__((kernel)) test_U32(uint in) {
134 void __attribute__((kernel)) test_I64(long in) {
137 void __attribute__((kernel)) test_U64(ulong in) {
140 void __attribute__((kernel)) test_F3
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicLUT.cpp41 static void kernel(const RsForEachStubParamStruct *p,
56 void RsdCpuScriptIntrinsicLUT::kernel(const RsForEachStubParamStruct *p, function in class:RsdCpuScriptIntrinsicLUT
85 mRootPtr = &kernel;
/frameworks/rs/tests/cppbasic/
H A Dmono.rs68 int __attribute__((kernel)) kern1(int i, uint32_t x, uint32_t y) {
72 void __attribute__((kernel)) verify_kern1(int i, uint32_t x, uint32_t y) {
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A DAndroid.mk14 LOCAL_C_INCLUDES += bionic/libc/kernel/common

Completed in 783 milliseconds

123