/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | shadows.rs | 51 static ushort3 rgb2hsv( uchar4 rgb) variable 91 ushort3 out; 98 static uchar4 hsv2rgb(ushort3 hsv) 187 ushort3 hsv = rgb2hsv(in);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | shadows.rs | 51 static ushort3 rgb2hsv( uchar4 rgb) constant 91 ushort3 out; 98 static uchar4 hsv2rgb(ushort3 hsv) 187 ushort3 hsv = rgb2hsv(in);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | shadows.rs | 51 static ushort3 rgb2hsv( uchar4 rgb) constant 91 ushort3 out; 98 static uchar4 hsv2rgb(ushort3 hsv) 187 ushort3 hsv = rgb2hsv(in);
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | shadows_f.rs | 51 static ushort3 rgb2hsv( float4 rgb) variable 91 ushort3 out; 98 static float4 hsv2rgb(ushort3 hsv) 187 ushort3 hsv = rgb2hsv(in);
|
/frameworks/rs/scriptc/ |
D | rs_convert.rsh | 83 convert_float3(ushort3 v); 146 convert_char3(ushort3 v); 209 convert_uchar3(ushort3 v); 272 convert_short3(ushort3 v); 298 extern ushort3 __attribute__((const, overloadable)) 307 extern ushort3 __attribute__((const, overloadable)) 316 extern ushort3 __attribute__((const, overloadable)) 325 extern ushort3 __attribute__((const, overloadable)) 334 extern ushort3 __attribute__((const, overloadable)) 335 convert_ushort3(ushort3 v); [all …]
|
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 53 ushort3 us3; 54 ushort3 us3i = {1, 2, 3};
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_convert.jd | 157 …_rs:char3'>char3</a> convert_char3(<a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> v); 329 …uble3'>double3</a> convert_double3(<a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> v); 496 …:float3'>float3</a> convert_float3(<a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> v); 655 …oid_rs:int3'>int3</a> convert_int3(<a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> v); 827 …_rs:long3'>long3</a> convert_long3(<a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> v); 994 …:short3'>short3</a> convert_short3(<a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> v); 1153 …:uchar3'>uchar3</a> convert_uchar3(<a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> v); 1312 …_rs:uint3'>uint3</a> convert_uint3(<a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> v); 1484 …:ulong3'>ulong3</a> convert_ulong3(<a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> v); 1603 …<td><a href='rs_value_types.html#android_rs:ushort3'>ushort3</a> convert_ushort3(<a href='rs_value… [all …]
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 260 PRIM_DEBUG(ushort3) 303 const ushort3 *us); 306 rsDebug(s, &f, (ushort3 *) &h3); in rsDebug()
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rs | 4730 *(ushort3*)buf12 = abs(*(short3*)buf13); 4809 *(ushort3*)buf220 = clamp(*(ushort3*)buf221, *(ushort3*)buf222, *(ushort3*)buf223); 4837 *(ushort3*)buf332 = clamp(*(ushort3*)buf333, *(ushort*)buf334, *(ushort*)buf335); 4865 *(ushort3*)buf416 = clz(*(ushort3*)buf417); 4888 *(float3*)buf462 = convert_float3(*(ushort3*)buf463); 4909 *(char3*)buf504 = convert_char3(*(ushort3*)buf505); 4930 *(uchar3*)buf546 = convert_uchar3(*(ushort3*)buf547); 4951 *(short3*)buf588 = convert_short3(*(ushort3*)buf589); 4960 *(ushort3*)buf606 = convert_ushort3(*(float3*)buf607); 4963 *(ushort3*)buf612 = convert_ushort3(*(char3*)buf613); [all …]
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 11 ushort3 us3;
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 4080 *(ushort3*)buf12 = abs(*(short3*)buf13); 4159 *(ushort3*)buf220 = clamp(*(ushort3*)buf221, *(ushort3*)buf222, *(ushort3*)buf223); 4187 *(ushort3*)buf332 = clamp(*(ushort3*)buf333, *(ushort*)buf334, *(ushort*)buf335); 4215 *(ushort3*)buf416 = clz(*(ushort3*)buf417); 4238 *(float3*)buf462 = convert_float3(*(ushort3*)buf463); 4259 *(char3*)buf504 = convert_char3(*(ushort3*)buf505); 4280 *(uchar3*)buf546 = convert_uchar3(*(ushort3*)buf547); 4301 *(short3*)buf588 = convert_short3(*(ushort3*)buf589); 4310 *(ushort3*)buf606 = convert_ushort3(*(float3*)buf607); 4313 *(ushort3*)buf612 = convert_ushort3(*(char3*)buf613); [all …]
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 2526 *(ushort3*)buf12 = abs(*(short3*)buf13); 2605 *(ushort3*)buf192 = clz(*(ushort3*)buf193); 2628 *(float3*)buf238 = convert_float3(*(ushort3*)buf239); 2649 *(char3*)buf280 = convert_char3(*(ushort3*)buf281); 2670 *(uchar3*)buf322 = convert_uchar3(*(ushort3*)buf323); 2691 *(short3*)buf364 = convert_short3(*(ushort3*)buf365); 2700 *(ushort3*)buf382 = convert_ushort3(*(float3*)buf383); 2703 *(ushort3*)buf388 = convert_ushort3(*(char3*)buf389); 2706 *(ushort3*)buf394 = convert_ushort3(*(uchar3*)buf395); 2709 *(ushort3*)buf400 = convert_ushort3(*(short3*)buf401); [all …]
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 2434 *(ushort3*)buf12 = abs(*(short3*)buf13); 2513 *(ushort3*)buf192 = clz(*(ushort3*)buf193); 2536 *(float3*)buf238 = convert_float3(*(ushort3*)buf239); 2557 *(char3*)buf280 = convert_char3(*(ushort3*)buf281); 2578 *(uchar3*)buf322 = convert_uchar3(*(ushort3*)buf323); 2599 *(short3*)buf364 = convert_short3(*(ushort3*)buf365); 2608 *(ushort3*)buf382 = convert_ushort3(*(float3*)buf383); 2611 *(ushort3*)buf388 = convert_ushort3(*(char3*)buf389); 2614 *(ushort3*)buf394 = convert_ushort3(*(uchar3*)buf395); 2617 *(ushort3*)buf400 = convert_ushort3(*(short3*)buf401); [all …]
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 2434 *(ushort3*)buf12 = abs(*(short3*)buf13); 2513 *(ushort3*)buf192 = clz(*(ushort3*)buf193); 2536 *(float3*)buf238 = convert_float3(*(ushort3*)buf239); 2557 *(char3*)buf280 = convert_char3(*(ushort3*)buf281); 2578 *(uchar3*)buf322 = convert_uchar3(*(ushort3*)buf323); 2599 *(short3*)buf364 = convert_short3(*(ushort3*)buf365); 2608 *(ushort3*)buf382 = convert_ushort3(*(float3*)buf383); 2611 *(ushort3*)buf388 = convert_ushort3(*(char3*)buf389); 2614 *(ushort3*)buf394 = convert_ushort3(*(uchar3*)buf395); 2617 *(ushort3*)buf400 = convert_ushort3(*(short3*)buf401); [all …]
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rs | 2364 *(ushort3*)buf12 = abs(*(short3*)buf13); 2443 *(ushort3*)buf192 = clz(*(ushort3*)buf193); 2466 *(float3*)buf238 = convert_float3(*(ushort3*)buf239); 2487 *(char3*)buf280 = convert_char3(*(ushort3*)buf281); 2508 *(uchar3*)buf322 = convert_uchar3(*(ushort3*)buf323); 2529 *(short3*)buf364 = convert_short3(*(ushort3*)buf365); 2538 *(ushort3*)buf382 = convert_ushort3(*(float3*)buf383); 2541 *(ushort3*)buf388 = convert_ushort3(*(char3*)buf389); 2544 *(ushort3*)buf394 = convert_ushort3(*(uchar3*)buf395); 2547 *(ushort3*)buf400 = convert_ushort3(*(short3*)buf401); [all …]
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rs | 2364 *(ushort3*)buf12 = abs(*(short3*)buf13); 2443 *(ushort3*)buf192 = clz(*(ushort3*)buf193); 2466 *(float3*)buf238 = convert_float3(*(ushort3*)buf239); 2487 *(char3*)buf280 = convert_char3(*(ushort3*)buf281); 2508 *(uchar3*)buf322 = convert_uchar3(*(ushort3*)buf323); 2529 *(short3*)buf364 = convert_short3(*(ushort3*)buf365); 2538 *(ushort3*)buf382 = convert_ushort3(*(float3*)buf383); 2541 *(ushort3*)buf388 = convert_ushort3(*(char3*)buf389); 2544 *(ushort3*)buf394 = convert_ushort3(*(uchar3*)buf395); 2547 *(ushort3*)buf400 = convert_ushort3(*(short3*)buf401); [all …]
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 2364 *(ushort3*)buf12 = abs(*(short3*)buf13); 2443 *(ushort3*)buf192 = clz(*(ushort3*)buf193); 2466 *(float3*)buf238 = convert_float3(*(ushort3*)buf239); 2487 *(char3*)buf280 = convert_char3(*(ushort3*)buf281); 2508 *(uchar3*)buf322 = convert_uchar3(*(ushort3*)buf323); 2529 *(short3*)buf364 = convert_short3(*(ushort3*)buf365); 2538 *(ushort3*)buf382 = convert_ushort3(*(float3*)buf383); 2541 *(ushort3*)buf388 = convert_ushort3(*(char3*)buf389); 2544 *(ushort3*)buf394 = convert_ushort3(*(uchar3*)buf395); 2547 *(ushort3*)buf400 = convert_ushort3(*(short3*)buf401); [all …]
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 3436 *(ushort3*)buf12 = abs(*(short3*)buf13); 3515 *(ushort3*)buf220 = clamp(*(ushort3*)buf221, *(ushort3*)buf222, *(ushort3*)buf223); 3543 *(ushort3*)buf332 = clamp(*(ushort3*)buf333, *(ushort*)buf334, *(ushort*)buf335); 3571 *(ushort3*)buf416 = clz(*(ushort3*)buf417); 3594 *(float3*)buf462 = convert_float3(*(ushort3*)buf463); 3615 *(char3*)buf504 = convert_char3(*(ushort3*)buf505); 3636 *(uchar3*)buf546 = convert_uchar3(*(ushort3*)buf547); 3657 *(short3*)buf588 = convert_short3(*(ushort3*)buf589); 3666 *(ushort3*)buf606 = convert_ushort3(*(float3*)buf607); 3669 *(ushort3*)buf612 = convert_ushort3(*(char3*)buf613); [all …]
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rs | 3417 *(ushort3*)buf12 = abs(*(short3*)buf13); 3496 *(ushort3*)buf220 = clamp(*(ushort3*)buf221, *(ushort3*)buf222, *(ushort3*)buf223); 3524 *(ushort3*)buf332 = clamp(*(ushort3*)buf333, *(ushort*)buf334, *(ushort*)buf335); 3552 *(ushort3*)buf416 = clz(*(ushort3*)buf417); 3575 *(float3*)buf462 = convert_float3(*(ushort3*)buf463); 3596 *(char3*)buf504 = convert_char3(*(ushort3*)buf505); 3617 *(uchar3*)buf546 = convert_uchar3(*(ushort3*)buf547); 3638 *(short3*)buf588 = convert_short3(*(ushort3*)buf589); 3647 *(ushort3*)buf606 = convert_ushort3(*(float3*)buf607); 3650 *(ushort3*)buf612 = convert_ushort3(*(char3*)buf613); [all …]
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 354 extern ushort3 __attribute__((overloadable)) max(ushort3 v1, ushort3 v2) { in max() 355 ushort3 r; in max() 555 extern ushort3 __attribute__((overloadable)) min(ushort3 v1, ushort3 v2) { in min() 556 ushort3 r; in min()
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 2634 *(ushort3*)buf12 = abs(*(short3*)buf13); 2713 *(ushort3*)buf192 = clz(*(ushort3*)buf193); 2736 *(float3*)buf238 = convert_float3(*(ushort3*)buf239); 2757 *(char3*)buf280 = convert_char3(*(ushort3*)buf281); 2778 *(uchar3*)buf322 = convert_uchar3(*(ushort3*)buf323); 2799 *(short3*)buf364 = convert_short3(*(ushort3*)buf365); 2808 *(ushort3*)buf382 = convert_ushort3(*(float3*)buf383); 2811 *(ushort3*)buf388 = convert_ushort3(*(char3*)buf389); 2814 *(ushort3*)buf394 = convert_ushort3(*(uchar3*)buf395); 2817 *(ushort3*)buf400 = convert_ushort3(*(short3*)buf401); [all …]
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rs | 4800 *(ushort3*)buf12 = abs(*(short3*)buf13); 4879 *(ushort3*)buf220 = clamp(*(ushort3*)buf221, *(ushort3*)buf222, *(ushort3*)buf223); 4907 *(ushort3*)buf332 = clamp(*(ushort3*)buf333, *(ushort*)buf334, *(ushort*)buf335); 4935 *(ushort3*)buf416 = clz(*(ushort3*)buf417); 4958 *(float3*)buf462 = convert_float3(*(ushort3*)buf463); 4979 *(char3*)buf504 = convert_char3(*(ushort3*)buf505); 5000 *(uchar3*)buf546 = convert_uchar3(*(ushort3*)buf547); 5021 *(short3*)buf588 = convert_short3(*(ushort3*)buf589); 5030 *(ushort3*)buf606 = convert_ushort3(*(float3*)buf607); 5033 *(ushort3*)buf612 = convert_ushort3(*(char3*)buf613); [all …]
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 3193 *(ushort3*)buf12 = abs(*(short3*)buf13); 3272 *(ushort3*)buf192 = clz(*(ushort3*)buf193); 3295 *(float3*)buf238 = convert_float3(*(ushort3*)buf239); 3316 *(char3*)buf280 = convert_char3(*(ushort3*)buf281); 3337 *(uchar3*)buf322 = convert_uchar3(*(ushort3*)buf323); 3358 *(short3*)buf364 = convert_short3(*(ushort3*)buf365); 3367 *(ushort3*)buf382 = convert_ushort3(*(float3*)buf383); 3370 *(ushort3*)buf388 = convert_ushort3(*(char3*)buf389); 3373 *(ushort3*)buf394 = convert_ushort3(*(uchar3*)buf395); 3376 *(ushort3*)buf400 = convert_ushort3(*(short3*)buf401); [all …]
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 27 volatile ushort3 us3; 211 volatile ushort3 prefix##_us_3 = 1; \
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rs | 6492 *(ushort3*)buf12 = abs(*(short3*)buf13); 6623 *(ushort3*)buf332 = clamp(*(ushort3*)buf333, *(ushort3*)buf334, *(ushort3*)buf335); 6651 *(ushort3*)buf444 = clamp(*(ushort3*)buf445, *(ushort*)buf446, *(ushort*)buf447); 6686 *(ushort3*)buf556 = clz(*(ushort3*)buf557); 6709 *(float3*)buf602 = convert_float3(*(ushort3*)buf603); 6730 *(char3*)buf644 = convert_char3(*(ushort3*)buf645); 6751 *(uchar3*)buf686 = convert_uchar3(*(ushort3*)buf687); 6772 *(short3*)buf728 = convert_short3(*(ushort3*)buf729); 6781 *(ushort3*)buf746 = convert_ushort3(*(float3*)buf747); 6784 *(ushort3*)buf752 = convert_ushort3(*(char3*)buf753); [all …]
|