/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_convert.rsh | 496 convert_double4(double4 v); 541 convert_long4(double4 v); 586 convert_ulong4(double4 v); 631 convert_float4(double4 v); 676 convert_char4(double4 v); 721 convert_uchar4(double4 v); 766 convert_short4(double4 v); 811 convert_ushort4(double4 v); 856 convert_int4(double4 v); 901 convert_uint4(double4 v); [all …]
|
H A D | rs_allocation_data.rsh | 169 extern double4 __attribute__((overloadable)) 319 extern double4 __attribute__((overloadable)) 469 extern double4 __attribute__((overloadable)) 1145 static inline double4 __attribute__((overloadable)) 1147 return ((double4 *)rsGetElementAt(a, x))[0]; 1425 static inline double4 __attribute__((overloadable)) 1427 return ((double4 *)rsGetElementAt(a, x, y))[0]; 1705 static inline double4 __attribute__((overloadable)) 1971 extern double4 __attribute__((overloadable)) 2171 extern double4 __attribute__((overloadable)) [all …]
|
/aosp12/frameworks/rs/tests/lldb/cpp/Allocations/ |
H A D | allocs.rscript | 39 // Kernel returns first 3 elements of a double4 plus 1/2 40 double3 __attribute__((kernel)) add_half_kernel(double4 in)
|
/aosp12/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
H A D | allocs.rscript | 39 // Kernel returns first 3 elements of a double4 plus 1/2 40 double3 __attribute__((kernel)) add_half_kernel(double4 in)
|
/aosp12/frameworks/rs/tests/lldb/java/Allocations/src/rs/ |
H A D | allocs.rscript | 53 // Kernel returns first 3 elements of a double4 plus 1/2 54 double3 __attribute__((kernel)) add_half_kernel(double4 in)
|
/aosp12/frameworks/rs/tests/cpp_api/typecheck/ |
H A D | kernels.rscript | 109 double4 d4; 110 double4 d4i = {1, 2, 3, 4};
|
/aosp12/frameworks/compile/slang/tests/P_reduce_general_result/ |
H A D | reduce_general_result.rscript | 76 static void my_double4_accum(double4 *accum, double4 val) { } 77 static void my_double4_comb(double4 *accum, const double4 *other) { } 90 typedef double4 array_double4[7]; 91 static void my_array_double4_accum(array_double4 *accum, double4 val) { }
|
/aosp12/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
H A D | simple.rscript | 62 double4 double4_global = {-77.0f, 88.5f, -99.0f, 111.5f}; 124 double4 double4_local = {-77.0f, 88.5f, -99.0f, 111.5f};
|
/aosp12/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
H A D | simple.rscript | 62 double4 double4_global = {-77.0f, 88.5f, -99.0f, 111.5f}; 124 double4 double4_local = {-77.0f, 88.5f, -99.0f, 111.5f};
|
/aosp12/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
H A D | simple.rscript | 62 double4 double4_global = {-77.0f, 88.5f, -99.0f, 111.5f}; 124 double4 double4_local = {-77.0f, 88.5f, -99.0f, 111.5f};
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | rsdebug_23.rscript | 22 double4 double4Test = {4.05, 14.05, 24.05, 34.05};
|
H A D | vector.rscript | 26 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | rsdebug_23.rscript | 24 double4 double4Test = {4.05, 14.05, 24.05, 34.05};
|
H A D | vector.rscript | 28 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | vec4.h | 113 typedef details::TVec4<double> double4; typedef
|
/aosp12/frameworks/compile/slang/tests/P_all_api_23/ |
H A D | all23.rscript | 5024 *(double4*)buf734 = convert_double4(*(double4*)buf735); 5027 *(double4*)buf740 = convert_double4(*(long4*)buf741); 5033 *(long4*)buf752 = convert_long4(*(double4*)buf753); 5042 *(ulong4*)buf770 = convert_ulong4(*(double4*)buf771); 5051 *(float4*)buf788 = convert_float4(*(double4*)buf789); 5060 *(char4*)buf806 = convert_char4(*(double4*)buf807); 5069 *(uchar4*)buf824 = convert_uchar4(*(double4*)buf825); 5096 *(int4*)buf878 = convert_int4(*(double4*)buf879); 5105 *(uint4*)buf896 = convert_uint4(*(double4*)buf897); 5129 *(double4*)buf944 = convert_double4(*(int4*)buf945); [all …]
|
/aosp12/frameworks/compile/slang/tests/P_all_api_21/ |
H A D | all21.rscript | 4374 *(double4*)buf734 = convert_double4(*(double4*)buf735); 4377 *(double4*)buf740 = convert_double4(*(long4*)buf741); 4383 *(long4*)buf752 = convert_long4(*(double4*)buf753); 4392 *(ulong4*)buf770 = convert_ulong4(*(double4*)buf771); 4401 *(float4*)buf788 = convert_float4(*(double4*)buf789); 4410 *(char4*)buf806 = convert_char4(*(double4*)buf807); 4419 *(uchar4*)buf824 = convert_uchar4(*(double4*)buf825); 4428 *(short4*)buf842 = convert_short4(*(double4*)buf843); 4446 *(int4*)buf878 = convert_int4(*(double4*)buf879); 4455 *(uint4*)buf896 = convert_uint4(*(double4*)buf897); [all …]
|
/aosp12/frameworks/compile/slang/tests/P_all_api_22/ |
H A D | all22.rscript | 5094 *(double4*)buf734 = convert_double4(*(double4*)buf735); 5097 *(double4*)buf740 = convert_double4(*(long4*)buf741); 5103 *(long4*)buf752 = convert_long4(*(double4*)buf753); 5112 *(ulong4*)buf770 = convert_ulong4(*(double4*)buf771); 5121 *(float4*)buf788 = convert_float4(*(double4*)buf789); 5130 *(char4*)buf806 = convert_char4(*(double4*)buf807); 5139 *(uchar4*)buf824 = convert_uchar4(*(double4*)buf825); 5148 *(short4*)buf842 = convert_short4(*(double4*)buf843); 5166 *(int4*)buf878 = convert_int4(*(double4*)buf879); 5175 *(uint4*)buf896 = convert_uint4(*(double4*)buf897); [all …]
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | vector.rscript | 10 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
H A D | vector.rscript | 10 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
H A D | vector.rscript | 10 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/aosp12/frameworks/compile/slang/tests/P_reduce_general_input/ |
H A D | reduce_general_input.rscript | 402 static void my_double4_0_accum(int *accum, double4 in) { } 405 static void my_double4_1_accum(int *accum, double4 in, rs_kernel_context context) { } 408 static void my_double4_2_accum(int *accum, double4 in, uint x) { } 411 static void my_double4_3_accum(int *accum, double4 in, rs_kernel_context context, uint x) { } 414 static void my_double4_4_accum(int *accum, double4 in, uint y) { } 417 static void my_double4_5_accum(int *accum, double4 in, rs_kernel_context context, uint y) { } 420 static void my_double4_6_accum(int *accum, double4 in, uint x, uint y) { } 426 static void my_double4_8_accum(int *accum, double4 in, uint z) { } 432 static void my_double4_10_accum(int *accum, double4 in, uint x, uint z) { } 438 static void my_double4_12_accum(int *accum, double4 in, uint y, uint z) { } [all …]
|
/aosp12/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
H A D | reduce_general_accumulator.rscript | 106 static void my_double4_accum(double4 *accum, int val) { } 107 static void my_double4_comb(double4 *accum, const double4 *other) { } 108 static void my_double4_out(int *out, const double4 *accum) { } 123 typedef double4 array_double4[7];
|
/aosp12/frameworks/compile/slang/tests/P_all_api_24/ |
H A D | all24.rscript | 6845 *(double4*)buf874 = convert_double4(*(double4*)buf875); 6848 *(double4*)buf880 = convert_double4(*(long4*)buf881); 6854 *(long4*)buf892 = convert_long4(*(double4*)buf893); 6863 *(ulong4*)buf910 = convert_ulong4(*(double4*)buf911); 6872 *(float4*)buf928 = convert_float4(*(double4*)buf929); 6881 *(char4*)buf946 = convert_char4(*(double4*)buf947); 6890 *(uchar4*)buf964 = convert_uchar4(*(double4*)buf965); 6899 *(short4*)buf982 = convert_short4(*(double4*)buf983); 6917 *(int4*)buf1018 = convert_int4(*(double4*)buf1019); 6926 *(uint4*)buf1036 = convert_uint4(*(double4*)buf1037); [all …]
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_allocation.c | 287 ELEMENT_AT(double4) 405 VOP(double4)
|