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_convert.rsh65 convert_float3(uchar3 v);
128 convert_char3(uchar3 v);
172 extern uchar3 __attribute__((const, overloadable))
181 extern uchar3 __attribute__((const, overloadable))
190 extern uchar3 __attribute__((const, overloadable))
191 convert_uchar3(uchar3 v);
199 extern uchar3 __attribute__((const, overloadable))
208 extern uchar3 __attribute__((const, overloadable))
217 extern uchar3 __attribute__((const, overloadable))
226 extern uchar3 __attribute_
[all...]
H A Drs_value_types.rsh315 * uchar3: Three 8 bit unsigned integers
320 typedef uchar __attribute__((ext_vector_type(3))) uchar3;
H A Drs_allocation_data.rsh194 extern uchar3 __attribute__((overloadable))
344 extern uchar3 __attribute__((overloadable))
494 extern uchar3 __attribute__((overloadable))
675 rsAllocationVStoreX_uchar3(rs_allocation a, uchar3 val, uint32_t x);
825 rsAllocationVStoreX_uchar3(rs_allocation a, uchar3 val, uint32_t x, uint32_t y);
975 rsAllocationVStoreX_uchar3(rs_allocation a, uchar3 val, uint32_t x, uint32_t y, uint32_t z);
1194 static inline uchar3 __attribute__((overloadable))
1196 return ((uchar3 *)rsGetElementAt(a, x))[0];
1474 static inline uchar3 __attribute__((overloadable))
1476 return ((uchar3 *)rsGetElementA
[all...]
H A Drs_debug.rsh194 rsDebug(const char* message, uchar3 a);
H A Drs_math.rsh169 extern uchar3 __attribute__((const, overloadable))
792 extern uchar3 __attribute__((const, overloadable))
793 clamp(uchar3 value, uchar3 min_value, uchar3 max_value);
942 extern uchar3 __attribute__((const, overloadable))
943 clamp(uchar3 value, uchar min_value, uchar max_value);
1101 extern uchar3 __attribute__((const, overloadable))
1102 clz(uchar3 value);
2799 static inline uchar3 __attribute_
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c326 extern uchar3 __attribute__((overloadable)) max(uchar3 v1, uchar3 v2) {
327 uchar3 r;
527 extern uchar3 __attribute__((overloadable)) min(uchar3 v1, uchar3 v2) {
528 uchar3 r;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h27 typedef uchar uchar3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c254 PRIM_DEBUG(uchar3)
H A Drs_allocation.c313 ELEMENT_AT(uchar3)
466 VOP(uchar3)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp53 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
556 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
1219 void rsDebug(const char *s, const uchar3 *c3) {
1220 uchar3 c = *c3;

Completed in 368 milliseconds