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

/frameworks/rs/driver/runtime/
H A Drs_convert.c39 CVT_FUNC_2(type, ulong) \
52 CVT_FUNC(ulong)
H A Drs_allocation.c180 ELEMENT_AT_IMPL_TYPE(ulong)
335 ELEMENT_AT(ulong)
358 SET_ELEMENT_AT_TYPE_IMPL(ull, ulong)
H A Drs_cl.c1474 extern ulong __attribute__((overloadable)) min(ulong v1, ulong v2) {
1552 extern ulong __attribute__((overloadable)) max(ulong v1, ulong v2) {
/frameworks/rs/scriptc/
H A Drs_value_types.rsh28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t
223 * ulong: 64 bit unsigned integer
227 typedef uint64_t ulong;
384 typedef ulong __attribute__((ext_vector_type(2))) ulong2;
389 * A vector of three ulongs. These three ulong fields packed into a single 256 bit field
392 typedef ulong __attribute__((ext_vector_type(3))) ulong3;
397 * A vector of four ulongs. These four ulong fields packed into a single 256 bit field
400 typedef ulong __attribute__((ext_vector_type(4))) ulong4;
H A Drs_debug.rsh53 rsDebug(const char* message, ulong a);
H A Drs_allocation_data.rsh1348 static inline ulong __attribute__((overloadable))
1350 return ((ulong *)rsGetElementAt(a, x))[0];
1628 static inline ulong __attribute__((overloadable))
1630 return ((ulong *)rsGetElementAt(a, x, y))[0];
1908 static inline ulong __attribute__((overloadable))
1910 return ((ulong *)rsGetElementAt(a, x, y, z))[0];
2116 extern ulong __attribute__((overloadable))
2316 extern ulong __attribute__((overloadable))
2516 extern ulong __attribute__((overloadable))
2887 rsSetElementAt_ulong(rs_allocation a, ulong va
[all...]
H A Drs_math.rsh902 extern ulong __attribute__((const, overloadable))
903 clamp(ulong value, ulong min_value, ulong max_value);
1028 clamp(ulong2 value, ulong min_value, ulong max_value);
1033 clamp(ulong3 value, ulong min_value, ulong max_value);
1038 clamp(ulong4 value, ulong min_value, ulong max_valu
[all...]
/frameworks/rs/tests/typecheck/
H A Dkernels.rs85 ulong ul1;
86 ulong ul1i = 1;
137 void RS_KERNEL test_U64(ulong in) {
/frameworks/rs/driver/runtime/arch/
H A Dclamp.c39 S_CLAMP(ulong); variable
107 V_CLAMP(ulong); variable
H A Dgeneric.c110 _CLAMP(ulong); variable
/frameworks/rs/api/
H A Drs_value_types.spec26 <tr><td>Unsigned integer:</td> <td>uchar, @uint8_t</td> <td>ushort, @uint16_t</td> <td>uint, @uint32_t</td> <td>ulong, @uint64_t</td></tr>
217 type: ulong
394 simple: ulong
403 simple: ulong
407 A vector of three ulongs. These three ulong fields packed into a single 256 bit field
412 simple: ulong
416 A vector of four ulongs. These four ulong fields packed into a single 256 bit field
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp78 typedef uint64_t ulong; typedef
578 ELEMENT_AT(ulong, RS_TYPE_UNSIGNED_64, 1)
599 * We miss some symbols for rs{Get,Set}Element_long,ulong variants because 64
637 ELEMENT_AT_OVERLOADS(ulong, unsigned long)

Completed in 1092 milliseconds