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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401
|
functionSemantics.frag
ERROR: 0:74: 'return' : cannot convert return value to function return type
WARNING: 0:74: 'return' : type conversion on return values was not explicitly allowed until version 420
ERROR: 1 compilation errors. No code generated.
Shader version: 400
ERROR: node is still EOpNull!
0:5 Function Definition: foo(i1;i1;i1;i1;i1;i1; ( global int)
0:5 Function Parameters:
0:5 'a' ( in int)
0:5 'b' ( const (read only) int)
0:5 'c' ( in int)
0:5 'd' ( const (read only) int)
0:5 'e' ( out int)
0:5 'f' ( inout int)
0:7 Sequence
0:7 Sequence
0:7 move second child to first child ( temp int)
0:7 'sum' ( temp int)
0:7 add ( temp int)
0:7 add ( temp int)
0:7 add ( temp int)
0:7 add ( temp int)
0:7 'a' ( in int)
0:7 'b' ( const (read only) int)
0:7 'c' ( in int)
0:7 'd' ( const (read only) int)
0:7 'f' ( inout int)
0:10 multiply second child into first child ( temp int)
0:10 'a' ( in int)
0:10 Constant:
0:10 64 (const int)
0:12 multiply second child into first child ( temp int)
0:12 'c' ( in int)
0:12 Constant:
0:12 64 (const int)
0:14 move second child to first child ( temp int)
0:14 'e' ( out int)
0:14 Constant:
0:14 1024 (const int)
0:15 multiply second child into first child ( temp int)
0:15 'f' ( inout int)
0:15 Constant:
0:15 64 (const int)
0:17 add second child into first child ( temp int)
0:17 'sum' ( temp int)
0:17 add ( temp int)
0:17 add ( temp int)
0:17 add ( temp int)
0:17 add ( temp int)
0:17 add ( temp int)
0:17 'a' ( in int)
0:17 component-wise multiply ( temp int)
0:17 Constant:
0:17 64 (const int)
0:17 'b' ( const (read only) int)
0:17 'c' ( in int)
0:17 component-wise multiply ( temp int)
0:17 Constant:
0:17 64 (const int)
0:17 'd' ( const (read only) int)
0:17 'e' ( out int)
0:17 'f' ( inout int)
0:20 Branch: Return with expression
0:20 'sum' ( temp int)
0:23 Function Definition: foo2(f1;vf3;i1; ( global int)
0:23 Function Parameters:
0:23 'a' ( in float)
0:23 'b' ( in 3-component vector of float)
0:23 'r' ( out int)
0:25 Sequence
0:25 move second child to first child ( temp int)
0:25 'r' ( out int)
0:25 Convert float to int ( temp int)
0:25 component-wise multiply ( temp float)
0:25 Constant:
0:25 3.000000
0:25 'a' ( in float)
0:26 Branch: Return with expression
0:26 Convert float to int ( temp int)
0:26 component-wise multiply ( temp float)
0:26 Constant:
0:26 5.000000
0:26 direct index ( temp float)
0:26 'b' ( in 3-component vector of float)
0:26 Constant:
0:26 1 (const int)
0:29 Function Definition: foo3( ( global int)
0:29 Function Parameters:
0:31 Sequence
0:31 Test condition and select ( temp void)
0:31 Condition
0:31 Compare Greater Than ( temp bool)
0:31 'u' ( uniform float)
0:31 Constant:
0:31 3.200000
0:31 true case
0:32 Sequence
0:32 Branch: Kill
0:33 Branch: Return with expression
0:33 Constant:
0:33 1000000 (const int)
0:36 Branch: Return with expression
0:36 Constant:
0:36 2000000 (const int)
0:39 Function Definition: main( ( global void)
0:39 Function Parameters:
0:? Sequence
0:42 Sequence
0:42 move second child to first child ( temp int)
0:42 't' ( temp int)
0:42 Constant:
0:42 2 (const int)
0:46 move second child to first child ( temp int)
0:46 direct index ( temp int)
0:46 t: direct index for structure ( temp 4-component vector of int)
0:46 'f' ( temp structure{ temp 4-component vector of int t})
0:46 Constant:
0:46 0 (const int)
0:46 Constant:
0:46 1 (const int)
0:46 Constant:
0:46 32 (const int)
0:49 Sequence
0:49 move second child to first child ( temp int)
0:49 'color' ( temp int)
0:49 Function Call: foo(i1;i1;i1;i1;i1;i1; ( global int)
0:49 Constant:
0:49 1 (const int)
0:49 Constant:
0:49 2 (const int)
0:49 add ( temp int)
0:49 't' ( temp int)
0:49 't' ( temp int)
0:49 Constant:
0:49 8 (const int)
0:49 'e' ( temp int)
0:49 direct index ( temp int)
0:49 t: direct index for structure ( temp 4-component vector of int)
0:49 'f' ( temp structure{ temp 4-component vector of int t})
0:49 Constant:
0:49 0 (const int)
0:49 Constant:
0:49 1 (const int)
0:51 add second child into first child ( temp int)
0:51 'color' ( temp int)
0:51 component-wise multiply ( temp int)
0:51 Constant:
0:51 128 (const int)
0:51 add ( temp int)
0:51 'e' ( temp int)
0:51 direct index ( temp int)
0:51 t: direct index for structure ( temp 4-component vector of int)
0:51 'f' ( temp structure{ temp 4-component vector of int t})
0:51 Constant:
0:51 0 (const int)
0:51 Constant:
0:51 1 (const int)
0:57 move second child to first child ( temp float)
0:57 'ret' ( temp float)
0:57 Convert int to float ( temp float)
0:57 Comma ( global int)
0:57 move second child to first child ( temp int)
0:57 'tempReturn' ( global int)
0:57 Function Call: foo2(f1;vf3;i1; ( global int)
0:57 Constant:
0:57 4.000000
0:57 Constant:
0:57 1.000000
0:57 2.000000
0:57 3.000000
0:57 'tempArg' ( temp int)
0:57 move second child to first child ( temp float)
0:57 'arg' ( temp float)
0:57 Convert int to float ( temp float)
0:57 'tempArg' ( temp int)
0:57 'tempReturn' ( global int)
0:58 add second child into first child ( temp int)
0:58 'color' ( temp int)
0:58 Convert float to int ( temp int)
0:58 add ( temp float)
0:58 'ret' ( temp float)
0:58 'arg' ( temp float)
0:60 add second child into first child ( temp int)
0:60 'color' ( temp int)
0:60 Function Call: foo3( ( global int)
0:62 move second child to first child ( temp 4-component vector of float)
0:62 'gl_FragColor' ( fragColor 4-component vector of float FragColor)
0:62 Construct vec4 ( temp 4-component vector of float)
0:62 Convert int to float ( temp float)
0:62 'color' ( temp int)
0:66 Function Definition: aggCall( ( global void)
0:66 Function Parameters:
0:? Sequence
0:69 Function Call: m(vf2; ( global 3-component vector of float)
0:69 Convert int to float ( temp 2-component vector of float)
0:69 Construct ivec2 ( temp 2-component vector of int)
0:69 Convert float to int ( temp int)
0:69 'F' ( temp float)
0:72 Function Definition: badConv( ( global 4-component vector of float)
0:72 Function Parameters:
0:74 Sequence
0:74 Branch: Return with expression
0:74 'u' ( uniform float)
0:? Linker Objects
0:? 'u' ( uniform float)
Linked fragment stage:
Shader version: 400
ERROR: node is still EOpNull!
0:5 Function Definition: foo(i1;i1;i1;i1;i1;i1; ( global int)
0:5 Function Parameters:
0:5 'a' ( in int)
0:5 'b' ( const (read only) int)
0:5 'c' ( in int)
0:5 'd' ( const (read only) int)
0:5 'e' ( out int)
0:5 'f' ( inout int)
0:7 Sequence
0:7 Sequence
0:7 move second child to first child ( temp int)
0:7 'sum' ( temp int)
0:7 add ( temp int)
0:7 add ( temp int)
0:7 add ( temp int)
0:7 add ( temp int)
0:7 'a' ( in int)
0:7 'b' ( const (read only) int)
0:7 'c' ( in int)
0:7 'd' ( const (read only) int)
0:7 'f' ( inout int)
0:10 multiply second child into first child ( temp int)
0:10 'a' ( in int)
0:10 Constant:
0:10 64 (const int)
0:12 multiply second child into first child ( temp int)
0:12 'c' ( in int)
0:12 Constant:
0:12 64 (const int)
0:14 move second child to first child ( temp int)
0:14 'e' ( out int)
0:14 Constant:
0:14 1024 (const int)
0:15 multiply second child into first child ( temp int)
0:15 'f' ( inout int)
0:15 Constant:
0:15 64 (const int)
0:17 add second child into first child ( temp int)
0:17 'sum' ( temp int)
0:17 add ( temp int)
0:17 add ( temp int)
0:17 add ( temp int)
0:17 add ( temp int)
0:17 add ( temp int)
0:17 'a' ( in int)
0:17 component-wise multiply ( temp int)
0:17 Constant:
0:17 64 (const int)
0:17 'b' ( const (read only) int)
0:17 'c' ( in int)
0:17 component-wise multiply ( temp int)
0:17 Constant:
0:17 64 (const int)
0:17 'd' ( const (read only) int)
0:17 'e' ( out int)
0:17 'f' ( inout int)
0:20 Branch: Return with expression
0:20 'sum' ( temp int)
0:23 Function Definition: foo2(f1;vf3;i1; ( global int)
0:23 Function Parameters:
0:23 'a' ( in float)
0:23 'b' ( in 3-component vector of float)
0:23 'r' ( out int)
0:25 Sequence
0:25 move second child to first child ( temp int)
0:25 'r' ( out int)
0:25 Convert float to int ( temp int)
0:25 component-wise multiply ( temp float)
0:25 Constant:
0:25 3.000000
0:25 'a' ( in float)
0:26 Branch: Return with expression
0:26 Convert float to int ( temp int)
0:26 component-wise multiply ( temp float)
0:26 Constant:
0:26 5.000000
0:26 direct index ( temp float)
0:26 'b' ( in 3-component vector of float)
0:26 Constant:
0:26 1 (const int)
0:29 Function Definition: foo3( ( global int)
0:29 Function Parameters:
0:31 Sequence
0:31 Test condition and select ( temp void)
0:31 Condition
0:31 Compare Greater Than ( temp bool)
0:31 'u' ( uniform float)
0:31 Constant:
0:31 3.200000
0:31 true case
0:32 Sequence
0:32 Branch: Kill
0:33 Branch: Return with expression
0:33 Constant:
0:33 1000000 (const int)
0:36 Branch: Return with expression
0:36 Constant:
0:36 2000000 (const int)
0:39 Function Definition: main( ( global void)
0:39 Function Parameters:
0:? Sequence
0:42 Sequence
0:42 move second child to first child ( temp int)
0:42 't' ( temp int)
0:42 Constant:
0:42 2 (const int)
0:46 move second child to first child ( temp int)
0:46 direct index ( temp int)
0:46 t: direct index for structure ( temp 4-component vector of int)
0:46 'f' ( temp structure{ temp 4-component vector of int t})
0:46 Constant:
0:46 0 (const int)
0:46 Constant:
0:46 1 (const int)
0:46 Constant:
0:46 32 (const int)
0:49 Sequence
0:49 move second child to first child ( temp int)
0:49 'color' ( temp int)
0:49 Function Call: foo(i1;i1;i1;i1;i1;i1; ( global int)
0:49 Constant:
0:49 1 (const int)
0:49 Constant:
0:49 2 (const int)
0:49 add ( temp int)
0:49 't' ( temp int)
0:49 't' ( temp int)
0:49 Constant:
0:49 8 (const int)
0:49 'e' ( temp int)
0:49 direct index ( temp int)
0:49 t: direct index for structure ( temp 4-component vector of int)
0:49 'f' ( temp structure{ temp 4-component vector of int t})
0:49 Constant:
0:49 0 (const int)
0:49 Constant:
0:49 1 (const int)
0:51 add second child into first child ( temp int)
0:51 'color' ( temp int)
0:51 component-wise multiply ( temp int)
0:51 Constant:
0:51 128 (const int)
0:51 add ( temp int)
0:51 'e' ( temp int)
0:51 direct index ( temp int)
0:51 t: direct index for structure ( temp 4-component vector of int)
0:51 'f' ( temp structure{ temp 4-component vector of int t})
0:51 Constant:
0:51 0 (const int)
0:51 Constant:
0:51 1 (const int)
0:57 move second child to first child ( temp float)
0:57 'ret' ( temp float)
0:57 Convert int to float ( temp float)
0:57 Comma ( global int)
0:57 move second child to first child ( temp int)
0:57 'tempReturn' ( global int)
0:57 Function Call: foo2(f1;vf3;i1; ( global int)
0:57 Constant:
0:57 4.000000
0:57 Constant:
0:57 1.000000
0:57 2.000000
0:57 3.000000
0:57 'tempArg' ( temp int)
0:57 move second child to first child ( temp float)
0:57 'arg' ( temp float)
0:57 Convert int to float ( temp float)
0:57 'tempArg' ( temp int)
0:57 'tempReturn' ( global int)
0:58 add second child into first child ( temp int)
0:58 'color' ( temp int)
0:58 Convert float to int ( temp int)
0:58 add ( temp float)
0:58 'ret' ( temp float)
0:58 'arg' ( temp float)
0:60 add second child into first child ( temp int)
0:60 'color' ( temp int)
0:60 Function Call: foo3( ( global int)
0:62 move second child to first child ( temp 4-component vector of float)
0:62 'gl_FragColor' ( fragColor 4-component vector of float FragColor)
0:62 Construct vec4 ( temp 4-component vector of float)
0:62 Convert int to float ( temp float)
0:62 'color' ( temp int)
0:? Linker Objects
0:? 'u' ( uniform float)
|