HomeSort by relevance Sort by last modified time
    Searched refs:char4 (Results 1 - 13 of 13) sorted by null

  /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/compile/libbcc/lib/Renderscript/runtime/arch/
x86_generic.c 161 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;
generic.c 219 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/
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/compile/libbcc/lib/Renderscript/runtime/
rs_core.c 174 PRIM_DEBUG(char4)
rs_allocation.c 211 ELEMENT_AT(char4)
  /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...]

Completed in 24 milliseconds