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

/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 217 milliseconds