Searched refs:ulong3 (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs89 ulong3 ul3;
90 ulong3 ul3i = {1, 2, 3};
/frameworks/rs/scriptc/
H A Drs_debug.rsh256 rsDebug(const char *, ulong3);
H A Drs_allocation.rsh204 GET_ELEMENT_AT(ulong3)
339 SET_ELEMENT_AT(ulong3)
415 VOP(ulong3)
H A Drs_core_math.rsh1088 extern ulong3 __attribute__((const, overloadable))clamp(ulong3 value, ulong3 min_value, ulong3 max_value);
1400 extern ulong3 __attribute__((const, overloadable))clamp(ulong3 value, ulong min_value, ulong max_value);
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
[all...]
H A Drs_types.rsh300 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
/frameworks/rs/driver/runtime/
H A Drs_allocation.c273 ELEMENT_AT(ulong3)
292 SET_ELEMENT_AT_TYPE(ull3, ulong3)
388 VOP(ulong3)
H A Drs_core.c205 PRIM_DEBUG(ulong3)
H A Drs_cl.c1329 extern ulong3 __attribute__((overloadable)) min(ulong3 v1, ulong3 v2) {
1330 ulong3 r;
1407 extern ulong3 __attribute__((overloadable)) max(ulong3 v1, ulong3 v2) {
1408 ulong3 r;
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp60 typedef unsigned long long ulong3 __attribute__((ext_vector_type(3))); typedef
208 static void SC_debugUL3(const char *s, const ulong3 *ll) {
209 ALOGD("ulong3 %s {%llu, %llu, %llu} 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->x, ll->y, ll->z);
/frameworks/rs/driver/
H A 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) {
1913 void rsDebug(const char *s, const ulong3 *c) {
1949 SC_debugUL3(s, *(const ulong3 *)c);
1972 void rsDebug(const char *s, const ulong3 c) {

Completed in 1071 milliseconds