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_convert.rsh511 convert_double4(long4 v);
540 extern long4 __attribute__((const, overloadable))
555 extern long4 __attribute__((const, overloadable))
556 convert_long4(long4 v);
570 extern long4 __attribute__((const, overloadable))
601 convert_ulong4(long4 v);
646 convert_float4(long4 v);
691 convert_char4(long4 v);
736 convert_uchar4(long4 v);
781 convert_short4(long4
[all...]
H A Drs_value_types.rsh491 * long4: Four 64 bit signed integers
496 typedef long __attribute__((ext_vector_type(4))) long4;
H A Drs_allocation_data.rsh274 extern long4 __attribute__((overloadable))
424 extern long4 __attribute__((overloadable))
574 extern long4 __attribute__((overloadable))
755 rsAllocationVStoreX_long4(rs_allocation a, long4 val, uint32_t x);
905 rsAllocationVStoreX_long4(rs_allocation a, long4 val, uint32_t x, uint32_t y);
1055 rsAllocationVStoreX_long4(rs_allocation a, long4 val, uint32_t x, uint32_t y, uint32_t z);
1341 static inline long4 __attribute__((overloadable))
1343 return ((long4 *)rsGetElementAt(a, x))[0];
1621 static inline long4 __attribute__((overloadable))
1623 return ((long4 *)rsGetElementA
[all...]
H A Drs_debug.rsh97 rsDebug(const char* message, long4 a);
H A Drs_math.rsh897 extern long4 __attribute__((const, overloadable))
898 clamp(long4 value, long4 min_value, long4 max_value);
1022 extern long4 __attribute__((const, overloadable))
1023 clamp(long4 value, long min_value, long max_value);
3061 extern long4 __attribute__((const, overloadable))
3062 max(long4 a, long4 b);
3522 extern long4 __attribute_
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h46 typedef long long4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp69 typedef int64_t long4 __attribute__((ext_vector_type(4))); typedef
577 ELEMENT_AT(long4, RS_TYPE_SIGNED_64, 4)
636 ELEMENT_AT_OVERLOADS(long4, native_long4)
1333 void rsDebug(const char *s, const long4 *c) {
1334 long4 ll = *c;
1386 long4 ll = *(const long4 *)c;
1414 void rsDebug(const char *s, const long4 ll) {
/frameworks/rs/driver/runtime/
H A Drs_core.c270 PRIM_DEBUG(long4)
H A Drs_allocation.c334 ELEMENT_AT(long4)
482 VOP(long4)
H A Drs_cl.c1465 extern long4 __attribute__((overloadable)) min(long4 v1, long4 v2) {
1466 long4 r;
1543 extern long4 __attribute__((overloadable)) max(long4 v1, long4 v2) {
1544 long4 r;

Completed in 1944 milliseconds