Searched defs:uchar (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdIntrinsicInlines.h19 typedef uint8_t uchar; typedef
26 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
27 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
28 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
71 uchar4 f4 = {(uchar)i.x, (uchar)i.y, (uchar)i.z, (uchar)i.w};
76 uchar4 f4 = {(uchar)i.x, (uchar)
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicInlines.h19 typedef uint8_t uchar; typedef
26 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
27 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
28 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
71 uchar4 f4 = {(uchar)i.x, (uchar)i.y, (uchar)i.z, (uchar)i.w};
76 uchar4 f4 = {(uchar)i.x, (uchar)
[all...]

Completed in 37 milliseconds