Searched refs:ulong (Results 1 – 25 of 37) sorted by relevance
12
/frameworks/rs/driver/runtime/ |
D | rs_convert.c | 39 CVT_FUNC_2(type, ulong) \ 51 CVT_FUNC(ulong)
|
D | rs_allocation.c | 271 ELEMENT_AT(ulong) 290 SET_ELEMENT_AT_TYPE(ull, ulong) in SET_ELEMENT_AT_TYPE() argument
|
D | rs_cl.c | 1320 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/ |
D | kernels.rs | 85 ulong ul1; 86 ulong ul1i = 1; 137 void RS_KERNEL test_U64(ulong in) {
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 31 * 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)));
|
D | rs_allocation.rsh | 202 GET_ELEMENT_AT(ulong) 337 SET_ELEMENT_AT(ulong)
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | constant.rs | 14 const ulong ulongTest = 4611686018427387904L; constant
|
D | primitives.rs | 15 ulong ulongTest = 4611686018427387904L;
|
D | rsdebug.rs | 18 ulong ulongTest = 4611686018427387904L;
|
D | math_agree.rs | 26 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/ |
D | constant.rs | 14 const ulong ulongTest = 4611686018427387904L; constant
|
D | primitives.rs | 15 ulong ulongTest = 4611686018427387904L;
|
D | rsdebug.rs | 18 ulong ulongTest = 4611686018427387904L;
|
D | math_agree.rs | 26 DECLARE_INPUT_SET(ulong, ul); 49 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func); 369 DECLARE_TEMP_SET(ulong, ul);
|
D | math.rs | 66 volatile ulong prefix##_ul_1 = 1;
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rs | 15 const ulong ulongTest = 4611686018427387904L; constant
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | rsdebug.rs | 15 ulong ulongTest = 4611686018427387904L;
|
D | primitives.rs | 15 ulong ulongTest = 4611686018427387904L;
|
D | math.rs | 222 volatile ulong prefix##_ul_1 = 1;
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | rsdebug.rs | 15 ulong ulongTest = 4611686018427387904L;
|
D | primitives.rs | 15 ulong ulongTest = 4611686018427387904L;
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | rsdebug.rs | 15 ulong ulongTest = 4611686018427387904L;
|
D | primitives.rs | 15 ulong ulongTest = 4611686018427387904L;
|
/frameworks/rs/driver/runtime/arch/ |
D | clamp.c | 38 S_CLAMP(ulong); 105 V_CLAMP(ulong);
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rs | 19 ulong ul = 4;
|
12