Home
last modified time | relevance | path

Searched refs:int3 (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/compile/slang/tests/F_vector_cast/
Dvector_cast.rs12 int3 i;
14 i = (int3)f;
Dstderr.txt.expect2 vector_cast.rs:15:11: error: cannot convert between vector values of different size ('int3' (vector…
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dreduce_backward.rs122 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
124 static void fz3Accum(int3 *accum,
136 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
Dreduce.rs204 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
206 static void fz3Accum(int3 *accum,
218 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
Dmath.rs28 volatile int3 i3;
75 volatile int3 prefix##_i_3 = 1; \
244 f3 = fnc(f3, (int3*) &i3); \
251 f3 = fnc(f3, f3, (int3*) &i3); \
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dreduce_backward.rs124 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
126 static void fz3Accum(int3 *accum,
138 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
Dreduce.rs206 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
208 static void fz3Accum(int3 *accum,
220 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
Dmath.rs30 volatile int3 i3;
77 volatile int3 prefix##_i_3 = 1; \
246 f3 = fnc(f3, (int3*) &i3); \
253 f3 = fnc(f3, f3, (int3*) &i3); \
/frameworks/rs/script_api/include/
Drs_convert.rsh92 convert_float3(int3 v);
155 convert_char3(int3 v);
218 convert_uchar3(int3 v);
281 convert_short3(int3 v);
344 convert_ushort3(int3 v);
361 extern int3 __attribute__((const, overloadable))
370 extern int3 __attribute__((const, overloadable))
379 extern int3 __attribute__((const, overloadable))
388 extern int3 __attribute__((const, overloadable))
397 extern int3 __attribute__((const, overloadable))
[all …]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dwbalance.rs29 int3 hv = rsGetElementAt_int3(histogramValues, i);
56 int3 hv = rsGetElementAt_int3(histogramValues, i);
/frameworks/rs/tests/cpp_api/typecheck/
Dkernels.rs62 int3 i3;
63 int3 i3i = {1, 2, 3};
/frameworks/compile/slang/tests/P_kernel_cpp/
Dkernel_cpp.rs11 int3 i3 = {1, 2, 3};
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs12 volatile int3 i3;
93 f3 = fnc(f3, (int3*) &i3); \
100 f3 = fnc(f3, f3, (int3*) &i3); \
215 volatile int3 prefix##_i_3 = 1; \
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
Dsimple.rs46 int3 int3_global = {999, -1111, 2222};
108 int3 int3_local = {999, -1111, 2222};
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
Dsimple.rs46 int3 int3_global = {999, -1111, 2222};
108 int3 int3_local = {999, -1111, 2222};
/frameworks/rs/tests/lldb/cpp/KernelVariables/
Dsimple.rs46 int3 int3_global = {999, -1111, 2222};
108 int3 int3_local = {999, -1111, 2222};
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak12 volatile int3 i3;
59 volatile int3 prefix##_i_3 = 1; \
207 f3 = fnc(f3, (int3*) &i3); \
214 f3 = fnc(f3, f3, (int3*) &i3); \
Dmath.rs12 volatile int3 i3;
59 volatile int3 prefix##_i_3 = 1; \
221 f3 = fnc(f3, (int3*) &i3); \
228 f3 = fnc(f3, f3, (int3*) &i3); \
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Dvr.rs84 static int isInBrick(int3 p) {
119 int3 ip = convert_int3(p);
135 int3 ip = convert_int3(p);
184 int3 ip = convert_int3(p);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath.rs12 volatile int3 i3;
59 volatile int3 prefix##_i_3 = 1; \
221 f3 = fnc(f3, (int3*) &i3); \
228 f3 = fnc(f3, f3, (int3*) &i3); \
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs12 volatile int3 i3;
59 volatile int3 prefix##_i_3 = 1; \
221 f3 = fnc(f3, (int3*) &i3); \
228 f3 = fnc(f3, f3, (int3*) &i3); \
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2438 *(uint3*)buf20 = abs(*(int3*)buf21);
2517 *(int3*)buf200 = clz(*(int3*)buf201);
2539 *(float3*)buf244 = convert_float3(*(int3*)buf245);
2560 *(char3*)buf286 = convert_char3(*(int3*)buf287);
2581 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329);
2602 *(short3*)buf370 = convert_short3(*(int3*)buf371);
2623 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413);
2629 *(int3*)buf424 = convert_int3(*(float3*)buf425);
2632 *(int3*)buf430 = convert_int3(*(char3*)buf431);
2635 *(int3*)buf436 = convert_int3(*(uchar3*)buf437);
[all …]
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs2368 *(uint3*)buf20 = abs(*(int3*)buf21);
2447 *(int3*)buf200 = clz(*(int3*)buf201);
2469 *(float3*)buf244 = convert_float3(*(int3*)buf245);
2490 *(char3*)buf286 = convert_char3(*(int3*)buf287);
2511 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329);
2532 *(short3*)buf370 = convert_short3(*(int3*)buf371);
2553 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413);
2559 *(int3*)buf424 = convert_int3(*(float3*)buf425);
2562 *(int3*)buf430 = convert_int3(*(char3*)buf431);
2565 *(int3*)buf436 = convert_int3(*(uchar3*)buf437);
[all …]
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs2368 *(uint3*)buf20 = abs(*(int3*)buf21);
2447 *(int3*)buf200 = clz(*(int3*)buf201);
2469 *(float3*)buf244 = convert_float3(*(int3*)buf245);
2490 *(char3*)buf286 = convert_char3(*(int3*)buf287);
2511 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329);
2532 *(short3*)buf370 = convert_short3(*(int3*)buf371);
2553 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413);
2559 *(int3*)buf424 = convert_int3(*(float3*)buf425);
2562 *(int3*)buf430 = convert_int3(*(char3*)buf431);
2565 *(int3*)buf436 = convert_int3(*(uchar3*)buf437);
[all …]
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2438 *(uint3*)buf20 = abs(*(int3*)buf21);
2517 *(int3*)buf200 = clz(*(int3*)buf201);
2539 *(float3*)buf244 = convert_float3(*(int3*)buf245);
2560 *(char3*)buf286 = convert_char3(*(int3*)buf287);
2581 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329);
2602 *(short3*)buf370 = convert_short3(*(int3*)buf371);
2623 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413);
2629 *(int3*)buf424 = convert_int3(*(float3*)buf425);
2632 *(int3*)buf430 = convert_int3(*(char3*)buf431);
2635 *(int3*)buf436 = convert_int3(*(uchar3*)buf437);
[all …]

123