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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs24 char2 c2;
25 char2 c2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_convert.rsh53 convert_float2(char2 v);
106 extern char2 __attribute__((const, overloadable))
115 extern char2 __attribute__((const, overloadable))
116 convert_char2(char2 v);
124 extern char2 __attribute__((const, overloadable))
133 extern char2 __attribute__((const, overloadable))
142 extern char2 __attribute__((const, overloadable))
151 extern char2 __attribute__((const, overloadable))
160 extern char2 __attribute__((const, overloadable))
179 convert_uchar2(char2
[all...]
H A Drs_value_types.rsh403 * char2: Two 8 bit signed integers
408 typedef char __attribute__((ext_vector_type(2))) char2;
H A Drs_allocation_data.rsh174 extern char2 __attribute__((overloadable))
324 extern char2 __attribute__((overloadable))
474 extern char2 __attribute__((overloadable))
655 rsAllocationVStoreX_char2(rs_allocation a, char2 val, uint32_t x);
805 rsAllocationVStoreX_char2(rs_allocation a, char2 val, uint32_t x, uint32_t y);
955 rsAllocationVStoreX_char2(rs_allocation a, char2 val, uint32_t x, uint32_t y, uint32_t z);
1159 static inline char2 __attribute__((overloadable))
1161 return ((char2 *)rsGetElementAt(a, x))[0];
1439 static inline char2 __attribute__((overloadable))
1441 return ((char2 *)rsGetElementA
[all...]
H A Drs_debug.rsh169 rsDebug(const char* message, char2 a);
H A Drs_math.rsh167 abs(char2 v);
767 extern char2 __attribute__((const, overloadable))
768 clamp(char2 value, char2 min_value, char2 max_value);
922 extern char2 __attribute__((const, overloadable))
923 clamp(char2 value, char min_value, char max_value);
1086 extern char2 __attribute__((const, overloadable))
1087 clz(char2 value);
2728 static inline char2 __attribute_
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c235 extern char2 __attribute__((overloadable)) max(char2 v1, char2 v2) {
236 char2 r;
436 extern char2 __attribute__((overloadable)) min(char2 v1, char2 v2) {
437 char2 r;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h35 typedef char char2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c250 PRIM_DEBUG(char2)
H A Drs_allocation.c308 ELEMENT_AT(char2)
462 VOP(char2)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp49 typedef char char2 __attribute__((ext_vector_type(2))); typedef
551 ELEMENT_AT(char2, RS_TYPE_SIGNED_8, 2)
1195 void rsDebug(const char *s, const char2 *c2) {
1196 char2 c = *c2;

Completed in 143 milliseconds