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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs78 long2 l2;
79 long2 l2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_convert.rsh501 convert_double2(long2 v);
530 extern long2 __attribute__((const, overloadable))
545 extern long2 __attribute__((const, overloadable))
546 convert_long2(long2 v);
560 extern long2 __attribute__((const, overloadable))
591 convert_ulong2(long2 v);
636 convert_float2(long2 v);
681 convert_char2(long2 v);
726 convert_uchar2(long2 v);
771 convert_short2(long2
[all...]
H A Drs_value_types.rsh475 * long2: Two 64 bit signed integers
480 typedef long __attribute__((ext_vector_type(2))) long2;
H A Drs_allocation_data.rsh264 extern long2 __attribute__((overloadable))
414 extern long2 __attribute__((overloadable))
564 extern long2 __attribute__((overloadable))
745 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x);
895 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x, uint32_t y);
1045 rsAllocationVStoreX_long2(rs_allocation a, long2 val, uint32_t x, uint32_t y, uint32_t z);
1327 static inline long2 __attribute__((overloadable))
1329 return ((long2 *)rsGetElementAt(a, x))[0];
1607 static inline long2 __attribute__((overloadable))
1609 return ((long2 *)rsGetElementA
[all...]
H A Drs_debug.rsh87 rsDebug(const char* message, long2 a);
H A Drs_math.rsh887 extern long2 __attribute__((const, overloadable))
888 clamp(long2 value, long2 min_value, long2 max_value);
1012 extern long2 __attribute__((const, overloadable))
1013 clamp(long2 value, long min_value, long max_value);
3051 extern long2 __attribute__((const, overloadable))
3052 max(long2 a, long2 b);
3512 extern long2 __attribute_
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h44 typedef long long2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp67 typedef int64_t long2 __attribute__((ext_vector_type(2))); typedef
575 ELEMENT_AT(long2, RS_TYPE_SIGNED_64, 2)
634 ELEMENT_AT_OVERLOADS(long2, native_long2)
1323 void rsDebug(const char *s, const long2 *c) {
1324 long2 ll = *c;
1376 long2 ll = *(const long2 *)c;
1406 void rsDebug(const char *s, const long2 ll) {
/frameworks/rs/driver/runtime/
H A Drs_core.c268 PRIM_DEBUG(long2)
H A Drs_allocation.c332 ELEMENT_AT(long2)
480 VOP(long2)
H A Drs_cl.c1452 extern long2 __attribute__((overloadable)) min(long2 v1, long2 v2) {
1453 long2 r;
1530 extern long2 __attribute__((overloadable)) max(long2 v1, long2 v2) {
1531 long2 r;

Completed in 309 milliseconds