/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | allocs.rscript | 39 // Kernel returns first 3 elements of a double4 plus 1/2 40 double3 __attribute__((kernel)) add_half_kernel(double4 in)
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | allocs.rscript | 39 // Kernel returns first 3 elements of a double4 plus 1/2 40 double3 __attribute__((kernel)) add_half_kernel(double4 in)
|
/frameworks/rs/script_api/include/ |
D | rs_convert.rsh | 495 extern double4 __attribute__((const, overloadable)) 496 convert_double4(double4 v); 510 extern double4 __attribute__((const, overloadable)) 525 extern double4 __attribute__((const, overloadable)) 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); [all …]
|
D | rs_allocation_data.rsh | 169 extern double4 __attribute__((overloadable)) 319 extern double4 __attribute__((overloadable)) 469 extern double4 __attribute__((overloadable)) 650 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x); 800 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y); 950 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y, uint32_t z); 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]; [all …]
|
/frameworks/rs/tests/lldb/java/Allocations/src/rs/ |
D | allocs.rscript | 53 // Kernel returns first 3 elements of a double4 plus 1/2 54 double3 __attribute__((kernel)) add_half_kernel(double4 in)
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rscript | 109 double4 d4; 110 double4 d4i = {1, 2, 3, 4};
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
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) { }
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
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};
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
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};
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
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};
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | rsdebug_23.rscript | 22 double4 double4Test = {4.05, 14.05, 24.05, 34.05};
|
D | vector.rscript | 26 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | rsdebug_23.rscript | 24 double4 double4Test = {4.05, 14.05, 24.05, 34.05};
|
D | vector.rscript | 28 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/frameworks/native/libs/math/include/math/ |
D | vec4.h | 113 typedef details::TVec4<double> double4; typedef
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | vector.rscript | 10 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | vector.rscript | 10 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | vector.rscript | 10 double4 d4 = { 1.0, 2.0, 3.0, 4.0 };
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rscript | 5024 *(double4*)buf734 = convert_double4(*(double4*)buf735); 5027 *(double4*)buf740 = convert_double4(*(long4*)buf741); 5030 *(double4*)buf746 = convert_double4(*(ulong4*)buf747); 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); 5078 *(short4*)buf842 = convert_short4(*(double4*)buf843); 5087 *(ushort4*)buf860 = convert_ushort4(*(double4*)buf861); [all …]
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rscript | 4374 *(double4*)buf734 = convert_double4(*(double4*)buf735); 4377 *(double4*)buf740 = convert_double4(*(long4*)buf741); 4380 *(double4*)buf746 = convert_double4(*(ulong4*)buf747); 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); 4437 *(ushort4*)buf860 = convert_ushort4(*(double4*)buf861); [all …]
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rscript | 5094 *(double4*)buf734 = convert_double4(*(double4*)buf735); 5097 *(double4*)buf740 = convert_double4(*(long4*)buf741); 5100 *(double4*)buf746 = convert_double4(*(ulong4*)buf747); 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); 5157 *(ushort4*)buf860 = convert_ushort4(*(double4*)buf861); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
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];
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
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) { } 423 static void my_double4_7_accum(int *accum, double4 in, rs_kernel_context context, uint x, uint y) {… 426 static void my_double4_8_accum(int *accum, double4 in, uint z) { } 429 static void my_double4_9_accum(int *accum, double4 in, rs_kernel_context context, uint z) { } [all …]
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 6845 *(double4*)buf874 = convert_double4(*(double4*)buf875); 6848 *(double4*)buf880 = convert_double4(*(long4*)buf881); 6851 *(double4*)buf886 = convert_double4(*(ulong4*)buf887); 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); 6908 *(ushort4*)buf1000 = convert_ushort4(*(double4*)buf1001); [all …]
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 287 ELEMENT_AT(double4) 405 VOP(double4)
|