Searched refs:ushort3 (Results 1 - 15 of 15) 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/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dshadows_f.rs51 static ushort3 rgb2hsv( float4 rgb)
91 ushort3 out;
98 static float4 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_convert.rsh83 convert_float3(ushort3 v);
146 convert_char3(ushort3 v);
209 convert_uchar3(ushort3 v);
272 convert_short3(ushort3 v);
298 extern ushort3 __attribute__((const, overloadable))
307 extern ushort3 __attribute__((const, overloadable))
316 extern ushort3 __attribute__((const, overloadable))
325 extern ushort3 __attribute__((const, overloadable))
334 extern ushort3 __attribute__((const, overloadable))
335 convert_ushort3(ushort3
[all...]
H A Drs_value_types.rsh339 * ushort3: Three 16 bit unsigned integers
344 typedef ushort __attribute__((ext_vector_type(3))) ushort3;
H A Drs_allocation_data.rsh224 extern ushort3 __attribute__((overloadable))
374 extern ushort3 __attribute__((overloadable))
524 extern ushort3 __attribute__((overloadable))
705 rsAllocationVStoreX_ushort3(rs_allocation a, ushort3 val, uint32_t x);
855 rsAllocationVStoreX_ushort3(rs_allocation a, ushort3 val, uint32_t x, uint32_t y);
1005 rsAllocationVStoreX_ushort3(rs_allocation a, ushort3 val, uint32_t x, uint32_t y, uint32_t z);
1250 static inline ushort3 __attribute__((overloadable))
1252 return ((ushort3 *)rsGetElementAt(a, x))[0];
1530 static inline ushort3 __attribute__((overloadable))
1532 return ((ushort3 *)rsGetElementA
[all...]
H A Drs_debug.rsh234 rsDebug(const char* message, ushort3 a);
H A Drs_math.rsh181 extern ushort3 __attribute__((const, overloadable))
832 extern ushort3 __attribute__((const, overloadable))
833 clamp(ushort3 value, ushort3 min_value, ushort3 max_value);
972 extern ushort3 __attribute__((const, overloadable))
973 clamp(ushort3 value, ushort min_value, ushort max_value);
1125 extern ushort3 __attribute__((const, overloadable))
1126 clz(ushort3 value);
2821 static inline ushort3 __attribute_
[all...]
/frameworks/rs/driver/runtime/
H A Drs_core.c260 PRIM_DEBUG(ushort3)
303 const ushort3 *us);
306 rsDebug(s, &f, (ushort3 *) &h3);
H A Drs_allocation.c321 ELEMENT_AT(ushort3)
472 VOP(ushort3)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c354 extern ushort3 __attribute__((overloadable)) max(ushort3 v1, ushort3 v2) {
355 ushort3 r;
555 extern ushort3 __attribute__((overloadable)) min(ushort3 v1, ushort3 v2) {
556 ushort3 r;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h30 typedef ushort ushort3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp59 typedef uint16_t ushort3 __attribute__((ext_vector_type(3))); typedef
564 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3)
1137 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3) {
1139 ushort3 us = *us3;
1257 void rsDebug(const char *s, const ushort3 *c3) {
1258 ushort3 c = *c3;

Completed in 347 milliseconds