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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlend.cpp157 short4 in_s = convert_short4(*in);
158 short4 out_s = convert_short4(*out);
159 in_s = in_s + ((out_s * (short4)(255 - in_s.w)) >> (short4)8);
176 short4 in_s = convert_short4(*in);
177 short4 out_s = convert_short4(*out);
178 in_s = out_s + ((in_s * (short4)(255 - out_s.w)) >> (short4)8);
195 short4 in_s = convert_short4(*in);
196 in_s = (in_s * out->w) >> (short4)
[all...]
H A DrsCpuRuntimeStubs.cpp46 typedef short short4 __attribute__((ext_vector_type(4))); typedef
151 static void SC_debugS4(const char *s, const short4 *c) {
152 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)
401 VOP(short4)
H A Drs_core_math.rsh90 extern ushort4 __attribute__((const, overloadable))abs(short4 value);
841 extern short4 __attribute__((const, overloadable))clamp(short4 value, short4 min_value, short4 max_value);
1218 extern short4 __attribute__((const, overloadable))clamp(short4 value, short min_value, short max_value);
1521 extern short4 __attribute__((const, overloadable))clz(short4 value);
1733 * Component wise conversion from short4 t
[all...]
H A Drs_types.rsh337 typedef short short4 __attribute__((ext_vector_type(4)));
/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;
475 extern short4 __attribute__((overloadable)) min(short4 v1, short4 v2) {
476 short4 r;
633 short4
[all...]
/frameworks/rs/driver/runtime/
H A Drs_core.c191 PRIM_DEBUG(short4)
H A Drs_allocation.c254 ELEMENT_AT(short4)
374 VOP(short4)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp51 typedef int16_t short4 __attribute__((ext_vector_type(4))); typedef
911 ELEMENT_AT(short4, RS_TYPE_SIGNED_16, 4)
1672 static void SC_debugS4(const char *s, short4 c) {
1829 void rsDebug(const char *s, const short4 *c) {

Completed in 1393 milliseconds