Searched refs:ushort4 (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs55 ushort4 us4;
56 ushort4 us4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
H A Drs_debug.rsh201 rsDebug(const char *, ushort4);
H A Drs_allocation.rsh189 GET_ELEMENT_AT(ushort4)
324 SET_ELEMENT_AT(ushort4)
H A Drs_types.rsh254 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp46 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef
150 static void SC_debugUS4(const char *s, const ushort4 *c) {
151 ALOGD("ushort4 %s {%hu, %hu, %hu, %hu} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
H A DrsCpuIntrinsicInlines.h31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c145 PRIM_DEBUG(ushort4)
H A Drs_allocation.c231 ELEMENT_AT(ushort4)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c386 extern ushort4 __attribute__((overloadable)) max(ushort4 v1, ushort4 v2) {
387 ushort4 r;
643 extern ushort4 __attribute__((overloadable)) min(ushort4 v1, ushort4 v2) {
644 ushort4 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp54 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef
755 ELEMENT_AT(ushort4, RS_TYPE_UNSIGNED_16, 4)
1372 static void SC_debugUS4(const char *s, ushort4 c) {
1533 void rsDebug(const char *s, const ushort4 *c) {

Completed in 84 milliseconds