Home
last modified time | relevance | path

Searched refs:ulong2 (Results 1 – 18 of 18) sorted by relevance

/frameworks/rs/tests/typecheck/
Dkernels.rs87 ulong2 ul2;
88 ulong2 ul2i = {1, 2};
/frameworks/rs/driver/runtime/
Drs_allocation.c272 ELEMENT_AT(ulong2)
291 SET_ELEMENT_AT_TYPE(ull2, ulong2) in SET_ELEMENT_AT_TYPE()
387 VOP(ulong2)
Drs_cl.c1323 extern ulong2 __attribute__((overloadable)) min(ulong2 v1, ulong2 v2) { in min()
1324 ulong2 r; in min()
1401 extern ulong2 __attribute__((overloadable)) max(ulong2 v1, ulong2 v2) { in max()
1402 ulong2 r; in max()
Drs_core.c204 PRIM_DEBUG(ulong2)
/frameworks/rs/scriptc/
Drs_allocation.rsh203 GET_ELEMENT_AT(ulong2)
338 SET_ELEMENT_AT(ulong2)
414 VOP(ulong2)
Drs_core_math.rsh1075 extern ulong2 __attribute__((const, overloadable))clamp(ulong2 value, ulong2 min_value, ulong2 max_…
1387 extern ulong2 __attribute__((const, overloadable))clamp(ulong2 value, ulong min_value, ulong max_va…
3011 * Component wise conversion from ulong2 to double2
3015 extern double2 __attribute__((const, overloadable))convert_double2(ulong2 v);
3092 * Component wise conversion from ulong2 to long2
3096 extern long2 __attribute__((const, overloadable))convert_long2(ulong2 v);
3119 * Component wise conversion from double2 to ulong2
3123 extern ulong2 __attribute__((const, overloadable))convert_ulong2(double2 v);
3146 * Component wise conversion from long2 to ulong2
3150 extern ulong2 __attribute__((const, overloadable))convert_ulong2(long2 v);
[all …]
Drs_debug.rsh251 rsDebug(const char *, ulong2);
Drs_types.rsh295 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp59 typedef unsigned long long ulong2 __attribute__((ext_vector_type(2))); typedef
205 static void SC_debugUL2(const char *s, const ulong2 *ll) { in SC_debugUL2()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs40 ulong2 u64_2 = { 1, 2 };
Dapitest.rs59 volatile ulong2 ul2;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs40 ulong2 u64_2 = { 1, 2 };
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs40 ulong2 u64_2 = { 1, 2 };
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs40 ulong2 u64_2 = { 1, 2 };
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp64 typedef uint64_t ulong2 __attribute__((ext_vector_type(2))); typedef
929 ELEMENT_AT(ulong2, RS_TYPE_UNSIGNED_64, 2)
1726 static void SC_debugUL2(const char *s, ulong2 ll) { in SC_debugUL2()
1909 void rsDebug(const char *s, const ulong2 *c) { in rsDebug()
1945 SC_debugUL2(s, *(const ulong2 *)c); in rsDebug()
1968 void rsDebug(const char *s, const ulong2 c) { in rsDebug()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs61 static volatile ulong2 prefix##_ul_2 = 1; \
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll477 !50 = metadata !{metadata !"ulong2", metadata !15}
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll487 !50 = metadata !{metadata !"ulong2", metadata !15}