Searched refs:vec4_2 (Results 1 – 3 of 3) sorted by relevance
13 float4 vec4, vec4_2, *vec4p; in test() local29 …vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()30 …vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()31 …vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()
16 float4 vec4, vec4_2; in test() local
21 float4 vec4, vec4_2; variable