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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs82 long4 l4;
83 long4 l4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
H A Drs_debug.rsh246 rsDebug(const char *, long4);
H A Drs_allocation.rsh201 GET_ELEMENT_AT(long4)
336 SET_ELEMENT_AT(long4)
413 VOP(long4)
H A Drs_core_math.rsh1049 extern long4 __attribute__((const, overloadable))clamp(long4 value, long4 min_value, long4 max_value);
1374 extern long4 __attribute__((const, overloadable))clamp(long4 value, long min_value, long max_value);
3002 * Component wise conversion from long4 to double4
3006 extern double4 __attribute__((const, overloadable))convert_double4(long4 v);
3056 * Component wise conversion from double4 to long4
3060 extern long4 __attribute_
[all...]
H A Drs_types.rsh369 typedef long long4 __attribute__((ext_vector_type(4)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp58 typedef long long long4 __attribute__((ext_vector_type(4))); typedef
199 static void SC_debugL4(const char *s, const long4 *ll) {
200 ALOGD("long4 %s {%lld, %lld, %lld, %lld} 0x%llx 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->w, ll->x, ll->y, ll->z, ll->w);
H A DrsCpuIntrinsicInlines.h46 typedef long long4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c203 PRIM_DEBUG(long4)
H A Drs_allocation.c270 ELEMENT_AT(long4)
386 VOP(long4)
H A Drs_cl.c1311 extern long4 __attribute__((overloadable)) min(long4 v1, long4 v2) {
1312 long4 r;
1389 extern long4 __attribute__((overloadable)) max(long4 v1, long4 v2) {
1390 long4 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp63 typedef int64_t long4 __attribute__((ext_vector_type(4))); typedef
927 ELEMENT_AT(long4, RS_TYPE_SIGNED_64, 4)
1720 static void SC_debugL4(const char *s, long4 ll) {
1897 void rsDebug(const char *s, const long4 *c) {
1941 SC_debugL4(s, *(const long4 *)c);
1964 void rsDebug(const char *s, const long4 c) {

Completed in 517 milliseconds