/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicBlend.cpp | 144 short4 in_s = convert_short4(*in); 145 short4 out_s = convert_short4(*out); 146 in_s = in_s + ((out_s * (short4)(255 - in_s.w)) >> (short4)8); 163 short4 in_s = convert_short4(*in); 164 short4 out_s = convert_short4(*out); 165 in_s = out_s + ((in_s * (short4)(255 - out_s.w)) >> (short4)8); 182 short4 in_s = convert_short4(*in); 183 in_s = (in_s * out->w) >> (short4)8 [all...] |
rsCpuRuntimeStubs.cpp | 43 typedef short short4 __attribute__((ext_vector_type(4))); typedef 138 static void SC_debugS4(const char *s, const short4 *c) { 139 ALOGD("short4 %s {%hd, %hd, %hd, %hd} 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 | 40 typedef short short4 __attribute__((ext_vector_type(4))); typedef
|
rsCpuIntrinsicYuvToRGB.cpp | 71 short4 p;
|
/external/clang/test/Sema/ |
vector-init.c | 39 typedef short __attribute__((vector_size(8))) short4; typedef 43 short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' with an expression of incompatible type 'short8'}}
|
/frameworks/rs/tests/typecheck/ |
kernels.rs | 46 short4 s4; 47 short4 s4i = {1, 2, 3, 4};
|
/cts/tests/src/android/renderscript/cts/ |
yuv.rs | 32 short4 p;
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 181 rsDebug(const char *, short4);
|
rs_allocation.rsh | 185 GET_ELEMENT_AT(short4) 320 SET_ELEMENT_AT(short4)
|
rs_types.rsh | 318 typedef short short4 __attribute__((ext_vector_type(4)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 181 rsDebug(const char *, short4);
|
rs_allocation.rsh | 185 GET_ELEMENT_AT(short4) 320 SET_ELEMENT_AT(short4)
|
rs_types.rsh | 318 typedef short short4 __attribute__((ext_vector_type(4)));
|
/frameworks/rs/driver/runtime/ |
rs_core.c | 142 PRIM_DEBUG(short4)
|
rs_allocation.c | 227 ELEMENT_AT(short4)
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 21 extern uchar4 __attribute__((overloadable)) convert_uchar4(short4); 274 extern short4 __attribute__((overloadable)) max(short4 v1, short4 v2) { 275 short4 r; 531 extern short4 __attribute__((overloadable)) min(short4 v1, short4 v2) { 532 short4 r; 745 short4 p [all...] |
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 51 typedef short short4 __attribute__((ext_vector_type(4))); typedef 751 ELEMENT_AT(short4, RS_TYPE_SIGNED_16, 4) [all...] |