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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h33 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp61 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef
572 ELEMENT_AT(uint3, RS_TYPE_UNSIGNED_32, 3)
991 void rsDebug(const char *s, const uint3 *i3) {
992 uint3 i = *i3;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp82 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef
590 ELEMENT_AT(uint3, RS_TYPE_UNSIGNED_32, 3)
1356 void rsDebug(const char *s, const uint3 *i3) {
1357 uint3 i = *i3;

Completed in 92 milliseconds