Searched refs:ulong4 (Results 1 - 10 of 10) 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)
416 VOP(ulong4)
H A Drs_core_math.rsh1101 extern ulong4 __attribute__((const, overloadable))clamp(ulong4 value, ulong4 min_value, ulong4 max_value);
1413 extern ulong4 __attribute__((const, overloadable))clamp(ulong4 value, ulong min_value, ulong max_value);
3029 * Component wise conversion from ulong4 to double4
3033 extern double4 __attribute__((const, overloadable))convert_double4(ulong4 v);
3110 * Component wise conversion from ulong4 to long4
3114 extern long4 __attribute__((const, overloadable))convert_long4(ulong4
[all...]
H A Drs_types.rsh305 typedef ulong ulong4 __attribute__((ext_vector_type(4)));
/frameworks/rs/driver/runtime/
H A Drs_allocation.c274 ELEMENT_AT(ulong4)
293 SET_ELEMENT_AT_TYPE(ull4, ulong4)
389 VOP(ulong4)
H A Drs_core.c206 PRIM_DEBUG(ulong4)
H A Drs_cl.c1336 extern ulong4 __attribute__((overloadable)) min(ulong4 v1, ulong4 v2) {
1337 ulong4 r;
1414 extern ulong4 __attribute__((overloadable)) max(ulong4 v1, ulong4 v2) {
1415 ulong4 r;
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp61 typedef unsigned long long ulong4 __attribute__((ext_vector_type(4))); typedef
211 static void SC_debugUL4(const char *s, const ulong4 *ll) {
212 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/
H A DrsdRuntimeStubs.cpp66 typedef uint64_t ulong4 __attribute__((ext_vector_type(4))); typedef
931 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
1732 static void SC_debugUL4(const char *s, ulong4 ll) {
1917 void rsDebug(const char *s, const ulong4 *c) {
1953 SC_debugUL4(s, *(const ulong4 *)c);
1976 void rsDebug(const char *s, const ulong4 c) {

Completed in 1611 milliseconds