Home
last modified time | relevance | path

Searched refs:short3 (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBlend.cpp270 (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()
DrsCpuRuntimeStubs.cpp45 typedef short short3 __attribute__((ext_vector_type(3))); typedef
148 static void SC_debugS3(const char *s, const short3 *c) { in SC_debugS3()
DrsCpuIntrinsicInlines.h39 typedef short short3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/tests/typecheck/
Dkernels.rs44 short3 s3;
45 short3 s3i = {1, 2, 3};
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs26 short3 s3;
/frameworks/rs/driver/runtime/arch/
Dgeneric.c266 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/
Drs_core_math.rsh81 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 …]
Drs_allocation.rsh184 GET_ELEMENT_AT(short3)
319 SET_ELEMENT_AT(short3)
400 VOP(short3)
Drs_debug.rsh176 rsDebug(const char *, short3);
Drs_types.rsh332 typedef short short3 __attribute__((ext_vector_type(3)));
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs22 volatile short3 s3;
207 volatile short3 prefix##_s_3 = 1; \
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs21 short3 i16_3 = { 1, 2, 3 };
Dmath.rs22 volatile short3 s3;
51 volatile short3 prefix##_s_3 = 1; \
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs21 short3 i16_3 = { 1, 2, 3 };
Dmath.rs22 volatile short3 s3;
51 volatile short3 prefix##_s_3 = 1; \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs21 short3 i16_3 = { 1, 2, 3 };
Dmath.rs22 volatile short3 s3;
51 volatile short3 prefix##_s_3 = 1; \
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs21 short3 i16_3 = { 1, 2, 3 };
Dmath.rs22 volatile short3 s3;
51 volatile short3 prefix##_s_3 = 1; \
Dmath.rs.bak22 volatile short3 s3;
51 volatile short3 prefix##_s_3 = 1; \
Dmath.rs.orig22 volatile short3 s3;
51 volatile short3 prefix##_s_3 = 1; \
/frameworks/rs/driver/runtime/
Drs_core.c190 PRIM_DEBUG(short3)
Drs_allocation.c253 ELEMENT_AT(short3)
373 VOP(short3)
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp50 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/
Dcompute_benchmark.rs42 static volatile short3 prefix##_s_3 = 1; \

12