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_convert.rsh521 convert_double3(ulong3 v);
566 convert_long3(ulong3 v);
580 extern ulong3 __attribute__((const, overloadable))
595 extern ulong3 __attribute__((const, overloadable))
610 extern ulong3 __attribute__((const, overloadable))
611 convert_ulong3(ulong3 v);
656 convert_float3(ulong3 v);
701 convert_char3(ulong3 v);
746 convert_uchar3(ulong3 v);
791 convert_short3(ulong3
[all...]
H A Drs_value_types.rsh387 * ulong3: Three 64 bit unsigned integers
392 typedef ulong __attribute__((ext_vector_type(3))) ulong3;
H A Drs_allocation_data.rsh284 extern ulong3 __attribute__((overloadable))
434 extern ulong3 __attribute__((overloadable))
584 extern ulong3 __attribute__((overloadable))
765 rsAllocationVStoreX_ulong3(rs_allocation a, ulong3 val, uint32_t x);
915 rsAllocationVStoreX_ulong3(rs_allocation a, ulong3 val, uint32_t x, uint32_t y);
1065 rsAllocationVStoreX_ulong3(rs_allocation a, ulong3 val, uint32_t x, uint32_t y, uint32_t z);
1362 static inline ulong3 __attribute__((overloadable))
1364 return ((ulong3 *)rsGetElementAt(a, x))[0];
1642 static inline ulong3 __attribute__((overloadable))
1644 return ((ulong3 *)rsGetElementA
[all...]
H A Drs_debug.rsh107 rsDebug(const char* message, ulong3 a);
H A Drs_math.rsh912 extern ulong3 __attribute__((const, overloadable))
913 clamp(ulong3 value, ulong3 min_value, ulong3 max_value);
1032 extern ulong3 __attribute__((const, overloadable))
1033 clamp(ulong3 value, ulong min_value, ulong max_value);
3076 extern ulong3 __attribute__((const, overloadable))
3077 max(ulong3 a, ulong3 b);
3537 extern ulong3 __attribute_
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp71 typedef uint64_t ulong3 __attribute__((ext_vector_type(3))); typedef
580 ELEMENT_AT(ulong3, RS_TYPE_UNSIGNED_64, 3)
639 ELEMENT_AT_OVERLOADS(ulong3, native_ulong3)
1352 void rsDebug(const char *s, const ulong3 *c) {
1353 ulong3 ll = *c;
1396 ulong3 ll = *(const ulong3 *)c;
1422 void rsDebug(const char *s, const ulong3 ll) {
/frameworks/rs/driver/runtime/
H A Drs_allocation.c337 ELEMENT_AT(ulong3)
360 SET_ELEMENT_AT_TYPE_IMPL(ull3, ulong3)
484 VOP(ulong3)
H A Drs_core.c272 PRIM_DEBUG(ulong3)
H A Drs_cl.c1483 extern ulong3 __attribute__((overloadable)) min(ulong3 v1, ulong3 v2) {
1484 ulong3 r;
1561 extern ulong3 __attribute__((overloadable)) max(ulong3 v1, ulong3 v2) {
1562 ulong3 r;

Completed in 1942 milliseconds