Home
last modified time | relevance | path

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

12

/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: can't convert between vector values of different size ('int3' (vector …
/frameworks/rs/tests/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/java/tests/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/java/tests/RSTest_CompatLib/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); \
Dvector.rs29 int3 i32_3 = { 1, 2, 3 };
/frameworks/rs/java/tests/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); \
Dvector.rs29 int3 i32_3 = { 1, 2, 3 };
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
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); \
Dvector.rs29 int3 i32_3 = { 1, 2, 3 };
/frameworks/rs/java/tests/RsTest_14/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); \
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.rs.orig12 volatile int3 i3;
59 volatile int3 prefix##_i_3 = 1; \
221 f3 = fnc(f3, (int3*) &i3); \
228 f3 = fnc(f3, f3, (int3*) &i3); \
Dvector.rs29 int3 i32_3 = { 1, 2, 3 };
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs31 int3 i3;
/frameworks/rs/scriptc/
Drs_core_math.rsh117 extern uint3 __attribute__((const, overloadable))abs(int3 value);
932 extern int3 __attribute__((const, overloadable))clamp(int3 value, int3 min_value, int3 max_value);
1283 extern int3 __attribute__((const, overloadable))clamp(int3 value, int min_value, int max_value);
1584 extern int3 __attribute__((const, overloadable))clz(int3 value);
1778 * Component wise conversion from int3 to float3
1782 extern float3 __attribute__((const, overloadable))convert_float3(int3 v);
1967 * Component wise conversion from int3 to char3
1971 extern char3 __attribute__((const, overloadable))convert_char3(int3 v);
2156 * Component wise conversion from int3 to uchar3
2160 extern uchar3 __attribute__((const, overloadable))convert_uchar3(int3 v);
[all …]
Drs_allocation.rsh192 GET_ELEMENT_AT(int3)
327 SET_ELEMENT_AT(int3)
406 VOP(int3)
/frameworks/rs/driver/runtime/arch/
Dgeneric.c294 extern int3 __attribute__((overloadable)) max(int3 v1, int3 v2) { in max()
295 int3 r; in max()
495 extern int3 __attribute__((overloadable)) min(int3 v1, int3 v2) { in min()
496 int3 r; in min()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs50 static volatile int3 prefix##_i_3 = 1; \
248 RUN_BENCH(res_f_3 = fnc(src1_f_3, (int3*) &src1_i_3), "f3 " #fnc "(f3, i3*)") \
255 RUN_BENCH(res_f_3 = fnc(src1_f_3, src2_f_3, (int3*) &src1_i_3), "f3 " #fnc "(f3, f3, i3*)") \
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp51 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef
172 static void SC_debugI3(const char *s, const int3 *i) { in SC_debugI3()
DrsCpuIntrinsicInlines.h42 typedef int int3 __attribute__((ext_vector_type(3))); typedef
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs6 int3 i3;
/frameworks/rs/driver/runtime/
Drs_cl.c4 extern float3 __attribute__((overloadable)) convert_float3(int3 c);
8 extern int3 __attribute__((overloadable)) convert_int3(float3 c);
54 extern int3 __attribute__((overloadable)) fnc(float3 v) { \
55 int3 r; \
123 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 v2) { \
210 extern float3 __attribute__((overloadable)) fnc(float3 v1, int3 *v2) { \
273 fnc(float3 v1, float3 v2, int3 *v3) { \
1444 float3 __attribute__((overloadable)) native_##fn(float3 v1, int3 v2) { return fn(v1, v2);} \
Drs_core.c196 PRIM_DEBUG(int3)

12