Home
last modified time | relevance | path

Searched refs:ushort3 (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb) variable
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(in);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb) variable
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(in);
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Dshadows_f.rs51 static ushort3 rgb2hsv( float4 rgb) constant
91 ushort3 out;
98 static float4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(in);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dshadows.rs51 static ushort3 rgb2hsv( uchar4 rgb) constant
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(in);
/frameworks/rs/script_api/include/
Drs_convert.rsh83 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/cpp_api/typecheck/
Dkernels.rs53 ushort3 us3;
54 ushort3 us3i = {1, 2, 3};
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Dsimple.rs45 ushort3 ushort3_global = {777, 888, 999};
107 ushort3 ushort3_local = {777, 888, 999};
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
Dsimple.rs45 ushort3 ushort3_global = {777, 888, 999};
107 ushort3 ushort3_local = {777, 888, 999};
/frameworks/rs/tests/lldb/cpp/KernelVariables/
Dsimple.rs45 ushort3 ushort3_global = {777, 888, 999};
107 ushort3 ushort3_local = {777, 888, 999};
/frameworks/rs/driver/runtime/
Drs_core.c260 PRIM_DEBUG(ushort3)
303 const ushort3 *us);
306 rsDebug(s, &f, (ushort3 *) &h3); in rsDebug()
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs11 ushort3 us3;
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs4730 *(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_all_api_21/
Dall21.rs4080 *(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_14/
Dall14.rs2434 *(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_12/
Dall12.rs2364 *(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_13/
Dall13.rs2364 *(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_15/
Dall15.rs2434 *(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_16/
Dall16.rs2526 *(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_11/
Dall11.rs2364 *(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_19/
Dall19.rs3417 *(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/compile/slang/tests/P_all_api_20/
Dall20.rs3436 *(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/rs/driver/runtime/arch/
Dgeneric.c354 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/
Dall17.rs2634 *(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/
Dall22.rs4800 *(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/
Dall18.rs3193 *(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 …]

123