Lines Matching refs:mat2x3
900 case mat2x3
902 desc "varying of type mat2x3"
905 input mat2x3 in0 = [ mat2x3(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25) ];
906 output mat2x3 out0 = [ mat2x3(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25) ];
911 out mediump mat2x3 var;
922 in mat2x3 var;
1563 case mat2x3
1565 desc "varying of type mat2x3 inside struct"
1568 input mat2x3 in0 = [ mat2x3(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25) ];
1569 output mat2x3 out0 = [ mat2x3(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25) ];
1574 struct S { mediump mat2x3 a; };
1586 struct S { mediump mat2x3 a; };