Searched refs:vec4_2 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Dext_vector_components.c13 float4 vec4, vec4_2, *vec4p; local
29 vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
30 vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
31 vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
54 vec4_2.rgba = vec4.xyzw; // legal, no intermingling
56 vec4_2.rgbr = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate components)}}
57 vec4_2.rgbb = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate components)}}
58 vec4_2.rgga = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate components)}}
H A Dext_vector_casts.c18 float4 vec4, vec4_2; local
/external/clang/test/CodeGen/
H A Dext-vector.c21 float4 vec4, vec4_2; variable
312 vec4_2 = vec4.abgr + vec4;
321 vec4_2 = vec4_2.bbbb;
329 f = vec4_2.rg.r;
339 vec4_2 = vec16.sabcd;

Completed in 866 milliseconds