John Kessenich | 80cb324 | 2016-06-05 18:52:05 -0600 | [diff] [blame] | 1 | 400.vert |
| 2 | Warning, version 400 is not yet complete; most version-specific features are present, but some are missing. |
| 3 | ERROR: 0:3: 'vertex-shader `double` type input' : not supported for this version or the enabled extensions |
| 4 | ERROR: 0:4: 'vertex-shader `double` type input' : not supported for this version or the enabled extensions |
| 5 | ERROR: 0:5: 'vertex-shader `double` type input' : not supported for this version or the enabled extensions |
John Kessenich | 3702348 | 2016-08-19 07:31:31 -0600 | [diff] [blame] | 6 | ERROR: 0:70: 'foo3' : no matching overloaded function found |
| 7 | ERROR: 0:76: 'foo3' : ambiguous best function under implicit type conversion |
| 8 | ERROR: 0:77: 'foo3' : ambiguous best function under implicit type conversion |
| 9 | ERROR: 0:78: 'foo3' : ambiguous best function under implicit type conversion |
| 10 | ERROR: 0:81: 'foo3' : ambiguous best function under implicit type conversion |
| 11 | ERROR: 0:82: 'foo3' : ambiguous best function under implicit type conversion |
| 12 | ERROR: 0:83: 'foo3' : ambiguous best function under implicit type conversion |
| 13 | ERROR: 0:86: 'foo3' : ambiguous best function under implicit type conversion |
| 14 | ERROR: 0:87: 'foo3' : ambiguous best function under implicit type conversion |
| 15 | ERROR: 0:88: 'foo3' : ambiguous best function under implicit type conversion |
| 16 | ERROR: 13 compilation errors. No code generated. |
John Kessenich | 80cb324 | 2016-06-05 18:52:05 -0600 | [diff] [blame] | 17 | |
| 18 | |
| 19 | Shader version: 400 |
| 20 | ERROR: node is still EOpNull! |
John Kessenich | 3702348 | 2016-08-19 07:31:31 -0600 | [diff] [blame] | 21 | 0:8 Function Definition: foo1(d1;u1; (global void) |
| 22 | 0:8 Function Parameters: |
| 23 | 0:8 'a' (in double) |
| 24 | 0:8 'b' (in uint) |
| 25 | 0:9 Function Definition: foo1(d1;i1; (global void) |
| 26 | 0:9 Function Parameters: |
| 27 | 0:9 'a' (in double) |
| 28 | 0:9 'b' (in int) |
| 29 | 0:10 Function Definition: foo1(d1;f1; (global void) |
| 30 | 0:10 Function Parameters: |
| 31 | 0:10 'a' (in double) |
| 32 | 0:10 'b' (in float) |
| 33 | 0:11 Function Definition: foo1(d1;d1; (global void) |
| 34 | 0:11 Function Parameters: |
| 35 | 0:11 'a' (in double) |
| 36 | 0:11 'b' (in double) |
| 37 | 0:13 Function Definition: foo2(d1;f1; (global void) |
| 38 | 0:13 Function Parameters: |
| 39 | 0:13 'a' (in double) |
| 40 | 0:13 'b' (in float) |
| 41 | 0:14 Function Definition: foo2(d1;d1; (global void) |
| 42 | 0:14 Function Parameters: |
| 43 | 0:14 'a' (in double) |
| 44 | 0:14 'b' (in double) |
| 45 | 0:16 Function Definition: foo3(d1;f1; (global void) |
| 46 | 0:16 Function Parameters: |
| 47 | 0:16 'a' (in double) |
| 48 | 0:16 'b' (in float) |
| 49 | 0:17 Function Definition: foo3(f1;d1; (global void) |
| 50 | 0:17 Function Parameters: |
| 51 | 0:17 'a' (in float) |
| 52 | 0:17 'b' (in double) |
| 53 | 0:19 Function Definition: ftd(i1;f1;d1; (global void) |
| 54 | 0:19 Function Parameters: |
| 55 | 0:19 '' (in int) |
| 56 | 0:19 '' (in float) |
| 57 | 0:19 '' (in double) |
| 58 | 0:20 Function Definition: ftd(u1;f1;d1; (global void) |
| 59 | 0:20 Function Parameters: |
| 60 | 0:20 '' (in uint) |
| 61 | 0:20 '' (in float) |
| 62 | 0:20 '' (in double) |
| 63 | 0:21 Function Definition: ftd(f1;d1;d1; (global void) |
| 64 | 0:21 Function Parameters: |
| 65 | 0:21 '' (in float) |
| 66 | 0:21 '' (in double) |
| 67 | 0:21 '' (in double) |
| 68 | 0:23 Function Definition: main( (global void) |
| 69 | 0:23 Function Parameters: |
| 70 | 0:? Sequence |
| 71 | 0:30 Function Call: foo1(d1;d1; (global void) |
| 72 | 0:30 'd' (temp double) |
| 73 | 0:30 'd' (temp double) |
| 74 | 0:31 Function Call: foo1(d1;u1; (global void) |
| 75 | 0:31 'd' (temp double) |
| 76 | 0:31 'u' (temp uint) |
| 77 | 0:32 Function Call: foo1(d1;i1; (global void) |
| 78 | 0:32 'd' (temp double) |
| 79 | 0:32 'i' (temp int) |
| 80 | 0:33 Function Call: foo1(d1;f1; (global void) |
| 81 | 0:33 'd' (temp double) |
| 82 | 0:33 'f' (temp float) |
| 83 | 0:35 Function Call: foo1(d1;d1; (global void) |
| 84 | 0:35 Convert float to double (temp double) |
| 85 | 0:35 'f' (temp float) |
| 86 | 0:35 'd' (temp double) |
| 87 | 0:36 Function Call: foo1(d1;u1; (global void) |
| 88 | 0:36 Convert float to double (temp double) |
| 89 | 0:36 'f' (temp float) |
| 90 | 0:36 'u' (temp uint) |
| 91 | 0:37 Function Call: foo1(d1;i1; (global void) |
| 92 | 0:37 Convert float to double (temp double) |
| 93 | 0:37 'f' (temp float) |
| 94 | 0:37 'i' (temp int) |
| 95 | 0:38 Function Call: foo1(d1;f1; (global void) |
| 96 | 0:38 Convert float to double (temp double) |
| 97 | 0:38 'f' (temp float) |
| 98 | 0:38 'f' (temp float) |
| 99 | 0:40 Function Call: foo1(d1;d1; (global void) |
| 100 | 0:40 Convert uint to double (temp double) |
| 101 | 0:40 'u' (temp uint) |
| 102 | 0:40 'd' (temp double) |
| 103 | 0:41 Function Call: foo1(d1;u1; (global void) |
| 104 | 0:41 Convert uint to double (temp double) |
| 105 | 0:41 'u' (temp uint) |
| 106 | 0:41 'u' (temp uint) |
| 107 | 0:42 Function Call: foo1(d1;i1; (global void) |
| 108 | 0:42 Convert uint to double (temp double) |
| 109 | 0:42 'u' (temp uint) |
| 110 | 0:42 'i' (temp int) |
| 111 | 0:43 Function Call: foo1(d1;f1; (global void) |
| 112 | 0:43 Convert uint to double (temp double) |
| 113 | 0:43 'u' (temp uint) |
| 114 | 0:43 'f' (temp float) |
| 115 | 0:45 Function Call: foo1(d1;d1; (global void) |
| 116 | 0:45 Convert int to double (temp double) |
| 117 | 0:45 'i' (temp int) |
| 118 | 0:45 'd' (temp double) |
| 119 | 0:46 Function Call: foo1(d1;u1; (global void) |
| 120 | 0:46 Convert int to double (temp double) |
| 121 | 0:46 'i' (temp int) |
| 122 | 0:46 'u' (temp uint) |
| 123 | 0:47 Function Call: foo1(d1;i1; (global void) |
| 124 | 0:47 Convert int to double (temp double) |
| 125 | 0:47 'i' (temp int) |
| 126 | 0:47 'i' (temp int) |
| 127 | 0:48 Function Call: foo1(d1;f1; (global void) |
| 128 | 0:48 Convert int to double (temp double) |
| 129 | 0:48 'i' (temp int) |
| 130 | 0:48 'f' (temp float) |
| 131 | 0:50 Function Call: foo2(d1;d1; (global void) |
| 132 | 0:50 'd' (temp double) |
| 133 | 0:50 'd' (temp double) |
| 134 | 0:51 Function Call: foo2(d1;f1; (global void) |
| 135 | 0:51 'd' (temp double) |
| 136 | 0:51 Convert uint to float (temp float) |
| 137 | 0:51 'u' (temp uint) |
| 138 | 0:52 Function Call: foo2(d1;f1; (global void) |
| 139 | 0:52 'd' (temp double) |
| 140 | 0:52 Convert int to float (temp float) |
| 141 | 0:52 'i' (temp int) |
| 142 | 0:53 Function Call: foo2(d1;f1; (global void) |
| 143 | 0:53 'd' (temp double) |
| 144 | 0:53 'f' (temp float) |
| 145 | 0:55 Function Call: foo2(d1;d1; (global void) |
| 146 | 0:55 Convert float to double (temp double) |
| 147 | 0:55 'f' (temp float) |
| 148 | 0:55 'd' (temp double) |
| 149 | 0:56 Function Call: foo2(d1;f1; (global void) |
| 150 | 0:56 Convert float to double (temp double) |
| 151 | 0:56 'f' (temp float) |
| 152 | 0:56 Convert uint to float (temp float) |
| 153 | 0:56 'u' (temp uint) |
| 154 | 0:57 Function Call: foo2(d1;f1; (global void) |
| 155 | 0:57 Convert float to double (temp double) |
| 156 | 0:57 'f' (temp float) |
| 157 | 0:57 Convert int to float (temp float) |
| 158 | 0:57 'i' (temp int) |
| 159 | 0:58 Function Call: foo2(d1;f1; (global void) |
| 160 | 0:58 Convert float to double (temp double) |
| 161 | 0:58 'f' (temp float) |
| 162 | 0:58 'f' (temp float) |
| 163 | 0:60 Function Call: foo2(d1;d1; (global void) |
| 164 | 0:60 Convert uint to double (temp double) |
| 165 | 0:60 'u' (temp uint) |
| 166 | 0:60 'd' (temp double) |
| 167 | 0:61 Function Call: foo2(d1;f1; (global void) |
| 168 | 0:61 Convert uint to double (temp double) |
| 169 | 0:61 'u' (temp uint) |
| 170 | 0:61 Convert uint to float (temp float) |
| 171 | 0:61 'u' (temp uint) |
| 172 | 0:62 Function Call: foo2(d1;f1; (global void) |
| 173 | 0:62 Convert uint to double (temp double) |
| 174 | 0:62 'u' (temp uint) |
| 175 | 0:62 Convert int to float (temp float) |
| 176 | 0:62 'i' (temp int) |
| 177 | 0:63 Function Call: foo2(d1;f1; (global void) |
| 178 | 0:63 Convert uint to double (temp double) |
| 179 | 0:63 'u' (temp uint) |
| 180 | 0:63 'f' (temp float) |
| 181 | 0:65 Function Call: foo2(d1;d1; (global void) |
| 182 | 0:65 Convert int to double (temp double) |
| 183 | 0:65 'i' (temp int) |
| 184 | 0:65 'd' (temp double) |
| 185 | 0:66 Function Call: foo2(d1;f1; (global void) |
| 186 | 0:66 Convert int to double (temp double) |
| 187 | 0:66 'i' (temp int) |
| 188 | 0:66 Convert uint to float (temp float) |
| 189 | 0:66 'u' (temp uint) |
| 190 | 0:67 Function Call: foo2(d1;f1; (global void) |
| 191 | 0:67 Convert int to double (temp double) |
| 192 | 0:67 'i' (temp int) |
| 193 | 0:67 Convert int to float (temp float) |
| 194 | 0:67 'i' (temp int) |
| 195 | 0:68 Function Call: foo2(d1;f1; (global void) |
| 196 | 0:68 Convert int to double (temp double) |
| 197 | 0:68 'i' (temp int) |
| 198 | 0:68 'f' (temp float) |
| 199 | 0:70 Constant: |
| 200 | 0:70 0.000000 |
| 201 | 0:71 Function Call: foo3(d1;f1; (global void) |
| 202 | 0:71 'd' (temp double) |
| 203 | 0:71 Convert uint to float (temp float) |
| 204 | 0:71 'u' (temp uint) |
| 205 | 0:72 Function Call: foo3(d1;f1; (global void) |
| 206 | 0:72 'd' (temp double) |
| 207 | 0:72 Convert int to float (temp float) |
| 208 | 0:72 'i' (temp int) |
| 209 | 0:73 Function Call: foo3(d1;f1; (global void) |
| 210 | 0:73 'd' (temp double) |
| 211 | 0:73 'f' (temp float) |
| 212 | 0:75 Function Call: foo3(f1;d1; (global void) |
| 213 | 0:75 'f' (temp float) |
| 214 | 0:75 'd' (temp double) |
| 215 | 0:76 Function Call: foo3(d1;f1; (global void) |
| 216 | 0:76 Convert float to double (temp double) |
| 217 | 0:76 'f' (temp float) |
| 218 | 0:76 Convert uint to float (temp float) |
| 219 | 0:76 'u' (temp uint) |
| 220 | 0:77 Function Call: foo3(d1;f1; (global void) |
| 221 | 0:77 Convert float to double (temp double) |
| 222 | 0:77 'f' (temp float) |
| 223 | 0:77 Convert int to float (temp float) |
| 224 | 0:77 'i' (temp int) |
| 225 | 0:78 Function Call: foo3(d1;f1; (global void) |
| 226 | 0:78 Convert float to double (temp double) |
| 227 | 0:78 'f' (temp float) |
| 228 | 0:78 'f' (temp float) |
| 229 | 0:80 Function Call: foo3(f1;d1; (global void) |
| 230 | 0:80 Convert uint to float (temp float) |
| 231 | 0:80 'u' (temp uint) |
| 232 | 0:80 'd' (temp double) |
| 233 | 0:81 Function Call: foo3(d1;f1; (global void) |
| 234 | 0:81 Convert uint to double (temp double) |
| 235 | 0:81 'u' (temp uint) |
| 236 | 0:81 Convert uint to float (temp float) |
| 237 | 0:81 'u' (temp uint) |
| 238 | 0:82 Function Call: foo3(d1;f1; (global void) |
| 239 | 0:82 Convert uint to double (temp double) |
| 240 | 0:82 'u' (temp uint) |
| 241 | 0:82 Convert int to float (temp float) |
| 242 | 0:82 'i' (temp int) |
| 243 | 0:83 Function Call: foo3(d1;f1; (global void) |
| 244 | 0:83 Convert uint to double (temp double) |
| 245 | 0:83 'u' (temp uint) |
| 246 | 0:83 'f' (temp float) |
| 247 | 0:85 Function Call: foo3(f1;d1; (global void) |
| 248 | 0:85 Convert int to float (temp float) |
| 249 | 0:85 'i' (temp int) |
| 250 | 0:85 'd' (temp double) |
| 251 | 0:86 Function Call: foo3(d1;f1; (global void) |
| 252 | 0:86 Convert int to double (temp double) |
| 253 | 0:86 'i' (temp int) |
| 254 | 0:86 Convert uint to float (temp float) |
| 255 | 0:86 'u' (temp uint) |
| 256 | 0:87 Function Call: foo3(d1;f1; (global void) |
| 257 | 0:87 Convert int to double (temp double) |
| 258 | 0:87 'i' (temp int) |
| 259 | 0:87 Convert int to float (temp float) |
| 260 | 0:87 'i' (temp int) |
| 261 | 0:88 Function Call: foo3(d1;f1; (global void) |
| 262 | 0:88 Convert int to double (temp double) |
| 263 | 0:88 'i' (temp int) |
| 264 | 0:88 'f' (temp float) |
| 265 | 0:90 Function Call: ftd(i1;f1;d1; (global void) |
| 266 | 0:90 'i' (temp int) |
| 267 | 0:90 'f' (temp float) |
| 268 | 0:90 Convert float to double (temp double) |
| 269 | 0:90 'f' (temp float) |
| 270 | 0:91 Function Call: ftd(u1;f1;d1; (global void) |
| 271 | 0:91 'u' (temp uint) |
| 272 | 0:91 'f' (temp float) |
| 273 | 0:91 Convert float to double (temp double) |
| 274 | 0:91 'f' (temp float) |
| 275 | 0:97 Function Definition: tf( (global void) |
| 276 | 0:97 Function Parameters: |
| 277 | 0:? Sequence |
| 278 | 0:104 Function Call: itf(i1;f1;i1; (global void) |
| 279 | 0:104 'i' (temp int) |
| 280 | 0:104 Convert int to float (temp float) |
| 281 | 0:104 'i' (temp int) |
| 282 | 0:104 'i' (temp int) |
| 283 | 0:105 Function Call: itf(i1;f1;i1; (global void) |
| 284 | 0:105 'i' (temp int) |
| 285 | 0:105 Convert uint to float (temp float) |
| 286 | 0:105 'u' (temp uint) |
| 287 | 0:105 'i' (temp int) |
John Kessenich | 80cb324 | 2016-06-05 18:52:05 -0600 | [diff] [blame] | 288 | 0:? Linker Objects |
| 289 | 0:? 'd' (in double) |
| 290 | 0:? 'd3' (in 3-component vector of double) |
| 291 | 0:? 'dm4' (in 4X4 matrix of double) |
| 292 | 0:? 'gl_VertexID' (gl_VertexId int VertexId) |
| 293 | 0:? 'gl_InstanceID' (gl_InstanceId int InstanceId) |
| 294 | |
| 295 | |
| 296 | Linked vertex stage: |
| 297 | |
| 298 | |
| 299 | Shader version: 400 |
| 300 | ERROR: node is still EOpNull! |
John Kessenich | 3702348 | 2016-08-19 07:31:31 -0600 | [diff] [blame] | 301 | 0:8 Function Definition: foo1(d1;u1; (global void) |
| 302 | 0:8 Function Parameters: |
| 303 | 0:8 'a' (in double) |
| 304 | 0:8 'b' (in uint) |
| 305 | 0:9 Function Definition: foo1(d1;i1; (global void) |
| 306 | 0:9 Function Parameters: |
| 307 | 0:9 'a' (in double) |
| 308 | 0:9 'b' (in int) |
| 309 | 0:10 Function Definition: foo1(d1;f1; (global void) |
| 310 | 0:10 Function Parameters: |
| 311 | 0:10 'a' (in double) |
| 312 | 0:10 'b' (in float) |
| 313 | 0:11 Function Definition: foo1(d1;d1; (global void) |
| 314 | 0:11 Function Parameters: |
| 315 | 0:11 'a' (in double) |
| 316 | 0:11 'b' (in double) |
| 317 | 0:13 Function Definition: foo2(d1;f1; (global void) |
| 318 | 0:13 Function Parameters: |
| 319 | 0:13 'a' (in double) |
| 320 | 0:13 'b' (in float) |
| 321 | 0:14 Function Definition: foo2(d1;d1; (global void) |
| 322 | 0:14 Function Parameters: |
| 323 | 0:14 'a' (in double) |
| 324 | 0:14 'b' (in double) |
| 325 | 0:16 Function Definition: foo3(d1;f1; (global void) |
| 326 | 0:16 Function Parameters: |
| 327 | 0:16 'a' (in double) |
| 328 | 0:16 'b' (in float) |
| 329 | 0:17 Function Definition: foo3(f1;d1; (global void) |
| 330 | 0:17 Function Parameters: |
| 331 | 0:17 'a' (in float) |
| 332 | 0:17 'b' (in double) |
| 333 | 0:19 Function Definition: ftd(i1;f1;d1; (global void) |
| 334 | 0:19 Function Parameters: |
| 335 | 0:19 '' (in int) |
| 336 | 0:19 '' (in float) |
| 337 | 0:19 '' (in double) |
| 338 | 0:20 Function Definition: ftd(u1;f1;d1; (global void) |
| 339 | 0:20 Function Parameters: |
| 340 | 0:20 '' (in uint) |
| 341 | 0:20 '' (in float) |
| 342 | 0:20 '' (in double) |
John Kessenich | 3702348 | 2016-08-19 07:31:31 -0600 | [diff] [blame] | 343 | 0:23 Function Definition: main( (global void) |
| 344 | 0:23 Function Parameters: |
| 345 | 0:? Sequence |
| 346 | 0:30 Function Call: foo1(d1;d1; (global void) |
| 347 | 0:30 'd' (temp double) |
| 348 | 0:30 'd' (temp double) |
| 349 | 0:31 Function Call: foo1(d1;u1; (global void) |
| 350 | 0:31 'd' (temp double) |
| 351 | 0:31 'u' (temp uint) |
| 352 | 0:32 Function Call: foo1(d1;i1; (global void) |
| 353 | 0:32 'd' (temp double) |
| 354 | 0:32 'i' (temp int) |
| 355 | 0:33 Function Call: foo1(d1;f1; (global void) |
| 356 | 0:33 'd' (temp double) |
| 357 | 0:33 'f' (temp float) |
| 358 | 0:35 Function Call: foo1(d1;d1; (global void) |
| 359 | 0:35 Convert float to double (temp double) |
| 360 | 0:35 'f' (temp float) |
| 361 | 0:35 'd' (temp double) |
| 362 | 0:36 Function Call: foo1(d1;u1; (global void) |
| 363 | 0:36 Convert float to double (temp double) |
| 364 | 0:36 'f' (temp float) |
| 365 | 0:36 'u' (temp uint) |
| 366 | 0:37 Function Call: foo1(d1;i1; (global void) |
| 367 | 0:37 Convert float to double (temp double) |
| 368 | 0:37 'f' (temp float) |
| 369 | 0:37 'i' (temp int) |
| 370 | 0:38 Function Call: foo1(d1;f1; (global void) |
| 371 | 0:38 Convert float to double (temp double) |
| 372 | 0:38 'f' (temp float) |
| 373 | 0:38 'f' (temp float) |
| 374 | 0:40 Function Call: foo1(d1;d1; (global void) |
| 375 | 0:40 Convert uint to double (temp double) |
| 376 | 0:40 'u' (temp uint) |
| 377 | 0:40 'd' (temp double) |
| 378 | 0:41 Function Call: foo1(d1;u1; (global void) |
| 379 | 0:41 Convert uint to double (temp double) |
| 380 | 0:41 'u' (temp uint) |
| 381 | 0:41 'u' (temp uint) |
| 382 | 0:42 Function Call: foo1(d1;i1; (global void) |
| 383 | 0:42 Convert uint to double (temp double) |
| 384 | 0:42 'u' (temp uint) |
| 385 | 0:42 'i' (temp int) |
| 386 | 0:43 Function Call: foo1(d1;f1; (global void) |
| 387 | 0:43 Convert uint to double (temp double) |
| 388 | 0:43 'u' (temp uint) |
| 389 | 0:43 'f' (temp float) |
| 390 | 0:45 Function Call: foo1(d1;d1; (global void) |
| 391 | 0:45 Convert int to double (temp double) |
| 392 | 0:45 'i' (temp int) |
| 393 | 0:45 'd' (temp double) |
| 394 | 0:46 Function Call: foo1(d1;u1; (global void) |
| 395 | 0:46 Convert int to double (temp double) |
| 396 | 0:46 'i' (temp int) |
| 397 | 0:46 'u' (temp uint) |
| 398 | 0:47 Function Call: foo1(d1;i1; (global void) |
| 399 | 0:47 Convert int to double (temp double) |
| 400 | 0:47 'i' (temp int) |
| 401 | 0:47 'i' (temp int) |
| 402 | 0:48 Function Call: foo1(d1;f1; (global void) |
| 403 | 0:48 Convert int to double (temp double) |
| 404 | 0:48 'i' (temp int) |
| 405 | 0:48 'f' (temp float) |
| 406 | 0:50 Function Call: foo2(d1;d1; (global void) |
| 407 | 0:50 'd' (temp double) |
| 408 | 0:50 'd' (temp double) |
| 409 | 0:51 Function Call: foo2(d1;f1; (global void) |
| 410 | 0:51 'd' (temp double) |
| 411 | 0:51 Convert uint to float (temp float) |
| 412 | 0:51 'u' (temp uint) |
| 413 | 0:52 Function Call: foo2(d1;f1; (global void) |
| 414 | 0:52 'd' (temp double) |
| 415 | 0:52 Convert int to float (temp float) |
| 416 | 0:52 'i' (temp int) |
| 417 | 0:53 Function Call: foo2(d1;f1; (global void) |
| 418 | 0:53 'd' (temp double) |
| 419 | 0:53 'f' (temp float) |
| 420 | 0:55 Function Call: foo2(d1;d1; (global void) |
| 421 | 0:55 Convert float to double (temp double) |
| 422 | 0:55 'f' (temp float) |
| 423 | 0:55 'd' (temp double) |
| 424 | 0:56 Function Call: foo2(d1;f1; (global void) |
| 425 | 0:56 Convert float to double (temp double) |
| 426 | 0:56 'f' (temp float) |
| 427 | 0:56 Convert uint to float (temp float) |
| 428 | 0:56 'u' (temp uint) |
| 429 | 0:57 Function Call: foo2(d1;f1; (global void) |
| 430 | 0:57 Convert float to double (temp double) |
| 431 | 0:57 'f' (temp float) |
| 432 | 0:57 Convert int to float (temp float) |
| 433 | 0:57 'i' (temp int) |
| 434 | 0:58 Function Call: foo2(d1;f1; (global void) |
| 435 | 0:58 Convert float to double (temp double) |
| 436 | 0:58 'f' (temp float) |
| 437 | 0:58 'f' (temp float) |
| 438 | 0:60 Function Call: foo2(d1;d1; (global void) |
| 439 | 0:60 Convert uint to double (temp double) |
| 440 | 0:60 'u' (temp uint) |
| 441 | 0:60 'd' (temp double) |
| 442 | 0:61 Function Call: foo2(d1;f1; (global void) |
| 443 | 0:61 Convert uint to double (temp double) |
| 444 | 0:61 'u' (temp uint) |
| 445 | 0:61 Convert uint to float (temp float) |
| 446 | 0:61 'u' (temp uint) |
| 447 | 0:62 Function Call: foo2(d1;f1; (global void) |
| 448 | 0:62 Convert uint to double (temp double) |
| 449 | 0:62 'u' (temp uint) |
| 450 | 0:62 Convert int to float (temp float) |
| 451 | 0:62 'i' (temp int) |
| 452 | 0:63 Function Call: foo2(d1;f1; (global void) |
| 453 | 0:63 Convert uint to double (temp double) |
| 454 | 0:63 'u' (temp uint) |
| 455 | 0:63 'f' (temp float) |
| 456 | 0:65 Function Call: foo2(d1;d1; (global void) |
| 457 | 0:65 Convert int to double (temp double) |
| 458 | 0:65 'i' (temp int) |
| 459 | 0:65 'd' (temp double) |
| 460 | 0:66 Function Call: foo2(d1;f1; (global void) |
| 461 | 0:66 Convert int to double (temp double) |
| 462 | 0:66 'i' (temp int) |
| 463 | 0:66 Convert uint to float (temp float) |
| 464 | 0:66 'u' (temp uint) |
| 465 | 0:67 Function Call: foo2(d1;f1; (global void) |
| 466 | 0:67 Convert int to double (temp double) |
| 467 | 0:67 'i' (temp int) |
| 468 | 0:67 Convert int to float (temp float) |
| 469 | 0:67 'i' (temp int) |
| 470 | 0:68 Function Call: foo2(d1;f1; (global void) |
| 471 | 0:68 Convert int to double (temp double) |
| 472 | 0:68 'i' (temp int) |
| 473 | 0:68 'f' (temp float) |
| 474 | 0:70 Constant: |
| 475 | 0:70 0.000000 |
| 476 | 0:71 Function Call: foo3(d1;f1; (global void) |
| 477 | 0:71 'd' (temp double) |
| 478 | 0:71 Convert uint to float (temp float) |
| 479 | 0:71 'u' (temp uint) |
| 480 | 0:72 Function Call: foo3(d1;f1; (global void) |
| 481 | 0:72 'd' (temp double) |
| 482 | 0:72 Convert int to float (temp float) |
| 483 | 0:72 'i' (temp int) |
| 484 | 0:73 Function Call: foo3(d1;f1; (global void) |
| 485 | 0:73 'd' (temp double) |
| 486 | 0:73 'f' (temp float) |
| 487 | 0:75 Function Call: foo3(f1;d1; (global void) |
| 488 | 0:75 'f' (temp float) |
| 489 | 0:75 'd' (temp double) |
| 490 | 0:76 Function Call: foo3(d1;f1; (global void) |
| 491 | 0:76 Convert float to double (temp double) |
| 492 | 0:76 'f' (temp float) |
| 493 | 0:76 Convert uint to float (temp float) |
| 494 | 0:76 'u' (temp uint) |
| 495 | 0:77 Function Call: foo3(d1;f1; (global void) |
| 496 | 0:77 Convert float to double (temp double) |
| 497 | 0:77 'f' (temp float) |
| 498 | 0:77 Convert int to float (temp float) |
| 499 | 0:77 'i' (temp int) |
| 500 | 0:78 Function Call: foo3(d1;f1; (global void) |
| 501 | 0:78 Convert float to double (temp double) |
| 502 | 0:78 'f' (temp float) |
| 503 | 0:78 'f' (temp float) |
| 504 | 0:80 Function Call: foo3(f1;d1; (global void) |
| 505 | 0:80 Convert uint to float (temp float) |
| 506 | 0:80 'u' (temp uint) |
| 507 | 0:80 'd' (temp double) |
| 508 | 0:81 Function Call: foo3(d1;f1; (global void) |
| 509 | 0:81 Convert uint to double (temp double) |
| 510 | 0:81 'u' (temp uint) |
| 511 | 0:81 Convert uint to float (temp float) |
| 512 | 0:81 'u' (temp uint) |
| 513 | 0:82 Function Call: foo3(d1;f1; (global void) |
| 514 | 0:82 Convert uint to double (temp double) |
| 515 | 0:82 'u' (temp uint) |
| 516 | 0:82 Convert int to float (temp float) |
| 517 | 0:82 'i' (temp int) |
| 518 | 0:83 Function Call: foo3(d1;f1; (global void) |
| 519 | 0:83 Convert uint to double (temp double) |
| 520 | 0:83 'u' (temp uint) |
| 521 | 0:83 'f' (temp float) |
| 522 | 0:85 Function Call: foo3(f1;d1; (global void) |
| 523 | 0:85 Convert int to float (temp float) |
| 524 | 0:85 'i' (temp int) |
| 525 | 0:85 'd' (temp double) |
| 526 | 0:86 Function Call: foo3(d1;f1; (global void) |
| 527 | 0:86 Convert int to double (temp double) |
| 528 | 0:86 'i' (temp int) |
| 529 | 0:86 Convert uint to float (temp float) |
| 530 | 0:86 'u' (temp uint) |
| 531 | 0:87 Function Call: foo3(d1;f1; (global void) |
| 532 | 0:87 Convert int to double (temp double) |
| 533 | 0:87 'i' (temp int) |
| 534 | 0:87 Convert int to float (temp float) |
| 535 | 0:87 'i' (temp int) |
| 536 | 0:88 Function Call: foo3(d1;f1; (global void) |
| 537 | 0:88 Convert int to double (temp double) |
| 538 | 0:88 'i' (temp int) |
| 539 | 0:88 'f' (temp float) |
| 540 | 0:90 Function Call: ftd(i1;f1;d1; (global void) |
| 541 | 0:90 'i' (temp int) |
| 542 | 0:90 'f' (temp float) |
| 543 | 0:90 Convert float to double (temp double) |
| 544 | 0:90 'f' (temp float) |
| 545 | 0:91 Function Call: ftd(u1;f1;d1; (global void) |
| 546 | 0:91 'u' (temp uint) |
| 547 | 0:91 'f' (temp float) |
| 548 | 0:91 Convert float to double (temp double) |
| 549 | 0:91 'f' (temp float) |
John Kessenich | 80cb324 | 2016-06-05 18:52:05 -0600 | [diff] [blame] | 550 | 0:? Linker Objects |
| 551 | 0:? 'd' (in double) |
| 552 | 0:? 'd3' (in 3-component vector of double) |
| 553 | 0:? 'dm4' (in 4X4 matrix of double) |
| 554 | 0:? 'gl_VertexID' (gl_VertexId int VertexId) |
| 555 | 0:? 'gl_InstanceID' (gl_InstanceId int InstanceId) |
| 556 | |