Lines Matching refs:mat3x2
962 case mat3x2
964 desc "varying of type mat3x2"
967 input mat3x2 in0 = [ mat3x2(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25) ];
968 output mat3x2 out0 = [ mat3x2(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25) ];
973 out mediump mat3x2 var;
984 in mat3x2 var;
1629 case mat3x2
1631 desc "varying of type mat3x2 inside struct"
1634 input mat3x2 in0 = [ mat3x2(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25) ];
1635 output mat3x2 out0 = [ mat3x2(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25) ];
1640 struct S { mediump mat3x2 a; };
1652 struct S { mediump mat3x2 a; };