Searched refs:char4 (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs28 char4 c4;
29 char4 c4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
H A Drs_debug.rsh141 rsDebug(const char *, char4);
H A Drs_allocation.rsh177 GET_ELEMENT_AT(char4)
312 SET_ELEMENT_AT(char4)
395 VOP(char4)
H A Drs_core_math.rsh54 extern uchar4 __attribute__((const, overloadable))abs(char4 value);
737 extern char4 __attribute__((const, overloadable))clamp(char4 value, char4 min_value, char4 max_value);
1140 extern char4 __attribute__((const, overloadable))clamp(char4 value, char min_value, char max_value);
1449 extern char4 __attribute__((const, overloadable))clz(char4 value);
1679 * Component wise conversion from char4 t
[all...]
H A Drs_types.rsh321 typedef char char4 __attribute__((ext_vector_type(4)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp40 typedef char char4 __attribute__((ext_vector_type(4))); typedef
127 static void SC_debugC4(const char *s, const char4 *c) {
128 ALOGD("char4 %s {%hhd, %hhd, %hhd, %hhd} 0x%hhx 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, c->w, (unsigned char)c->x, (unsigned char)c->y, (unsigned char)c->z, (unsigned char)c->w);
H A DrsCpuIntrinsicInlines.h37 typedef char char4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c246 extern char4 __attribute__((overloadable)) max(char4 v1, char4 v2) {
247 char4 r;
447 extern char4 __attribute__((overloadable)) min(char4 v1, char4 v2) {
448 char4 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c185 PRIM_DEBUG(char4)
H A Drs_allocation.c246 ELEMENT_AT(char4)
368 VOP(char4)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp45 typedef char char4 __attribute__((ext_vector_type(4))); typedef
903 ELEMENT_AT(char4, RS_TYPE_SIGNED_8, 4)
1648 static void SC_debugC4(const char *s, char4 c) {
1797 void rsDebug(const char *s, const char4 *c) {

Completed in 1316 milliseconds