/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | reduce_general_inputs.rs | 114 static void my_half_ushort2_0_accum(int *accum, half a, ushort2 b) { } 117 static void my_half_ushort2_1_accum(int *accum, half a, ushort2 b, rs_kernel_context context) { } 240 static void my_half2_ushort2_0_accum(int *accum, half2 a, ushort2 b) { } 243 static void my_half2_ushort2_1_accum(int *accum, half2 a, ushort2 b, rs_kernel_context context) { } 366 static void my_half4_ushort2_0_accum(int *accum, half4 a, ushort2 b) { } 369 static void my_half4_ushort2_1_accum(int *accum, half4 a, ushort2 b, rs_kernel_context context) { } 492 static void my_float_ushort2_0_accum(int *accum, float a, ushort2 b) { } 495 static void my_float_ushort2_1_accum(int *accum, float a, ushort2 b, rs_kernel_context context) { } 618 static void my_float2_ushort2_0_accum(int *accum, float2 a, ushort2 b) { } 621 static void my_float2_ushort2_1_accum(int *accum, float2 a, ushort2 b, rs_kernel_context context) {… [all …]
|
/frameworks/rs/script_api/include/ |
D | rs_convert.rsh | 80 convert_float2(ushort2 v); 143 convert_char2(ushort2 v); 206 convert_uchar2(ushort2 v); 269 convert_short2(ushort2 v); 295 extern ushort2 __attribute__((const, overloadable)) 304 extern ushort2 __attribute__((const, overloadable)) 313 extern ushort2 __attribute__((const, overloadable)) 322 extern ushort2 __attribute__((const, overloadable)) 331 extern ushort2 __attribute__((const, overloadable)) 332 convert_ushort2(ushort2 v); [all …]
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rs | 51 ushort2 us2; 52 ushort2 us2i = {1, 2};
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | reduce_general_result.rs | 234 static void my_ushort2_accum(ushort2 *accum, ushort2 val) { } 235 static void my_ushort2_comb(ushort2 *accum, const ushort2 *other) { } constant 247 typedef ushort2 array_ushort2[7]; 248 static void my_array_ushort2_accum(array_ushort2 *accum, ushort2 val) { }
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | simple.rs | 34 ushort2 ushort2_global = {777, 888}; 96 ushort2 ushort2_local = {777, 888};
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
D | simple.rs | 34 ushort2 ushort2_global = {777, 888}; 96 ushort2 ushort2_local = {777, 888};
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | simple.rs | 34 ushort2 ushort2_global = {777, 888}; 96 ushort2 ushort2_local = {777, 888};
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 259 PRIM_DEBUG(ushort2) 295 const ushort2 *us); 298 rsDebug(s, &f, (ushort2 *) &h2); in rsDebug()
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 10 ushort2 us2;
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rs | 4729 *(ushort2*)buf10 = abs(*(short2*)buf11); 4808 *(ushort2*)buf216 = clamp(*(ushort2*)buf217, *(ushort2*)buf218, *(ushort2*)buf219); 4836 *(ushort2*)buf328 = clamp(*(ushort2*)buf329, *(ushort*)buf330, *(ushort*)buf331); 4864 *(ushort2*)buf414 = clz(*(ushort2*)buf415); 4887 *(float2*)buf460 = convert_float2(*(ushort2*)buf461); 4908 *(char2*)buf502 = convert_char2(*(ushort2*)buf503); 4929 *(uchar2*)buf544 = convert_uchar2(*(ushort2*)buf545); 4950 *(short2*)buf586 = convert_short2(*(ushort2*)buf587); 4959 *(ushort2*)buf604 = convert_ushort2(*(float2*)buf605); 4962 *(ushort2*)buf610 = convert_ushort2(*(char2*)buf611); [all …]
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 4079 *(ushort2*)buf10 = abs(*(short2*)buf11); 4158 *(ushort2*)buf216 = clamp(*(ushort2*)buf217, *(ushort2*)buf218, *(ushort2*)buf219); 4186 *(ushort2*)buf328 = clamp(*(ushort2*)buf329, *(ushort*)buf330, *(ushort*)buf331); 4214 *(ushort2*)buf414 = clz(*(ushort2*)buf415); 4237 *(float2*)buf460 = convert_float2(*(ushort2*)buf461); 4258 *(char2*)buf502 = convert_char2(*(ushort2*)buf503); 4279 *(uchar2*)buf544 = convert_uchar2(*(ushort2*)buf545); 4300 *(short2*)buf586 = convert_short2(*(ushort2*)buf587); 4309 *(ushort2*)buf604 = convert_ushort2(*(float2*)buf605); 4312 *(ushort2*)buf610 = convert_ushort2(*(char2*)buf611); [all …]
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 2433 *(ushort2*)buf10 = abs(*(short2*)buf11); 2512 *(ushort2*)buf190 = clz(*(ushort2*)buf191); 2535 *(float2*)buf236 = convert_float2(*(ushort2*)buf237); 2556 *(char2*)buf278 = convert_char2(*(ushort2*)buf279); 2577 *(uchar2*)buf320 = convert_uchar2(*(ushort2*)buf321); 2598 *(short2*)buf362 = convert_short2(*(ushort2*)buf363); 2607 *(ushort2*)buf380 = convert_ushort2(*(float2*)buf381); 2610 *(ushort2*)buf386 = convert_ushort2(*(char2*)buf387); 2613 *(ushort2*)buf392 = convert_ushort2(*(uchar2*)buf393); 2616 *(ushort2*)buf398 = convert_ushort2(*(short2*)buf399); [all …]
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 2363 *(ushort2*)buf10 = abs(*(short2*)buf11); 2442 *(ushort2*)buf190 = clz(*(ushort2*)buf191); 2465 *(float2*)buf236 = convert_float2(*(ushort2*)buf237); 2486 *(char2*)buf278 = convert_char2(*(ushort2*)buf279); 2507 *(uchar2*)buf320 = convert_uchar2(*(ushort2*)buf321); 2528 *(short2*)buf362 = convert_short2(*(ushort2*)buf363); 2537 *(ushort2*)buf380 = convert_ushort2(*(float2*)buf381); 2540 *(ushort2*)buf386 = convert_ushort2(*(char2*)buf387); 2543 *(ushort2*)buf392 = convert_ushort2(*(uchar2*)buf393); 2546 *(ushort2*)buf398 = convert_ushort2(*(short2*)buf399); [all …]
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rs | 2363 *(ushort2*)buf10 = abs(*(short2*)buf11); 2442 *(ushort2*)buf190 = clz(*(ushort2*)buf191); 2465 *(float2*)buf236 = convert_float2(*(ushort2*)buf237); 2486 *(char2*)buf278 = convert_char2(*(ushort2*)buf279); 2507 *(uchar2*)buf320 = convert_uchar2(*(ushort2*)buf321); 2528 *(short2*)buf362 = convert_short2(*(ushort2*)buf363); 2537 *(ushort2*)buf380 = convert_ushort2(*(float2*)buf381); 2540 *(ushort2*)buf386 = convert_ushort2(*(char2*)buf387); 2543 *(ushort2*)buf392 = convert_ushort2(*(uchar2*)buf393); 2546 *(ushort2*)buf398 = convert_ushort2(*(short2*)buf399); [all …]
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 2433 *(ushort2*)buf10 = abs(*(short2*)buf11); 2512 *(ushort2*)buf190 = clz(*(ushort2*)buf191); 2535 *(float2*)buf236 = convert_float2(*(ushort2*)buf237); 2556 *(char2*)buf278 = convert_char2(*(ushort2*)buf279); 2577 *(uchar2*)buf320 = convert_uchar2(*(ushort2*)buf321); 2598 *(short2*)buf362 = convert_short2(*(ushort2*)buf363); 2607 *(ushort2*)buf380 = convert_ushort2(*(float2*)buf381); 2610 *(ushort2*)buf386 = convert_ushort2(*(char2*)buf387); 2613 *(ushort2*)buf392 = convert_ushort2(*(uchar2*)buf393); 2616 *(ushort2*)buf398 = convert_ushort2(*(short2*)buf399); [all …]
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 2525 *(ushort2*)buf10 = abs(*(short2*)buf11); 2604 *(ushort2*)buf190 = clz(*(ushort2*)buf191); 2627 *(float2*)buf236 = convert_float2(*(ushort2*)buf237); 2648 *(char2*)buf278 = convert_char2(*(ushort2*)buf279); 2669 *(uchar2*)buf320 = convert_uchar2(*(ushort2*)buf321); 2690 *(short2*)buf362 = convert_short2(*(ushort2*)buf363); 2699 *(ushort2*)buf380 = convert_ushort2(*(float2*)buf381); 2702 *(ushort2*)buf386 = convert_ushort2(*(char2*)buf387); 2705 *(ushort2*)buf392 = convert_ushort2(*(uchar2*)buf393); 2708 *(ushort2*)buf398 = convert_ushort2(*(short2*)buf399); [all …]
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rs | 2363 *(ushort2*)buf10 = abs(*(short2*)buf11); 2442 *(ushort2*)buf190 = clz(*(ushort2*)buf191); 2465 *(float2*)buf236 = convert_float2(*(ushort2*)buf237); 2486 *(char2*)buf278 = convert_char2(*(ushort2*)buf279); 2507 *(uchar2*)buf320 = convert_uchar2(*(ushort2*)buf321); 2528 *(short2*)buf362 = convert_short2(*(ushort2*)buf363); 2537 *(ushort2*)buf380 = convert_ushort2(*(float2*)buf381); 2540 *(ushort2*)buf386 = convert_ushort2(*(char2*)buf387); 2543 *(ushort2*)buf392 = convert_ushort2(*(uchar2*)buf393); 2546 *(ushort2*)buf398 = convert_ushort2(*(short2*)buf399); [all …]
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rs | 3416 *(ushort2*)buf10 = abs(*(short2*)buf11); 3495 *(ushort2*)buf216 = clamp(*(ushort2*)buf217, *(ushort2*)buf218, *(ushort2*)buf219); 3523 *(ushort2*)buf328 = clamp(*(ushort2*)buf329, *(ushort*)buf330, *(ushort*)buf331); 3551 *(ushort2*)buf414 = clz(*(ushort2*)buf415); 3574 *(float2*)buf460 = convert_float2(*(ushort2*)buf461); 3595 *(char2*)buf502 = convert_char2(*(ushort2*)buf503); 3616 *(uchar2*)buf544 = convert_uchar2(*(ushort2*)buf545); 3637 *(short2*)buf586 = convert_short2(*(ushort2*)buf587); 3646 *(ushort2*)buf604 = convert_ushort2(*(float2*)buf605); 3649 *(ushort2*)buf610 = convert_ushort2(*(char2*)buf611); [all …]
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 3435 *(ushort2*)buf10 = abs(*(short2*)buf11); 3514 *(ushort2*)buf216 = clamp(*(ushort2*)buf217, *(ushort2*)buf218, *(ushort2*)buf219); 3542 *(ushort2*)buf328 = clamp(*(ushort2*)buf329, *(ushort*)buf330, *(ushort*)buf331); 3570 *(ushort2*)buf414 = clz(*(ushort2*)buf415); 3593 *(float2*)buf460 = convert_float2(*(ushort2*)buf461); 3614 *(char2*)buf502 = convert_char2(*(ushort2*)buf503); 3635 *(uchar2*)buf544 = convert_uchar2(*(ushort2*)buf545); 3656 *(short2*)buf586 = convert_short2(*(ushort2*)buf587); 3665 *(ushort2*)buf604 = convert_ushort2(*(float2*)buf605); 3668 *(ushort2*)buf610 = convert_ushort2(*(char2*)buf611); [all …]
|
/frameworks/native/libs/math/include/math/ |
D | vec2.h | 117 typedef details::TVec2<uint16_t> ushort2; typedef
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 347 extern ushort2 __attribute__((overloadable)) max(ushort2 v1, ushort2 v2) { in max() 348 ushort2 r; in max() 548 extern ushort2 __attribute__((overloadable)) min(ushort2 v1, ushort2 v2) { in min() 549 ushort2 r; in min()
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 2633 *(ushort2*)buf10 = abs(*(short2*)buf11); 2712 *(ushort2*)buf190 = clz(*(ushort2*)buf191); 2735 *(float2*)buf236 = convert_float2(*(ushort2*)buf237); 2756 *(char2*)buf278 = convert_char2(*(ushort2*)buf279); 2777 *(uchar2*)buf320 = convert_uchar2(*(ushort2*)buf321); 2798 *(short2*)buf362 = convert_short2(*(ushort2*)buf363); 2807 *(ushort2*)buf380 = convert_ushort2(*(float2*)buf381); 2810 *(ushort2*)buf386 = convert_ushort2(*(char2*)buf387); 2813 *(ushort2*)buf392 = convert_ushort2(*(uchar2*)buf393); 2816 *(ushort2*)buf398 = convert_ushort2(*(short2*)buf399); [all …]
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rs | 4799 *(ushort2*)buf10 = abs(*(short2*)buf11); 4878 *(ushort2*)buf216 = clamp(*(ushort2*)buf217, *(ushort2*)buf218, *(ushort2*)buf219); 4906 *(ushort2*)buf328 = clamp(*(ushort2*)buf329, *(ushort*)buf330, *(ushort*)buf331); 4934 *(ushort2*)buf414 = clz(*(ushort2*)buf415); 4957 *(float2*)buf460 = convert_float2(*(ushort2*)buf461); 4978 *(char2*)buf502 = convert_char2(*(ushort2*)buf503); 4999 *(uchar2*)buf544 = convert_uchar2(*(ushort2*)buf545); 5020 *(short2*)buf586 = convert_short2(*(ushort2*)buf587); 5029 *(ushort2*)buf604 = convert_ushort2(*(float2*)buf605); 5032 *(ushort2*)buf610 = convert_ushort2(*(char2*)buf611); [all …]
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 3192 *(ushort2*)buf10 = abs(*(short2*)buf11); 3271 *(ushort2*)buf190 = clz(*(ushort2*)buf191); 3294 *(float2*)buf236 = convert_float2(*(ushort2*)buf237); 3315 *(char2*)buf278 = convert_char2(*(ushort2*)buf279); 3336 *(uchar2*)buf320 = convert_uchar2(*(ushort2*)buf321); 3357 *(short2*)buf362 = convert_short2(*(ushort2*)buf363); 3366 *(ushort2*)buf380 = convert_ushort2(*(float2*)buf381); 3369 *(ushort2*)buf386 = convert_ushort2(*(char2*)buf387); 3372 *(ushort2*)buf392 = convert_ushort2(*(uchar2*)buf393); 3375 *(ushort2*)buf398 = convert_ushort2(*(short2*)buf399); [all …]
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 26 volatile ushort2 us2; 210 volatile ushort2 prefix##_us_2 = 1; \
|