Home
last modified time | relevance | path

Searched refs:ushort3 (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb) variable
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(*in);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb) constant
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(in);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb) variable
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(in);
/frameworks/rs/tests/typecheck/
Dkernels.rs53 ushort3 us3;
54 ushort3 us3i = {1, 2, 3};
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs11 ushort3 us3;
/frameworks/rs/driver/runtime/arch/
Dgeneric.c350 extern ushort3 __attribute__((overloadable)) max(ushort3 v1, ushort3 v2) { in max()
351 ushort3 r; in max()
551 extern ushort3 __attribute__((overloadable)) min(ushort3 v1, ushort3 v2) { in min()
552 ushort3 r; in min()
/frameworks/rs/scriptc/
Drs_core_math.rsh81 extern ushort3 __attribute__((const, overloadable))abs(short3 value);
880 extern ushort3 __attribute__((const, overloadable))clamp(ushort3 value, ushort3 min_value, ushort3
1244 extern ushort3 __attribute__((const, overloadable))clamp(ushort3 value, ushort min_value, ushort ma…
1548 extern ushort3 __attribute__((const, overloadable))clz(ushort3 value);
1751 * Component wise conversion from ushort3 to float3
1755 extern float3 __attribute__((const, overloadable))convert_float3(ushort3 v);
1940 * Component wise conversion from ushort3 to char3
1944 extern char3 __attribute__((const, overloadable))convert_char3(ushort3 v);
2129 * Component wise conversion from ushort3 to uchar3
2133 extern uchar3 __attribute__((const, overloadable))convert_uchar3(ushort3 v);
[all …]
Drs_allocation.rsh188 GET_ELEMENT_AT(ushort3)
323 SET_ELEMENT_AT(ushort3)
403 VOP(ushort3)
Drs_debug.rsh196 rsDebug(const char *, ushort3);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs27 volatile ushort3 us3;
211 volatile ushort3 prefix##_us_3 = 1; \
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp48 typedef unsigned short ushort3 __attribute__((ext_vector_type(3))); typedef
160 static void SC_debugUS3(const char *s, const ushort3 *c) { in SC_debugUS3()
DrsCpuIntrinsicInlines.h30 typedef ushort ushort3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs25 ushort3 u16_3 = { 1, 2, 3 };
Dmath.rs27 volatile ushort3 us3;
55 volatile ushort3 prefix##_us_3 = 1; \
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs25 ushort3 u16_3 = { 1, 2, 3 };
Dmath.rs27 volatile ushort3 us3;
55 volatile ushort3 prefix##_us_3 = 1; \
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs25 ushort3 u16_3 = { 1, 2, 3 };
Dmath.rs27 volatile ushort3 us3;
55 volatile ushort3 prefix##_us_3 = 1; \
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs25 ushort3 u16_3 = { 1, 2, 3 };
Dmath.rs27 volatile ushort3 us3;
55 volatile ushort3 prefix##_us_3 = 1; \
Dmath.rs.bak27 volatile ushort3 us3;
55 volatile ushort3 prefix##_us_3 = 1; \
Dmath.rs.orig27 volatile ushort3 us3;
55 volatile ushort3 prefix##_us_3 = 1; \
/frameworks/rs/driver/runtime/
Drs_core.c193 PRIM_DEBUG(ushort3)
Drs_allocation.c257 ELEMENT_AT(ushort3)
376 VOP(ushort3)
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp53 typedef uint16_t ushort3 __attribute__((ext_vector_type(3))); typedef
914 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3)
1681 static void SC_debugUS3(const char *s, ushort3 c) { in SC_debugUS3()
1841 void rsDebug(const char *s, const ushort3 *c) { in rsDebug()

12