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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs28 char4 c4;
29 char4 c4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
H A Drs_convert.rsh59 convert_float4(char4 v);
112 extern char4 __attribute__((const, overloadable))
121 extern char4 __attribute__((const, overloadable))
122 convert_char4(char4 v);
130 extern char4 __attribute__((const, overloadable))
139 extern char4 __attribute__((const, overloadable))
148 extern char4 __attribute__((const, overloadable))
157 extern char4 __attribute__((const, overloadable))
166 extern char4 __attribute__((const, overloadable))
185 convert_uchar4(char4
[all...]
H A Drs_value_types.rsh419 * char4: Four 8 bit signed integers
424 typedef char __attribute__((ext_vector_type(4))) char4;
H A Drs_allocation_data.rsh184 extern char4 __attribute__((overloadable))
334 extern char4 __attribute__((overloadable))
484 extern char4 __attribute__((overloadable))
665 rsAllocationVStoreX_char4(rs_allocation a, char4 val, uint32_t x);
815 rsAllocationVStoreX_char4(rs_allocation a, char4 val, uint32_t x, uint32_t y);
965 rsAllocationVStoreX_char4(rs_allocation a, char4 val, uint32_t x, uint32_t y, uint32_t z);
1173 static inline char4 __attribute__((overloadable))
1175 return ((char4 *)rsGetElementAt(a, x))[0];
1453 static inline char4 __attribute__((overloadable))
1455 return ((char4 *)rsGetElementA
[all...]
H A Drs_debug.rsh179 rsDebug(const char* message, char4 a);
H A Drs_math.rsh173 abs(char4 v);
777 extern char4 __attribute__((const, overloadable))
778 clamp(char4 value, char4 min_value, char4 max_value);
932 extern char4 __attribute__((const, overloadable))
933 clamp(char4 value, char min_value, char max_value);
1092 extern char4 __attribute__((const, overloadable))
1093 clz(char4 value);
2854 static inline char4 __attribute_
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c250 extern char4 __attribute__((overloadable)) max(char4 v1, char4 v2) {
251 char4 r;
451 extern char4 __attribute__((overloadable)) min(char4 v1, char4 v2) {
452 char4 r;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h37 typedef char char4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c252 PRIM_DEBUG(char4)
H A Drs_allocation.c310 ELEMENT_AT(char4)
464 VOP(char4)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp51 typedef char char4 __attribute__((ext_vector_type(4))); typedef
553 ELEMENT_AT(char4, RS_TYPE_SIGNED_8, 4)
1205 void rsDebug(const char *s, const char4 *c4) {
1206 char4 c = *c4;

Completed in 5069 milliseconds