Home
last modified time | relevance | path

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

/frameworks/rs/tests/typecheck/
Dkernels.rs89 ulong3 ul3;
90 ulong3 ul3i = {1, 2, 3};
/frameworks/rs/driver/runtime/
Drs_allocation.c273 ELEMENT_AT(ulong3)
292 SET_ELEMENT_AT_TYPE(ull3, ulong3) in SET_ELEMENT_AT_TYPE()
388 VOP(ulong3)
Drs_cl.c1329 extern ulong3 __attribute__((overloadable)) min(ulong3 v1, ulong3 v2) { in min()
1330 ulong3 r; in min()
1407 extern ulong3 __attribute__((overloadable)) max(ulong3 v1, ulong3 v2) { in max()
1408 ulong3 r; in max()
Drs_core.c205 PRIM_DEBUG(ulong3)
/frameworks/rs/scriptc/
Drs_allocation.rsh204 GET_ELEMENT_AT(ulong3)
339 SET_ELEMENT_AT(ulong3)
415 VOP(ulong3)
Drs_core_math.rsh1088 extern ulong3 __attribute__((const, overloadable))clamp(ulong3 value, ulong3 min_value, ulong3 max_…
1400 extern ulong3 __attribute__((const, overloadable))clamp(ulong3 value, ulong min_value, ulong max_va…
3020 * Component wise conversion from ulong3 to double3
3024 extern double3 __attribute__((const, overloadable))convert_double3(ulong3 v);
3101 * Component wise conversion from ulong3 to long3
3105 extern long3 __attribute__((const, overloadable))convert_long3(ulong3 v);
3128 * Component wise conversion from double3 to ulong3
3132 extern ulong3 __attribute__((const, overloadable))convert_ulong3(double3 v);
3155 * Component wise conversion from long3 to ulong3
3159 extern ulong3 __attribute__((const, overloadable))convert_ulong3(long3 v);
[all …]
Drs_debug.rsh256 rsDebug(const char *, ulong3);
Drs_types.rsh300 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp60 typedef unsigned long long ulong3 __attribute__((ext_vector_type(3))); typedef
208 static void SC_debugUL3(const char *s, const ulong3 *ll) { in SC_debugUL3()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs41 ulong3 u64_3 = { 1, 2, 3 };
Dapitest.rs60 volatile ulong3 ul3;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs41 ulong3 u64_3 = { 1, 2, 3 };
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs41 ulong3 u64_3 = { 1, 2, 3 };
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs41 ulong3 u64_3 = { 1, 2, 3 };
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp65 typedef uint64_t ulong3 __attribute__((ext_vector_type(3))); typedef
930 ELEMENT_AT(ulong3, RS_TYPE_UNSIGNED_64, 3)
1729 static void SC_debugUL3(const char *s, ulong3 ll) { in SC_debugUL3()
1913 void rsDebug(const char *s, const ulong3 *c) { in rsDebug()
1949 SC_debugUL3(s, *(const ulong3 *)c); in rsDebug()
1972 void rsDebug(const char *s, const ulong3 c) { in rsDebug()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs62 static volatile ulong3 prefix##_ul_3 = 1; \
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll492 !51 = metadata !{metadata !"ulong3", metadata !15}
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll502 !51 = metadata !{metadata !"ulong3", metadata !15}