/external/deqp/data/gles3/shaders/ |
D | swizzle_math_operations.test | 948 output ivec4 out0 = [ ivec4(0, 0, -2, -2) | ivec4(3, 3, 2, 2) | ivec4(-3, -3, -2, -2) ]; 972 output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(3, 3, 3, 3) | ivec4(-3, -3, -3, -3) ]; 1260 output ivec4 out0 = [ ivec4(0, 2, 0, -2) | ivec4(3, 4, 3, 2) | ivec4(-3, -4, -3, -2) ]; 1284 output ivec4 out0 = [ ivec4(-2, 0, 0, -2) | ivec4(4, 3, 5, 6) | ivec4(-5, -3, -6, -8) ]; 1306 input ivec4 in0 = [ ivec4(-1, 1, -1, 1) | ivec4(1, 2, 3, 4) | ivec4(-1, -2, -4, -9) ]; 1307 input ivec4 in1 = [ ivec4(-1, 1, -1, 1) | ivec4(1, 2, 3, 4) | ivec4(-1, -2, -4, -9) ]; 1330 input ivec4 in0 = [ ivec4(-1, 1, -1, 1) | ivec4(1, 2, 3, 4) | ivec4(-1, -2, -4, -9) ]; 1331 input ivec4 in1 = [ ivec4(-1, 1, -1, 1) | ivec4(1, 2, 3, 4) | ivec4(-1, -2, -4, -9) ]; 1354 input ivec4 in0 = [ ivec4(-1, 1, -1, 1) | ivec4(1, 2, 3, 4) | ivec4(-1, -2, -4, -9) ]; 1355 input ivec4 in1 = [ ivec4(-1, 1, -1, 1) | ivec4(1, 2, 3, 4) | ivec4(-1, -2, -4, -9) ]; [all …]
|
D | swizzles.test | 2610 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, 0, 0) | ivec4(-32, 64, … 2633 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-2, -2, -2, -2) | ivec4(64, 64… 2771 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, 0, 0) | ivec4(-32, 64, … 2794 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-2, -2, -2, -2) | ivec4(64, 64… 2932 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, 0, 0) | ivec4(-32, 64, … 2955 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-2, -2, -2, -2) | ivec4(64, 64… 3231 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -2, 0) | ivec4(-32, 64,… 3254 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-4, -4, -4, -4) | ivec4(-51, -… 3530 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -2, 0) | ivec4(-32, 64,… 3553 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-4, -4, -4, -4) | ivec4(-51, -… [all …]
|
D | conversions.test | 519 …ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(2, 2, 2, 2) | ivec4(3, 3, 3, 3) | ive… 532 out0 = ivec4(in0); 735 …ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(2, 2, 2, 2) | ivec4(5, 5, 5, 5) | ive… 748 out0 = ivec4(in0); 951 …ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(2, 2, 2, 2) | ivec4(3, 3, 3, 3) | ivec4(8, 8, 8, 8) | ive… 964 out0 = ivec4(in0); 1167 output ivec4 out0 = [ ivec4(1, 1, 1, 1) | ivec4(0, 0, 0, 0) ]; 1180 out0 = ivec4(in0); 1914 …input ivec4 in0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -4, 9) | ivec4(-32, 64, -… 1938 …input ivec4 in0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -4, 9) | ivec4(-32, 64, -… [all …]
|
D | functions.test | 282 input ivec4 in0 = [ ivec4(-1, 0, 2, 2) | ivec4(1, 4, -8, 2) ]; 292 int func (ivec4 a) 2007 ivec4 func (ivec4 a) { return a.wwww; } 2012 out0 = func(func(func(func(ivec4(in0)).xyz).xy).x); 2066 ivec4 func (ivec4 a) { return a.wwww; } 2078 out0 = float(func(func(ivec4(func(func(func(vec4(0.5)).xyz).xy).xxxx)).xy).x); 2110 ivec4 func (ivec4 a) { return a.wwww; } 2127 out0 = float(func(func(ivec4(func(func(func(vec4(0.5)).xyz).xy).xxxx)).xy).x); 2275 input ivec4 in0 = [ ivec4(0, 1, 2, -4) | ivec4(-7, -11, 13, 19) ]; 2276 output ivec4 out0 = [ ivec4(0, -1, -2, 4) | ivec4(7, 11, -13, -19) ]; [all …]
|
D | linkage.test | 1241 case ivec4 1243 desc "varying of type ivec4" 1246 …input ivec4 in0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3,… 1247 …output ivec4 out0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3… 1252 flat out mediump ivec4 var; 1263 flat in ivec4 var; 1926 case ivec4 1928 desc "varying of type ivec4 inside struct" 1931 …input ivec4 in0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3,… 1932 …output ivec4 out0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3… [all …]
|
/external/deqp/data/gles2/shaders/ |
D | swizzles.test | 2383 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, 0, 0) | ivec4(-32, 64, … 2404 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-2, -2, -2, -2) | ivec4(64, 64… 2530 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, 0, 0) | ivec4(-32, 64, … 2551 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-2, -2, -2, -2) | ivec4(64, 64… 2677 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, 0, 0) | ivec4(-32, 64, … 2698 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-2, -2, -2, -2) | ivec4(64, 64… 2950 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -2, 0) | ivec4(-32, 64,… 2971 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-4, -4, -4, -4) | ivec4(-51, -… 3223 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -2, 0) | ivec4(-32, 64,… 3244 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-4, -4, -4, -4) | ivec4(-51, -… [all …]
|
D | conversions.test | 322 …ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(2, 2, 2, 2) | ivec4(3, 3, 3, 3) | ive… 334 out0 = ivec4(in0); 520 …ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(2, 2, 2, 2) | ivec4(5, 5, 5, 5) | ive… 532 out0 = ivec4(in0); 718 output ivec4 out0 = [ ivec4(1, 1, 1, 1) | ivec4(0, 0, 0, 0) ]; 730 out0 = ivec4(in0); 1139 …input ivec4 in0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -4, 9) | ivec4(-32, 64, -… 1161 …input ivec4 in0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -4, 9) | ivec4(-32, 64, -… 1183 …input ivec4 in0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -4, 9) | ivec4(-32, 64, -… 1498 ivec4 out0 = ivec4(in0); [all …]
|
D | functions.test | 261 input ivec4 in0 = [ ivec4(-1, 0, 2, 2) | ivec4(1, 4, -8, 2) ]; 270 int func (ivec4 a) 1445 ivec4 func (ivec4 a) { return a.wwww; } 1450 out0 = func(func(func(func(ivec4(in0)).xyz).xy).x); 1500 ivec4 func (ivec4 a) { return a.wwww; } 1512 out0 = float(func(func(ivec4(func(func(func(vec4(0.5)).xyz).xy).xxxx)).xy).x); 1542 ivec4 func (ivec4 a) { return a.wwww; } 1559 out0 = float(func(func(ivec4(func(func(func(vec4(0.5)).xyz).xy).xxxx)).xy).x); 1747 input ivec4 in0 = [ ivec4(0, 1, 2, -4) | ivec4(-7, -11, 13, 19) ]; 1748 output ivec4 out0 = [ ivec4(0, -1, -2, 4) | ivec4(7, 11, -13, -19) ]; [all …]
|
/external/clang/test/Sema/ |
D | ext_vector_casts.c | 19 int4 ivec4; in test() local 33 ivec4 = (int4)5.0f; in test() 34 ivec4 = (int4)5; in test() 35 ivec4 = (int4)vec4_3; in test() 37 …i = (int)ivec4; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 'in… in test() 38 …i = ivec4; // expected-error {{assigning to 'int' from incompatible type 'int4' (vector of 4 'int'… in test() 40 …ivec4 = (int4)ptr; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 … in test() 45 ivec4 *= 5; in test() 48 ivec4 %= 4; in test() 49 …ivec4 += vec4; // expected-error {{cannot convert between vector values of different size ('int4' … in test() [all …]
|
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
D | swizzles.test | 2723 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, 0, 0) | ivec4(-32, 64, … 2747 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-2, -2, -2, -2) | ivec4(64, 64… 2891 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, 0, 0) | ivec4(-32, 64, … 2915 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-2, -2, -2, -2) | ivec4(64, 64… 3059 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, 0, 0) | ivec4(-32, 64, … 3083 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-2, -2, -2, -2) | ivec4(64, 64… 3371 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -2, 0) | ivec4(-32, 64,… 3395 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-4, -4, -4, -4) | ivec4(-51, -… 3683 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -2, 0) | ivec4(-32, 64,… 3707 …output ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(-4, -4, -4, -4) | ivec4(-51, -… [all …]
|
D | conversions.test | 519 …ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(2, 2, 2, 2) | ivec4(3, 3, 3, 3) | ive… 532 out0 = ivec4(in0); 735 …ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(2, 2, 2, 2) | ivec4(5, 5, 5, 5) | ive… 748 out0 = ivec4(in0); 951 …ivec4 out0 = [ ivec4(0, 0, 0, 0) | ivec4(2, 2, 2, 2) | ivec4(3, 3, 3, 3) | ivec4(8, 8, 8, 8) | ive… 964 out0 = ivec4(in0); 1167 output ivec4 out0 = [ ivec4(1, 1, 1, 1) | ivec4(0, 0, 0, 0) ]; 1180 out0 = ivec4(in0); 1914 …input ivec4 in0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -4, 9) | ivec4(-32, 64, -… 1938 …input ivec4 in0 = [ ivec4(0, 0, 0, 0) | ivec4(1, 1, 1, 1) | ivec4(0, -2, -4, 9) | ivec4(-32, 64, -… [all …]
|
D | linkage.test | 770 case ivec4 772 desc "varying of type ivec4" 775 …input ivec4 in0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3,… 776 …output ivec4 out0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3… 781 layout(location = 0) flat out mediump ivec4 var; 792 layout(location = 0) flat in ivec4 var; 1455 case ivec4 1457 desc "varying of type ivec4 inside struct" 1460 …input ivec4 in0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3,… 1461 …output ivec4 out0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3… [all …]
|
D | functions.test | 282 input ivec4 in0 = [ ivec4(-1, 0, 2, 2) | ivec4(1, 4, -8, 2) ]; 292 int func (ivec4 a) 1988 ivec4 func (ivec4 a) { return a.wwww; } 1993 out0 = func(func(func(func(ivec4(in0)).xyz).xy).x); 2048 ivec4 func (ivec4 a) { return a.wwww; } 2060 out0 = float(func(func(ivec4(func(func(func(vec4(0.5)).xyz).xy).xxxx)).xy).x); 2092 ivec4 func (ivec4 a) { return a.wwww; } 2109 out0 = float(func(func(ivec4(func(func(func(vec4(0.5)).xyz).xy).xxxx)).xy).x); 2257 input ivec4 in0 = [ ivec4(0, 1, 2, -4) | ivec4(-7, -11, 13, 19) ]; 2258 output ivec4 out0 = [ ivec4(0, -1, -2, 4) | ivec4(7, 11, -13, -19) ]; [all …]
|
/external/deqp/data/gles31/shaders/ |
D | implicit_conversions.test | 411 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; 433 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; 745 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; 1189 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; 1211 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; 1655 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; 1677 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; 2125 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; 2147 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; 2459 input ivec4 in0 = [ ivec4(1, 2, 3, 4) | ivec4(2, 1, 2, 6) | ivec4(3, 7, 2, 5) ]; [all …]
|
D | linkage_tessellation_varying_types.test | 867 case ivec4 869 desc "varying of type ivec4" 873 …input ivec4 in0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3,… 874 …output ivec4 out0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3… 879 flat out mediump ivec4 vtx_var; 890 flat in mediump ivec4 vtx_var[]; 891 flat out mediump ivec4 tc_out[]; 901 flat in mediump ivec4 tc_out[]; 902 flat out mediump ivec4 te_out; 912 flat in ivec4 te_out;
|
D | linkage_geometry_varying_types.test | 755 case ivec4 757 desc "varying of type ivec4" 761 …input ivec4 in0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3,… 762 …output ivec4 out0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3… 767 flat out mediump ivec4 vtx_var; 778 flat in mediump ivec4 vtx_var[]; 779 flat out mediump ivec4 geo_var; 793 flat in ivec4 geo_var;
|
D | linkage_tessellation_geometry_varying_types.test | 1123 case ivec4 1125 desc "varying of type ivec4" 1130 …input ivec4 in0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3,… 1131 …output ivec4 out0 = [ ivec4(-1, 1, -2, 2) | ivec4(-25, 25, -3, 3) | ivec4(1, 1, 1, 1) | ivec4(2, 3… 1136 flat out mediump ivec4 vtx_var; 1147 flat in mediump ivec4 vtx_var[]; 1148 flat out mediump ivec4 tc_out[]; 1158 flat in mediump ivec4 tc_out[]; 1159 flat out mediump ivec4 te_out; 1169 flat in mediump ivec4 te_out[]; [all …]
|
D | linkage_tessellation_uniform_types.test | 838 case ivec4 840 desc "uniform of type ivec4" 844 uniform ivec4 val0 = [ ivec4(-1, 1, -2, 2) ]; 845 uniform ivec4 val1 = [ ivec4(2, 3, -2, 1) ]; 846 output ivec4 out0 = [ ivec4(3, 7, -6, 4) ]; 860 flat out mediump ivec4 tc_out[]; 870 flat in mediump ivec4 tc_out[]; 871 flat out mediump ivec4 te_out; 882 flat in ivec4 te_out;
|
D | linkage_geometry_uniform_types.test | 710 case ivec4 712 desc "uniform of type ivec4" 716 uniform ivec4 val = [ ivec4(-25, 25, -3, 3) ]; 717 output ivec4 out0 = [ ivec4(-25, 25, -3, 3) ]; 731 flat out mediump ivec4 geo_var; 746 flat in ivec4 geo_var;
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | minmax.i32.glsl | 13 out ivec4 o; 29 out ivec4 o;
|
D | bitfield_insert.glsl | 16 flat in ivec4 v; 17 out ivec4 o;
|
D | bitcount.glsl | 12 out ivec4 o;
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | packing.hpp | 344 GLM_FUNC_DECL uint32 packI3x10_1x2(ivec4 const & v); 355 GLM_FUNC_DECL ivec4 unpackI3x10_1x2(uint32 const & p);
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_vec.hpp | 435 typedef lowp_ivec4 ivec4; typedef 439 typedef mediump_ivec4 ivec4; typedef 454 typedef highp_ivec4 ivec4; typedef
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | SkinnedVertShader.vsh | 49 mediump ivec4 boneIndex = ivec4(inBoneIndex);
|