John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 1 | 400.tese |
| 2 | Warning, version 400 is not yet complete; most version-specific features are present, but some are missing. |
| 3 | ERROR: 0:3: 'vertices' : there is no such layout identifier for this stage taking an assigned value |
| 4 | ERROR: 0:5: 'triangles' : cannot change previously set input primitive |
| 5 | ERROR: 0:6: 'isolines' : cannot change previously set input primitive |
| 6 | ERROR: 0:8: 'ccw' : cannot change previously set vertex order |
| 7 | ERROR: 0:12: 'equal_spacing' : cannot change previously set vertex spacing |
| 8 | ERROR: 0:13: 'fractional_even_spacing' : cannot change previously set vertex spacing |
| 9 | ERROR: 0:18: 'patch' : can only use on input in tessellation-evaluation shader |
| 10 | ERROR: 0:22: 'barrier' : no matching overloaded function found |
| 11 | ERROR: 0:47: 'patch' : cannot use interpolation qualifiers with patch |
| 12 | ERROR: 0:48: 'patch' : cannot use interpolation qualifiers with patch |
| 13 | ERROR: 0:49: 'patch' : cannot use interpolation qualifiers with patch |
| 14 | ERROR: 0:50: '' : can only have one auxiliary qualifier (centroid, patch, and sample) |
| 15 | ERROR: 0:54: 'gl_PerVertex' : block already declared with size, can't redeclare as implicitly-sized |
| 16 | ERROR: 0:59: 'gl_PerVertex' : can only redeclare a built-in block once, and before any use |
| 17 | ERROR: 0:64: 'quads' : cannot apply to 'out' |
| 18 | ERROR: 0:64: 'cw' : can only apply to 'in' |
| 19 | ERROR: 0:65: 'triangles' : cannot apply to 'out' |
| 20 | ERROR: 0:66: 'isolines' : cannot apply to 'out' |
| 21 | ERROR: 0:67: 'cw' : can only apply to 'in' |
| 22 | ERROR: 0:68: 'fractional_odd_spacing' : can only apply to 'in' |
| 23 | ERROR: 0:69: 'equal_spacing' : can only apply to 'in' |
| 24 | ERROR: 0:70: 'fractional_even_spacing' : can only apply to 'in' |
| 25 | ERROR: 0:71: 'point_mode' : can only apply to 'in' |
| 26 | ERROR: 0:73: 'in' : type must be an array: ina |
| 27 | ERROR: 0:75: '[]' : tessellation input array size must be gl_MaxPatchVertices or implicitly sized |
| 28 | ERROR: 0:78: 'in' : type must be an array: bla |
| 29 | ERROR: 0:86: '[]' : tessellation input array size must be gl_MaxPatchVertices or implicitly sized |
| 30 | ERROR: 0:96: 'location' : overlapping use of location 24 |
| 31 | ERROR: 0:99: 'location' : overlapping use of location 24 |
| 32 | ERROR: 0:101: 'gl_TessLevelOuter' : identifiers starting with "gl_" are reserved |
John Kessenich | c08fb8a | 2017-03-14 16:45:30 -0600 | [diff] [blame^] | 33 | ERROR: 0:109: 'gl_DeviceIndex' : required extension not requested: GL_EXT_device_group |
| 34 | ERROR: 0:110: 'gl_ViewIndex' : required extension not requested: GL_EXT_multiview |
| 35 | ERROR: 32 compilation errors. No code generated. |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 36 | |
| 37 | |
| 38 | Shader version: 400 |
| 39 | Requested GL_ARB_separate_shader_objects |
John Kessenich | c08fb8a | 2017-03-14 16:45:30 -0600 | [diff] [blame^] | 40 | Requested GL_EXT_device_group |
| 41 | Requested GL_EXT_multiview |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 42 | input primitive = quads |
| 43 | vertex spacing = fractional_odd_spacing |
| 44 | triangle order = cw |
| 45 | using point mode |
| 46 | ERROR: node is still EOpNull! |
| 47 | 0:20 Function Definition: main( (global void) |
| 48 | 0:20 Function Parameters: |
| 49 | 0:22 Sequence |
| 50 | 0:22 Constant: |
| 51 | 0:22 0.000000 |
| 52 | 0:24 Sequence |
| 53 | 0:24 move second child to first child (temp int) |
| 54 | 0:24 'a' (temp int) |
| 55 | 0:24 Constant: |
| 56 | 0:24 1512 (const int) |
| 57 | 0:32 Sequence |
| 58 | 0:32 move second child to first child (temp 4-component vector of float) |
| 59 | 0:32 'p' (temp 4-component vector of float) |
| 60 | 0:32 gl_Position: direct index for structure (in 4-component vector of float Position) |
| 61 | 0:32 direct index (temp block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 62 | 0:32 'gl_in' (in 32-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 63 | 0:32 Constant: |
| 64 | 0:32 1 (const int) |
| 65 | 0:32 Constant: |
| 66 | 0:32 0 (const int) |
| 67 | 0:33 Sequence |
| 68 | 0:33 move second child to first child (temp float) |
| 69 | 0:33 'ps' (temp float) |
| 70 | 0:33 gl_PointSize: direct index for structure (in float PointSize) |
| 71 | 0:33 direct index (temp block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 72 | 0:33 'gl_in' (in 32-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 73 | 0:33 Constant: |
| 74 | 0:33 1 (const int) |
| 75 | 0:33 Constant: |
| 76 | 0:33 1 (const int) |
| 77 | 0:34 Sequence |
| 78 | 0:34 move second child to first child (temp float) |
| 79 | 0:34 'cd' (temp float) |
| 80 | 0:34 direct index (temp float ClipDistance) |
| 81 | 0:34 gl_ClipDistance: direct index for structure (in implicitly-sized array of float ClipDistance) |
| 82 | 0:34 direct index (temp block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 83 | 0:34 'gl_in' (in 32-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 84 | 0:34 Constant: |
| 85 | 0:34 1 (const int) |
| 86 | 0:34 Constant: |
| 87 | 0:34 2 (const int) |
| 88 | 0:34 Constant: |
| 89 | 0:34 2 (const int) |
| 90 | 0:36 Sequence |
| 91 | 0:36 move second child to first child (temp int) |
| 92 | 0:36 'pvi' (temp int) |
| 93 | 0:36 'gl_PatchVerticesIn' (in int PatchVertices) |
| 94 | 0:37 Sequence |
| 95 | 0:37 move second child to first child (temp int) |
| 96 | 0:37 'pid' (temp int) |
| 97 | 0:37 'gl_PrimitiveID' (in int PrimitiveID) |
| 98 | 0:38 Sequence |
| 99 | 0:38 move second child to first child (temp 3-component vector of float) |
| 100 | 0:38 'tc' (temp 3-component vector of float) |
| 101 | 0:38 'gl_TessCoord' (in 3-component vector of float TessCoord) |
| 102 | 0:39 Sequence |
| 103 | 0:39 move second child to first child (temp float) |
| 104 | 0:39 'tlo' (temp float) |
| 105 | 0:39 direct index (patch temp float TessLevelOuter) |
| 106 | 0:39 'gl_TessLevelOuter' (patch in 4-element array of float TessLevelOuter) |
| 107 | 0:39 Constant: |
| 108 | 0:39 3 (const int) |
| 109 | 0:40 Sequence |
| 110 | 0:40 move second child to first child (temp float) |
| 111 | 0:40 'tli' (temp float) |
| 112 | 0:40 direct index (patch temp float TessLevelInner) |
| 113 | 0:40 'gl_TessLevelInner' (patch in 2-element array of float TessLevelInner) |
| 114 | 0:40 Constant: |
| 115 | 0:40 1 (const int) |
| 116 | 0:42 move second child to first child (temp 4-component vector of float) |
| 117 | 0:42 gl_Position: direct index for structure (gl_Position 4-component vector of float Position) |
| 118 | 0:42 'anon@0' (out block{gl_Position 4-component vector of float Position gl_Position, gl_PointSize float PointSize gl_PointSize, out implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 119 | 0:42 Constant: |
| 120 | 0:42 0 (const uint) |
| 121 | 0:42 'p' (temp 4-component vector of float) |
| 122 | 0:43 move second child to first child (temp float) |
| 123 | 0:43 gl_PointSize: direct index for structure (gl_PointSize float PointSize) |
| 124 | 0:43 'anon@0' (out block{gl_Position 4-component vector of float Position gl_Position, gl_PointSize float PointSize gl_PointSize, out implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 125 | 0:43 Constant: |
| 126 | 0:43 1 (const uint) |
| 127 | 0:43 'ps' (temp float) |
| 128 | 0:44 move second child to first child (temp float) |
| 129 | 0:44 direct index (temp float ClipDistance) |
| 130 | 0:44 gl_ClipDistance: direct index for structure (out implicitly-sized array of float ClipDistance) |
| 131 | 0:44 'anon@0' (out block{gl_Position 4-component vector of float Position gl_Position, gl_PointSize float PointSize gl_PointSize, out implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 132 | 0:44 Constant: |
| 133 | 0:44 2 (const uint) |
| 134 | 0:44 Constant: |
| 135 | 0:44 2 (const int) |
| 136 | 0:44 'cd' (temp float) |
John Kessenich | c08fb8a | 2017-03-14 16:45:30 -0600 | [diff] [blame^] | 137 | 0:107 Function Definition: devi( (global void) |
| 138 | 0:107 Function Parameters: |
| 139 | 0:109 Sequence |
| 140 | 0:109 'gl_DeviceIndex' (in int DeviceIndex) |
| 141 | 0:110 'gl_ViewIndex' (in int ViewIndex) |
| 142 | 0:121 Function Definition: devie( (global void) |
| 143 | 0:121 Function Parameters: |
| 144 | 0:123 Sequence |
| 145 | 0:123 'gl_DeviceIndex' (in int DeviceIndex) |
| 146 | 0:124 'gl_ViewIndex' (in int ViewIndex) |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 147 | 0:? Linker Objects |
| 148 | 0:? 'patchIn' (patch in 4-component vector of float) |
| 149 | 0:? 'patchOut' (patch out 4-component vector of float) |
| 150 | 0:? 'anon@0' (out block{gl_Position 4-component vector of float Position gl_Position, gl_PointSize float PointSize gl_PointSize, out implicitly-sized array of float ClipDistance gl_ClipDistance}) |
| 151 | 0:? 'badp1' (smooth patch in 4-component vector of float) |
| 152 | 0:? 'badp2' (flat patch in 4-component vector of float) |
| 153 | 0:? 'badp3' (noperspective patch in 4-component vector of float) |
| 154 | 0:? 'badp4' (patch sample in 3-component vector of float) |
Rex Xu | 827b23b | 2016-05-11 15:50:41 +0800 | [diff] [blame] | 155 | 0:? 'gl_in' (in 32-element array of block{in 1-element array of float ClipDistance gl_ClipDistance}) |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 156 | 0:? 'ina' (in 2-component vector of float) |
| 157 | 0:? 'inb' (in 32-element array of 2-component vector of float) |
| 158 | 0:? 'inc' (in 32-element array of 2-component vector of float) |
| 159 | 0:? 'ind' (in 32-element array of 2-component vector of float) |
| 160 | 0:? 'bla' (in block{in int f}) |
| 161 | 0:? 'blb' (in 32-element array of block{in int f}) |
| 162 | 0:? 'blc' (in 32-element array of block{in int f}) |
| 163 | 0:? 'bld' (in 32-element array of block{in int f}) |
| 164 | 0:? 'ivla' (layout(location=23 ) in 32-element array of 4-component vector of float) |
| 165 | 0:? 'ivlb' (layout(location=24 ) in 32-element array of 4-component vector of float) |
| 166 | 0:? 'ivlc' (layout(location=24 ) in 32-element array of 4-component vector of float) |
| 167 | 0:? 'ovla' (layout(location=23 ) out 2-element array of 4-component vector of float) |
| 168 | 0:? 'ovlb' (layout(location=24 ) out 2-element array of 4-component vector of float) |
| 169 | 0:? 'pinbi' (patch in block{in int a}) |
| 170 | |
| 171 | |
| 172 | Linked tessellation evaluation stage: |
| 173 | |
| 174 | |
| 175 | Shader version: 400 |
| 176 | Requested GL_ARB_separate_shader_objects |
John Kessenich | c08fb8a | 2017-03-14 16:45:30 -0600 | [diff] [blame^] | 177 | Requested GL_EXT_device_group |
| 178 | Requested GL_EXT_multiview |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 179 | input primitive = quads |
| 180 | vertex spacing = fractional_odd_spacing |
| 181 | triangle order = cw |
| 182 | using point mode |
| 183 | ERROR: node is still EOpNull! |
| 184 | 0:20 Function Definition: main( (global void) |
| 185 | 0:20 Function Parameters: |
| 186 | 0:22 Sequence |
| 187 | 0:22 Constant: |
| 188 | 0:22 0.000000 |
| 189 | 0:24 Sequence |
| 190 | 0:24 move second child to first child (temp int) |
| 191 | 0:24 'a' (temp int) |
| 192 | 0:24 Constant: |
| 193 | 0:24 1512 (const int) |
| 194 | 0:32 Sequence |
| 195 | 0:32 move second child to first child (temp 4-component vector of float) |
| 196 | 0:32 'p' (temp 4-component vector of float) |
| 197 | 0:32 gl_Position: direct index for structure (in 4-component vector of float Position) |
Rex Xu | cb0e471 | 2016-03-27 08:42:23 +0800 | [diff] [blame] | 198 | 0:32 direct index (temp block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in 3-element array of float ClipDistance gl_ClipDistance}) |
| 199 | 0:32 'gl_in' (in 32-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in 3-element array of float ClipDistance gl_ClipDistance}) |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 200 | 0:32 Constant: |
| 201 | 0:32 1 (const int) |
| 202 | 0:32 Constant: |
| 203 | 0:32 0 (const int) |
| 204 | 0:33 Sequence |
| 205 | 0:33 move second child to first child (temp float) |
| 206 | 0:33 'ps' (temp float) |
| 207 | 0:33 gl_PointSize: direct index for structure (in float PointSize) |
Rex Xu | cb0e471 | 2016-03-27 08:42:23 +0800 | [diff] [blame] | 208 | 0:33 direct index (temp block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in 3-element array of float ClipDistance gl_ClipDistance}) |
| 209 | 0:33 'gl_in' (in 32-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in 3-element array of float ClipDistance gl_ClipDistance}) |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 210 | 0:33 Constant: |
| 211 | 0:33 1 (const int) |
| 212 | 0:33 Constant: |
| 213 | 0:33 1 (const int) |
| 214 | 0:34 Sequence |
| 215 | 0:34 move second child to first child (temp float) |
| 216 | 0:34 'cd' (temp float) |
| 217 | 0:34 direct index (temp float ClipDistance) |
Rex Xu | cb0e471 | 2016-03-27 08:42:23 +0800 | [diff] [blame] | 218 | 0:34 gl_ClipDistance: direct index for structure (in 3-element array of float ClipDistance) |
| 219 | 0:34 direct index (temp block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in 3-element array of float ClipDistance gl_ClipDistance}) |
| 220 | 0:34 'gl_in' (in 32-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize, in 3-element array of float ClipDistance gl_ClipDistance}) |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 221 | 0:34 Constant: |
| 222 | 0:34 1 (const int) |
| 223 | 0:34 Constant: |
| 224 | 0:34 2 (const int) |
| 225 | 0:34 Constant: |
| 226 | 0:34 2 (const int) |
| 227 | 0:36 Sequence |
| 228 | 0:36 move second child to first child (temp int) |
| 229 | 0:36 'pvi' (temp int) |
| 230 | 0:36 'gl_PatchVerticesIn' (in int PatchVertices) |
| 231 | 0:37 Sequence |
| 232 | 0:37 move second child to first child (temp int) |
| 233 | 0:37 'pid' (temp int) |
| 234 | 0:37 'gl_PrimitiveID' (in int PrimitiveID) |
| 235 | 0:38 Sequence |
| 236 | 0:38 move second child to first child (temp 3-component vector of float) |
| 237 | 0:38 'tc' (temp 3-component vector of float) |
| 238 | 0:38 'gl_TessCoord' (in 3-component vector of float TessCoord) |
| 239 | 0:39 Sequence |
| 240 | 0:39 move second child to first child (temp float) |
| 241 | 0:39 'tlo' (temp float) |
| 242 | 0:39 direct index (patch temp float TessLevelOuter) |
| 243 | 0:39 'gl_TessLevelOuter' (patch in 4-element array of float TessLevelOuter) |
| 244 | 0:39 Constant: |
| 245 | 0:39 3 (const int) |
| 246 | 0:40 Sequence |
| 247 | 0:40 move second child to first child (temp float) |
| 248 | 0:40 'tli' (temp float) |
| 249 | 0:40 direct index (patch temp float TessLevelInner) |
| 250 | 0:40 'gl_TessLevelInner' (patch in 2-element array of float TessLevelInner) |
| 251 | 0:40 Constant: |
| 252 | 0:40 1 (const int) |
| 253 | 0:42 move second child to first child (temp 4-component vector of float) |
| 254 | 0:42 gl_Position: direct index for structure (gl_Position 4-component vector of float Position) |
| 255 | 0:42 'anon@0' (out block{gl_Position 4-component vector of float Position gl_Position, gl_PointSize float PointSize gl_PointSize, out 3-element array of float ClipDistance gl_ClipDistance}) |
| 256 | 0:42 Constant: |
| 257 | 0:42 0 (const uint) |
| 258 | 0:42 'p' (temp 4-component vector of float) |
| 259 | 0:43 move second child to first child (temp float) |
| 260 | 0:43 gl_PointSize: direct index for structure (gl_PointSize float PointSize) |
| 261 | 0:43 'anon@0' (out block{gl_Position 4-component vector of float Position gl_Position, gl_PointSize float PointSize gl_PointSize, out 3-element array of float ClipDistance gl_ClipDistance}) |
| 262 | 0:43 Constant: |
| 263 | 0:43 1 (const uint) |
| 264 | 0:43 'ps' (temp float) |
| 265 | 0:44 move second child to first child (temp float) |
| 266 | 0:44 direct index (temp float ClipDistance) |
| 267 | 0:44 gl_ClipDistance: direct index for structure (out 3-element array of float ClipDistance) |
| 268 | 0:44 'anon@0' (out block{gl_Position 4-component vector of float Position gl_Position, gl_PointSize float PointSize gl_PointSize, out 3-element array of float ClipDistance gl_ClipDistance}) |
| 269 | 0:44 Constant: |
| 270 | 0:44 2 (const uint) |
| 271 | 0:44 Constant: |
| 272 | 0:44 2 (const int) |
| 273 | 0:44 'cd' (temp float) |
| 274 | 0:? Linker Objects |
| 275 | 0:? 'patchIn' (patch in 4-component vector of float) |
| 276 | 0:? 'patchOut' (patch out 4-component vector of float) |
| 277 | 0:? 'anon@0' (out block{gl_Position 4-component vector of float Position gl_Position, gl_PointSize float PointSize gl_PointSize, out 3-element array of float ClipDistance gl_ClipDistance}) |
| 278 | 0:? 'badp1' (smooth patch in 4-component vector of float) |
| 279 | 0:? 'badp2' (flat patch in 4-component vector of float) |
| 280 | 0:? 'badp3' (noperspective patch in 4-component vector of float) |
| 281 | 0:? 'badp4' (patch sample in 3-component vector of float) |
Rex Xu | 827b23b | 2016-05-11 15:50:41 +0800 | [diff] [blame] | 282 | 0:? 'gl_in' (in 32-element array of block{in 1-element array of float ClipDistance gl_ClipDistance}) |
John Kessenich | cc16fa0 | 2015-12-10 18:01:54 -0700 | [diff] [blame] | 283 | 0:? 'ina' (in 2-component vector of float) |
| 284 | 0:? 'inb' (in 32-element array of 2-component vector of float) |
| 285 | 0:? 'inc' (in 32-element array of 2-component vector of float) |
| 286 | 0:? 'ind' (in 32-element array of 2-component vector of float) |
| 287 | 0:? 'bla' (in block{in int f}) |
| 288 | 0:? 'blb' (in 32-element array of block{in int f}) |
| 289 | 0:? 'blc' (in 32-element array of block{in int f}) |
| 290 | 0:? 'bld' (in 32-element array of block{in int f}) |
| 291 | 0:? 'ivla' (layout(location=23 ) in 32-element array of 4-component vector of float) |
| 292 | 0:? 'ivlb' (layout(location=24 ) in 32-element array of 4-component vector of float) |
| 293 | 0:? 'ivlc' (layout(location=24 ) in 32-element array of 4-component vector of float) |
| 294 | 0:? 'ovla' (layout(location=23 ) out 2-element array of 4-component vector of float) |
| 295 | 0:? 'ovlb' (layout(location=24 ) out 2-element array of 4-component vector of float) |
| 296 | 0:? 'pinbi' (patch in block{in int a}) |
| 297 | |