/frameworks/compile/slang/tests/F_vector_cast/ |
D | vector_cast.rs | 12 int3 i; 14 i = (int3)f;
|
D | stderr.txt.expect | 2 vector_cast.rs:15:11: error: cannot convert between vector values of different size ('int3' (vector…
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reduce_backward.rs | 122 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 124 static void fz3Accum(int3 *accum, 136 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
|
D | reduce.rs | 204 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 206 static void fz3Accum(int3 *accum, 218 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
|
D | math.rs | 28 volatile int3 i3; 75 volatile int3 prefix##_i_3 = 1; \ 244 f3 = fnc(f3, (int3*) &i3); \ 251 f3 = fnc(f3, f3, (int3*) &i3); \
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reduce_backward.rs | 124 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 126 static void fz3Accum(int3 *accum, 138 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
|
D | reduce.rs | 206 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 208 static void fz3Accum(int3 *accum, 220 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
|
D | math.rs | 30 volatile int3 i3; 77 volatile int3 prefix##_i_3 = 1; \ 246 f3 = fnc(f3, (int3*) &i3); \ 253 f3 = fnc(f3, f3, (int3*) &i3); \
|
/frameworks/rs/script_api/include/ |
D | rs_convert.rsh | 92 convert_float3(int3 v); 155 convert_char3(int3 v); 218 convert_uchar3(int3 v); 281 convert_short3(int3 v); 344 convert_ushort3(int3 v); 361 extern int3 __attribute__((const, overloadable)) 370 extern int3 __attribute__((const, overloadable)) 379 extern int3 __attribute__((const, overloadable)) 388 extern int3 __attribute__((const, overloadable)) 397 extern int3 __attribute__((const, overloadable)) [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | wbalance.rs | 29 int3 hv = rsGetElementAt_int3(histogramValues, i); 56 int3 hv = rsGetElementAt_int3(histogramValues, i);
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rs | 62 int3 i3; 63 int3 i3i = {1, 2, 3};
|
/frameworks/compile/slang/tests/P_kernel_cpp/ |
D | kernel_cpp.rs | 11 int3 i3 = {1, 2, 3};
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 12 volatile int3 i3; 93 f3 = fnc(f3, (int3*) &i3); \ 100 f3 = fnc(f3, f3, (int3*) &i3); \ 215 volatile int3 prefix##_i_3 = 1; \
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | simple.rs | 46 int3 int3_global = {999, -1111, 2222}; 108 int3 int3_local = {999, -1111, 2222};
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
D | simple.rs | 46 int3 int3_global = {999, -1111, 2222}; 108 int3 int3_local = {999, -1111, 2222};
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | simple.rs | 46 int3 int3_global = {999, -1111, 2222}; 108 int3 int3_local = {999, -1111, 2222};
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 207 f3 = fnc(f3, (int3*) &i3); \ 214 f3 = fnc(f3, f3, (int3*) &i3); \
|
D | math.rs | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 221 f3 = fnc(f3, (int3*) &i3); \ 228 f3 = fnc(f3, f3, (int3*) &i3); \
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | vr.rs | 84 static int isInBrick(int3 p) { 119 int3 ip = convert_int3(p); 135 int3 ip = convert_int3(p); 184 int3 ip = convert_int3(p);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | math.rs | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 221 f3 = fnc(f3, (int3*) &i3); \ 228 f3 = fnc(f3, f3, (int3*) &i3); \
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 221 f3 = fnc(f3, (int3*) &i3); \ 228 f3 = fnc(f3, f3, (int3*) &i3); \
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 2438 *(uint3*)buf20 = abs(*(int3*)buf21); 2517 *(int3*)buf200 = clz(*(int3*)buf201); 2539 *(float3*)buf244 = convert_float3(*(int3*)buf245); 2560 *(char3*)buf286 = convert_char3(*(int3*)buf287); 2581 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329); 2602 *(short3*)buf370 = convert_short3(*(int3*)buf371); 2623 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413); 2629 *(int3*)buf424 = convert_int3(*(float3*)buf425); 2632 *(int3*)buf430 = convert_int3(*(char3*)buf431); 2635 *(int3*)buf436 = convert_int3(*(uchar3*)buf437); [all …]
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 2368 *(uint3*)buf20 = abs(*(int3*)buf21); 2447 *(int3*)buf200 = clz(*(int3*)buf201); 2469 *(float3*)buf244 = convert_float3(*(int3*)buf245); 2490 *(char3*)buf286 = convert_char3(*(int3*)buf287); 2511 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329); 2532 *(short3*)buf370 = convert_short3(*(int3*)buf371); 2553 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413); 2559 *(int3*)buf424 = convert_int3(*(float3*)buf425); 2562 *(int3*)buf430 = convert_int3(*(char3*)buf431); 2565 *(int3*)buf436 = convert_int3(*(uchar3*)buf437); [all …]
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rs | 2368 *(uint3*)buf20 = abs(*(int3*)buf21); 2447 *(int3*)buf200 = clz(*(int3*)buf201); 2469 *(float3*)buf244 = convert_float3(*(int3*)buf245); 2490 *(char3*)buf286 = convert_char3(*(int3*)buf287); 2511 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329); 2532 *(short3*)buf370 = convert_short3(*(int3*)buf371); 2553 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413); 2559 *(int3*)buf424 = convert_int3(*(float3*)buf425); 2562 *(int3*)buf430 = convert_int3(*(char3*)buf431); 2565 *(int3*)buf436 = convert_int3(*(uchar3*)buf437); [all …]
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 2438 *(uint3*)buf20 = abs(*(int3*)buf21); 2517 *(int3*)buf200 = clz(*(int3*)buf201); 2539 *(float3*)buf244 = convert_float3(*(int3*)buf245); 2560 *(char3*)buf286 = convert_char3(*(int3*)buf287); 2581 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329); 2602 *(short3*)buf370 = convert_short3(*(int3*)buf371); 2623 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413); 2629 *(int3*)buf424 = convert_int3(*(float3*)buf425); 2632 *(int3*)buf430 = convert_int3(*(char3*)buf431); 2635 *(int3*)buf436 = convert_int3(*(uchar3*)buf437); [all …]
|