Searched refs:ulong (Results 1 – 25 of 72) sorted by relevance
123
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 85 ulong ul1; 86 ulong ul1i = 1; 137 void RS_KERNEL test_U64(ulong in) {
|
/frameworks/rs/driver/runtime/ |
D | rs_convert.c | 39 CVT_FUNC_2(type, ulong) \ 52 CVT_FUNC(ulong)
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | single_source_alloc.rs | 59 VERIFY_KERNEL(ulong) 173 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_64, ulong); 195 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_64, ulong); 389 TEST_HELPERS(ulong);
|
D | constant.rs | 14 const ulong ulongTest = 4611686018427387904L; constant
|
D | primitives.rs | 15 ulong ulongTest = 4611686018427387904L;
|
D | rsdebug.rs | 21 ulong ulongTest = 4611686018427387904L;
|
D | math_agree.rs | 26 DECLARE_INPUT_SET(ulong, ul); 49 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func); 365 DECLARE_TEMP_SET(ulong, ul);
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/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;
|
/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;
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rs | 15 const ulong ulongTest = 4611686018427387904L; constant
|
/frameworks/rs/scriptc/ |
D | rs_value_types.rsh | 28 * 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;
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | reduce_general_result.rs | 284 static void my_ulong_accum(ulong *accum, ulong val) { } 285 static void my_ulong_comb(ulong *accum, const ulong *other) { } constant 296 typedef ulong array_ulong[7]; 297 static void my_array_ulong_accum(array_ulong *accum, ulong val) { }
|
/frameworks/rs/driver/runtime/arch/ |
D | clamp.c | 39 S_CLAMP(ulong); 107 V_CLAMP(ulong);
|
/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/java/tests/RsTest_11/src/com/android/rs/test/ |
D | rsdebug.rs | 15 ulong ulongTest = 4611686018427387904L;
|
D | primitives.rs | 15 ulong ulongTest = 4611686018427387904L;
|
/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/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rs | 19 ulong ul = 4;
|
/frameworks/rs/api/ |
D | rs_value_types.spec | 26 …int8_t</td> <td>ushort, @uint16_t</td> <td>uint, @uint32_t</td> <td>ulong, @uint64_t</td></t…
|
123