Home
last modified time | relevance | path

Searched refs:int3 (Results 1 – 25 of 65) 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/RSTest_CompatLib/src/com/android/rs/test/
Dreduce.rs109 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
111 static void fz3Accum(int3 *accum,
123 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
Dreduce_backward.rs104 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
106 static void fz3Accum(int3 *accum,
118 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
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/src/com/android/rs/test/
Dreduce_backward.rs106 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
108 static void fz3Accum(int3 *accum,
120 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
Dreduce.rs188 static void fz3Init(int3 *accum) { accum->x = accum->y = accum->z = -1; }
190 static void fz3Accum(int3 *accum,
202 static void fz3Combine(int3 *accum, const int3 *accum2) { constant
Dmath.rs12 volatile int3 i3;
59 volatile int3 prefix##_i_3 = 1; \
228 f3 = fnc(f3, (int3*) &i3); \
235 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/cpp/KernelVariables/
Dsimple.rs46 int3 int3_global = {999, -1111, 2222};
108 int3 int3_local = {999, -1111, 2222};
/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/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_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/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_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_11/
Dall11.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_16/
Dall16.rs2530 *(uint3*)buf20 = abs(*(int3*)buf21);
2609 *(int3*)buf200 = clz(*(int3*)buf201);
2631 *(float3*)buf244 = convert_float3(*(int3*)buf245);
2652 *(char3*)buf286 = convert_char3(*(int3*)buf287);
2673 *(uchar3*)buf328 = convert_uchar3(*(int3*)buf329);
2694 *(short3*)buf370 = convert_short3(*(int3*)buf371);
2715 *(ushort3*)buf412 = convert_ushort3(*(int3*)buf413);
2721 *(int3*)buf424 = convert_int3(*(float3*)buf425);
2724 *(int3*)buf430 = convert_int3(*(char3*)buf431);
2727 *(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 …]

123