Searched refs:short4 (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp144 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)
[all...]
H A DrsCpuRuntimeStubs.cpp43 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);
H A DrsCpuIntrinsicInlines.h40 typedef short short4 __attribute__((ext_vector_type(4))); typedef
H A DrsCpuIntrinsicYuvToRGB.cpp71 short4 p;
/frameworks/rs/tests/typecheck/
H A Dkernels.rs46 short4 s4;
47 short4 s4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
H A Drs_debug.rsh181 rsDebug(const char *, short4);
H A Drs_allocation.rsh185 GET_ELEMENT_AT(short4)
320 SET_ELEMENT_AT(short4)
H A Drs_types.rsh318 typedef short short4 __attribute__((ext_vector_type(4)));
/frameworks/rs/driver/runtime/
H A Drs_core.c142 PRIM_DEBUG(short4)
H A Drs_allocation.c227 ELEMENT_AT(short4)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c21 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
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp51 typedef short short4 __attribute__((ext_vector_type(4))); typedef
751 ELEMENT_AT(short4, RS_TYPE_SIGNED_16, 4)
1360 static void SC_debugS4(const char *s, short4 c) {
1517 void rsDebug(const char *s, const short4 *c) {

Completed in 666 milliseconds