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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs107 double3 d3;
108 double3 d3i = {1, 2, 3};
/frameworks/rs/scriptc/
H A Drs_convert.rsh490 extern double3 __attribute__((const, overloadable))
491 convert_double3(double3 v);
505 extern double3 __attribute__((const, overloadable))
520 extern double3 __attribute__((const, overloadable))
536 convert_long3(double3 v);
581 convert_ulong3(double3 v);
626 convert_float3(double3 v);
671 convert_char3(double3 v);
716 convert_uchar3(double3 v);
761 convert_short3(double3
[all...]
H A Drs_value_types.rsh291 * double3: Three 64 bit floats
296 typedef double __attribute__((ext_vector_type(3))) double3;
H A Drs_allocation_data.rsh164 extern double3 __attribute__((overloadable))
314 extern double3 __attribute__((overloadable))
464 extern double3 __attribute__((overloadable))
645 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x);
795 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x, uint32_t y);
945 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x, uint32_t y, uint32_t z);
1138 static inline double3 __attribute__((overloadable))
1140 return ((double3 *)rsGetElementAt(a, x))[0];
1418 static inline double3 __attribute__((overloadable))
1420 return ((double3 *)rsGetElementA
[all...]
H A Drs_debug.rsh122 rsDebug(const char* message, double3 a);
/frameworks/rs/driver/runtime/
H A Drs_core.c278 PRIM_DEBUG(double3)
H A Drs_allocation.c349 ELEMENT_AT(double3)
490 VOP(double3)
H A Drs_cl.c1432 extern double3 __attribute__((overloadable)) min(double3 v1, double3 v2) {
1433 double3 r;
1510 extern double3 __attribute__((overloadable)) max(double3 v1, double3 v2) {
1511 double3 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp47 typedef double double3 __attribute__((ext_vector_type(3))); typedef
592 ELEMENT_AT(double3, RS_TYPE_FLOAT_64, 3)
1160 void rsDebug(const char *s, const double3 *d3) {
1161 double3 d = *d3;

Completed in 113 milliseconds