Searched defs:short4 (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/driver/
H A DrsdIntrinsicInlines.h40 typedef short short4 __attribute__((ext_vector_type(4))); typedef
60 static inline short4 convert_short4(uchar4 i) {
61 short4 f4 = {i.x, i.y, i.z, i.w};
70 static inline uchar4 convert_uchar4(short4 i) {
H A DrsdRuntimeStubs.cpp55 typedef short short4 __attribute__((ext_vector_type(4))); typedef
615 static void SC_debugS4(const char *s, short4 c) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicInlines.h40 typedef short short4 __attribute__((ext_vector_type(4))); typedef
60 static inline short4 convert_short4(uchar4 i) {
61 short4 f4 = {i.x, i.y, i.z, i.w};
70 static inline uchar4 convert_uchar4(short4 i) {
H A DrsdRuntimeStubs.cpp53 typedef short short4 __attribute__((ext_vector_type(4))); typedef
326 static void SC_debugS4(const char *s, short4 c) {

Completed in 56 milliseconds