xref: /aosp_15_r20/external/skia/tests/sksl/errors/LayoutRepeatedQualifiers.glsl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1### Compilation failed:
2
3error: 21: layout qualifier 'origin_upper_left' appears more than once
4    origin_upper_left,
5    ^^^^^^^^^^^^^^^^^
6error: 22: layout qualifier 'push_constant' appears more than once
7    push_constant,
8    ^^^^^^^^^^^^^
9error: 23: layout qualifier 'blend_support_all_equations' appears more than once
10    blend_support_all_equations,
11    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12error: 24: layout qualifier 'color' appears more than once
13    color,
14    ^^^^^
15error: 25: layout qualifier 'location' appears more than once
16    location = 2,
17    ^^^^^^^^
18error: 26: layout qualifier 'offset' appears more than once
19    offset = 2,
20    ^^^^^^
21error: 27: layout qualifier 'binding' appears more than once
22    binding = 2,
23    ^^^^^^^
24error: 28: layout qualifier 'index' appears more than once
25    index = 2,
26    ^^^^^
27error: 29: layout qualifier 'set' appears more than once
28    set = 2,
29    ^^^
30error: 30: layout qualifier 'builtin' appears more than once
31    builtin = 2,
32    ^^^^^^^
33error: 31: layout qualifier 'input_attachment_index' appears more than once
34    input_attachment_index = 2,
35    ^^^^^^^^^^^^^^^^^^^^^^
36error: 32: layout qualifier 'vulkan' appears more than once
37    vulkan,
38    ^^^^^^
39error: 33: layout qualifier 'metal' appears more than once
40    metal,
41    ^^^^^
42error: 34: layout qualifier 'webgpu' appears more than once
43    webgpu,
44    ^^^^^^
45error: 35: layout qualifier 'direct3d' appears more than once
46    direct3d,
47    ^^^^^^^^
48error: 36: layout qualifier 'rgba8' appears more than once
49    rgba8,
50    ^^^^^
51error: 37: layout qualifier 'rgba32f' appears more than once
52    rgba32f,
53    ^^^^^^^
54error: 38: layout qualifier 'r32f' appears more than once
55    r32f
56    ^^^^
57error: 1: 'layout(color)' is only permitted in runtime effects
58layout (
59^^^^^^^^...
60error: 1: 'layout(color)' is only permitted on 'uniform' variables
61layout (
62^^^^^^^^...
63error: 1: 'layout(color)' is not permitted on variables of type 'float'
64layout (
65^^^^^^^^...
66error: 1: only one backend qualifier can be used
67layout (
68^^^^^^^^...
69error: 1: only one pixel format qualifier can be used
70layout (
71^^^^^^^^...
72error: 1: layout qualifier 'push_constant' is not permitted here
73layout (
74^^^^^^^^...
75error: 1: layout qualifier 'set' is not permitted here
76layout (
77^^^^^^^^...
78error: 1: layout qualifier 'builtin' is not permitted here
79layout (
80^^^^^^^^...
81error: 1: layout qualifier 'rgba8' is not permitted here
82layout (
83^^^^^^^^...
84error: 1: layout qualifier 'rgba32f' is not permitted here
85layout (
86^^^^^^^^...
87error: 1: layout qualifier 'r32f' is not permitted here
88layout (
89^^^^^^^^...
9029 errors
91