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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs55 ushort4 us4;
56 ushort4 us4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
H A Drs_debug.rsh201 rsDebug(const char *, ushort4);
H A Drs_allocation.rsh189 GET_ELEMENT_AT(ushort4)
324 SET_ELEMENT_AT(ushort4)
404 VOP(ushort4)
H A Drs_core_math.rsh90 extern ushort4 __attribute__((const, overloadable))abs(short4 value);
893 extern ushort4 __attribute__((const, overloadable))clamp(ushort4 value, ushort4 min_value, ushort4 max_value);
1257 extern ushort4 __attribute__((const, overloadable))clamp(ushort4 value, ushort min_value, ushort max_value);
1557 extern ushort4 __attribute__((const, overloadable))clz(ushort4 value);
1760 * Component wise conversion from ushort4 t
[all...]
H A Drs_types.rsh273 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp49 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef
163 static void SC_debugUS4(const char *s, const ushort4 *c) {
164 ALOGD("ushort4 %s {%hu, %hu, %hu, %hu} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
H A DrsCpuIntrinsicInlines.h31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c358 extern ushort4 __attribute__((overloadable)) max(ushort4 v1, ushort4 v2) {
359 ushort4 r;
559 extern ushort4 __attribute__((overloadable)) min(ushort4 v1, ushort4 v2) {
560 ushort4 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c194 PRIM_DEBUG(ushort4)
H A Drs_allocation.c258 ELEMENT_AT(ushort4)
377 VOP(ushort4)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp54 typedef uint16_t ushort4 __attribute__((ext_vector_type(4))); typedef
915 ELEMENT_AT(ushort4, RS_TYPE_UNSIGNED_16, 4)
1684 static void SC_debugUS4(const char *s, ushort4 c) {
1845 void rsDebug(const char *s, const ushort4 *c) {

Completed in 180 milliseconds