X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fbitwise__op_8cl.xhtml;h=2e042148b1e46619b964b914500637daf1d2e5ba;hb=HEAD;hp=2f1223d4cdc55cdd7ccef96911c1c5b5e01b2cdb;hpb=871448ee8eff790c4ccc3250008dd71170cc78b2;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/bitwise__op_8cl.xhtml b/documentation/bitwise__op_8cl.xhtml index 2f1223d..2e04214 100644 --- a/documentation/bitwise__op_8cl.xhtml +++ b/documentation/bitwise__op_8cl.xhtml @@ -6,7 +6,7 @@ -ARM Compute Library: src/core/CL/cl_kernels/bitwise_op.cl File Reference +Compute Library: src/core/CL/cl_kernels/bitwise_op.cl File Reference @@ -39,8 +39,8 @@ -
ARM Compute Library -  17.03.1 +
Compute Library +  18.05
@@ -55,6 +55,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); @@ -397,10 +400,10 @@ Functions

Definition at line 149 of file bitwise_op.cl.

-

References CONVERT_TO_IMAGE_STRUCT, and Image::ptr.

-
152 {
154  Image out = CONVERT_TO_IMAGE_STRUCT(out);
155 
156  uchar16 in_data = vload16(0, in.ptr);
157 
158  vstore16(~in_data, 0, out.ptr);
159 }
#define CONVERT_TO_IMAGE_STRUCT(name)
Definition: helpers.h:73
-
Structure to hold Image information.
Definition: helpers.h:95
-
__global uchar * ptr
Pointer to the starting postion of the buffer.
Definition: helpers.h:97
+

References CONVERT_TO_IMAGE_STRUCT, and Image::ptr.

+
152 {
154  Image out = CONVERT_TO_IMAGE_STRUCT(out);
155 
156  uchar16 in_data = vload16(0, in.ptr);
157 
158  vstore16(~in_data, 0, out.ptr);
159 }
#define CONVERT_TO_IMAGE_STRUCT(name)
Definition: helpers.h:104
+
Structure to hold Image information.
Definition: helpers.h:142
+
__global uchar * ptr
Pointer to the starting postion of the buffer.
Definition: helpers.h:144
@@ -551,10 +554,10 @@ Functions

Definition at line 47 of file bitwise_op.cl.

-

References CONVERT_TO_IMAGE_STRUCT, and Image::ptr.

-
51 {
52  Image in1 = CONVERT_TO_IMAGE_STRUCT(in1);
53  Image in2 = CONVERT_TO_IMAGE_STRUCT(in2);
54  Image out = CONVERT_TO_IMAGE_STRUCT(out);
55 
56  uchar16 in_a = vload16(0, in1.ptr);
57  uchar16 in_b = vload16(0, in2.ptr);
58 
59  vstore16(in_a | in_b, 0, out.ptr);
60 }
#define CONVERT_TO_IMAGE_STRUCT(name)
Definition: helpers.h:73
-
Structure to hold Image information.
Definition: helpers.h:95
-
__global uchar * ptr
Pointer to the starting postion of the buffer.
Definition: helpers.h:97
+

References CONVERT_TO_IMAGE_STRUCT, and Image::ptr.

+
51 {
52  Image in1 = CONVERT_TO_IMAGE_STRUCT(in1);
53  Image in2 = CONVERT_TO_IMAGE_STRUCT(in2);
54  Image out = CONVERT_TO_IMAGE_STRUCT(out);
55 
56  uchar16 in_a = vload16(0, in1.ptr);
57  uchar16 in_b = vload16(0, in2.ptr);
58 
59  vstore16(in_a | in_b, 0, out.ptr);
60 }
#define CONVERT_TO_IMAGE_STRUCT(name)
Definition: helpers.h:104
+
Structure to hold Image information.
Definition: helpers.h:142
+
__global uchar * ptr
Pointer to the starting postion of the buffer.
Definition: helpers.h:144
@@ -705,10 +708,10 @@ Functions

Definition at line 119 of file bitwise_op.cl.

-

References CONVERT_TO_IMAGE_STRUCT, and Image::ptr.

-
123 {
124  Image in1 = CONVERT_TO_IMAGE_STRUCT(in1);
125  Image in2 = CONVERT_TO_IMAGE_STRUCT(in2);
126  Image out = CONVERT_TO_IMAGE_STRUCT(out);
127 
128  uchar16 in_a = vload16(0, in1.ptr);
129  uchar16 in_b = vload16(0, in2.ptr);
130 
131  vstore16(in_a ^ in_b, 0, out.ptr);
132 }
#define CONVERT_TO_IMAGE_STRUCT(name)
Definition: helpers.h:73
-
Structure to hold Image information.
Definition: helpers.h:95
-
__global uchar * ptr
Pointer to the starting postion of the buffer.
Definition: helpers.h:97
+

References CONVERT_TO_IMAGE_STRUCT, and Image::ptr.

+
123 {
124  Image in1 = CONVERT_TO_IMAGE_STRUCT(in1);
125  Image in2 = CONVERT_TO_IMAGE_STRUCT(in2);
126  Image out = CONVERT_TO_IMAGE_STRUCT(out);
127 
128  uchar16 in_a = vload16(0, in1.ptr);
129  uchar16 in_b = vload16(0, in2.ptr);
130 
131  vstore16(in_a ^ in_b, 0, out.ptr);
132 }
#define CONVERT_TO_IMAGE_STRUCT(name)
Definition: helpers.h:104
+
Structure to hold Image information.
Definition: helpers.h:142
+
__global uchar * ptr
Pointer to the starting postion of the buffer.
Definition: helpers.h:144
@@ -718,7 +721,7 @@ Functions