Home
last modified time | relevance | path

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

1234

/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/
Dstderr.txt.expect1 …on kernel 'cc' has result type 'uint' for 32-bit targets but result type 'ulong' for 64-bit targets
2 …put of reduction kernel 'cc' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
3 …put of reduction kernel 'cc' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
7 …put of reduction kernel 'ee' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
11 …put of reduction kernel 'gg' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/
Dstderr.txt.expect2 …ch kernel 'dd' has output type 'uint' for 32-bit targets but output type 'ulong' for 64-bit targets
7 …input of foreach kernel 'uu' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
11 …meter of foreach kernel 'vv' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
14 …input of foreach kernel 'rr' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
16 …ch kernel 'oo' has output type 'uint' for 32-bit targets but output type 'ulong' for 64-bit targets
25 …ch kernel 'cc' has output type 'uint' for 32-bit targets but output type 'ulong' for 64-bit targets
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/
Dstderr.txt.expect1 …input of foreach kernel 'bb' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
2 …input of foreach kernel 'aa' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/
Dstderr.txt.expect1 …input of foreach kernel 'bb' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
2 …input of foreach kernel 'aa' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
/frameworks/rs/driver/runtime/
Drs_convert.c39 CVT_FUNC_2(type, ulong) \
52 CVT_FUNC(ulong)
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
Dstderr.txt.expect1 …: error: global variable 'a' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
6 …ror: global variable 'g' has type 'uint[10]' for 32-bit targets but type 'ulong[10]' for 64-bit ta…
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rscript85 ulong ul1;
86 ulong ul1i = 1;
137 void RS_KERNEL test_U64(ulong in) {
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dstruct_field_simple.rscript33 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32));
34 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
Dbitfield.rscript76 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32));
77 rsDebug("bf->L.hi", (unsigned)((ulong)bf->L >> 32));
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dstruct_field_simple.rscript35 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32));
36 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
Dbitfield.rscript78 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32));
79 rsDebug("bf->L.hi", (unsigned)((ulong)bf->L >> 32));
/frameworks/compile/slang/tests/F_reflection3264_multifile/
Dstderr.txt.expect1 … input of foreach kernel 'm' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/
Dstderr.txt.expect1 …: error: global variable 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/
Dstderr.txt.expect1 …: error: global variable 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
/frameworks/rs/script_api/include/
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;
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dconstant.rscript14 const ulong ulongTest = 4611686018427387904L;
Dprimitives.rscript15 ulong ulongTest = 4611686018427387904L;
/frameworks/compile/slang/tests/P_constant/
Dconstant.rscript15 const ulong ulongTest = 4611686018427387904L;
/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dstderr.txt.expect2 …er of invokable function 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
/frameworks/rs/driver/runtime/arch/
Dclamp.c39 S_CLAMP(ulong);
107 V_CLAMP(ulong);
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rscript284 static void my_ulong_accum(ulong *accum, ulong val) { }
285 static void my_ulong_comb(ulong *accum, const ulong *other) { }
296 typedef ulong array_ulong[7];
297 static void my_array_ulong_accum(array_ulong *accum, ulong val) { }
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dprimitives.rscript15 ulong ulongTest = 4611686018427387904L;
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dprimitives.rscript15 ulong ulongTest = 4611686018427387904L;
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dprimitives.rscript15 ulong ulongTest = 4611686018427387904L;
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dsetelementat.rscript19 ulong ul = 4;

1234