Searched defs:float3 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h24 typedef float float3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp44 typedef float float3 __attribute__((ext_vector_type(3))); typedef
588 ELEMENT_AT(float3, RS_TYPE_FLOAT_32, 3)
1114 void rsDebug(const char *s, const float3 *f3) {
1115 float3 f = *f3;
1137 void rsDebug(const char *s, const float3 *f3, const ushort3 *us3) {
1138 float3 f = *f3;

Completed in 273 milliseconds