Lines Matching refs:float3
243 typedef float float3 __attribute__((vector_size (12))); typedef
245 struct v3f1 { float3 v[1]; };
246 struct v3f2 { float3 v[2]; };
247 struct v3f3 { float3 v[3]; };
248 struct v3f4 { float3 v[4]; };
249 struct v3f5 { float3 v[5]; };
250 struct v3f6 { float3 v[6]; };
251 struct v3f7 { float3 v[7]; };
252 struct v3f8 { float3 v[8]; };
253 struct v3f9 { float3 v[9]; };
255 struct v3fab { float3 a; float3 b; };
256 struct v3fabc { float3 a; float3 b; float3 c; };