/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | reduce_general_inputs.rs | 120 static void my_half_ushort4_0_accum(int *accum, half a, ushort4 b) { } 123 static void my_half_ushort4_1_accum(int *accum, half a, ushort4 b, rs_kernel_context context) { } 246 static void my_half2_ushort4_0_accum(int *accum, half2 a, ushort4 b) { } 249 static void my_half2_ushort4_1_accum(int *accum, half2 a, ushort4 b, rs_kernel_context context) { } 372 static void my_half4_ushort4_0_accum(int *accum, half4 a, ushort4 b) { } 375 static void my_half4_ushort4_1_accum(int *accum, half4 a, ushort4 b, rs_kernel_context context) { } 498 static void my_float_ushort4_0_accum(int *accum, float a, ushort4 b) { } 501 static void my_float_ushort4_1_accum(int *accum, float a, ushort4 b, rs_kernel_context context) { } 624 static void my_float2_ushort4_0_accum(int *accum, float2 a, ushort4 b) { } 627 static void my_float2_ushort4_1_accum(int *accum, float2 a, ushort4 b, rs_kernel_context context) {… [all …]
|
/frameworks/rs/script_api/include/ |
D | rs_convert.rsh | 86 convert_float4(ushort4 v); 149 convert_char4(ushort4 v); 212 convert_uchar4(ushort4 v); 275 convert_short4(ushort4 v); 301 extern ushort4 __attribute__((const, overloadable)) 310 extern ushort4 __attribute__((const, overloadable)) 319 extern ushort4 __attribute__((const, overloadable)) 328 extern ushort4 __attribute__((const, overloadable)) 337 extern ushort4 __attribute__((const, overloadable)) 338 convert_ushort4(ushort4 v); [all …]
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rs | 55 ushort4 us4; 56 ushort4 us4i = {1, 2, 3, 4};
|
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/ |
D | yuv.rs | 75 ushort4 c = convert_ushort4(color); 77 c >>= (ushort4)8;
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | reduce_general_result.rs | 238 static void my_ushort4_accum(ushort4 *accum, ushort4 val) { } 239 static void my_ushort4_comb(ushort4 *accum, const ushort4 *other) { } constant 252 typedef ushort4 array_ushort4[7]; 253 static void my_array_ushort4_accum(array_ushort4 *accum, ushort4 val) { }
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | simple.rs | 56 ushort4 ushort4_global = {666, 777, 888, 999}; 118 ushort4 ushort4_local = {666, 777, 888, 999};
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
D | simple.rs | 56 ushort4 ushort4_global = {666, 777, 888, 999}; 118 ushort4 ushort4_local = {666, 777, 888, 999};
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | simple.rs | 56 ushort4 ushort4_global = {666, 777, 888, 999}; 118 ushort4 ushort4_local = {666, 777, 888, 999};
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 261 PRIM_DEBUG(ushort4) 311 const ushort4 *us); 314 rsDebug(s, &f, (ushort4 *) &h4); in rsDebug()
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 12 ushort4 us4;
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rs | 4731 *(ushort4*)buf14 = abs(*(short4*)buf15); 4810 *(ushort4*)buf224 = clamp(*(ushort4*)buf225, *(ushort4*)buf226, *(ushort4*)buf227); 4838 *(ushort4*)buf336 = clamp(*(ushort4*)buf337, *(ushort*)buf338, *(ushort*)buf339); 4866 *(ushort4*)buf418 = clz(*(ushort4*)buf419); 4889 *(float4*)buf464 = convert_float4(*(ushort4*)buf465); 4910 *(char4*)buf506 = convert_char4(*(ushort4*)buf507); 4931 *(uchar4*)buf548 = convert_uchar4(*(ushort4*)buf549); 4952 *(short4*)buf590 = convert_short4(*(ushort4*)buf591); 4961 *(ushort4*)buf608 = convert_ushort4(*(float4*)buf609); 4964 *(ushort4*)buf614 = convert_ushort4(*(char4*)buf615); [all …]
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 4081 *(ushort4*)buf14 = abs(*(short4*)buf15); 4160 *(ushort4*)buf224 = clamp(*(ushort4*)buf225, *(ushort4*)buf226, *(ushort4*)buf227); 4188 *(ushort4*)buf336 = clamp(*(ushort4*)buf337, *(ushort*)buf338, *(ushort*)buf339); 4216 *(ushort4*)buf418 = clz(*(ushort4*)buf419); 4239 *(float4*)buf464 = convert_float4(*(ushort4*)buf465); 4260 *(char4*)buf506 = convert_char4(*(ushort4*)buf507); 4281 *(uchar4*)buf548 = convert_uchar4(*(ushort4*)buf549); 4302 *(short4*)buf590 = convert_short4(*(ushort4*)buf591); 4311 *(ushort4*)buf608 = convert_ushort4(*(float4*)buf609); 4314 *(ushort4*)buf614 = convert_ushort4(*(char4*)buf615); [all …]
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 2435 *(ushort4*)buf14 = abs(*(short4*)buf15); 2514 *(ushort4*)buf194 = clz(*(ushort4*)buf195); 2537 *(float4*)buf240 = convert_float4(*(ushort4*)buf241); 2558 *(char4*)buf282 = convert_char4(*(ushort4*)buf283); 2579 *(uchar4*)buf324 = convert_uchar4(*(ushort4*)buf325); 2600 *(short4*)buf366 = convert_short4(*(ushort4*)buf367); 2609 *(ushort4*)buf384 = convert_ushort4(*(float4*)buf385); 2612 *(ushort4*)buf390 = convert_ushort4(*(char4*)buf391); 2615 *(ushort4*)buf396 = convert_ushort4(*(uchar4*)buf397); 2618 *(ushort4*)buf402 = convert_ushort4(*(short4*)buf403); [all …]
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 2365 *(ushort4*)buf14 = abs(*(short4*)buf15); 2444 *(ushort4*)buf194 = clz(*(ushort4*)buf195); 2467 *(float4*)buf240 = convert_float4(*(ushort4*)buf241); 2488 *(char4*)buf282 = convert_char4(*(ushort4*)buf283); 2509 *(uchar4*)buf324 = convert_uchar4(*(ushort4*)buf325); 2530 *(short4*)buf366 = convert_short4(*(ushort4*)buf367); 2539 *(ushort4*)buf384 = convert_ushort4(*(float4*)buf385); 2542 *(ushort4*)buf390 = convert_ushort4(*(char4*)buf391); 2545 *(ushort4*)buf396 = convert_ushort4(*(uchar4*)buf397); 2548 *(ushort4*)buf402 = convert_ushort4(*(short4*)buf403); [all …]
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rs | 2365 *(ushort4*)buf14 = abs(*(short4*)buf15); 2444 *(ushort4*)buf194 = clz(*(ushort4*)buf195); 2467 *(float4*)buf240 = convert_float4(*(ushort4*)buf241); 2488 *(char4*)buf282 = convert_char4(*(ushort4*)buf283); 2509 *(uchar4*)buf324 = convert_uchar4(*(ushort4*)buf325); 2530 *(short4*)buf366 = convert_short4(*(ushort4*)buf367); 2539 *(ushort4*)buf384 = convert_ushort4(*(float4*)buf385); 2542 *(ushort4*)buf390 = convert_ushort4(*(char4*)buf391); 2545 *(ushort4*)buf396 = convert_ushort4(*(uchar4*)buf397); 2548 *(ushort4*)buf402 = convert_ushort4(*(short4*)buf403); [all …]
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 2435 *(ushort4*)buf14 = abs(*(short4*)buf15); 2514 *(ushort4*)buf194 = clz(*(ushort4*)buf195); 2537 *(float4*)buf240 = convert_float4(*(ushort4*)buf241); 2558 *(char4*)buf282 = convert_char4(*(ushort4*)buf283); 2579 *(uchar4*)buf324 = convert_uchar4(*(ushort4*)buf325); 2600 *(short4*)buf366 = convert_short4(*(ushort4*)buf367); 2609 *(ushort4*)buf384 = convert_ushort4(*(float4*)buf385); 2612 *(ushort4*)buf390 = convert_ushort4(*(char4*)buf391); 2615 *(ushort4*)buf396 = convert_ushort4(*(uchar4*)buf397); 2618 *(ushort4*)buf402 = convert_ushort4(*(short4*)buf403); [all …]
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 2527 *(ushort4*)buf14 = abs(*(short4*)buf15); 2606 *(ushort4*)buf194 = clz(*(ushort4*)buf195); 2629 *(float4*)buf240 = convert_float4(*(ushort4*)buf241); 2650 *(char4*)buf282 = convert_char4(*(ushort4*)buf283); 2671 *(uchar4*)buf324 = convert_uchar4(*(ushort4*)buf325); 2692 *(short4*)buf366 = convert_short4(*(ushort4*)buf367); 2701 *(ushort4*)buf384 = convert_ushort4(*(float4*)buf385); 2704 *(ushort4*)buf390 = convert_ushort4(*(char4*)buf391); 2707 *(ushort4*)buf396 = convert_ushort4(*(uchar4*)buf397); 2710 *(ushort4*)buf402 = convert_ushort4(*(short4*)buf403); [all …]
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rs | 2365 *(ushort4*)buf14 = abs(*(short4*)buf15); 2444 *(ushort4*)buf194 = clz(*(ushort4*)buf195); 2467 *(float4*)buf240 = convert_float4(*(ushort4*)buf241); 2488 *(char4*)buf282 = convert_char4(*(ushort4*)buf283); 2509 *(uchar4*)buf324 = convert_uchar4(*(ushort4*)buf325); 2530 *(short4*)buf366 = convert_short4(*(ushort4*)buf367); 2539 *(ushort4*)buf384 = convert_ushort4(*(float4*)buf385); 2542 *(ushort4*)buf390 = convert_ushort4(*(char4*)buf391); 2545 *(ushort4*)buf396 = convert_ushort4(*(uchar4*)buf397); 2548 *(ushort4*)buf402 = convert_ushort4(*(short4*)buf403); [all …]
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rs | 3418 *(ushort4*)buf14 = abs(*(short4*)buf15); 3497 *(ushort4*)buf224 = clamp(*(ushort4*)buf225, *(ushort4*)buf226, *(ushort4*)buf227); 3525 *(ushort4*)buf336 = clamp(*(ushort4*)buf337, *(ushort*)buf338, *(ushort*)buf339); 3553 *(ushort4*)buf418 = clz(*(ushort4*)buf419); 3576 *(float4*)buf464 = convert_float4(*(ushort4*)buf465); 3597 *(char4*)buf506 = convert_char4(*(ushort4*)buf507); 3618 *(uchar4*)buf548 = convert_uchar4(*(ushort4*)buf549); 3639 *(short4*)buf590 = convert_short4(*(ushort4*)buf591); 3648 *(ushort4*)buf608 = convert_ushort4(*(float4*)buf609); 3651 *(ushort4*)buf614 = convert_ushort4(*(char4*)buf615); [all …]
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 3437 *(ushort4*)buf14 = abs(*(short4*)buf15); 3516 *(ushort4*)buf224 = clamp(*(ushort4*)buf225, *(ushort4*)buf226, *(ushort4*)buf227); 3544 *(ushort4*)buf336 = clamp(*(ushort4*)buf337, *(ushort*)buf338, *(ushort*)buf339); 3572 *(ushort4*)buf418 = clz(*(ushort4*)buf419); 3595 *(float4*)buf464 = convert_float4(*(ushort4*)buf465); 3616 *(char4*)buf506 = convert_char4(*(ushort4*)buf507); 3637 *(uchar4*)buf548 = convert_uchar4(*(ushort4*)buf549); 3658 *(short4*)buf590 = convert_short4(*(ushort4*)buf591); 3667 *(ushort4*)buf608 = convert_ushort4(*(float4*)buf609); 3670 *(ushort4*)buf614 = convert_ushort4(*(char4*)buf615); [all …]
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 362 extern ushort4 __attribute__((overloadable)) max(ushort4 v1, ushort4 v2) { in max() 363 ushort4 r; in max() 563 extern ushort4 __attribute__((overloadable)) min(ushort4 v1, ushort4 v2) { in min() 564 ushort4 r; in min()
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 2635 *(ushort4*)buf14 = abs(*(short4*)buf15); 2714 *(ushort4*)buf194 = clz(*(ushort4*)buf195); 2737 *(float4*)buf240 = convert_float4(*(ushort4*)buf241); 2758 *(char4*)buf282 = convert_char4(*(ushort4*)buf283); 2779 *(uchar4*)buf324 = convert_uchar4(*(ushort4*)buf325); 2800 *(short4*)buf366 = convert_short4(*(ushort4*)buf367); 2809 *(ushort4*)buf384 = convert_ushort4(*(float4*)buf385); 2812 *(ushort4*)buf390 = convert_ushort4(*(char4*)buf391); 2815 *(ushort4*)buf396 = convert_ushort4(*(uchar4*)buf397); 2818 *(ushort4*)buf402 = convert_ushort4(*(short4*)buf403); [all …]
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rs | 4801 *(ushort4*)buf14 = abs(*(short4*)buf15); 4880 *(ushort4*)buf224 = clamp(*(ushort4*)buf225, *(ushort4*)buf226, *(ushort4*)buf227); 4908 *(ushort4*)buf336 = clamp(*(ushort4*)buf337, *(ushort*)buf338, *(ushort*)buf339); 4936 *(ushort4*)buf418 = clz(*(ushort4*)buf419); 4959 *(float4*)buf464 = convert_float4(*(ushort4*)buf465); 4980 *(char4*)buf506 = convert_char4(*(ushort4*)buf507); 5001 *(uchar4*)buf548 = convert_uchar4(*(ushort4*)buf549); 5022 *(short4*)buf590 = convert_short4(*(ushort4*)buf591); 5031 *(ushort4*)buf608 = convert_ushort4(*(float4*)buf609); 5034 *(ushort4*)buf614 = convert_ushort4(*(char4*)buf615); [all …]
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 3194 *(ushort4*)buf14 = abs(*(short4*)buf15); 3273 *(ushort4*)buf194 = clz(*(ushort4*)buf195); 3296 *(float4*)buf240 = convert_float4(*(ushort4*)buf241); 3317 *(char4*)buf282 = convert_char4(*(ushort4*)buf283); 3338 *(uchar4*)buf324 = convert_uchar4(*(ushort4*)buf325); 3359 *(short4*)buf366 = convert_short4(*(ushort4*)buf367); 3368 *(ushort4*)buf384 = convert_ushort4(*(float4*)buf385); 3371 *(ushort4*)buf390 = convert_ushort4(*(char4*)buf391); 3374 *(ushort4*)buf396 = convert_ushort4(*(uchar4*)buf397); 3377 *(ushort4*)buf402 = convert_ushort4(*(short4*)buf403); [all …]
|
/frameworks/native/libs/math/include/math/ |
D | vec4.h | 120 typedef details::TVec4<uint16_t> ushort4; typedef
|