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

/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/compile/libbcc/lib/Renderscript/runtime/arch/
H A Dx86_generic.c230 extern long2 __attribute__((overloadable)) max(long2 v1, long2 v2) {
231 long2 r;
487 extern long2 __attribute__((overloadable)) min(long2 v1, long2 v2) {
488 long2 r;
H A Dgeneric.c288 extern long2 __attribute__((overloadable)) max(long2 v1, long2 v2) {
289 long2 r;
545 extern long2 __attribute__((overloadable)) min(long2 v1, long2 v2) {
546 long2 r;
/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/compile/libbcc/lib/Renderscript/runtime/
H A Drs_core.c190 PRIM_DEBUG(long2)
H A Drs_allocation.c233 ELEMENT_AT(long2)
/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 158 milliseconds