Searched refs:ulong4 (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs91 ulong4 ul4;
92 ulong4 ul4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
H A Drs_convert.rsh526 convert_double4(ulong4 v);
571 convert_long4(ulong4 v);
585 extern ulong4 __attribute__((const, overloadable))
600 extern ulong4 __attribute__((const, overloadable))
615 extern ulong4 __attribute__((const, overloadable))
616 convert_ulong4(ulong4 v);
661 convert_float4(ulong4 v);
706 convert_char4(ulong4 v);
751 convert_uchar4(ulong4 v);
796 convert_short4(ulong4
[all...]
H A Drs_value_types.rsh36 * E.g. float4, int3, double2, ulong4.
395 * ulong4: Four 64 bit unsigned integers
400 typedef ulong __attribute__((ext_vector_type(4))) ulong4;
H A Drs_allocation_data.rsh289 extern ulong4 __attribute__((overloadable))
439 extern ulong4 __attribute__((overloadable))
589 extern ulong4 __attribute__((overloadable))
770 rsAllocationVStoreX_ulong4(rs_allocation a, ulong4 val, uint32_t x);
920 rsAllocationVStoreX_ulong4(rs_allocation a, ulong4 val, uint32_t x, uint32_t y);
1070 rsAllocationVStoreX_ulong4(rs_allocation a, ulong4 val, uint32_t x, uint32_t y, uint32_t z);
1369 static inline ulong4 __attribute__((overloadable))
1371 return ((ulong4 *)rsGetElementAt(a, x))[0];
1649 static inline ulong4 __attribute__((overloadable))
1651 return ((ulong4 *)rsGetElementA
[all...]
H A Drs_debug.rsh112 rsDebug(const char* message, ulong4 a);
H A Drs_math.rsh917 extern ulong4 __attribute__((const, overloadable))
918 clamp(ulong4 value, ulong4 min_value, ulong4 max_value);
1037 extern ulong4 __attribute__((const, overloadable))
1038 clamp(ulong4 value, ulong min_value, ulong max_value);
3081 extern ulong4 __attribute__((const, overloadable))
3082 max(ulong4 a, ulong4 b);
3542 extern ulong4 __attribute_
[all...]
/frameworks/rs/api/
H A Drs_value_types.spec34 E.g. @float4, @int3, @double2, @ulong4.
411 type: ulong4
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp72 typedef uint64_t ulong4 __attribute__((ext_vector_type(4))); typedef
581 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
640 ELEMENT_AT_OVERLOADS(ulong4, native_ulong4)
1357 void rsDebug(const char *s, const ulong4 *c) {
1358 ulong4 ll = *c;
1401 ulong4 ll = *(const ulong4 *)c;
1426 void rsDebug(const char *s, const ulong4 ll) {
/frameworks/rs/driver/runtime/
H A Drs_allocation.c338 ELEMENT_AT(ulong4)
361 SET_ELEMENT_AT_TYPE_IMPL(ull4, ulong4)
485 VOP(ulong4)
H A Drs_core.c273 PRIM_DEBUG(ulong4)
H A Drs_cl.c1490 extern ulong4 __attribute__((overloadable)) min(ulong4 v1, ulong4 v2) {
1491 ulong4 r;
1568 extern ulong4 __attribute__((overloadable)) max(ulong4 v1, ulong4 v2) {
1569 ulong4 r;

Completed in 1508 milliseconds