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

/frameworks/rs/driver/runtime/
H A Drs_convert.c39 CVT_FUNC_2(type, ulong) \
51 CVT_FUNC(ulong)
H A Drs_allocation.c271 ELEMENT_AT(ulong)
290 SET_ELEMENT_AT_TYPE(ull, ulong)
H A Drs_cl.c1320 extern ulong __attribute__((overloadable)) min(ulong v1, ulong v2) {
1398 extern ulong __attribute__((overloadable)) max(ulong v1, ulong v2) {
/frameworks/rs/tests/typecheck/
H A Dkernels.rs85 ulong ul1;
86 ulong ul1i = 1;
137 void RS_KERNEL test_U64(ulong in) {
/frameworks/rs/scriptc/
H A Drs_types.rsh31 * 64 bit: ulong, uint64_t
115 typedef uint64_t ulong;
292 * Vector version of the basic ulong type. Provides two ulong fields packed into
295 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
297 * Vector version of the basic ulong type. Provides three ulong fields packed
300 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
302 * Vector version of the basic ulong type. Provides four ulong field
[all...]
H A Drs_allocation.rsh202 GET_ELEMENT_AT(ulong)
337 SET_ELEMENT_AT(ulong)
H A Drs_core_math.rsh1062 extern ulong __attribute__((const, overloadable))clamp(ulong value, ulong min_value, ulong max_value);
1387 extern ulong2 __attribute__((const, overloadable))clamp(ulong2 value, ulong min_value, ulong max_value);
1400 extern ulong3 __attribute__((const, overloadable))clamp(ulong3 value, ulong min_value, ulong max_value);
1413 extern ulong4 __attribute__((const, overloadable))clamp(ulong4 value, ulong min_value, ulong max_valu
[all...]
/frameworks/rs/driver/runtime/arch/
H A Dclamp.c38 S_CLAMP(ulong); variable
105 V_CLAMP(ulong); variable
H A Dgeneric.c106 _CLAMP(ulong); variable
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp72 typedef uint64_t ulong; typedef
928 ELEMENT_AT(ulong, RS_TYPE_UNSIGNED_64, 1)

Completed in 356 milliseconds