Searched refs:vec2_2 (Results 1 – 2 of 2) sorted by relevance
11 float2 vec2, vec2_2; in test() local33 …vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}} in test()34 vec2.yx = vec2_2.xy; in test()
20 float2 vec2, vec2_2; variable