Lines Matching refs:mat2x4
931 case mat2x4
933 desc "varying of type mat2x4"
936 input mat2x4 in0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ];
937 output mat2x4 out0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ];
942 out mediump mat2x4 var;
953 in mat2x4 var;
1596 case mat2x4
1598 desc "varying of type mat2x4 inside struct"
1601 input mat2x4 in0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ];
1602 output mat2x4 out0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ];
1607 struct S { mediump mat2x4 a; };
1619 struct S { mediump mat2x4 a; };