Searched refs:ulong2 (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs87 ulong2 ul2;
88 ulong2 ul2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_debug.rsh251 rsDebug(const char *, ulong2);
H A Drs_allocation.rsh203 GET_ELEMENT_AT(ulong2)
338 SET_ELEMENT_AT(ulong2)
H A Drs_types.rsh276 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp56 typedef unsigned long long ulong2 __attribute__((ext_vector_type(2))); typedef
192 static void SC_debugUL2(const char *s, const ulong2 *ll) {
193 ALOGD("ulong2 %s {%llu, %llu} 0x%llx 0x%llx", s, ll->x, ll->y, ll->x, ll->y);
/frameworks/rs/driver/runtime/
H A Drs_core.c155 PRIM_DEBUG(ulong2)
H A Drs_allocation.c245 ELEMENT_AT(ulong2)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c427 extern ulong2 __attribute__((overloadable)) max(ulong2 v1, ulong2 v2) {
428 ulong2 r;
684 extern ulong2 __attribute__((overloadable)) min(ulong2 v1, ulong2 v2) {
685 ulong2 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp64 typedef unsigned long long ulong2 __attribute__((ext_vector_type(2))); typedef
769 ELEMENT_AT(ulong2, RS_TYPE_UNSIGNED_64, 2)
1414 static void SC_debugUL2(const char *s, ulong2 ll) {
1597 void rsDebug(const char *s, const ulong2 *c) {

Completed in 4200 milliseconds