Searched refs:short3 (Results 1 – 25 of 28) sorted by relevance
12
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBlend.cpp | 270 (out_s.xyz * ((short3)255 - (short3)in_s.w))) >> (short3)8; in kernel() 290 (in_s.xyz * ((short3)255 - (short3)out_s.w))) >> (short3)8; in kernel()
|
D | rsCpuRuntimeStubs.cpp | 45 typedef short short3 __attribute__((ext_vector_type(3))); typedef 148 static void SC_debugS3(const char *s, const short3 *c) { in SC_debugS3()
|
D | rsCpuIntrinsicInlines.h | 39 typedef short short3 __attribute__((ext_vector_type(3))); typedef
|
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 44 short3 s3; 45 short3 s3i = {1, 2, 3};
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 26 short3 s3;
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 266 extern short3 __attribute__((overloadable)) max(short3 v1, short3 v2) { in max() 267 short3 r; in max() 467 extern short3 __attribute__((overloadable)) min(short3 v1, short3 v2) { in min() 468 short3 r; in min()
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 81 extern ushort3 __attribute__((const, overloadable))abs(short3 value); 828 extern short3 __attribute__((const, overloadable))clamp(short3 value, short3 min_value, short3 max_… 1205 extern short3 __attribute__((const, overloadable))clamp(short3 value, short min_value, short max_va… 1512 extern short3 __attribute__((const, overloadable))clz(short3 value); 1724 * Component wise conversion from short3 to float3 1728 extern float3 __attribute__((const, overloadable))convert_float3(short3 v); 1913 * Component wise conversion from short3 to char3 1917 extern char3 __attribute__((const, overloadable))convert_char3(short3 v); 2102 * Component wise conversion from short3 to uchar3 2106 extern uchar3 __attribute__((const, overloadable))convert_uchar3(short3 v); [all …]
|
D | rs_allocation.rsh | 184 GET_ELEMENT_AT(short3) 319 SET_ELEMENT_AT(short3) 400 VOP(short3)
|
D | rs_debug.rsh | 176 rsDebug(const char *, short3);
|
D | rs_types.rsh | 332 typedef short short3 __attribute__((ext_vector_type(3)));
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 22 volatile short3 s3; 207 volatile short3 prefix##_s_3 = 1; \
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | vector.rs | 21 short3 i16_3 = { 1, 2, 3 };
|
D | math.rs | 22 volatile short3 s3; 51 volatile short3 prefix##_s_3 = 1; \
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 21 short3 i16_3 = { 1, 2, 3 };
|
D | math.rs | 22 volatile short3 s3; 51 volatile short3 prefix##_s_3 = 1; \
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | vector.rs | 21 short3 i16_3 = { 1, 2, 3 };
|
D | math.rs | 22 volatile short3 s3; 51 volatile short3 prefix##_s_3 = 1; \
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 21 short3 i16_3 = { 1, 2, 3 };
|
D | math.rs | 22 volatile short3 s3; 51 volatile short3 prefix##_s_3 = 1; \
|
D | math.rs.bak | 22 volatile short3 s3; 51 volatile short3 prefix##_s_3 = 1; \
|
D | math.rs.orig | 22 volatile short3 s3; 51 volatile short3 prefix##_s_3 = 1; \
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 190 PRIM_DEBUG(short3)
|
D | rs_allocation.c | 253 ELEMENT_AT(short3) 373 VOP(short3)
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 50 typedef int16_t short3 __attribute__((ext_vector_type(3))); typedef 910 ELEMENT_AT(short3, RS_TYPE_SIGNED_16, 3) 1669 static void SC_debugS3(const char *s, short3 c) { in SC_debugS3() 1825 void rsDebug(const char *s, const short3 *c) { in rsDebug()
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 42 static volatile short3 prefix##_s_3 = 1; \
|
12