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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs80 long3 l3;
81 long3 l3i = {1, 2, 3};
/frameworks/rs/scriptc/
H A Drs_convert.rsh506 convert_double3(long3 v);
535 extern long3 __attribute__((const, overloadable))
550 extern long3 __attribute__((const, overloadable))
551 convert_long3(long3 v);
565 extern long3 __attribute__((const, overloadable))
596 convert_ulong3(long3 v);
641 convert_float3(long3 v);
686 convert_char3(long3 v);
731 convert_uchar3(long3 v);
776 convert_short3(long3
[all...]
H A Drs_value_types.rsh483 * long3: Three 64 bit signed integers
488 typedef long __attribute__((ext_vector_type(3))) long3;
H A Drs_allocation_data.rsh269 extern long3 __attribute__((overloadable))
419 extern long3 __attribute__((overloadable))
569 extern long3 __attribute__((overloadable))
750 rsAllocationVStoreX_long3(rs_allocation a, long3 val, uint32_t x);
900 rsAllocationVStoreX_long3(rs_allocation a, long3 val, uint32_t x, uint32_t y);
1050 rsAllocationVStoreX_long3(rs_allocation a, long3 val, uint32_t x, uint32_t y, uint32_t z);
1334 static inline long3 __attribute__((overloadable))
1336 return ((long3 *)rsGetElementAt(a, x))[0];
1614 static inline long3 __attribute__((overloadable))
1616 return ((long3 *)rsGetElementA
[all...]
H A Drs_debug.rsh92 rsDebug(const char* message, long3 a);
H A Drs_math.rsh892 extern long3 __attribute__((const, overloadable))
893 clamp(long3 value, long3 min_value, long3 max_value);
1017 extern long3 __attribute__((const, overloadable))
1018 clamp(long3 value, long min_value, long max_value);
3056 extern long3 __attribute__((const, overloadable))
3057 max(long3 a, long3 b);
3517 extern long3 __attribute_
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h45 typedef long long3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp68 typedef int64_t long3 __attribute__((ext_vector_type(3))); typedef
576 ELEMENT_AT(long3, RS_TYPE_SIGNED_64, 3)
635 ELEMENT_AT_OVERLOADS(long3, native_long3)
1328 void rsDebug(const char *s, const long3 *c) {
1329 long3 ll = *c;
1381 long3 ll = *(const long3 *)c;
1410 void rsDebug(const char *s, const long3 ll) {
/frameworks/rs/driver/runtime/
H A Drs_core.c269 PRIM_DEBUG(long3)
H A Drs_allocation.c333 ELEMENT_AT(long3)
481 VOP(long3)
H A Drs_cl.c1458 extern long3 __attribute__((overloadable)) min(long3 v1, long3 v2) {
1459 long3 r;
1536 extern long3 __attribute__((overloadable)) max(long3 v1, long3 v2) {
1537 long3 r;

Completed in 108 milliseconds