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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs26 char3 c3;
27 char3 c3i = {1, 2, 3};
/frameworks/rs/scriptc/
H A Drs_convert.rsh56 convert_float3(char3 v);
109 extern char3 __attribute__((const, overloadable))
118 extern char3 __attribute__((const, overloadable))
119 convert_char3(char3 v);
127 extern char3 __attribute__((const, overloadable))
136 extern char3 __attribute__((const, overloadable))
145 extern char3 __attribute__((const, overloadable))
154 extern char3 __attribute__((const, overloadable))
163 extern char3 __attribute__((const, overloadable))
182 convert_uchar3(char3
[all...]
H A Drs_value_types.rsh411 * char3: Three 8 bit signed integers
416 typedef char __attribute__((ext_vector_type(3))) char3;
H A Drs_allocation_data.rsh179 extern char3 __attribute__((overloadable))
329 extern char3 __attribute__((overloadable))
479 extern char3 __attribute__((overloadable))
660 rsAllocationVStoreX_char3(rs_allocation a, char3 val, uint32_t x);
810 rsAllocationVStoreX_char3(rs_allocation a, char3 val, uint32_t x, uint32_t y);
960 rsAllocationVStoreX_char3(rs_allocation a, char3 val, uint32_t x, uint32_t y, uint32_t z);
1166 static inline char3 __attribute__((overloadable))
1168 return ((char3 *)rsGetElementAt(a, x))[0];
1446 static inline char3 __attribute__((overloadable))
1448 return ((char3 *)rsGetElementA
[all...]
H A Drs_debug.rsh174 rsDebug(const char* message, char3 a);
H A Drs_math.rsh170 abs(char3 v);
772 extern char3 __attribute__((const, overloadable))
773 clamp(char3 value, char3 min_value, char3 max_value);
927 extern char3 __attribute__((const, overloadable))
928 clamp(char3 value, char min_value, char max_value);
1089 extern char3 __attribute__((const, overloadable))
1090 clz(char3 value);
2788 static inline char3 __attribute_
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c242 extern char3 __attribute__((overloadable)) max(char3 v1, char3 v2) {
243 char3 r;
443 extern char3 __attribute__((overloadable)) min(char3 v1, char3 v2) {
444 char3 r;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h36 typedef char char3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c251 PRIM_DEBUG(char3)
H A Drs_allocation.c309 ELEMENT_AT(char3)
463 VOP(char3)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp50 typedef char char3 __attribute__((ext_vector_type(3))); typedef
552 ELEMENT_AT(char3, RS_TYPE_SIGNED_8, 3)
1200 void rsDebug(const char *s, const char3 *c3) {
1201 char3 c = *c3;

Completed in 3094 milliseconds