Home
last modified time | relevance | path

Searched refs:short4 (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBlend.cpp157 short4 in_s = convert_short4(*in); in kernel()
158 short4 out_s = convert_short4(*out); in kernel()
159 in_s = in_s + ((out_s * (short4)(255 - in_s.w)) >> (short4)8); in kernel()
176 short4 in_s = convert_short4(*in); in kernel()
177 short4 out_s = convert_short4(*out); in kernel()
178 in_s = out_s + ((in_s * (short4)(255 - out_s.w)) >> (short4)8); in kernel()
195 short4 in_s = convert_short4(*in); in kernel()
196 in_s = (in_s * out->w) >> (short4)8; in kernel()
213 short4 out_s = convert_short4(*out); in kernel()
214 out_s = (out_s * in->w) >> (short4)8; in kernel()
[all …]
DrsCpuRuntimeStubs.cpp46 typedef short short4 __attribute__((ext_vector_type(4))); typedef
151 static void SC_debugS4(const char *s, const short4 *c) { in SC_debugS4()
DrsCpuIntrinsicInlines.h40 typedef short short4 __attribute__((ext_vector_type(4))); typedef
DrsCpuIntrinsicYuvToRGB.cpp71 short4 p; in rsYuvToRGBA_uchar4()
/frameworks/rs/tests/typecheck/
Dkernels.rs46 short4 s4;
47 short4 s4i = {1, 2, 3, 4};
/frameworks/rs/driver/runtime/arch/
Dgeneric.c21 extern uchar4 __attribute__((overloadable)) convert_uchar4(short4);
274 extern short4 __attribute__((overloadable)) max(short4 v1, short4 v2) { in max()
275 short4 r; in max()
475 extern short4 __attribute__((overloadable)) min(short4 v1, short4 v2) { in min()
476 short4 r; in min()
633 short4 p; in rsYuvToRGBA_uchar4()
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs27 short4 s4;
/frameworks/rs/scriptc/
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_…
1218 extern short4 __attribute__((const, overloadable))clamp(short4 value, short min_value, short max_va…
1521 extern short4 __attribute__((const, overloadable))clz(short4 value);
1733 * Component wise conversion from short4 to float4
1737 extern float4 __attribute__((const, overloadable))convert_float4(short4 v);
1922 * Component wise conversion from short4 to char4
1926 extern char4 __attribute__((const, overloadable))convert_char4(short4 v);
2111 * Component wise conversion from short4 to uchar4
2115 extern uchar4 __attribute__((const, overloadable))convert_uchar4(short4 v);
[all …]
Drs_allocation.rsh185 GET_ELEMENT_AT(short4)
320 SET_ELEMENT_AT(short4)
401 VOP(short4)
Drs_debug.rsh181 rsDebug(const char *, short4);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs23 volatile short4 s4;
208 volatile short4 prefix##_s_4 = 1; \
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs22 short4 i16_4 = { 1, 2, 3, 4 };
Dmath.rs23 volatile short4 s4;
52 volatile short4 prefix##_s_4 = 1; \
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs22 short4 i16_4 = { 1, 2, 3, 4 };
Dmath.rs23 volatile short4 s4;
52 volatile short4 prefix##_s_4 = 1; \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs22 short4 i16_4 = { 1, 2, 3, 4 };
Dmath.rs23 volatile short4 s4;
52 volatile short4 prefix##_s_4 = 1; \
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs22 short4 i16_4 = { 1, 2, 3, 4 };
Dmath.rs23 volatile short4 s4;
52 volatile short4 prefix##_s_4 = 1; \
Dmath.rs.bak23 volatile short4 s4;
52 volatile short4 prefix##_s_4 = 1; \
Dmath.rs.orig23 volatile short4 s4;
52 volatile short4 prefix##_s_4 = 1; \
/frameworks/rs/driver/runtime/
Drs_core.c191 PRIM_DEBUG(short4)
Drs_allocation.c254 ELEMENT_AT(short4)
374 VOP(short4)
/frameworks/rs/driver/
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) { in SC_debugS4()
1829 void rsDebug(const char *s, const short4 *c) { in rsDebug()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs43 static volatile short4 prefix##_s_4 = 1; \

12