Home
last modified time | relevance | path

Searched refs:char4 (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/compile/slang/tests/F_vector_cast/
Dvector_cast.rs19 char4 c;
29 char4 c;
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamObjectTest.java217 char char4 = '\0'; in testObjectAndTwoChars() local
231 char4 = (char) pi.readInt(charId4); in testObjectAndTwoChars()
242 assertEquals('c', char4); in testObjectAndTwoChars()
287 char char4 = '\0'; in testComplexObject() local
301 char4 = (char) pi.readInt(charId4); in testComplexObject()
313 assertEquals('z', char4); in testComplexObject()
/frameworks/compile/slang/tests/P_reduce_general_inputs/
Dreduce_general_inputs.rs66 static void my_half_char4_0_accum(int *accum, half a, char4 b) { }
69 static void my_half_char4_1_accum(int *accum, half a, char4 b, rs_kernel_context context) { }
192 static void my_half2_char4_0_accum(int *accum, half2 a, char4 b) { }
195 static void my_half2_char4_1_accum(int *accum, half2 a, char4 b, rs_kernel_context context) { }
318 static void my_half4_char4_0_accum(int *accum, half4 a, char4 b) { }
321 static void my_half4_char4_1_accum(int *accum, half4 a, char4 b, rs_kernel_context context) { }
444 static void my_float_char4_0_accum(int *accum, float a, char4 b) { }
447 static void my_float_char4_1_accum(int *accum, float a, char4 b, rs_kernel_context context) { }
570 static void my_float2_char4_0_accum(int *accum, float2 a, char4 b) { }
573 static void my_float2_char4_1_accum(int *accum, float2 a, char4 b, rs_kernel_context context) { }
[all …]
/frameworks/rs/script_api/include/
Drs_convert.rsh59 convert_float4(char4 v);
112 extern char4 __attribute__((const, overloadable))
121 extern char4 __attribute__((const, overloadable))
122 convert_char4(char4 v);
130 extern char4 __attribute__((const, overloadable))
139 extern char4 __attribute__((const, overloadable))
148 extern char4 __attribute__((const, overloadable))
157 extern char4 __attribute__((const, overloadable))
166 extern char4 __attribute__((const, overloadable))
185 convert_uchar4(char4 v);
[all …]
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rs28 char4 c4;
29 char4 c4i = {1, 2, 3, 4};
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dconvert.rs21 char4 i8_4 = { -1, -2, -3, 4 };
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dconvert.rs5 char4 i8_4 = { -1, -2, -3, 4 };
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dconvert.rs23 char4 i8_4 = { -1, -2, -3, 4 };
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rs103 static void my_char4_accum(char4 *accum, char4 val) { }
104 static void my_char4_comb(char4 *accum, const char4 *other) { } constant
117 typedef char4 array_char4[7];
118 static void my_array_char4_accum(array_char4 *accum, char4 val) { }
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Dsimple.rs53 char4 char4_global = {55, 11, -22, -33};
115 char4 char4_local = {55, 11, -22, -33};
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
Dsimple.rs53 char4 char4_global = {55, 11, -22, -33};
115 char4 char4_local = {55, 11, -22, -33};
/frameworks/rs/tests/lldb/cpp/KernelVariables/
Dsimple.rs53 char4 char4_global = {55, 11, -22, -33};
115 char4 char4_local = {55, 11, -22, -33};
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs22 char4 c4;
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs4727 *(uchar4*)buf6 = abs(*(char4*)buf7);
4798 *(char4*)buf176 = clamp(*(char4*)buf177, *(char4*)buf178, *(char4*)buf179);
4829 *(char4*)buf300 = clamp(*(char4*)buf301, *(char*)buf302, *(char*)buf303);
4854 *(char4*)buf394 = clz(*(char4*)buf395);
4880 *(float4*)buf446 = convert_float4(*(char4*)buf447);
4898 *(char4*)buf482 = convert_char4(*(float4*)buf483);
4901 *(char4*)buf488 = convert_char4(*(char4*)buf489);
4904 *(char4*)buf494 = convert_char4(*(uchar4*)buf495);
4907 *(char4*)buf500 = convert_char4(*(short4*)buf501);
4910 *(char4*)buf506 = convert_char4(*(ushort4*)buf507);
[all …]
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs4077 *(uchar4*)buf6 = abs(*(char4*)buf7);
4148 *(char4*)buf176 = clamp(*(char4*)buf177, *(char4*)buf178, *(char4*)buf179);
4179 *(char4*)buf300 = clamp(*(char4*)buf301, *(char*)buf302, *(char*)buf303);
4204 *(char4*)buf394 = clz(*(char4*)buf395);
4230 *(float4*)buf446 = convert_float4(*(char4*)buf447);
4248 *(char4*)buf482 = convert_char4(*(float4*)buf483);
4251 *(char4*)buf488 = convert_char4(*(char4*)buf489);
4254 *(char4*)buf494 = convert_char4(*(uchar4*)buf495);
4257 *(char4*)buf500 = convert_char4(*(short4*)buf501);
4260 *(char4*)buf506 = convert_char4(*(ushort4*)buf507);
[all …]
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2431 *(uchar4*)buf6 = abs(*(char4*)buf7);
2502 *(char4*)buf170 = clz(*(char4*)buf171);
2528 *(float4*)buf222 = convert_float4(*(char4*)buf223);
2546 *(char4*)buf258 = convert_char4(*(float4*)buf259);
2549 *(char4*)buf264 = convert_char4(*(char4*)buf265);
2552 *(char4*)buf270 = convert_char4(*(uchar4*)buf271);
2555 *(char4*)buf276 = convert_char4(*(short4*)buf277);
2558 *(char4*)buf282 = convert_char4(*(ushort4*)buf283);
2561 *(char4*)buf288 = convert_char4(*(int4*)buf289);
2564 *(char4*)buf294 = convert_char4(*(uint4*)buf295);
[all …]
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs2361 *(uchar4*)buf6 = abs(*(char4*)buf7);
2432 *(char4*)buf170 = clz(*(char4*)buf171);
2458 *(float4*)buf222 = convert_float4(*(char4*)buf223);
2476 *(char4*)buf258 = convert_char4(*(float4*)buf259);
2479 *(char4*)buf264 = convert_char4(*(char4*)buf265);
2482 *(char4*)buf270 = convert_char4(*(uchar4*)buf271);
2485 *(char4*)buf276 = convert_char4(*(short4*)buf277);
2488 *(char4*)buf282 = convert_char4(*(ushort4*)buf283);
2491 *(char4*)buf288 = convert_char4(*(int4*)buf289);
2494 *(char4*)buf294 = convert_char4(*(uint4*)buf295);
[all …]
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs2361 *(uchar4*)buf6 = abs(*(char4*)buf7);
2432 *(char4*)buf170 = clz(*(char4*)buf171);
2458 *(float4*)buf222 = convert_float4(*(char4*)buf223);
2476 *(char4*)buf258 = convert_char4(*(float4*)buf259);
2479 *(char4*)buf264 = convert_char4(*(char4*)buf265);
2482 *(char4*)buf270 = convert_char4(*(uchar4*)buf271);
2485 *(char4*)buf276 = convert_char4(*(short4*)buf277);
2488 *(char4*)buf282 = convert_char4(*(ushort4*)buf283);
2491 *(char4*)buf288 = convert_char4(*(int4*)buf289);
2494 *(char4*)buf294 = convert_char4(*(uint4*)buf295);
[all …]
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2431 *(uchar4*)buf6 = abs(*(char4*)buf7);
2502 *(char4*)buf170 = clz(*(char4*)buf171);
2528 *(float4*)buf222 = convert_float4(*(char4*)buf223);
2546 *(char4*)buf258 = convert_char4(*(float4*)buf259);
2549 *(char4*)buf264 = convert_char4(*(char4*)buf265);
2552 *(char4*)buf270 = convert_char4(*(uchar4*)buf271);
2555 *(char4*)buf276 = convert_char4(*(short4*)buf277);
2558 *(char4*)buf282 = convert_char4(*(ushort4*)buf283);
2561 *(char4*)buf288 = convert_char4(*(int4*)buf289);
2564 *(char4*)buf294 = convert_char4(*(uint4*)buf295);
[all …]
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs2523 *(uchar4*)buf6 = abs(*(char4*)buf7);
2594 *(char4*)buf170 = clz(*(char4*)buf171);
2620 *(float4*)buf222 = convert_float4(*(char4*)buf223);
2638 *(char4*)buf258 = convert_char4(*(float4*)buf259);
2641 *(char4*)buf264 = convert_char4(*(char4*)buf265);
2644 *(char4*)buf270 = convert_char4(*(uchar4*)buf271);
2647 *(char4*)buf276 = convert_char4(*(short4*)buf277);
2650 *(char4*)buf282 = convert_char4(*(ushort4*)buf283);
2653 *(char4*)buf288 = convert_char4(*(int4*)buf289);
2656 *(char4*)buf294 = convert_char4(*(uint4*)buf295);
[all …]
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2361 *(uchar4*)buf6 = abs(*(char4*)buf7);
2432 *(char4*)buf170 = clz(*(char4*)buf171);
2458 *(float4*)buf222 = convert_float4(*(char4*)buf223);
2476 *(char4*)buf258 = convert_char4(*(float4*)buf259);
2479 *(char4*)buf264 = convert_char4(*(char4*)buf265);
2482 *(char4*)buf270 = convert_char4(*(uchar4*)buf271);
2485 *(char4*)buf276 = convert_char4(*(short4*)buf277);
2488 *(char4*)buf282 = convert_char4(*(ushort4*)buf283);
2491 *(char4*)buf288 = convert_char4(*(int4*)buf289);
2494 *(char4*)buf294 = convert_char4(*(uint4*)buf295);
[all …]
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs3414 *(uchar4*)buf6 = abs(*(char4*)buf7);
3485 *(char4*)buf176 = clamp(*(char4*)buf177, *(char4*)buf178, *(char4*)buf179);
3516 *(char4*)buf300 = clamp(*(char4*)buf301, *(char*)buf302, *(char*)buf303);
3541 *(char4*)buf394 = clz(*(char4*)buf395);
3567 *(float4*)buf446 = convert_float4(*(char4*)buf447);
3585 *(char4*)buf482 = convert_char4(*(float4*)buf483);
3588 *(char4*)buf488 = convert_char4(*(char4*)buf489);
3591 *(char4*)buf494 = convert_char4(*(uchar4*)buf495);
3594 *(char4*)buf500 = convert_char4(*(short4*)buf501);
3597 *(char4*)buf506 = convert_char4(*(ushort4*)buf507);
[all …]
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs3433 *(uchar4*)buf6 = abs(*(char4*)buf7);
3504 *(char4*)buf176 = clamp(*(char4*)buf177, *(char4*)buf178, *(char4*)buf179);
3535 *(char4*)buf300 = clamp(*(char4*)buf301, *(char*)buf302, *(char*)buf303);
3560 *(char4*)buf394 = clz(*(char4*)buf395);
3586 *(float4*)buf446 = convert_float4(*(char4*)buf447);
3604 *(char4*)buf482 = convert_char4(*(float4*)buf483);
3607 *(char4*)buf488 = convert_char4(*(char4*)buf489);
3610 *(char4*)buf494 = convert_char4(*(uchar4*)buf495);
3613 *(char4*)buf500 = convert_char4(*(short4*)buf501);
3616 *(char4*)buf506 = convert_char4(*(ushort4*)buf507);
[all …]
/frameworks/rs/driver/runtime/arch/
Dgeneric.c250 extern char4 __attribute__((overloadable)) max(char4 v1, char4 v2) { in max()
251 char4 r; in max()
451 extern char4 __attribute__((overloadable)) min(char4 v1, char4 v2) { in min()
452 char4 r; in min()
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs2631 *(uchar4*)buf6 = abs(*(char4*)buf7);
2702 *(char4*)buf170 = clz(*(char4*)buf171);
2728 *(float4*)buf222 = convert_float4(*(char4*)buf223);
2746 *(char4*)buf258 = convert_char4(*(float4*)buf259);
2749 *(char4*)buf264 = convert_char4(*(char4*)buf265);
2752 *(char4*)buf270 = convert_char4(*(uchar4*)buf271);
2755 *(char4*)buf276 = convert_char4(*(short4*)buf277);
2758 *(char4*)buf282 = convert_char4(*(ushort4*)buf283);
2761 *(char4*)buf288 = convert_char4(*(int4*)buf289);
2764 *(char4*)buf294 = convert_char4(*(uint4*)buf295);
[all …]

123