xref: /aosp_15_r20/external/skia/tests/sksl/errors/ComparisonDimensional.glsl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Worker### Compilation failed:
2*c8dee2aaSAndroid Build Coastguard Worker
3*c8dee2aaSAndroid Build Coastguard Workererror: 5: type mismatch: '==' cannot operate on 'float2', 'float'
4*c8dee2aaSAndroid Build Coastguard Worker    return v == f || v == m || m == f ||
5*c8dee2aaSAndroid Build Coastguard Worker           ^^^^^^
6*c8dee2aaSAndroid Build Coastguard Workererror: 5: type mismatch: '==' cannot operate on 'float2', 'float2x2'
7*c8dee2aaSAndroid Build Coastguard Worker    return v == f || v == m || m == f ||
8*c8dee2aaSAndroid Build Coastguard Worker                     ^^^^^^
9*c8dee2aaSAndroid Build Coastguard Workererror: 5: type mismatch: '==' cannot operate on 'float2x2', 'float'
10*c8dee2aaSAndroid Build Coastguard Worker    return v == f || v == m || m == f ||
11*c8dee2aaSAndroid Build Coastguard Worker                               ^^^^^^
12*c8dee2aaSAndroid Build Coastguard Workererror: 6: type mismatch: '==' cannot operate on 'float', 'float2'
13*c8dee2aaSAndroid Build Coastguard Worker           f == v || m == v || f == m ||
14*c8dee2aaSAndroid Build Coastguard Worker           ^^^^^^
15*c8dee2aaSAndroid Build Coastguard Workererror: 6: type mismatch: '==' cannot operate on 'float2x2', 'float2'
16*c8dee2aaSAndroid Build Coastguard Worker           f == v || m == v || f == m ||
17*c8dee2aaSAndroid Build Coastguard Worker                     ^^^^^^
18*c8dee2aaSAndroid Build Coastguard Workererror: 6: type mismatch: '==' cannot operate on 'float', 'float2x2'
19*c8dee2aaSAndroid Build Coastguard Worker           f == v || m == v || f == m ||
20*c8dee2aaSAndroid Build Coastguard Worker                               ^^^^^^
21*c8dee2aaSAndroid Build Coastguard Workererror: 7: type mismatch: '!=' cannot operate on 'float2', 'float'
22*c8dee2aaSAndroid Build Coastguard Worker           v != f || v != m || m != f ||
23*c8dee2aaSAndroid Build Coastguard Worker           ^^^^^^
24*c8dee2aaSAndroid Build Coastguard Workererror: 7: type mismatch: '!=' cannot operate on 'float2', 'float2x2'
25*c8dee2aaSAndroid Build Coastguard Worker           v != f || v != m || m != f ||
26*c8dee2aaSAndroid Build Coastguard Worker                     ^^^^^^
27*c8dee2aaSAndroid Build Coastguard Workererror: 7: type mismatch: '!=' cannot operate on 'float2x2', 'float'
28*c8dee2aaSAndroid Build Coastguard Worker           v != f || v != m || m != f ||
29*c8dee2aaSAndroid Build Coastguard Worker                               ^^^^^^
30*c8dee2aaSAndroid Build Coastguard Workererror: 8: type mismatch: '!=' cannot operate on 'float', 'float2'
31*c8dee2aaSAndroid Build Coastguard Worker           f != v || m != v || f != m ;
32*c8dee2aaSAndroid Build Coastguard Worker           ^^^^^^
33*c8dee2aaSAndroid Build Coastguard Workererror: 8: type mismatch: '!=' cannot operate on 'float2x2', 'float2'
34*c8dee2aaSAndroid Build Coastguard Worker           f != v || m != v || f != m ;
35*c8dee2aaSAndroid Build Coastguard Worker                     ^^^^^^
36*c8dee2aaSAndroid Build Coastguard Workererror: 8: type mismatch: '!=' cannot operate on 'float', 'float2x2'
37*c8dee2aaSAndroid Build Coastguard Worker           f != v || m != v || f != m ;
38*c8dee2aaSAndroid Build Coastguard Worker                               ^^^^^^
39*c8dee2aaSAndroid Build Coastguard Workererror: 14: type mismatch: '==' cannot operate on 'float2x2', 'float3x3'
40*c8dee2aaSAndroid Build Coastguard Worker    return m2 == m3 || m2 != m3;
41*c8dee2aaSAndroid Build Coastguard Worker           ^^^^^^^^
42*c8dee2aaSAndroid Build Coastguard Workererror: 14: type mismatch: '!=' cannot operate on 'float2x2', 'float3x3'
43*c8dee2aaSAndroid Build Coastguard Worker    return m2 == m3 || m2 != m3;
44*c8dee2aaSAndroid Build Coastguard Worker                       ^^^^^^^^
45*c8dee2aaSAndroid Build Coastguard Workererror: 20: type mismatch: '==' cannot operate on 'float2', 'float3'
46*c8dee2aaSAndroid Build Coastguard Worker    return v2 == v3 || v2 != v3;
47*c8dee2aaSAndroid Build Coastguard Worker           ^^^^^^^^
48*c8dee2aaSAndroid Build Coastguard Workererror: 20: type mismatch: '!=' cannot operate on 'float2', 'float3'
49*c8dee2aaSAndroid Build Coastguard Worker    return v2 == v3 || v2 != v3;
50*c8dee2aaSAndroid Build Coastguard Worker                       ^^^^^^^^
51*c8dee2aaSAndroid Build Coastguard Worker16 errors
52