/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | mandelbrot.rs | 58 double2 p; 62 double2 t = 0; 63 double2 t2 = t * t;
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | mandelbrot.rs | 58 double2 p; 62 double2 t = 0; 63 double2 t2 = t * t;
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | mandelbrot.rs | 58 double2 p; 62 double2 t = 0; 63 double2 t2 = t * t;
|
/frameworks/rs/script_api/include/ |
D | rs_convert.rsh | 485 extern double2 __attribute__((const, overloadable)) 486 convert_double2(double2 v); 500 extern double2 __attribute__((const, overloadable)) 515 extern double2 __attribute__((const, overloadable)) 531 convert_long2(double2 v); 576 convert_ulong2(double2 v); 621 convert_float2(double2 v); 666 convert_char2(double2 v); 711 convert_uchar2(double2 v); 756 convert_short2(double2 v); [all …]
|
D | rs_allocation_data.rsh | 159 extern double2 __attribute__((overloadable)) 309 extern double2 __attribute__((overloadable)) 459 extern double2 __attribute__((overloadable)) 640 rsAllocationVStoreX_double2(rs_allocation a, double2 val, uint32_t x); 790 rsAllocationVStoreX_double2(rs_allocation a, double2 val, uint32_t x, uint32_t y); 940 rsAllocationVStoreX_double2(rs_allocation a, double2 val, uint32_t x, uint32_t y, uint32_t z); 1131 static inline double2 __attribute__((overloadable)) 1133 return ((double2 *)rsGetElementAt(a, x))[0]; 1411 static inline double2 __attribute__((overloadable)) 1413 return ((double2 *)rsGetElementAt(a, x, y))[0]; [all …]
|
D | rs_value_types.rsh | 36 * E.g. float4, int3, double2, ulong4. 283 * double2: Two 64 bit floats 288 typedef double __attribute__((ext_vector_type(2))) double2;
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rs | 105 double2 d2; 106 double2 d2i = {1, 2};
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | rsdebug_23.rs | 22 double2 double2Test = {2.05, 12.05};
|
D | vector.rs | 26 double2 d2 = { 1.0, 2.0 };
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | rsdebug_23.rs | 20 double2 double2Test = {2.05, 12.05};
|
D | vector.rs | 24 double2 d2 = { 1.0, 2.0 };
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | reduce_general_result.rs | 72 static void my_double2_accum(double2 *accum, double2 val) { } 73 static void my_double2_comb(double2 *accum, const double2 *other) { } constant 85 typedef double2 array_double2[7]; 86 static void my_array_double2_accum(array_double2 *accum, double2 val) { }
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | simple.rs | 40 double2 double2_global = {88.5f, -99.0f}; 102 double2 double2_local = {88.5f, -99.0f};
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
D | simple.rs | 40 double2 double2_global = {88.5f, -99.0f}; 102 double2 double2_local = {88.5f, -99.0f};
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | simple.rs | 40 double2 double2_global = {88.5f, -99.0f}; 102 double2 double2_local = {88.5f, -99.0f};
|
/frameworks/native/libs/math/include/math/ |
D | vec2.h | 110 typedef details::TVec2<double> double2; typedef
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rs | 5022 *(double2*)buf730 = convert_double2(*(double2*)buf731); 5025 *(double2*)buf736 = convert_double2(*(long2*)buf737); 5028 *(double2*)buf742 = convert_double2(*(ulong2*)buf743); 5031 *(long2*)buf748 = convert_long2(*(double2*)buf749); 5040 *(ulong2*)buf766 = convert_ulong2(*(double2*)buf767); 5049 *(float2*)buf784 = convert_float2(*(double2*)buf785); 5058 *(char2*)buf802 = convert_char2(*(double2*)buf803); 5067 *(uchar2*)buf820 = convert_uchar2(*(double2*)buf821); 5076 *(short2*)buf838 = convert_short2(*(double2*)buf839); 5085 *(ushort2*)buf856 = convert_ushort2(*(double2*)buf857); [all …]
|
/frameworks/rs/script_api/ |
D | rs_value_types.spec | 34 E.g. @float4, @int3, @double2, @ulong4.
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | vector.rs | 8 double2 d2 = { 1.0, 2.0 };
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | vector.rs | 8 double2 d2 = { 1.0, 2.0 };
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | vector.rs | 8 double2 d2 = { 1.0, 2.0 };
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | reduce_general_accumulator.rs | 101 static void my_double2_accum(double2 *accum, int val) { } 102 static void my_double2_comb(double2 *accum, const double2 *other) { } constant 103 static void my_double2_out(int *out, const double2 *accum) { } constant 117 typedef double2 array_double2[7];
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 4372 *(double2*)buf730 = convert_double2(*(double2*)buf731); 4375 *(double2*)buf736 = convert_double2(*(long2*)buf737); 4378 *(double2*)buf742 = convert_double2(*(ulong2*)buf743); 4381 *(long2*)buf748 = convert_long2(*(double2*)buf749); 4390 *(ulong2*)buf766 = convert_ulong2(*(double2*)buf767); 4399 *(float2*)buf784 = convert_float2(*(double2*)buf785); 4408 *(char2*)buf802 = convert_char2(*(double2*)buf803); 4417 *(uchar2*)buf820 = convert_uchar2(*(double2*)buf821); 4426 *(short2*)buf838 = convert_short2(*(double2*)buf839); 4435 *(ushort2*)buf856 = convert_ushort2(*(double2*)buf857); [all …]
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rs | 5092 *(double2*)buf730 = convert_double2(*(double2*)buf731); 5095 *(double2*)buf736 = convert_double2(*(long2*)buf737); 5098 *(double2*)buf742 = convert_double2(*(ulong2*)buf743); 5101 *(long2*)buf748 = convert_long2(*(double2*)buf749); 5110 *(ulong2*)buf766 = convert_ulong2(*(double2*)buf767); 5119 *(float2*)buf784 = convert_float2(*(double2*)buf785); 5128 *(char2*)buf802 = convert_char2(*(double2*)buf803); 5137 *(uchar2*)buf820 = convert_uchar2(*(double2*)buf821); 5146 *(short2*)buf838 = convert_short2(*(double2*)buf839); 5155 *(ushort2*)buf856 = convert_ushort2(*(double2*)buf857); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | reduce_general_input.rs | 354 static void my_double2_0_accum(int *accum, double2 in) { } 357 static void my_double2_1_accum(int *accum, double2 in, rs_kernel_context context) { } 360 static void my_double2_2_accum(int *accum, double2 in, uint x) { } 363 static void my_double2_3_accum(int *accum, double2 in, rs_kernel_context context, uint x) { } 366 static void my_double2_4_accum(int *accum, double2 in, uint y) { } 369 static void my_double2_5_accum(int *accum, double2 in, rs_kernel_context context, uint y) { } 372 static void my_double2_6_accum(int *accum, double2 in, uint x, uint y) { } 375 static void my_double2_7_accum(int *accum, double2 in, rs_kernel_context context, uint x, uint y) {… 378 static void my_double2_8_accum(int *accum, double2 in, uint z) { } 381 static void my_double2_9_accum(int *accum, double2 in, rs_kernel_context context, uint z) { } [all …]
|