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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.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)));
86 uchar4 f4 = {(uchar)i.x, (uchar)i.y, (uchar)i.z, (uchar)i.w};
91 uchar4 f4 = {(uchar)i.x, (uchar)
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp68 typedef uint8_t uchar; typedef
744 ELEMENT_AT(uchar, RS_TYPE_UNSIGNED_8, 1)

Completed in 936 milliseconds