Searched refs:long4 (Results 1 - 10 of 10) 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_debug.rsh246 rsDebug(const char *, long4);
H A Drs_allocation.rsh201 GET_ELEMENT_AT(long4)
336 SET_ELEMENT_AT(long4)
H A Drs_types.rsh350 typedef long long4 __attribute__((ext_vector_type(4)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp55 typedef long long long4 __attribute__((ext_vector_type(4))); typedef
186 static void SC_debugL4(const char *s, const long4 *ll) {
187 ALOGD("long4 %s {%lld, %lld, %lld, %lld} 0x%llx 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->w, ll->x, ll->y, ll->z, ll->w);
H A DrsCpuIntrinsicInlines.h46 typedef long long4 __attribute__((ext_vector_type(4))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c154 PRIM_DEBUG(long4)
H A Drs_allocation.c243 ELEMENT_AT(long4)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c330 extern long4 __attribute__((overloadable)) max(long4 v1, long4 v2) {
331 long4 r;
587 extern long4 __attribute__((overloadable)) min(long4 v1, long4 v2) {
588 long4 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp63 typedef long long long4 __attribute__((ext_vector_type(4))); typedef
767 ELEMENT_AT(long4, RS_TYPE_SIGNED_64, 4)
1408 static void SC_debugL4(const char *s, long4 ll) {
1585 void rsDebug(const char *s, const long4 *c) {

Completed in 133 milliseconds