/frameworks/rs/scriptc/ |
rs_debug.rsh | 201 rsDebug(const char *, ushort4);
|
rs_allocation.rsh | 189 GET_ELEMENT_AT(ushort4) 324 SET_ELEMENT_AT(ushort4)
|
rs_types.rsh | 254 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 201 rsDebug(const char *, ushort4);
|
rs_allocation.rsh | 189 GET_ELEMENT_AT(ushort4) 324 SET_ELEMENT_AT(ushort4)
|
rs_types.rsh | 254 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/arch/ |
x86_generic.c | 301 extern ushort4 __attribute__((overloadable)) max(ushort4 v1, ushort4 v2) { 302 ushort4 r; 558 extern ushort4 __attribute__((overloadable)) min(ushort4 v1, ushort4 v2) { 559 ushort4 r;
|
generic.c | 359 extern ushort4 __attribute__((overloadable)) max(ushort4 v1, ushort4 v2) { 360 ushort4 r; 616 extern ushort4 __attribute__((overloadable)) min(ushort4 v1, ushort4 v2) { 617 ushort4 r;
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeStubs.cpp | 46 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef 150 static void SC_debugUS4(const char *s, const ushort4 *c) { 151 ALOGD("ushort4 %s {%hu, %hu, %hu, %hu} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
|
rsCpuIntrinsicInlines.h | 31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
rs_core.c | 183 PRIM_DEBUG(ushort4)
|
rs_allocation.c | 223 ELEMENT_AT(ushort4)
|
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 54 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef 755 ELEMENT_AT(ushort4, RS_TYPE_UNSIGNED_16, 4) [all...] |