Searched refs:char3 (Results 1 - 11 of 11) sorted by path

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h36 typedef char char3 __attribute__((ext_vector_type(3))); typedef
H A DrsCpuRuntimeStubs.cpp39 typedef char char3 __attribute__((ext_vector_type(3))); typedef
124 static void SC_debugC3(const char *s, const char3 *c) {
125 ALOGD("char3 %s {%hhd, %hhd, %hhd} 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, (unsigned char)c->x, (unsigned char)c->y, (unsigned char)c->z);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp44 typedef char char3 __attribute__((ext_vector_type(3))); typedef
902 ELEMENT_AT(char3, RS_TYPE_SIGNED_8, 3)
1645 static void SC_debugC3(const char *s, char3 c) {
1793 void rsDebug(const char *s, const char3 *c) {
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c238 extern char3 __attribute__((overloadable)) max(char3 v1, char3 v2) {
239 char3 r;
439 extern char3 __attribute__((overloadable)) min(char3 v1, char3 v2) {
440 char3 r;
/frameworks/rs/driver/runtime/
H A Drs_allocation.c245 ELEMENT_AT(char3)
367 VOP(char3)
H A Drs_core.c184 PRIM_DEBUG(char3)
/frameworks/rs/scriptc/
H A Drs_allocation.rsh176 GET_ELEMENT_AT(char3)
311 SET_ELEMENT_AT(char3)
394 VOP(char3)
H A Drs_core_math.rsh45 extern uchar3 __attribute__((const, overloadable))abs(char3 value);
724 extern char3 __attribute__((const, overloadable))clamp(char3 value, char3 min_value, char3 max_value);
1127 extern char3 __attribute__((const, overloadable))clamp(char3 value, char min_value, char max_value);
1440 extern char3 __attribute__((const, overloadable))clz(char3 value);
1670 * Component wise conversion from char3 t
[all...]
H A Drs_debug.rsh136 rsDebug(const char *, char3);
H A Drs_types.rsh316 typedef char char3 __attribute__((ext_vector_type(3)));
/frameworks/rs/tests/typecheck/
H A Dkernels.rs26 char3 c3;
27 char3 c3i = {1, 2, 3};

Completed in 6263 milliseconds