File: vulkan.vert.out

package info (click to toggle)
glslang 16.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,712 kB
  • sloc: cpp: 92,305; yacc: 4,320; sh: 603; python: 305; ansic: 94; javascript: 74; makefile: 17
file content (59 lines) | stat: -rw-r--r-- 3,837 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
vulkan.vert
ERROR: 0:3: 'subpass input' : not supported in this stage: vertex
ERROR: 0:3: 'binding' : sampler/texture/image requires layout(binding=X) 
ERROR: 0:4: 'subpass input' : not supported in this stage: vertex
ERROR: 0:4: 'binding' : sampler/texture/image requires layout(binding=X) 
ERROR: 0:5: 'subpass input' : not supported in this stage: vertex
ERROR: 0:5: 'binding' : sampler/texture/image requires layout(binding=X) 
ERROR: 0:6: 'subpass input' : not supported in this stage: vertex
ERROR: 0:6: 'binding' : sampler/texture/image requires layout(binding=X) 
ERROR: 0:7: 'subpass input' : not supported in this stage: vertex
ERROR: 0:7: 'binding' : sampler/texture/image requires layout(binding=X) 
ERROR: 0:8: 'subpass input' : not supported in this stage: vertex
ERROR: 0:8: 'binding' : sampler/texture/image requires layout(binding=X) 
ERROR: 0:10: 'location' : SPIR-V requires location for user input/output 
ERROR: 0:12: 'constant_id' : can only be applied to a scalar 
ERROR: 0:13: 'constant_id' : specialization-constant id already used 
ERROR: 0:13: 'binding' : sampler/texture/image requires layout(binding=X) 
ERROR: 0:13: 'constant_id' : can only be applied to 'const'-qualified scalar 
ERROR: 0:13: 'constant_id' : cannot be applied to this type 
ERROR: 0:14: 'constant_id' : specialization-constant id is too large 
ERROR: 0:15: 'constant_id' : can only be applied to a scalar 
ERROR: 0:16: 'constant_id' : specialization-constant id already used 
ERROR: 0:16: 'constant_id' : cannot declare a default, can only be used on a scalar 
ERROR: 0:20: 'subpassLoad' : no matching overloaded function found 
ERROR: 0:20: 'assign' :  cannot convert from ' const float' to ' smooth out highp 4-component vector of float'
ERROR: 0:23: 'atomic counter types' : not allowed when using GLSL for Vulkan 
ERROR: 0:24: 'shared' : not allowed when generating SPIR-V 
ERROR: 0:25: 'packed' : not allowed when generating SPIR-V 
ERROR: 0:32: 'initializer' : can't use with types containing arrays sized with a specialization constant 
ERROR: 0:34: '=' : can't use with types containing arrays sized with a specialization constant 
ERROR: 0:35: '==' : can't use with types containing arrays sized with a specialization constant 
ERROR: 0:39: 'set' : cannot be used with push_constant 
ERROR: 0:54: '[]' : only outermost dimension of an array of arrays can be a specialization constant 
ERROR: 0:54: 'location' : SPIR-V requires location for user input/output 
ERROR: 0:58: 'location' : SPIR-V requires location for user input/output 
ERROR: 0:65: 'location' : overlapping use of location 10
ERROR: 0:68: 'location' : needs a literal integer 
ERROR: 0:68: 'component' : needs a literal integer 
ERROR: 0:69: 'binding' : needs a literal integer 
ERROR: 0:69: 'set' : needs a literal integer 
ERROR: 0:70: 'offset' : needs a literal integer 
ERROR: 0:71: 'align' : must be a power of 2 
ERROR: 0:71: 'align' : needs a literal integer 
ERROR: 0:72: 'xfb_offset' : needs a literal integer 
ERROR: 0:73: 'xfb_buffer' : needs a literal integer 
ERROR: 0:74: 'xfb_stride' : needs a literal integer 
ERROR: 0:73: 'xfb_buffer' : member cannot contradict block (or what block inherited from global) 
ERROR: 0:72: 'xfb layout qualifier' : can only be used on an output 
ERROR: 0:73: 'xfb layout qualifier' : can only be used on an output 
ERROR: 0:74: 'xfb layout qualifier' : can only be used on an output 
ERROR: 0:76: 'input_attachment_index' : needs a literal integer 
ERROR: 0:76: 'input_attachment_index' : can only be used with a subpass 
ERROR: 0:77: 'constant_id' : needs a literal integer 
ERROR: 0:77: 'constant_id' : can only be applied to 'const'-qualified scalar 
ERROR: 0:77: 'constant_id' : can only be applied to a scalar 
ERROR: 54 compilation errors.  No code generated.


SPIR-V is not generated for failed compile or link