/frameworks/rs/tests/typecheck/ |
kernels.rs | 28 char4 c4; 29 char4 c4i = {1, 2, 3, 4};
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 141 rsDebug(const char *, char4);
|
rs_allocation.rsh | 177 GET_ELEMENT_AT(char4) 312 SET_ELEMENT_AT(char4)
|
rs_types.rsh | 302 typedef char char4 __attribute__((ext_vector_type(4)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 141 rsDebug(const char *, char4);
|
rs_allocation.rsh | 177 GET_ELEMENT_AT(char4) 312 SET_ELEMENT_AT(char4)
|
rs_types.rsh | 302 typedef char char4 __attribute__((ext_vector_type(4)));
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeStubs.cpp | 37 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);
|
rsCpuIntrinsicInlines.h | 37 typedef char char4 __attribute__((ext_vector_type(4))); typedef
|
/frameworks/rs/driver/runtime/ |
rs_core.c | 136 PRIM_DEBUG(char4)
|
rs_allocation.c | 219 ELEMENT_AT(char4)
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 246 extern char4 __attribute__((overloadable)) max(char4 v1, char4 v2) { 247 char4 r; 503 extern char4 __attribute__((overloadable)) min(char4 v1, char4 v2) { 504 char4 r;
|
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 45 typedef char char4 __attribute__((ext_vector_type(4))); typedef 743 ELEMENT_AT(char4, RS_TYPE_SIGNED_8, 4) [all...] |