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_debug.rsh241 rsDebug(const char *, long3);
H A Drs_allocation.rsh200 GET_ELEMENT_AT(long3)
335 SET_ELEMENT_AT(long3)
412 VOP(long3)
H A Drs_core_math.rsh1036 extern long3 __attribute__((const, overloadable))clamp(long3 value, long3 min_value, long3 max_value);
1361 extern long3 __attribute__((const, overloadable))clamp(long3 value, long min_value, long max_value);
2993 * Component wise conversion from long3 to double3
2997 extern double3 __attribute__((const, overloadable))convert_double3(long3 v);
3047 * Component wise conversion from double3 to long3
3051 extern long3 __attribute_
[all...]
H A Drs_types.rsh364 typedef long long3 __attribute__((ext_vector_type(3)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp57 typedef long long long3 __attribute__((ext_vector_type(3))); typedef
196 static void SC_debugL3(const char *s, const long3 *ll) {
197 ALOGD("long3 %s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->x, ll->y, ll->z);
H A DrsCpuIntrinsicInlines.h45 typedef long long3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c202 PRIM_DEBUG(long3)
H A Drs_allocation.c269 ELEMENT_AT(long3)
385 VOP(long3)
H A Drs_cl.c1304 extern long3 __attribute__((overloadable)) min(long3 v1, long3 v2) {
1305 long3 r;
1382 extern long3 __attribute__((overloadable)) max(long3 v1, long3 v2) {
1383 long3 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp62 typedef int64_t long3 __attribute__((ext_vector_type(3))); typedef
926 ELEMENT_AT(long3, RS_TYPE_SIGNED_64, 3)
1717 static void SC_debugL3(const char *s, long3 ll) {
1893 void rsDebug(const char *s, const long3 *c) {
1937 SC_debugL3(s, *(const long3 *)c);
1960 void rsDebug(const char *s, const long3 c) {

Completed in 560 milliseconds