Lines Matching refs:double4
169 extern double4 __attribute__((overloadable))
319 extern double4 __attribute__((overloadable))
469 extern double4 __attribute__((overloadable))
650 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x);
800 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y);
950 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y, uint32_t z);
1145 static inline double4 __attribute__((overloadable))
1147 return ((double4 *)rsGetElementAt(a, x))[0];
1425 static inline double4 __attribute__((overloadable))
1427 return ((double4 *)rsGetElementAt(a, x, y))[0];
1705 static inline double4 __attribute__((overloadable))
1707 return ((double4 *)rsGetElementAt(a, x, y, z))[0];
1971 extern double4 __attribute__((overloadable))
2171 extern double4 __attribute__((overloadable))
2371 extern double4 __attribute__((overloadable))
2742 rsSetElementAt_double4(rs_allocation a, double4 val, uint32_t x);
2942 rsSetElementAt_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y);
3142 rsSetElementAt_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y, uint32_t z);