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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h30 typedef ushort ushort3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp55 typedef uint16_t ushort3 __attribute__((ext_vector_type(3))); typedef
564 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3)
828 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3) {
830 ushort3 us = *us3;
954 void rsDebug(const char *s, const ushort3 *c3) {
955 ushort3 c = *c3;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp76 typedef uint16_t ushort3 __attribute__((ext_vector_type(3))); typedef
582 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3)
1198 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3) {
1200 ushort3 us = *us3;
1318 void rsDebug(const char *s, const ushort3 *c3) {
1319 ushort3 c = *c3;

Completed in 114 milliseconds