Searched refs:double4 (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/tests/typecheck/
H A Dkernels.rs109 double4 d4;
110 double4 d4i = {1, 2, 3, 4};
/frameworks/rs/scriptc/
H A Drs_convert.rsh495 extern double4 __attribute__((const, overloadable))
496 convert_double4(double4 v);
510 extern double4 __attribute__((const, overloadable))
525 extern double4 __attribute__((const, overloadable))
541 convert_long4(double4 v);
586 convert_ulong4(double4 v);
631 convert_float4(double4 v);
676 convert_char4(double4 v);
721 convert_uchar4(double4 v);
766 convert_short4(double4
[all...]
H A Drs_value_types.rsh299 * double4: Four 64 bit floats
304 typedef double __attribute__((ext_vector_type(4))) double4;
H A Drs_allocation_data.rsh169 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 *)rsGetElementA
[all...]
H A Drs_debug.rsh127 rsDebug(const char* message, double4 a);
/frameworks/rs/driver/runtime/
H A Drs_core.c279 PRIM_DEBUG(double4)
H A Drs_allocation.c350 ELEMENT_AT(double4)
491 VOP(double4)
H A Drs_cl.c1440 extern double4 __attribute__((overloadable)) min(double4 v1, double4 v2) {
1441 double4 r;
1518 extern double4 __attribute__((overloadable)) max(double4 v1, double4 v2) {
1519 double4 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp48 typedef double double4 __attribute__((ext_vector_type(4))); typedef
593 ELEMENT_AT(double4, RS_TYPE_FLOAT_64, 4)
1165 void rsDebug(const char *s, const double4 *d4) {
1166 double4 d = *d4;

Completed in 101 milliseconds