/frameworks/rs/java/tests/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/java/tests/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 | 110 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; } 112 static void fz3Accum(int3 *accum, 124 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/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/scriptc/ |
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/typecheck/ |
D | kernels.rs | 62 int3 i3; 63 int3 i3i = {1, 2, 3};
|
/frameworks/rs/java/tests/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/compile/slang/tests/P_kernel_cpp/ |
D | kernel_cpp.rs | 11 int3 i3 = {1, 2, 3};
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_convert.jd | 125 …ndroid_rs:char3'>char3</a> convert_char3(<a href='rs_value_types.html#android_rs:int3'>int3</a> v); 293 …_rs:double3'>double3</a> convert_double3(<a href='rs_value_types.html#android_rs:int3'>int3</a> v); 464 …oid_rs:float3'>float3</a> convert_float3(<a href='rs_value_types.html#android_rs:int3'>int3</a> v); 607 …<td><a href='rs_value_types.html#android_rs:int3'>int3</a> convert_int3(<a href='rs_value_types.ht… 612 …<td><a href='rs_value_types.html#android_rs:int3'>int3</a> convert_int3(<a href='rs_value_types.ht… 618 …<td><a href='rs_value_types.html#android_rs:int3'>int3</a> convert_int3(<a href='rs_value_types.ht… 623 …href='rs_value_types.html#android_rs:int3'>int3</a> convert_int3(<a href='rs_value_types.html#andr… 628 …<td><a href='rs_value_types.html#android_rs:int3'>int3</a> convert_int3(<a href='rs_value_types.ht… 634 …<td><a href='rs_value_types.html#android_rs:int3'>int3</a> convert_int3(<a href='rs_value_types.ht… 639 …<td><a href='rs_value_types.html#android_rs:int3'>int3</a> convert_int3(<a href='rs_value_types.ht… [all …]
|
/frameworks/rs/java/tests/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/rs/java/tests/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/java/tests/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/java/tests/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/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_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 …]
|
/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_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_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_21/ |
D | all21.rs | 4084 *(uint3*)buf20 = abs(*(int3*)buf21); 4163 *(int3*)buf236 = clamp(*(int3*)buf237, *(int3*)buf238, *(int3*)buf239); 4190 *(int3*)buf344 = clamp(*(int3*)buf345, *(int*)buf346, *(int*)buf347); 4219 *(int3*)buf424 = clz(*(int3*)buf425); 4241 *(float3*)buf468 = convert_float3(*(int3*)buf469); 4262 *(char3*)buf510 = convert_char3(*(int3*)buf511); 4283 *(uchar3*)buf552 = convert_uchar3(*(int3*)buf553); 4304 *(short3*)buf594 = convert_short3(*(int3*)buf595); 4325 *(ushort3*)buf636 = convert_ushort3(*(int3*)buf637); 4331 *(int3*)buf648 = convert_int3(*(float3*)buf649); [all …]
|