Lines Matching refs:mat4x2
1055 case mat4x2
1057 desc "varying of type mat4x2"
1060 input mat4x2 in0 = [ mat4x2(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ];
1061 output mat4x2 out0 = [ mat4x2(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ];
1066 out mediump mat4x2 var;
1077 in mat4x2 var;
1728 case mat4x2
1730 desc "varying of type mat4x2 inside struct"
1733 input mat4x2 in0 = [ mat4x2(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ];
1734 output mat4x2 out0 = [ mat4x2(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ];
1739 struct S { mediump mat4x2 a; };
1751 struct S { mediump mat4x2 a; };