Home
last modified time | relevance | path

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

/frameworks/rs/tests/typecheck/
Dkernels.rs91 ulong4 ul4;
92 ulong4 ul4i = {1, 2, 3, 4};
/frameworks/rs/driver/runtime/
Drs_allocation.c274 ELEMENT_AT(ulong4)
293 SET_ELEMENT_AT_TYPE(ull4, ulong4) in SET_ELEMENT_AT_TYPE()
389 VOP(ulong4)
Drs_cl.c1336 extern ulong4 __attribute__((overloadable)) min(ulong4 v1, ulong4 v2) { in min()
1337 ulong4 r; in min()
1414 extern ulong4 __attribute__((overloadable)) max(ulong4 v1, ulong4 v2) { in max()
1415 ulong4 r; in max()
Drs_core.c206 PRIM_DEBUG(ulong4)
/frameworks/rs/scriptc/
Drs_allocation.rsh205 GET_ELEMENT_AT(ulong4)
340 SET_ELEMENT_AT(ulong4)
416 VOP(ulong4)
Drs_core_math.rsh1101 extern ulong4 __attribute__((const, overloadable))clamp(ulong4 value, ulong4 min_value, ulong4 max_…
1413 extern ulong4 __attribute__((const, overloadable))clamp(ulong4 value, ulong min_value, ulong max_va…
3029 * Component wise conversion from ulong4 to double4
3033 extern double4 __attribute__((const, overloadable))convert_double4(ulong4 v);
3110 * Component wise conversion from ulong4 to long4
3114 extern long4 __attribute__((const, overloadable))convert_long4(ulong4 v);
3137 * Component wise conversion from double4 to ulong4
3141 extern ulong4 __attribute__((const, overloadable))convert_ulong4(double4 v);
3164 * Component wise conversion from long4 to ulong4
3168 extern ulong4 __attribute__((const, overloadable))convert_ulong4(long4 v);
[all …]
Drs_debug.rsh261 rsDebug(const char *, ulong4);
Drs_types.rsh305 typedef ulong ulong4 __attribute__((ext_vector_type(4)));
/frameworks/rs/cpu_ref/
DrsCpuRuntimeStubs.cpp61 typedef unsigned long long ulong4 __attribute__((ext_vector_type(4))); typedef
211 static void SC_debugUL4(const char *s, const ulong4 *ll) { in SC_debugUL4()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dvector.rs42 ulong4 u64_4 = { 1, 2, 3, 4 };
Dapitest.rs61 volatile ulong4 ul4;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dvector.rs42 ulong4 u64_4 = { 1, 2, 3, 4 };
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dvector.rs42 ulong4 u64_4 = { 1, 2, 3, 4 };
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dvector.rs42 ulong4 u64_4 = { 1, 2, 3, 4 };
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp66 typedef uint64_t ulong4 __attribute__((ext_vector_type(4))); typedef
931 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
1732 static void SC_debugUL4(const char *s, ulong4 ll) { in SC_debugUL4()
1917 void rsDebug(const char *s, const ulong4 *c) { in rsDebug()
1953 SC_debugUL4(s, *(const ulong4 *)c); in rsDebug()
1976 void rsDebug(const char *s, const ulong4 c) { in rsDebug()
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs63 static volatile ulong4 prefix##_ul_4 = 1; \
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll510 !52 = metadata !{metadata !"ulong4", metadata !15}
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll521 !52 = metadata !{metadata !"ulong4", metadata !15}