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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs24 char2 c2;
25 char2 c2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_debug.rsh131 rsDebug(const char *, char2);
H A Drs_allocation.rsh175 GET_ELEMENT_AT(char2)
310 SET_ELEMENT_AT(char2)
393 VOP(char2)
H A Drs_core_math.rsh36 extern uchar2 __attribute__((const, overloadable))abs(char2 value);
711 extern char2 __attribute__((const, overloadable))clamp(char2 value, char2 min_value, char2 max_value);
1114 extern char2 __attribute__((const, overloadable))clamp(char2 value, char min_value, char max_value);
1431 extern char2 __attribute__((const, overloadable))clz(char2 value);
1661 * Component wise conversion from char2 t
[all...]
H A Drs_types.rsh311 typedef char char2 __attribute__((ext_vector_type(2)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp38 typedef char char2 __attribute__((ext_vector_type(2))); typedef
121 static void SC_debugC2(const char *s, const char2 *c) {
122 ALOGD("char2 %s {%hhd, %hhd} 0x%hhx 0x%hhx", s, c->x, c->y, (unsigned char)c->x, (unsigned char)c->y);
H A DrsCpuIntrinsicInlines.h35 typedef char char2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c231 extern char2 __attribute__((overloadable)) max(char2 v1, char2 v2) {
232 char2 r;
432 extern char2 __attribute__((overloadable)) min(char2 v1, char2 v2) {
433 char2 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c183 PRIM_DEBUG(char2)
H A Drs_allocation.c244 ELEMENT_AT(char2)
366 VOP(char2)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp43 typedef char char2 __attribute__((ext_vector_type(2))); typedef
901 ELEMENT_AT(char2, RS_TYPE_SIGNED_8, 2)
1642 static void SC_debugC2(const char *s, char2 c) {
1789 void rsDebug(const char *s, const char2 *c) {

Completed in 1153 milliseconds