Searched refs:ushort2 (Results 1 - 10 of 10) 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)
H A Drs_types.rsh244 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp44 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef
144 static void SC_debugUS2(const char *s, const ushort2 *c) {
145 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/
H A Drs_core.c143 PRIM_DEBUG(ushort2)
H A Drs_allocation.c229 ELEMENT_AT(ushort2)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c371 extern ushort2 __attribute__((overloadable)) max(ushort2 v1, ushort2 v2) {
372 ushort2 r;
628 extern ushort2 __attribute__((overloadable)) min(ushort2 v1, ushort2 v2) {
629 ushort2 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp52 typedef unsigned short ushort2 __attribute__((ext_vector_type(2))); typedef
753 ELEMENT_AT(ushort2, RS_TYPE_UNSIGNED_16, 2)
1366 static void SC_debugUS2(const char *s, ushort2 c) {
1525 void rsDebug(const char *s, const ushort2 *c) {

Completed in 94 milliseconds