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

/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)
H A Drs_types.rsh302 typedef char char4 __attribute__((ext_vector_type(4)));
/frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
H A Dx86_generic.c161 extern char4 __attribute__((overloadable)) max(char4 v1, char4 v2) {
162 char4 r;
418 extern char4 __attribute__((overloadable)) min(char4 v1, char4 v2) {
419 char4 r;
H A Dgeneric.c219 extern char4 __attribute__((overloadable)) max(char4 v1, char4 v2) {
220 char4 r;
476 extern char4 __attribute__((overloadable)) min(char4 v1, char4 v2) {
477 char4 r;
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp37 typedef char char4 __attribute__((ext_vector_type(4))); typedef
114 static void SC_debugC4(const char *s, const char4 *c) {
115 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/compile/libbcc/lib/Renderscript/runtime/
H A Drs_core.c174 PRIM_DEBUG(char4)
H A Drs_allocation.c211 ELEMENT_AT(char4)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp45 typedef char char4 __attribute__((ext_vector_type(4))); typedef
743 ELEMENT_AT(char4, RS_TYPE_SIGNED_8, 4)
1336 static void SC_debugC4(const char *s, char4 c) {
1485 void rsDebug(const char *s, const char4 *c) {

Completed in 572 milliseconds