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

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp36 typedef double double3 __attribute__((ext_vector_type(3))); typedef
96 static void SC_debugD3(const char *s, const double3 *f) {
97 ALOGD("double3 %s {%f, %f, %f}", s, f->x, f->y, f->z);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp41 typedef double double3 __attribute__((ext_vector_type(3))); typedef
938 ELEMENT_AT(double3, RS_TYPE_FLOAT_64, 3)
/frameworks/rs/driver/runtime/
H A Drs_allocation.c281 ELEMENT_AT(double3)
394 VOP(double3)
H A Drs_cl.c1278 extern double3 __attribute__((overloadable)) min(double3 v1, double3 v2) {
1279 double3 r;
1356 extern double3 __attribute__((overloadable)) max(double3 v1, double3 v2) {
1357 double3 r;
H A Drs_core.c211 PRIM_DEBUG(double3)
/frameworks/rs/scriptc/
H A Drs_allocation.rsh212 GET_ELEMENT_AT(double3)
347 SET_ELEMENT_AT(double3)
421 VOP(double3)
H A Drs_core_math.rsh2966 * Component wise conversion from double3 to double3
2970 extern double3 __attribute__((const, overloadable))convert_double3(double3 v);
2993 * Component wise conversion from long3 to double3
2997 extern double3 __attribute__((const, overloadable))convert_double3(long3 v);
3020 * Component wise conversion from ulong3 to double3
3024 extern double3 __attribute__((const, overloadable))convert_double3(ulong3 v);
3047 * Component wise conversion from double3 to long3
3051 extern long3 __attribute__((const, overloadable))convert_long3(double3
[all...]
H A Drs_types.rsh236 typedef double double3 __attribute__((ext_vector_type(3)));
/frameworks/rs/tests/typecheck/
H A Dkernels.rs107 double3 d3;
108 double3 d3i = {1, 2, 3};

Completed in 732 milliseconds