Searched defs:ushort4 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp60 typedef uint16_t ushort4 __attribute__((ext_vector_type(4))); typedef
565 ELEMENT_AT(ushort4, RS_TYPE_UNSIGNED_16, 4)
1144 void rsDebug(const char *s, const float4 *f4, const ushort4 *us4) {
1146 ushort4 us = *us4;
1262 void rsDebug(const char *s, const ushort4 *c4) {
1263 ushort4 c = *c4;

Completed in 51 milliseconds