/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/RSTest_CompatLib/src/com/android/rs/test/ |
D | reduce.rs | 109 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 111 static void fz3Accum(int3 *accum, 123 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
|
D | reduce_backward.rs | 104 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 106 static void fz3Accum(int3 *accum, 118 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
|
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/src/com/android/rs/test/ |
D | reduce_backward.rs | 106 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 108 static void fz3Accum(int3 *accum, 120 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
|
D | reduce.rs | 188 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 190 static void fz3Accum(int3 *accum, 202 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
|
D | math.rs | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 228 f3 = fnc(f3, (int3*) &i3); \ 235 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/cpp/KernelVariables/ |
D | simple.rs | 46 int3 int3_global = {999, -1111, 2222}; 108 int3 int3_local = {999, -1111, 2222};
|
/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/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_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/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_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_11/ |
D | all11.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_16/ |
D | all16.rs | 2530 *(uint3*)buf20 = abs(*(int3*)buf21); 2609 *(int3*)buf200 = clz(*(int3*)buf201); 2631 *(float3*)buf244 = convert_float3(*(int3*)buf245); 2652 *(char3*)buf286 = convert_char3(*(int3*)buf287); 2673 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329); 2694 *(short3*)buf370 = convert_short3(*(int3*)buf371); 2715 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413); 2721 *(int3*)buf424 = convert_int3(*(float3*)buf425); 2724 *(int3*)buf430 = convert_int3(*(char3*)buf431); 2727 *(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 …]
|