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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs105 double2 d2;
106 double2 d2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_convert.rsh485 extern double2 __attribute__((const, overloadable))
486 convert_double2(double2 v);
500 extern double2 __attribute__((const, overloadable))
515 extern double2 __attribute__((const, overloadable))
531 convert_long2(double2 v);
576 convert_ulong2(double2 v);
621 convert_float2(double2 v);
666 convert_char2(double2 v);
711 convert_uchar2(double2 v);
756 convert_short2(double2
[all...]
H A Drs_value_types.rsh36 * E.g. float4, int3, double2, ulong4.
283 * double2: Two 64 bit floats
288 typedef double __attribute__((ext_vector_type(2))) double2;
H A Drs_allocation_data.rsh159 extern double2 __attribute__((overloadable))
309 extern double2 __attribute__((overloadable))
459 extern double2 __attribute__((overloadable))
640 rsAllocationVStoreX_double2(rs_allocation a, double2 val, uint32_t x);
790 rsAllocationVStoreX_double2(rs_allocation a, double2 val, uint32_t x, uint32_t y);
940 rsAllocationVStoreX_double2(rs_allocation a, double2 val, uint32_t x, uint32_t y, uint32_t z);
1131 static inline double2 __attribute__((overloadable))
1133 return ((double2 *)rsGetElementAt(a, x))[0];
1411 static inline double2 __attribute__((overloadable))
1413 return ((double2 *)rsGetElementA
[all...]
H A Drs_debug.rsh117 rsDebug(const char* message, double2 a);
/frameworks/rs/api/
H A Drs_value_types.spec34 E.g. @float4, @int3, @double2, @ulong4.
281 type: double2
/frameworks/rs/driver/runtime/
H A Drs_core.c277 PRIM_DEBUG(double2)
H A Drs_allocation.c348 ELEMENT_AT(double2)
489 VOP(double2)
H A Drs_cl.c1425 extern double2 __attribute__((overloadable)) min(double2 v1, double2 v2) {
1426 double2 r;
1503 extern double2 __attribute__((overloadable)) max(double2 v1, double2 v2) {
1504 double2 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp46 typedef double double2 __attribute__((ext_vector_type(2))); typedef
591 ELEMENT_AT(double2, RS_TYPE_FLOAT_64, 2)
1155 void rsDebug(const char *s, const double2 *d2) {
1156 double2 d = *d2;

Completed in 910 milliseconds