Searched refs:uchar4 (Results 76 - 90 of 90) sorted by relevance

1234

/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c21 extern uchar4 __attribute__((overloadable)) convert_uchar4(short4);
22 extern uchar4 __attribute__((overloadable)) convert_uchar4(float4);
23 extern float4 __attribute__((overloadable)) convert_float4(uchar4);
330 extern uchar4 __attribute__((overloadable)) max(uchar4 v1, uchar4 v2) {
331 uchar4 r;
531 extern uchar4 __attribute__((overloadable)) min(uchar4 v1, uchar4 v
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dconvolve5x5.rs26 uchar4 RS_KERNEL root(uint32_t x, uint32_t y) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve5x5.fs25 uchar4 RS_KERNEL root(uint32_t x, uint32_t y) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dconvolve5x5.rs26 uchar4 RS_KERNEL root(uint32_t x, uint32_t y) {
/frameworks/rs/scriptc/
H A Drs_debug.rsh161 rsDebug(const char *, uchar4);
H A Drs_allocation.rsh181 GET_ELEMENT_AT(uchar4)
316 SET_ELEMENT_AT(uchar4)
398 VOP(uchar4)
H A Drs_core_math.rsh54 extern uchar4 __attribute__((const, overloadable))abs(char4 value);
789 extern uchar4 __attribute__((const, overloadable))clamp(uchar4 value, uchar4 min_value, uchar4 max_value);
1179 extern uchar4 __attribute__((const, overloadable))clamp(uchar4 value, uchar min_value, uchar max_value);
1485 extern uchar4 __attribute__((const, overloadable))clz(uchar4 value);
1706 * Component wise conversion from uchar4 t
[all...]
H A Drs_types.rsh257 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp43 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef
139 static void SC_debugUC4(const char *s, const uchar4 *c) {
140 ALOGD("uchar4 %s {%hhu, %hhu, %hhu, %hhu} 0x%hhx 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
H A DrsCpuIntrinsicInlines.h28 typedef uchar uchar4 __attribute__((ext_vector_type(4))); typedef
H A DrsCpuIntrinsicColorMatrix.cpp806 f = convert_float4(((const uchar4 *)py)[0]);
809 f = convert_float4(((const uchar4 *)py)[0]);
870 ((uchar4 *)out)[0] = convert_uchar4(sum);
/frameworks/rs/driver/runtime/
H A Drs_allocation.c250 ELEMENT_AT(uchar4)
371 VOP(uchar4)
H A Drs_matrix.c5 extern float4 __attribute__((overloadable)) convert_float4(uchar4 c);
H A Drs_sample.c72 const uchar4 *p2 = (const uchar4 *)&p[x];
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp48 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef
907 ELEMENT_AT(uchar4, RS_TYPE_UNSIGNED_8, 4)
1660 static void SC_debugUC4(const char *s, uchar4 c) {
1813 void rsDebug(const char *s, const uchar4 *c) {

Completed in 1446 milliseconds

1234