/frameworks/compile/slang/tests/F_vector_cast/ |
D | vector_cast.rs | 12 int3 i; 14 i = (int3)f;
|
D | stderr.txt.expect | 2 vector_cast.rs:15:11: error: can't convert between vector values of different size ('int3' (vector …
|
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 62 int3 i3; 63 int3 i3i = {1, 2, 3};
|
/frameworks/compile/slang/tests/P_kernel_cpp/ |
D | kernel_cpp.rs | 11 int3 i3 = {1, 2, 3};
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 12 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/ |
D | math.rs | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 221 f3 = fnc(f3, (int3*) &i3); \ 228 f3 = fnc(f3, f3, (int3*) &i3); \
|
D | vector.rs | 29 int3 i32_3 = { 1, 2, 3 };
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 221 f3 = fnc(f3, (int3*) &i3); \ 228 f3 = fnc(f3, f3, (int3*) &i3); \
|
D | vector.rs | 29 int3 i32_3 = { 1, 2, 3 };
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math.rs | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 228 f3 = fnc(f3, (int3*) &i3); \ 235 f3 = fnc(f3, f3, (int3*) &i3); \
|
D | vector.rs | 29 int3 i32_3 = { 1, 2, 3 };
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 221 f3 = fnc(f3, (int3*) &i3); \ 228 f3 = fnc(f3, f3, (int3*) &i3); \
|
D | math.rs.bak | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 207 f3 = fnc(f3, (int3*) &i3); \ 214 f3 = fnc(f3, f3, (int3*) &i3); \
|
D | math.rs.orig | 12 volatile int3 i3; 59 volatile int3 prefix##_i_3 = 1; \ 221 f3 = fnc(f3, (int3*) &i3); \ 228 f3 = fnc(f3, f3, (int3*) &i3); \
|
D | vector.rs | 29 int3 i32_3 = { 1, 2, 3 };
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 31 int3 i3;
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 117 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 …]
|
D | rs_allocation.rsh | 192 GET_ELEMENT_AT(int3) 327 SET_ELEMENT_AT(int3) 406 VOP(int3)
|
/frameworks/rs/driver/runtime/arch/ |
D | generic.c | 294 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/ |
D | compute_benchmark.rs | 50 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/ |
D | rsCpuRuntimeStubs.cpp | 51 typedef int32_t int3 __attribute__((ext_vector_type(3))); typedef 172 static void SC_debugI3(const char *s, const int3 *i) { in SC_debugI3()
|
D | rsCpuIntrinsicInlines.h | 42 typedef int int3 __attribute__((ext_vector_type(3))); typedef
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 6 int3 i3;
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 4 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);} \
|
D | rs_core.c | 196 PRIM_DEBUG(int3)
|