/frameworks/rs/script_api/include/ |
D | rs_convert.rsh | 511 convert_double4(long4 v); 540 extern long4 __attribute__((const, overloadable)) 555 extern long4 __attribute__((const, overloadable)) 556 convert_long4(long4 v); 570 extern long4 __attribute__((const, overloadable)) 601 convert_ulong4(long4 v); 646 convert_float4(long4 v); 691 convert_char4(long4 v); 736 convert_uchar4(long4 v); 781 convert_short4(long4 v); [all …]
|
D | rs_allocation_data.rsh | 274 extern long4 __attribute__((overloadable)) 424 extern long4 __attribute__((overloadable)) 574 extern long4 __attribute__((overloadable)) 755 rsAllocationVStoreX_long4(rs_allocation a, long4 val, uint32_t x); 905 rsAllocationVStoreX_long4(rs_allocation a, long4 val, uint32_t x, uint32_t y); 1055 rsAllocationVStoreX_long4(rs_allocation a, long4 val, uint32_t x, uint32_t y, uint32_t z); 1341 static inline long4 __attribute__((overloadable)) 1343 return ((long4 *)rsGetElementAt(a, x))[0]; 1621 static inline long4 __attribute__((overloadable)) 1623 return ((long4 *)rsGetElementAt(a, x, y))[0]; [all …]
|
D | rs_value_types.rsh | 491 * long4: Four 64 bit signed integers 496 typedef long __attribute__((ext_vector_type(4))) long4;
|
D | rs_debug.rsh | 97 rsDebug(const char* message, long4 a);
|
D | rs_math.rsh | 897 extern long4 __attribute__((const, overloadable)) 898 clamp(long4 value, long4 min_value, long4 max_value); 1022 extern long4 __attribute__((const, overloadable)) 1023 clamp(long4 value, long min_value, long max_value); 3061 extern long4 __attribute__((const, overloadable)) 3062 max(long4 a, long4 b); 3522 extern long4 __attribute__((const, overloadable)) 3523 min(long4 a, long4 b);
|
/frameworks/rs/tests/cpp_api/typecheck/ |
D | kernels.rscript | 82 long4 l4; 83 long4 l4i = {1, 2, 3, 4};
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | reduce_general_result.rscript | 184 static void my_long4_accum(long4 *accum, long4 val) { } 185 static void my_long4_comb(long4 *accum, const long4 *other) { } 198 typedef long4 array_long4[7]; 199 static void my_array_long4_accum(array_long4 *accum, long4 val) { }
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rscript | 4172 *(long4*)buf272 = clamp(*(long4*)buf273, *(long4*)buf274, *(long4*)buf275); 4197 *(long4*)buf372 = clamp(*(long4*)buf373, *(long*)buf374, *(long*)buf375); 4377 *(double4*)buf740 = convert_double4(*(long4*)buf741); 4383 *(long4*)buf752 = convert_long4(*(double4*)buf753); 4386 *(long4*)buf758 = convert_long4(*(long4*)buf759); 4389 *(long4*)buf764 = convert_long4(*(ulong4*)buf765); 4395 *(ulong4*)buf776 = convert_ulong4(*(long4*)buf777); 4404 *(float4*)buf794 = convert_float4(*(long4*)buf795); 4413 *(char4*)buf812 = convert_char4(*(long4*)buf813); 4422 *(uchar4*)buf830 = convert_uchar4(*(long4*)buf831); [all …]
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rscript | 4892 *(long4*)buf272 = clamp(*(long4*)buf273, *(long4*)buf274, *(long4*)buf275); 4917 *(long4*)buf372 = clamp(*(long4*)buf373, *(long*)buf374, *(long*)buf375); 5097 *(double4*)buf740 = convert_double4(*(long4*)buf741); 5103 *(long4*)buf752 = convert_long4(*(double4*)buf753); 5106 *(long4*)buf758 = convert_long4(*(long4*)buf759); 5109 *(long4*)buf764 = convert_long4(*(ulong4*)buf765); 5115 *(ulong4*)buf776 = convert_ulong4(*(long4*)buf777); 5124 *(float4*)buf794 = convert_float4(*(long4*)buf795); 5133 *(char4*)buf812 = convert_char4(*(long4*)buf813); 5142 *(uchar4*)buf830 = convert_uchar4(*(long4*)buf831); [all …]
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rscript | 4822 *(long4*)buf272 = clamp(*(long4*)buf273, *(long4*)buf274, *(long4*)buf275); 4847 *(long4*)buf372 = clamp(*(long4*)buf373, *(long*)buf374, *(long*)buf375); 5027 *(double4*)buf740 = convert_double4(*(long4*)buf741); 5033 *(long4*)buf752 = convert_long4(*(double4*)buf753); 5036 *(long4*)buf758 = convert_long4(*(long4*)buf759); 5039 *(long4*)buf764 = convert_long4(*(ulong4*)buf765); 5045 *(ulong4*)buf776 = convert_ulong4(*(long4*)buf777); 5054 *(float4*)buf794 = convert_float4(*(long4*)buf795); 5063 *(char4*)buf812 = convert_char4(*(long4*)buf813); 5072 *(uchar4*)buf830 = convert_uchar4(*(long4*)buf831); [all …]
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 86 typedef int64_t long4 __attribute__((ext_vector_type(4))); typedef 624 ELEMENT_AT(long4, RS_TYPE_SIGNED_64, 4) 684 ELEMENT_AT_OVERLOADS(long4, native_long4) in ELEMENT_AT_OVERLOADS() 1394 void rsDebug(const char *s, const long4 *c) { 1395 long4 ll = *c; 1447 long4 ll = *(const long4 *)c; 1475 void rsDebug(const char *s, const long4 ll) {
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicInlines.h | 46 typedef long long4 __attribute__((ext_vector_type(4))); typedef
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 6636 *(long4*)buf384 = clamp(*(long4*)buf385, *(long4*)buf386, *(long4*)buf387); 6661 *(long4*)buf484 = clamp(*(long4*)buf485, *(long*)buf486, *(long*)buf487); 6848 *(double4*)buf880 = convert_double4(*(long4*)buf881); 6854 *(long4*)buf892 = convert_long4(*(double4*)buf893); 6857 *(long4*)buf898 = convert_long4(*(long4*)buf899); 6860 *(long4*)buf904 = convert_long4(*(ulong4*)buf905); 6866 *(ulong4*)buf916 = convert_ulong4(*(long4*)buf917); 6875 *(float4*)buf934 = convert_float4(*(long4*)buf935); 6884 *(char4*)buf952 = convert_char4(*(long4*)buf953); 6893 *(uchar4*)buf970 = convert_uchar4(*(long4*)buf971); [all …]
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | vector.rscript | 38 long4 i64_4 = { 1, 2, 3, 4 };
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | vector.rscript | 38 long4 i64_4 = { 1, 2, 3, 4 };
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | vector.rscript | 38 long4 i64_4 = { 1, 2, 3, 4 };
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | vector.rscript | 54 long4 i64_4 = { 1, 2, 3, 4 };
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | vector.rscript | 56 long4 i64_4 = { 1, 2, 3, 4 };
|
/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | reduce_general_accumulator.rscript | 238 static void my_long4_accum(long4 *accum, int val) { } 239 static void my_long4_comb(long4 *accum, const long4 *other) { } 240 static void my_long4_out(int *out, const long4 *accum) { } 255 typedef long4 array_long4[7];
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | reduce_general_input.rscript | 978 static void my_long4_0_accum(int *accum, long4 in) { } 981 static void my_long4_1_accum(int *accum, long4 in, rs_kernel_context context) { } 984 static void my_long4_2_accum(int *accum, long4 in, uint x) { } 987 static void my_long4_3_accum(int *accum, long4 in, rs_kernel_context context, uint x) { } 990 static void my_long4_4_accum(int *accum, long4 in, uint y) { } 993 static void my_long4_5_accum(int *accum, long4 in, rs_kernel_context context, uint y) { } 996 static void my_long4_6_accum(int *accum, long4 in, uint x, uint y) { } 999 static void my_long4_7_accum(int *accum, long4 in, rs_kernel_context context, uint x, uint y) { } 1002 static void my_long4_8_accum(int *accum, long4 in, uint z) { } 1005 static void my_long4_9_accum(int *accum, long4 in, rs_kernel_context context, uint z) { } [all …]
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 271 ELEMENT_AT(long4) 396 VOP(long4)
|
D | rs_cl.c | 1468 extern long4 __attribute__((overloadable)) min(long4 v1, long4 v2) { in min() 1469 long4 r; in min() 1546 extern long4 __attribute__((overloadable)) max(long4 v1, long4 v2) { in max() 1547 long4 r; in max()
|
D | rs_core.c | 270 PRIM_DEBUG(long4)
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rscript | 3528 *(long4*)buf272 = clamp(*(long4*)buf273, *(long4*)buf274, *(long4*)buf275); 3553 *(long4*)buf372 = clamp(*(long4*)buf373, *(long*)buf374, *(long*)buf375); 4111 rsDebug((const char*) buf1719, *(long4*)buf1720); 4199 *(long4*)buf1961 = rsGetElementAt_long4(*(rs_allocation*)buf1962, *(uint32_t*)buf1963); 4239 …*(long4*)buf2116 = rsGetElementAt_long4(*(rs_allocation*)buf2117, *(uint32_t*)buf2118, *(uint32_t*… 4279 …*(long4*)buf2311 = rsGetElementAt_long4(*(rs_allocation*)buf2312, *(uint32_t*)buf2313, *(uint32_t*… 4415 rsSetElementAt_long4(*(rs_allocation*)buf2716, *(long4*)buf2717, *(uint32_t*)buf2718); 4455 …rsSetElementAt_long4(*(rs_allocation*)buf2871, *(long4*)buf2872, *(uint32_t*)buf2873, *(uint32_t*)… 4495 …rsSetElementAt_long4(*(rs_allocation*)buf3066, *(long4*)buf3067, *(uint32_t*)buf3068, *(uint32_t*)…
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rscript | 3509 *(long4*)buf272 = clamp(*(long4*)buf273, *(long4*)buf274, *(long4*)buf275); 3534 *(long4*)buf372 = clamp(*(long4*)buf373, *(long*)buf374, *(long*)buf375); 4085 rsDebug((const char*) buf1700, *(long4*)buf1701); 4173 *(long4*)buf1942 = rsGetElementAt_long4(*(rs_allocation*)buf1943, *(uint32_t*)buf1944); 4213 …*(long4*)buf2097 = rsGetElementAt_long4(*(rs_allocation*)buf2098, *(uint32_t*)buf2099, *(uint32_t*… 4253 …*(long4*)buf2292 = rsGetElementAt_long4(*(rs_allocation*)buf2293, *(uint32_t*)buf2294, *(uint32_t*… 4389 rsSetElementAt_long4(*(rs_allocation*)buf2697, *(long4*)buf2698, *(uint32_t*)buf2699); 4429 …rsSetElementAt_long4(*(rs_allocation*)buf2852, *(long4*)buf2853, *(uint32_t*)buf2854, *(uint32_t*)… 4469 …rsSetElementAt_long4(*(rs_allocation*)buf3047, *(long4*)buf3048, *(uint32_t*)buf3049, *(uint32_t*)…
|