/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
H A D | copy.fs | 19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
|
H A D | greyscale.fs | 21 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 D | colormatrix.fs | 29 uchar4 __attribute__((kernel)) root(uchar4 in) {
|
H A D | exposure.rs | 26 uchar4 __attribute__((kernel)) exposure(uchar4 in)
|
H A D | histogram.rs | 29 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 D | levels.rsh | 24 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 D | grain.fs | 19 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 D | threshold.fs | 73 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 D | copy.fs | 19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
|
H A D | greyscale.fs | 21 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 D | colormatrix.fs | 29 uchar4 __attribute__((kernel)) root(uchar4 in) {
|
H A D | levels.rsh | 24 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 D | grain.fs | 19 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 D | copy.fs | 19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
|
H A D | greyscale.fs | 21 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 D | colormatrix.fs | 29 uchar4 __attribute__((kernel)) root(uchar4 in) {
|
H A D | levels.rsh | 24 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 D | copy_test.rs | 29 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 D | copy_test.rs | 29 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 D | multiply.rs | 21 uint32_t __attribute__((kernel)) multiply(uint32_t in) {
|
/frameworks/rs/tests/cppstrided/ |
H A D | multiply.rs | 21 uint32_t __attribute__((kernel)) multiply(uint32_t in) {
|
/frameworks/rs/tests/typecheck/ |
H A D | kernels.rs | 113 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 D | rsCpuIntrinsicLUT.cpp | 41 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 D | mono.rs | 68 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 D | Android.mk | 14 LOCAL_C_INCLUDES += bionic/libc/kernel/common
|