Searched refs:ulong (Results 1 – 25 of 84) sorted by relevance
1234
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/ |
D | stderr.txt.expect | 1 …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/ |
D | stderr.txt.expect | 2 …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/ |
D | stderr.txt.expect | 1 …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/ |
D | stderr.txt.expect | 1 …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/ |
D | rs_convert.c | 39 CVT_FUNC_2(type, ulong) \ 52 CVT_FUNC(ulong)
|
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/ |
D | stderr.txt.expect | 1 …: 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/ |
D | kernels.rscript | 85 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/ |
D | struct_field_simple.rscript | 33 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 34 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
|
D | bitfield.rscript | 76 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/ |
D | struct_field_simple.rscript | 35 rsDebug("argL.hi ", (unsigned)((ulong)argL >> 32)); 36 rsDebug("simple.L.hi", (unsigned)((ulong)simple.L >> 32));
|
/frameworks/compile/slang/tests/F_reflection3264_multifile/ |
D | stderr.txt.expect | 1 … 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/ |
D | stderr.txt.expect | 1 …: 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/ |
D | stderr.txt.expect | 1 …: error: global variable 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | constant.rscript | 14 const ulong ulongTest = 4611686018427387904L;
|
D | primitives.rscript | 15 ulong ulongTest = 4611686018427387904L;
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rscript | 15 const ulong ulongTest = 4611686018427387904L;
|
/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/ |
D | stderr.txt.expect | 2 …er of invokable function 'b' has type 'uint' for 32-bit targets but type 'ulong' for 64-bit targets
|
/frameworks/rs/script_api/include/ |
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/rs/driver/runtime/arch/ |
D | clamp.c | 39 S_CLAMP(ulong); 107 V_CLAMP(ulong);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | primitives.rscript | 15 ulong ulongTest = 4611686018427387904L;
|
D | rsdebug.rscript | 15 ulong ulongTest = 4611686018427387904L;
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | primitives.rscript | 15 ulong ulongTest = 4611686018427387904L;
|
D | rsdebug.rscript | 15 ulong ulongTest = 4611686018427387904L;
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | primitives.rscript | 15 ulong ulongTest = 4611686018427387904L;
|
D | rsdebug.rscript | 15 ulong ulongTest = 4611686018427387904L;
|
1234