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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs91 ulong4 ul4;
92 ulong4 ul4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
H A Drs_debug.rsh261 rsDebug(const char *, ulong4);
H A Drs_allocation.rsh205 GET_ELEMENT_AT(ulong4)
340 SET_ELEMENT_AT(ulong4)
H A Drs_types.rsh286 typedef ulong ulong4 __attribute__((ext_vector_type(4)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp58 typedef unsigned long long ulong4 __attribute__((ext_vector_type(4))); typedef
198 static void SC_debugUL4(const char *s, const ulong4 *ll) {
199 ALOGD("ulong4 %s {%llu, %llu, %llu, %llu} 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);
/frameworks/rs/driver/runtime/
H A Drs_core.c157 PRIM_DEBUG(ulong4)
H A Drs_allocation.c247 ELEMENT_AT(ulong4)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c442 extern ulong4 __attribute__((overloadable)) max(ulong4 v1, ulong4 v2) {
443 ulong4 r;
699 extern ulong4 __attribute__((overloadable)) min(ulong4 v1, ulong4 v2) {
700 ulong4 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp66 typedef unsigned long long ulong4 __attribute__((ext_vector_type(4))); typedef
771 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
1420 static void SC_debugUL4(const char *s, ulong4 ll) {
1605 void rsDebug(const char *s, const ulong4 *c) {

Completed in 47 milliseconds