Home
last modified time | relevance | path

Searched refs:char2 (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dbug_char.rscript4 char2 rand_sc2_0, rand_sc2_1;
7 char2 min_rand_sc2_sc2;
17 char2 temp_sc2;
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dbug_char.rscript20 char2 rand_sc2_0, rand_sc2_1;
23 char2 min_rand_sc2_sc2;
33 char2 temp_sc2;
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbug_char.rscript22 char2 rand_sc2_0, rand_sc2_1;
25 char2 min_rand_sc2_sc2;
35 char2 temp_sc2;
/frameworks/compile/slang/tests/P_reduce_general_inputs/
Dreduce_general_inputs.rscript60 static void my_half_char2_0_accum(int *accum, half a, char2 b) { }
63 static void my_half_char2_1_accum(int *accum, half a, char2 b, rs_kernel_context context) { }
186 static void my_half2_char2_0_accum(int *accum, half2 a, char2 b) { }
189 static void my_half2_char2_1_accum(int *accum, half2 a, char2 b, rs_kernel_context context) { }
312 static void my_half4_char2_0_accum(int *accum, half4 a, char2 b) { }
315 static void my_half4_char2_1_accum(int *accum, half4 a, char2 b, rs_kernel_context context) { }
438 static void my_float_char2_0_accum(int *accum, float a, char2 b) { }
441 static void my_float_char2_1_accum(int *accum, float a, char2 b, rs_kernel_context context) { }
564 static void my_float2_char2_0_accum(int *accum, float2 a, char2 b) { }
567 static void my_float2_char2_1_accum(int *accum, float2 a, char2 b, rs_kernel_context context) { }
[all …]
/frameworks/rs/script_api/include/
Drs_convert.rsh53 convert_float2(char2 v);
106 extern char2 __attribute__((const, overloadable))
115 extern char2 __attribute__((const, overloadable))
116 convert_char2(char2 v);
124 extern char2 __attribute__((const, overloadable))
133 extern char2 __attribute__((const, overloadable))
142 extern char2 __attribute__((const, overloadable))
151 extern char2 __attribute__((const, overloadable))
160 extern char2 __attribute__((const, overloadable))
179 convert_uchar2(char2 v);
[all …]
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rscript24 char2 c2;
25 char2 c2i = {1, 2};
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rscript99 static void my_char2_accum(char2 *accum, char2 val) { }
100 static void my_char2_comb(char2 *accum, const char2 *other) { }
112 typedef char2 array_char2[7];
113 static void my_array_char2_accum(array_char2 *accum, char2 val) { }
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Dsimple.rscript31 char2 char2_global = {11, -22};
93 char2 char2_local = {-11, -22};
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
Dsimple.rscript31 char2 char2_global = {11, -22};
93 char2 char2_local = {-11, -22};
/frameworks/rs/tests/lldb/cpp/KernelVariables/
Dsimple.rscript31 char2 char2_global = {11, -22};
93 char2 char2_local = {-11, -22};
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rscript20 char2 c2;
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rscript4075 *(uchar2*)buf2 = abs(*(char2*)buf3);
4146 *(char2*)buf168 = clamp(*(char2*)buf169, *(char2*)buf170, *(char2*)buf171);
4177 *(char2*)buf292 = clamp(*(char2*)buf293, *(char*)buf294, *(char*)buf295);
4202 *(char2*)buf390 = clz(*(char2*)buf391);
4228 *(float2*)buf442 = convert_float2(*(char2*)buf443);
4246 *(char2*)buf478 = convert_char2(*(float2*)buf479);
4249 *(char2*)buf484 = convert_char2(*(char2*)buf485);
4252 *(char2*)buf490 = convert_char2(*(uchar2*)buf491);
4255 *(char2*)buf496 = convert_char2(*(short2*)buf497);
4258 *(char2*)buf502 = convert_char2(*(ushort2*)buf503);
[all …]
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rscript2429 *(uchar2*)buf2 = abs(*(char2*)buf3);
2500 *(char2*)buf166 = clz(*(char2*)buf167);
2526 *(float2*)buf218 = convert_float2(*(char2*)buf219);
2544 *(char2*)buf254 = convert_char2(*(float2*)buf255);
2547 *(char2*)buf260 = convert_char2(*(char2*)buf261);
2550 *(char2*)buf266 = convert_char2(*(uchar2*)buf267);
2553 *(char2*)buf272 = convert_char2(*(short2*)buf273);
2556 *(char2*)buf278 = convert_char2(*(ushort2*)buf279);
2559 *(char2*)buf284 = convert_char2(*(int2*)buf285);
2562 *(char2*)buf290 = convert_char2(*(uint2*)buf291);
[all …]
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rscript2429 *(uchar2*)buf2 = abs(*(char2*)buf3);
2500 *(char2*)buf166 = clz(*(char2*)buf167);
2526 *(float2*)buf218 = convert_float2(*(char2*)buf219);
2544 *(char2*)buf254 = convert_char2(*(float2*)buf255);
2547 *(char2*)buf260 = convert_char2(*(char2*)buf261);
2550 *(char2*)buf266 = convert_char2(*(uchar2*)buf267);
2553 *(char2*)buf272 = convert_char2(*(short2*)buf273);
2556 *(char2*)buf278 = convert_char2(*(ushort2*)buf279);
2559 *(char2*)buf284 = convert_char2(*(int2*)buf285);
2562 *(char2*)buf290 = convert_char2(*(uint2*)buf291);
[all …]
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rscript2359 *(uchar2*)buf2 = abs(*(char2*)buf3);
2430 *(char2*)buf166 = clz(*(char2*)buf167);
2456 *(float2*)buf218 = convert_float2(*(char2*)buf219);
2474 *(char2*)buf254 = convert_char2(*(float2*)buf255);
2477 *(char2*)buf260 = convert_char2(*(char2*)buf261);
2480 *(char2*)buf266 = convert_char2(*(uchar2*)buf267);
2483 *(char2*)buf272 = convert_char2(*(short2*)buf273);
2486 *(char2*)buf278 = convert_char2(*(ushort2*)buf279);
2489 *(char2*)buf284 = convert_char2(*(int2*)buf285);
2492 *(char2*)buf290 = convert_char2(*(uint2*)buf291);
[all …]
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rscript2359 *(uchar2*)buf2 = abs(*(char2*)buf3);
2430 *(char2*)buf166 = clz(*(char2*)buf167);
2456 *(float2*)buf218 = convert_float2(*(char2*)buf219);
2474 *(char2*)buf254 = convert_char2(*(float2*)buf255);
2477 *(char2*)buf260 = convert_char2(*(char2*)buf261);
2480 *(char2*)buf266 = convert_char2(*(uchar2*)buf267);
2483 *(char2*)buf272 = convert_char2(*(short2*)buf273);
2486 *(char2*)buf278 = convert_char2(*(ushort2*)buf279);
2489 *(char2*)buf284 = convert_char2(*(int2*)buf285);
2492 *(char2*)buf290 = convert_char2(*(uint2*)buf291);
[all …]
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rscript2359 *(uchar2*)buf2 = abs(*(char2*)buf3);
2430 *(char2*)buf166 = clz(*(char2*)buf167);
2456 *(float2*)buf218 = convert_float2(*(char2*)buf219);
2474 *(char2*)buf254 = convert_char2(*(float2*)buf255);
2477 *(char2*)buf260 = convert_char2(*(char2*)buf261);
2480 *(char2*)buf266 = convert_char2(*(uchar2*)buf267);
2483 *(char2*)buf272 = convert_char2(*(short2*)buf273);
2486 *(char2*)buf278 = convert_char2(*(ushort2*)buf279);
2489 *(char2*)buf284 = convert_char2(*(int2*)buf285);
2492 *(char2*)buf290 = convert_char2(*(uint2*)buf291);
[all …]
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rscript3431 *(uchar2*)buf2 = abs(*(char2*)buf3);
3502 *(char2*)buf168 = clamp(*(char2*)buf169, *(char2*)buf170, *(char2*)buf171);
3533 *(char2*)buf292 = clamp(*(char2*)buf293, *(char*)buf294, *(char*)buf295);
3558 *(char2*)buf390 = clz(*(char2*)buf391);
3584 *(float2*)buf442 = convert_float2(*(char2*)buf443);
3602 *(char2*)buf478 = convert_char2(*(float2*)buf479);
3605 *(char2*)buf484 = convert_char2(*(char2*)buf485);
3608 *(char2*)buf490 = convert_char2(*(uchar2*)buf491);
3611 *(char2*)buf496 = convert_char2(*(short2*)buf497);
3614 *(char2*)buf502 = convert_char2(*(ushort2*)buf503);
[all …]
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rscript3412 *(uchar2*)buf2 = abs(*(char2*)buf3);
3483 *(char2*)buf168 = clamp(*(char2*)buf169, *(char2*)buf170, *(char2*)buf171);
3514 *(char2*)buf292 = clamp(*(char2*)buf293, *(char*)buf294, *(char*)buf295);
3539 *(char2*)buf390 = clz(*(char2*)buf391);
3565 *(float2*)buf442 = convert_float2(*(char2*)buf443);
3583 *(char2*)buf478 = convert_char2(*(float2*)buf479);
3586 *(char2*)buf484 = convert_char2(*(char2*)buf485);
3589 *(char2*)buf490 = convert_char2(*(uchar2*)buf491);
3592 *(char2*)buf496 = convert_char2(*(short2*)buf497);
3595 *(char2*)buf502 = convert_char2(*(ushort2*)buf503);
[all …]
/frameworks/rs/driver/runtime/arch/
Dgeneric.c235 extern char2 __attribute__((overloadable)) max(char2 v1, char2 v2) { in max()
236 char2 r; in max()
436 extern char2 __attribute__((overloadable)) min(char2 v1, char2 v2) { in min()
437 char2 r; in min()
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rscript2629 *(uchar2*)buf2 = abs(*(char2*)buf3);
2700 *(char2*)buf166 = clz(*(char2*)buf167);
2726 *(float2*)buf218 = convert_float2(*(char2*)buf219);
2744 *(char2*)buf254 = convert_char2(*(float2*)buf255);
2747 *(char2*)buf260 = convert_char2(*(char2*)buf261);
2750 *(char2*)buf266 = convert_char2(*(uchar2*)buf267);
2753 *(char2*)buf272 = convert_char2(*(short2*)buf273);
2756 *(char2*)buf278 = convert_char2(*(ushort2*)buf279);
2759 *(char2*)buf284 = convert_char2(*(int2*)buf285);
2762 *(char2*)buf290 = convert_char2(*(uint2*)buf291);
[all …]
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rscript4795 *(uchar2*)buf2 = abs(*(char2*)buf3);
4866 *(char2*)buf168 = clamp(*(char2*)buf169, *(char2*)buf170, *(char2*)buf171);
4897 *(char2*)buf292 = clamp(*(char2*)buf293, *(char*)buf294, *(char*)buf295);
4922 *(char2*)buf390 = clz(*(char2*)buf391);
4948 *(float2*)buf442 = convert_float2(*(char2*)buf443);
4966 *(char2*)buf478 = convert_char2(*(float2*)buf479);
4969 *(char2*)buf484 = convert_char2(*(char2*)buf485);
4972 *(char2*)buf490 = convert_char2(*(uchar2*)buf491);
4975 *(char2*)buf496 = convert_char2(*(short2*)buf497);
4978 *(char2*)buf502 = convert_char2(*(ushort2*)buf503);
[all …]
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rscript4725 *(uchar2*)buf2 = abs(*(char2*)buf3);
4796 *(char2*)buf168 = clamp(*(char2*)buf169, *(char2*)buf170, *(char2*)buf171);
4827 *(char2*)buf292 = clamp(*(char2*)buf293, *(char*)buf294, *(char*)buf295);
4852 *(char2*)buf390 = clz(*(char2*)buf391);
4878 *(float2*)buf442 = convert_float2(*(char2*)buf443);
4896 *(char2*)buf478 = convert_char2(*(float2*)buf479);
4899 *(char2*)buf484 = convert_char2(*(char2*)buf485);
4902 *(char2*)buf490 = convert_char2(*(uchar2*)buf491);
4905 *(char2*)buf496 = convert_char2(*(short2*)buf497);
4908 *(char2*)buf502 = convert_char2(*(ushort2*)buf503);
[all …]
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rscript2521 *(uchar2*)buf2 = abs(*(char2*)buf3);
2592 *(char2*)buf166 = clz(*(char2*)buf167);
2618 *(float2*)buf218 = convert_float2(*(char2*)buf219);
2636 *(char2*)buf254 = convert_char2(*(float2*)buf255);
2639 *(char2*)buf260 = convert_char2(*(char2*)buf261);
2642 *(char2*)buf266 = convert_char2(*(uchar2*)buf267);
2645 *(char2*)buf272 = convert_char2(*(short2*)buf273);
2648 *(char2*)buf278 = convert_char2(*(ushort2*)buf279);
2651 *(char2*)buf284 = convert_char2(*(int2*)buf285);
2654 *(char2*)buf290 = convert_char2(*(uint2*)buf291);
[all …]
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rscript3188 *(uchar2*)buf2 = abs(*(char2*)buf3);
3259 *(char2*)buf166 = clz(*(char2*)buf167);
3285 *(float2*)buf218 = convert_float2(*(char2*)buf219);
3303 *(char2*)buf254 = convert_char2(*(float2*)buf255);
3306 *(char2*)buf260 = convert_char2(*(char2*)buf261);
3309 *(char2*)buf266 = convert_char2(*(uchar2*)buf267);
3312 *(char2*)buf272 = convert_char2(*(short2*)buf273);
3315 *(char2*)buf278 = convert_char2(*(ushort2*)buf279);
3318 *(char2*)buf284 = convert_char2(*(int2*)buf285);
3321 *(char2*)buf290 = convert_char2(*(uint2*)buf291);
[all …]

123