Searched refs:us3 (Results 1 – 14 of 14) sorted by relevance
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 44 volatile ushort3 us3; 215 us3 = rsGetElementAt_ushort3(aUShort3, 0); 216 rsSetElementAt_ushort3(aUShort3, us3, 0); 217 us3 = rsGetElementAt_ushort3(aUShort3, 0, 0); 218 rsSetElementAt_ushort3(aUShort3, us3, 0, 0); 219 us3 = rsGetElementAt_ushort3(aUShort3, 0, 0, 0); 220 rsSetElementAt_ushort3(aUShort3, us3, 0, 0, 0); 426 c3 = convert_char3(us3); 448 uc3 = convert_uchar3(us3); 470 s3 = convert_short3(us3); [all …]
|
D | math.rscript | 27 volatile ushort3 us3;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 62 volatile ushort3 us3; 235 us3 = rsGetElementAt_ushort3(aUShort3, 0); 236 rsSetElementAt_ushort3(aUShort3, us3, 0); 237 us3 = rsGetElementAt_ushort3(aUShort3, 0, 0); 238 rsSetElementAt_ushort3(aUShort3, us3, 0, 0); 239 us3 = rsGetElementAt_ushort3(aUShort3, 0, 0, 0); 240 rsSetElementAt_ushort3(aUShort3, us3, 0, 0, 0); 446 c3 = convert_char3(us3); 468 uc3 = convert_uchar3(us3); 490 s3 = convert_short3(us3); [all …]
|
D | math.rscript | 45 volatile ushort3 us3;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 60 volatile ushort3 us3; 233 us3 = rsGetElementAt_ushort3(aUShort3, 0); 234 rsSetElementAt_ushort3(aUShort3, us3, 0); 235 us3 = rsGetElementAt_ushort3(aUShort3, 0, 0); 236 rsSetElementAt_ushort3(aUShort3, us3, 0, 0); 237 us3 = rsGetElementAt_ushort3(aUShort3, 0, 0, 0); 238 rsSetElementAt_ushort3(aUShort3, us3, 0, 0, 0); 444 c3 = convert_char3(us3); 466 uc3 = convert_uchar3(us3); 488 s3 = convert_short3(us3); [all …]
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rscript | 11 ushort3 us3;
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rscript | 53 ushort3 us3;
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 27 volatile ushort3 us3;
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 27 volatile ushort3 us3;
|
D | math.rs.orig | 27 volatile ushort3 us3;
|
D | math.rscript | 27 volatile ushort3 us3;
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 27 volatile ushort3 us3;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math.rscript | 43 volatile ushort3 us3;
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 1198 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3) { argument 1200 ushort3 us = *us3;
|