Home
last modified time | relevance | path

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

12

/frameworks/rs/driver/runtime/
Drs_convert.c39 CVT_FUNC_2(type, ulong) \
51 CVT_FUNC(ulong)
Drs_allocation.c271 ELEMENT_AT(ulong)
290 SET_ELEMENT_AT_TYPE(ull, ulong) in SET_ELEMENT_AT_TYPE() argument
Drs_cl.c1320 extern ulong __attribute__((overloadable)) min(ulong v1, ulong v2) { in min()
1398 extern ulong __attribute__((overloadable)) max(ulong v1, ulong v2) { in max()
/frameworks/rs/tests/typecheck/
Dkernels.rs85 ulong ul1;
86 ulong ul1i = 1;
137 void RS_KERNEL test_U64(ulong in) {
/frameworks/rs/scriptc/
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 fields packed
305 typedef ulong ulong4 __attribute__((ext_vector_type(4)));
Drs_allocation.rsh202 GET_ELEMENT_AT(ulong)
337 SET_ELEMENT_AT(ulong)
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dconstant.rs14 const ulong ulongTest = 4611686018427387904L; constant
Dprimitives.rs15 ulong ulongTest = 4611686018427387904L;
Drsdebug.rs18 ulong ulongTest = 4611686018427387904L;
Dmath_agree.rs26 DECLARE_INPUT_SET(ulong, ul);
49 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func);
369 DECLARE_TEMP_SET(ulong, ul);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dconstant.rs14 const ulong ulongTest = 4611686018427387904L; constant
Dprimitives.rs15 ulong ulongTest = 4611686018427387904L;
Drsdebug.rs18 ulong ulongTest = 4611686018427387904L;
Dmath_agree.rs26 DECLARE_INPUT_SET(ulong, ul);
49 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func);
369 DECLARE_TEMP_SET(ulong, ul);
Dmath.rs66 volatile ulong prefix##_ul_1 = 1;
/frameworks/compile/slang/tests/P_constant/
Dconstant.rs15 const ulong ulongTest = 4611686018427387904L; constant
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Drsdebug.rs15 ulong ulongTest = 4611686018427387904L;
Dprimitives.rs15 ulong ulongTest = 4611686018427387904L;
Dmath.rs222 volatile ulong prefix##_ul_1 = 1;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Drsdebug.rs15 ulong ulongTest = 4611686018427387904L;
Dprimitives.rs15 ulong ulongTest = 4611686018427387904L;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Drsdebug.rs15 ulong ulongTest = 4611686018427387904L;
Dprimitives.rs15 ulong ulongTest = 4611686018427387904L;
/frameworks/rs/driver/runtime/arch/
Dclamp.c38 S_CLAMP(ulong);
105 V_CLAMP(ulong);
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dsetelementat.rs19 ulong ul = 4;

12