Searched refs:ushort3 (Results 1 - 14 of 14) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb)
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(in);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb)
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/
H A Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb)
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(in);
/frameworks/rs/tests/typecheck/
H A Dkernels.rs53 ushort3 us3;
54 ushort3 us3i = {1, 2, 3};
/frameworks/rs/scriptc/
H A Drs_debug.rsh196 rsDebug(const char *, ushort3);
H A Drs_allocation.rsh188 GET_ELEMENT_AT(ushort3)
323 SET_ELEMENT_AT(ushort3)
403 VOP(ushort3)
H A 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 max_value);
1244 extern ushort3 __attribute__((const, overloadable))clamp(ushort3 value, ushort min_value, ushort max_value);
1548 extern ushort3 __attribute__((const, overloadable))clz(ushort3 value);
1751 * Component wise conversion from ushort3 t
[all...]
H A Drs_types.rsh268 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp48 typedef unsigned short ushort3 __attribute__((ext_vector_type(3))); typedef
160 static void SC_debugUS3(const char *s, const ushort3 *c) {
161 ALOGD("ushort3 %s {%hu, %hu, %hu} 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->x, c->y, c->z);
H A DrsCpuIntrinsicInlines.h30 typedef ushort ushort3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c350 extern ushort3 __attribute__((overloadable)) max(ushort3 v1, ushort3 v2) {
351 ushort3 r;
551 extern ushort3 __attribute__((overloadable)) min(ushort3 v1, ushort3 v2) {
552 ushort3 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c193 PRIM_DEBUG(ushort3)
H A Drs_allocation.c257 ELEMENT_AT(ushort3)
376 VOP(ushort3)
/frameworks/rs/driver/
H A 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) {
1841 void rsDebug(const char *s, const ushort3 *c) {

Completed in 5098 milliseconds