/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBlend.cpp | 157 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 …]
|
D | rsCpuRuntimeStubs.cpp | 46 typedef short short4 __attribute__((ext_vector_type(4))); typedef 151 static void SC_debugS4(const char *s, const short4 *c) { in SC_debugS4()
|
D | rsCpuIntrinsicInlines.h | 40 typedef short short4 __attribute__((ext_vector_type(4))); typedef
|
D | rsCpuIntrinsicYuvToRGB.cpp | 71 short4 p; in rsYuvToRGBA_uchar4()
|
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 46 short4 s4; 47 short4 s4i = {1, 2, 3, 4};
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 21 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/ |
D | math_int.rs | 27 short4 s4;
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 90 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 …]
|
D | rs_allocation.rsh | 185 GET_ELEMENT_AT(short4) 320 SET_ELEMENT_AT(short4) 401 VOP(short4)
|
D | rs_debug.rsh | 181 rsDebug(const char *, short4);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 23 volatile short4 s4; 208 volatile short4 prefix##_s_4 = 1; \
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | vector.rs | 22 short4 i16_4 = { 1, 2, 3, 4 };
|
D | math.rs | 23 volatile short4 s4; 52 volatile short4 prefix##_s_4 = 1; \
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 22 short4 i16_4 = { 1, 2, 3, 4 };
|
D | math.rs | 23 volatile short4 s4; 52 volatile short4 prefix##_s_4 = 1; \
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | vector.rs | 22 short4 i16_4 = { 1, 2, 3, 4 };
|
D | math.rs | 23 volatile short4 s4; 52 volatile short4 prefix##_s_4 = 1; \
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 22 short4 i16_4 = { 1, 2, 3, 4 };
|
D | math.rs | 23 volatile short4 s4; 52 volatile short4 prefix##_s_4 = 1; \
|
D | math.rs.bak | 23 volatile short4 s4; 52 volatile short4 prefix##_s_4 = 1; \
|
D | math.rs.orig | 23 volatile short4 s4; 52 volatile short4 prefix##_s_4 = 1; \
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 191 PRIM_DEBUG(short4)
|
D | rs_allocation.c | 254 ELEMENT_AT(short4) 374 VOP(short4)
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 51 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/ |
D | compute_benchmark.rs | 43 static volatile short4 prefix##_s_4 = 1; \
|