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

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dconstant.rs30 const ulong ulongTest = 4611686018427387904L;
H A Dstruct_field_simple.rs33 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32));
34 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
H A Dbitfield.rs76 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32));
77 rsDebug("bf->L.hi", (unsigned)((ulong)bf->L >> 32));
H A Dprimitives.rs31 ulong ulongTest = 4611686018427387904L;
H A Drsdebug.rs34 ulong ulongTest = 4611686018427387904L;
H A Dsingle_source_alloc.rs77 VERIFY_KERNEL(ulong)
196 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_64, ulong);
223 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_64, ulong);
419 TEST_HELPERS(ulong);
H A Dmath_agree.rs42 DECLARE_INPUT_SET(ulong, ul);
65 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func);
381 DECLARE_TEMP_SET(ulong, ul);
H A Dmath.rs82 volatile ulong prefix##_ul_1 = 1;
/frameworks/rs/driver/runtime/
H A Drs_convert.c39 CVT_FUNC_2(type, ulong) \
52 CVT_FUNC(ulong)
H A Drs_allocation.c272 ELEMENT_AT(ulong)
295 SET_ELEMENT_AT_TYPE_IMPL(ull, ulong)
H A Drs_cl.c1477 extern ulong __attribute__((overloadable)) min(ulong v1, ulong v2) {
1555 extern ulong __attribute__((overloadable)) max(ulong v1, ulong v2) {
/frameworks/rs/script_api/include/
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/cpp_api/typecheck/
H A Dkernels.rs85 ulong ul1;
86 ulong ul1i = 1;
137 void RS_KERNEL test_U64(ulong in) {
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A Dsimple.rs28 ulong ulong_global = 8888;
90 ulong ulong_local = 8888;
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
H A Dsimple.rs28 ulong ulong_global = 8888;
90 ulong ulong_local = 8888;
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Dsimple.rs28 ulong ulong_global = 8888;
90 ulong ulong_local = 8888;
/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/script_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/rsov/driver/
H A DrsovRuntimeStubs.cpp73 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
642 ELEMENT_AT_OVERLOADS(ulong, unsigned long)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp94 typedef uint64_t ulong; typedef
625 ELEMENT_AT(ulong, RS_TYPE_UNSIGNED_64, 1)
646 * We miss some symbols for rs{Get,Set}Element_long,ulong variants because 64
685 ELEMENT_AT_OVERLOADS(ulong, unsigned long)
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs74 volatile ulong ul;

Completed in 330 milliseconds