Searched refs:uchar3 (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs35 uchar3 uc3;
36 uchar3 uc3i = {1, 2, 3};
/frameworks/rs/scriptc/
H A Drs_debug.rsh156 rsDebug(const char *, uchar3);
H A Drs_allocation.rsh180 GET_ELEMENT_AT(uchar3)
315 SET_ELEMENT_AT(uchar3)
397 VOP(uchar3)
H A Drs_core_math.rsh45 extern uchar3 __attribute__((const, overloadable))abs(char3 value);
776 extern uchar3 __attribute__((const, overloadable))clamp(uchar3 value, uchar3 min_value, uchar3 max_value);
1166 extern uchar3 __attribute__((const, overloadable))clamp(uchar3 value, uchar min_value, uchar max_value);
1476 extern uchar3 __attribute__((const, overloadable))clz(uchar3 value);
1697 * Component wise conversion from uchar3 t
[all...]
H A Drs_types.rsh252 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp42 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
136 static void SC_debugUC3(const char *s, const uchar3 *c) {
137 ALOGD("uchar3 %s {%hhu, %hhu, %hhu} 0x%hhx 0x%hhx 0x%hhx", s, c->x, c->y, c->z, c->x, c->y, c->z);
H A DrsCpuIntrinsicInlines.h27 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c322 extern uchar3 __attribute__((overloadable)) max(uchar3 v1, uchar3 v2) {
323 uchar3 r;
523 extern uchar3 __attribute__((overloadable)) min(uchar3 v1, uchar3 v2) {
524 uchar3 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c187 PRIM_DEBUG(uchar3)
H A Drs_allocation.c249 ELEMENT_AT(uchar3)
370 VOP(uchar3)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp47 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
906 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
1657 static void SC_debugUC3(const char *s, uchar3 c) {
1809 void rsDebug(const char *s, const uchar3 *c) {

Completed in 2070 milliseconds