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()54 vec4_2.rgba = vec4.xyzw; // legal, no intermingling in test()56 …vec4_2.rgbr = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate componen… in test()57 …vec4_2.rgbb = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate componen… in test()58 …vec4_2.rgga = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate componen… in test()
18 float4 vec4, vec4_2; in test() local
21 float4 vec4, vec4_2; variable312 vec4_2 = vec4.abgr + vec4; in test_rgba()321 vec4_2 = vec4_2.bbbb; in test_rgba()329 f = vec4_2.rg.r; in test_rgba()339 vec4_2 = vec16.sabcd; in test_rgba()