Searched refs:ushort2 (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs51 ushort2 us2;
52 ushort2 us2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_debug.rsh191 rsDebug(const char *, ushort2);
H A Drs_allocation.rsh187 GET_ELEMENT_AT(ushort2)
322 SET_ELEMENT_AT(ushort2)
402 VOP(ushort2)
H A Drs_core_math.rsh72 extern ushort2 __attribute__((const, overloadable))abs(short2 value);
867 extern ushort2 __attribute__((const, overloadable))clamp(ushort2 value, ushort2 min_value, ushort2 max_value);
1231 extern ushort2 __attribute__((const, overloadable))clamp(ushort2 value, ushort min_value, ushort max_value);
1539 extern ushort2 __attribute__((const, overloadable))clz(ushort2 value);
1742 * Component wise conversion from ushort2 t
[all...]
H A Drs_types.rsh263 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp47 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef
157 static void SC_debugUS2(const char *s, const ushort2 *c) {
158 ALOGD("ushort2 %s {%hu, %hu} 0x%hx 0x%hx", s, c->x, c->y, c->x, c->y);
H A DrsCpuIntrinsicInlines.h29 typedef ushort ushort2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c343 extern ushort2 __attribute__((overloadable)) max(ushort2 v1, ushort2 v2) {
344 ushort2 r;
544 extern ushort2 __attribute__((overloadable)) min(ushort2 v1, ushort2 v2) {
545 ushort2 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c192 PRIM_DEBUG(ushort2)
H A Drs_allocation.c256 ELEMENT_AT(ushort2)
375 VOP(ushort2)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp52 typedef uint16_t ushort2 __attribute__((ext_vector_type(2))); typedef
913 ELEMENT_AT(ushort2, RS_TYPE_UNSIGNED_16, 2)
1678 static void SC_debugUS2(const char *s, ushort2 c) {
1837 void rsDebug(const char *s, const ushort2 *c) {

Completed in 363 milliseconds