Searched refs:us4 (Results 1 – 14 of 14) sorted by relevance
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 45 volatile ushort4 us4; 221 us4 = rsGetElementAt_ushort4(aUShort4, 0); 222 rsSetElementAt_ushort4(aUShort4, us4, 0); 223 us4 = rsGetElementAt_ushort4(aUShort4, 0, 0); 224 rsSetElementAt_ushort4(aUShort4, us4, 0, 0); 225 us4 = rsGetElementAt_ushort4(aUShort4, 0, 0, 0); 226 rsSetElementAt_ushort4(aUShort4, us4, 0, 0, 0); 433 c4 = convert_char4(us4); 455 uc4 = convert_uchar4(us4); 477 s4 = convert_short4(us4); [all …]
|
D | math.rscript | 28 volatile ushort4 us4;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 63 volatile ushort4 us4; 241 us4 = rsGetElementAt_ushort4(aUShort4, 0); 242 rsSetElementAt_ushort4(aUShort4, us4, 0); 243 us4 = rsGetElementAt_ushort4(aUShort4, 0, 0); 244 rsSetElementAt_ushort4(aUShort4, us4, 0, 0); 245 us4 = rsGetElementAt_ushort4(aUShort4, 0, 0, 0); 246 rsSetElementAt_ushort4(aUShort4, us4, 0, 0, 0); 453 c4 = convert_char4(us4); 475 uc4 = convert_uchar4(us4); 497 s4 = convert_short4(us4); [all …]
|
D | math.rscript | 46 volatile ushort4 us4;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 61 volatile ushort4 us4; 239 us4 = rsGetElementAt_ushort4(aUShort4, 0); 240 rsSetElementAt_ushort4(aUShort4, us4, 0); 241 us4 = rsGetElementAt_ushort4(aUShort4, 0, 0); 242 rsSetElementAt_ushort4(aUShort4, us4, 0, 0); 243 us4 = rsGetElementAt_ushort4(aUShort4, 0, 0, 0); 244 rsSetElementAt_ushort4(aUShort4, us4, 0, 0, 0); 451 c4 = convert_char4(us4); 473 uc4 = convert_uchar4(us4); 495 s4 = convert_short4(us4); [all …]
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rscript | 12 ushort4 us4;
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rscript | 55 ushort4 us4;
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 28 volatile ushort4 us4;
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 28 volatile ushort4 us4;
|
D | math.rs.orig | 28 volatile ushort4 us4;
|
D | math.rscript | 28 volatile ushort4 us4;
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 28 volatile ushort4 us4;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math.rscript | 44 volatile ushort4 us4;
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1205 void rsDebug(const char *s, const float4 *f4, const ushort4 *us4) { argument 1207 ushort4 us = *us4;
|