Searched refs:long2 (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs78 long2 l2;
79 long2 l2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_debug.rsh236 rsDebug(const char *, long2);
H A Drs_allocation.rsh199 GET_ELEMENT_AT(long2)
334 SET_ELEMENT_AT(long2)
H A Drs_types.rsh340 typedef long long2 __attribute__((ext_vector_type(2)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp53 typedef long long long2 __attribute__((ext_vector_type(2))); typedef
180 static void SC_debugL2(const char *s, const long2 *ll) {
181 ALOGD("long2 %s {%lld, %lld} 0x%llx 0x%llx", s, ll->x, ll->y, ll->x, ll->y);
H A DrsCpuIntrinsicInlines.h44 typedef long long2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c152 PRIM_DEBUG(long2)
H A Drs_allocation.c241 ELEMENT_AT(long2)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c315 extern long2 __attribute__((overloadable)) max(long2 v1, long2 v2) {
316 long2 r;
572 extern long2 __attribute__((overloadable)) min(long2 v1, long2 v2) {
573 long2 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp61 typedef long long long2 __attribute__((ext_vector_type(2))); typedef
765 ELEMENT_AT(long2, RS_TYPE_SIGNED_64, 2)
1402 static void SC_debugL2(const char *s, long2 ll) {
1577 void rsDebug(const char *s, const long2 *c) {

Completed in 56 milliseconds