Searched defs:uint4 (Results 1 - 3 of 3) sorted by path

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h34 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp83 typedef uint32_t uint4 __attribute__((ext_vector_type(4))); typedef
591 ELEMENT_AT(uint4, RS_TYPE_UNSIGNED_32, 4)
1361 void rsDebug(const char *s, const uint4 *i4) {
1362 uint4 i = *i4;
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp62 typedef uint32_t uint4 __attribute__((ext_vector_type(4))); typedef
573 ELEMENT_AT(uint4, RS_TYPE_UNSIGNED_32, 4)
996 void rsDebug(const char *s, const uint4 *i4) {
997 uint4 i = *i4;

Completed in 102 milliseconds