Searched refs:long3 (Results 1 - 10 of 10) 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)
H A Drs_types.rsh345 typedef long long3 __attribute__((ext_vector_type(3)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp54 typedef long long long3 __attribute__((ext_vector_type(3))); typedef
183 static void SC_debugL3(const char *s, const long3 *ll) {
184 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.c153 PRIM_DEBUG(long3)
H A Drs_allocation.c242 ELEMENT_AT(long3)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c322 extern long3 __attribute__((overloadable)) max(long3 v1, long3 v2) {
323 long3 r;
579 extern long3 __attribute__((overloadable)) min(long3 v1, long3 v2) {
580 long3 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp62 typedef long long long3 __attribute__((ext_vector_type(3))); typedef
766 ELEMENT_AT(long3, RS_TYPE_SIGNED_64, 3)
1405 static void SC_debugL3(const char *s, long3 ll) {
1581 void rsDebug(const char *s, const long3 *c) {

Completed in 854 milliseconds