WIN32_THREADS -> WIN32
[mesa.git] / src / mapi / glapi / glapi_x86-64.S
1 /* DO NOT EDIT - This file generated automatically by gl_x86-64_asm.py (from Mesa) script */
2
3 /*
4 * (C) Copyright IBM Corporation 2005
5 * All Rights Reserved.
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sub license,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice (including the next
15 * paragraph) shall be included in all copies or substantial portions of the
16 * Software.
17 *
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
21 * IBM,
22 * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25 * SOFTWARE.
26 */
27
28 /* If we build with gcc's -fvisibility=hidden flag, we'll need to change
29 * the symbol visibility mode to 'default'.
30 */
31
32 #include "x86/assyntax.h"
33
34 #ifdef __GNUC__
35 # pragma GCC visibility push(default)
36 # define HIDDEN(x) .hidden x
37 #else
38 # define HIDDEN(x)
39 #endif
40
41 # if defined(USE_MGL_NAMESPACE)
42 # define GL_PREFIX(n) GLNAME(CONCAT(mgl,n))
43 # define _glapi_Dispatch _mglapi_Dispatch
44 # else
45 # define GL_PREFIX(n) GLNAME(CONCAT(gl,n))
46 # endif
47
48 #if defined(PTHREADS) || defined(WIN32) || defined(BEOS_THREADS)
49 # define THREADS
50 #endif
51
52 .text
53
54 #ifdef GLX_USE_TLS
55
56 .globl _x86_64_get_get_dispatch; HIDDEN(_x86_64_get_get_dispatch)
57 _x86_64_get_get_dispatch:
58 lea _x86_64_get_dispatch(%rip), %rax
59 ret
60
61 .p2align 4,,15
62 _x86_64_get_dispatch:
63 movq _glapi_tls_Dispatch@GOTTPOFF(%rip), %rax
64 movq %fs:(%rax), %rax
65 ret
66 .size _x86_64_get_dispatch, .-_x86_64_get_dispatch
67
68 #elif defined(PTHREADS)
69
70 .extern _glapi_Dispatch
71 .extern _gl_DispatchTSD
72 .extern pthread_getspecific
73
74 .p2align 4,,15
75 _x86_64_get_dispatch:
76 movq _gl_DispatchTSD(%rip), %rdi
77 jmp pthread_getspecific@PLT
78
79 #elif defined(THREADS)
80
81 .extern _glapi_get_dispatch
82
83 #endif
84
85 .p2align 4,,15
86 .globl GL_PREFIX(NewList)
87 .type GL_PREFIX(NewList), @function
88 GL_PREFIX(NewList):
89 #if defined(GLX_USE_TLS)
90 call _x86_64_get_dispatch@PLT
91 movq 0(%rax), %r11
92 jmp *%r11
93 #elif defined(PTHREADS)
94 pushq %rdi
95 pushq %rsi
96 pushq %rbp
97 call _x86_64_get_dispatch@PLT
98 popq %rbp
99 popq %rsi
100 popq %rdi
101 movq (%rax), %r11
102 jmp *%r11
103 #else
104 movq _glapi_Dispatch(%rip), %rax
105 testq %rax, %rax
106 je 1f
107 movq 0(%rax), %r11
108 jmp *%r11
109 1:
110 pushq %rdi
111 pushq %rsi
112 pushq %rbp
113 call _glapi_get_dispatch
114 popq %rbp
115 popq %rsi
116 popq %rdi
117 movq 0(%rax), %r11
118 jmp *%r11
119 #endif /* defined(GLX_USE_TLS) */
120 .size GL_PREFIX(NewList), .-GL_PREFIX(NewList)
121
122 .p2align 4,,15
123 .globl GL_PREFIX(EndList)
124 .type GL_PREFIX(EndList), @function
125 GL_PREFIX(EndList):
126 #if defined(GLX_USE_TLS)
127 call _x86_64_get_dispatch@PLT
128 movq 8(%rax), %r11
129 jmp *%r11
130 #elif defined(PTHREADS)
131 pushq %rbp
132 call _x86_64_get_dispatch@PLT
133 popq %rbp
134 movq 8(%rax), %r11
135 jmp *%r11
136 #else
137 movq _glapi_Dispatch(%rip), %rax
138 testq %rax, %rax
139 je 1f
140 movq 8(%rax), %r11
141 jmp *%r11
142 1:
143 pushq %rbp
144 call _glapi_get_dispatch
145 popq %rbp
146 movq 8(%rax), %r11
147 jmp *%r11
148 #endif /* defined(GLX_USE_TLS) */
149 .size GL_PREFIX(EndList), .-GL_PREFIX(EndList)
150
151 .p2align 4,,15
152 .globl GL_PREFIX(CallList)
153 .type GL_PREFIX(CallList), @function
154 GL_PREFIX(CallList):
155 #if defined(GLX_USE_TLS)
156 call _x86_64_get_dispatch@PLT
157 movq 16(%rax), %r11
158 jmp *%r11
159 #elif defined(PTHREADS)
160 pushq %rdi
161 call _x86_64_get_dispatch@PLT
162 popq %rdi
163 movq 16(%rax), %r11
164 jmp *%r11
165 #else
166 movq _glapi_Dispatch(%rip), %rax
167 testq %rax, %rax
168 je 1f
169 movq 16(%rax), %r11
170 jmp *%r11
171 1:
172 pushq %rdi
173 call _glapi_get_dispatch
174 popq %rdi
175 movq 16(%rax), %r11
176 jmp *%r11
177 #endif /* defined(GLX_USE_TLS) */
178 .size GL_PREFIX(CallList), .-GL_PREFIX(CallList)
179
180 .p2align 4,,15
181 .globl GL_PREFIX(CallLists)
182 .type GL_PREFIX(CallLists), @function
183 GL_PREFIX(CallLists):
184 #if defined(GLX_USE_TLS)
185 call _x86_64_get_dispatch@PLT
186 movq 24(%rax), %r11
187 jmp *%r11
188 #elif defined(PTHREADS)
189 pushq %rdi
190 pushq %rsi
191 pushq %rdx
192 call _x86_64_get_dispatch@PLT
193 popq %rdx
194 popq %rsi
195 popq %rdi
196 movq 24(%rax), %r11
197 jmp *%r11
198 #else
199 movq _glapi_Dispatch(%rip), %rax
200 testq %rax, %rax
201 je 1f
202 movq 24(%rax), %r11
203 jmp *%r11
204 1:
205 pushq %rdi
206 pushq %rsi
207 pushq %rdx
208 call _glapi_get_dispatch
209 popq %rdx
210 popq %rsi
211 popq %rdi
212 movq 24(%rax), %r11
213 jmp *%r11
214 #endif /* defined(GLX_USE_TLS) */
215 .size GL_PREFIX(CallLists), .-GL_PREFIX(CallLists)
216
217 .p2align 4,,15
218 .globl GL_PREFIX(DeleteLists)
219 .type GL_PREFIX(DeleteLists), @function
220 GL_PREFIX(DeleteLists):
221 #if defined(GLX_USE_TLS)
222 call _x86_64_get_dispatch@PLT
223 movq 32(%rax), %r11
224 jmp *%r11
225 #elif defined(PTHREADS)
226 pushq %rdi
227 pushq %rsi
228 pushq %rbp
229 call _x86_64_get_dispatch@PLT
230 popq %rbp
231 popq %rsi
232 popq %rdi
233 movq 32(%rax), %r11
234 jmp *%r11
235 #else
236 movq _glapi_Dispatch(%rip), %rax
237 testq %rax, %rax
238 je 1f
239 movq 32(%rax), %r11
240 jmp *%r11
241 1:
242 pushq %rdi
243 pushq %rsi
244 pushq %rbp
245 call _glapi_get_dispatch
246 popq %rbp
247 popq %rsi
248 popq %rdi
249 movq 32(%rax), %r11
250 jmp *%r11
251 #endif /* defined(GLX_USE_TLS) */
252 .size GL_PREFIX(DeleteLists), .-GL_PREFIX(DeleteLists)
253
254 .p2align 4,,15
255 .globl GL_PREFIX(GenLists)
256 .type GL_PREFIX(GenLists), @function
257 GL_PREFIX(GenLists):
258 #if defined(GLX_USE_TLS)
259 call _x86_64_get_dispatch@PLT
260 movq 40(%rax), %r11
261 jmp *%r11
262 #elif defined(PTHREADS)
263 pushq %rdi
264 call _x86_64_get_dispatch@PLT
265 popq %rdi
266 movq 40(%rax), %r11
267 jmp *%r11
268 #else
269 movq _glapi_Dispatch(%rip), %rax
270 testq %rax, %rax
271 je 1f
272 movq 40(%rax), %r11
273 jmp *%r11
274 1:
275 pushq %rdi
276 call _glapi_get_dispatch
277 popq %rdi
278 movq 40(%rax), %r11
279 jmp *%r11
280 #endif /* defined(GLX_USE_TLS) */
281 .size GL_PREFIX(GenLists), .-GL_PREFIX(GenLists)
282
283 .p2align 4,,15
284 .globl GL_PREFIX(ListBase)
285 .type GL_PREFIX(ListBase), @function
286 GL_PREFIX(ListBase):
287 #if defined(GLX_USE_TLS)
288 call _x86_64_get_dispatch@PLT
289 movq 48(%rax), %r11
290 jmp *%r11
291 #elif defined(PTHREADS)
292 pushq %rdi
293 call _x86_64_get_dispatch@PLT
294 popq %rdi
295 movq 48(%rax), %r11
296 jmp *%r11
297 #else
298 movq _glapi_Dispatch(%rip), %rax
299 testq %rax, %rax
300 je 1f
301 movq 48(%rax), %r11
302 jmp *%r11
303 1:
304 pushq %rdi
305 call _glapi_get_dispatch
306 popq %rdi
307 movq 48(%rax), %r11
308 jmp *%r11
309 #endif /* defined(GLX_USE_TLS) */
310 .size GL_PREFIX(ListBase), .-GL_PREFIX(ListBase)
311
312 .p2align 4,,15
313 .globl GL_PREFIX(Begin)
314 .type GL_PREFIX(Begin), @function
315 GL_PREFIX(Begin):
316 #if defined(GLX_USE_TLS)
317 call _x86_64_get_dispatch@PLT
318 movq 56(%rax), %r11
319 jmp *%r11
320 #elif defined(PTHREADS)
321 pushq %rdi
322 call _x86_64_get_dispatch@PLT
323 popq %rdi
324 movq 56(%rax), %r11
325 jmp *%r11
326 #else
327 movq _glapi_Dispatch(%rip), %rax
328 testq %rax, %rax
329 je 1f
330 movq 56(%rax), %r11
331 jmp *%r11
332 1:
333 pushq %rdi
334 call _glapi_get_dispatch
335 popq %rdi
336 movq 56(%rax), %r11
337 jmp *%r11
338 #endif /* defined(GLX_USE_TLS) */
339 .size GL_PREFIX(Begin), .-GL_PREFIX(Begin)
340
341 .p2align 4,,15
342 .globl GL_PREFIX(Bitmap)
343 .type GL_PREFIX(Bitmap), @function
344 GL_PREFIX(Bitmap):
345 #if defined(GLX_USE_TLS)
346 call _x86_64_get_dispatch@PLT
347 movq 64(%rax), %r11
348 jmp *%r11
349 #elif defined(PTHREADS)
350 subq $56, %rsp
351 movq %rdi, (%rsp)
352 movq %rsi, 8(%rsp)
353 movq %xmm0, 16(%rsp)
354 movq %xmm1, 24(%rsp)
355 movq %xmm2, 32(%rsp)
356 movq %xmm3, 40(%rsp)
357 movq %rdx, 48(%rsp)
358 call _x86_64_get_dispatch@PLT
359 movq 48(%rsp), %rdx
360 movq 40(%rsp), %xmm3
361 movq 32(%rsp), %xmm2
362 movq 24(%rsp), %xmm1
363 movq 16(%rsp), %xmm0
364 movq 8(%rsp), %rsi
365 movq (%rsp), %rdi
366 addq $56, %rsp
367 movq 64(%rax), %r11
368 jmp *%r11
369 #else
370 movq _glapi_Dispatch(%rip), %rax
371 testq %rax, %rax
372 je 1f
373 movq 64(%rax), %r11
374 jmp *%r11
375 1:
376 subq $56, %rsp
377 movq %rdi, (%rsp)
378 movq %rsi, 8(%rsp)
379 movq %xmm0, 16(%rsp)
380 movq %xmm1, 24(%rsp)
381 movq %xmm2, 32(%rsp)
382 movq %xmm3, 40(%rsp)
383 movq %rdx, 48(%rsp)
384 call _glapi_get_dispatch
385 movq 48(%rsp), %rdx
386 movq 40(%rsp), %xmm3
387 movq 32(%rsp), %xmm2
388 movq 24(%rsp), %xmm1
389 movq 16(%rsp), %xmm0
390 movq 8(%rsp), %rsi
391 movq (%rsp), %rdi
392 addq $56, %rsp
393 movq 64(%rax), %r11
394 jmp *%r11
395 #endif /* defined(GLX_USE_TLS) */
396 .size GL_PREFIX(Bitmap), .-GL_PREFIX(Bitmap)
397
398 .p2align 4,,15
399 .globl GL_PREFIX(Color3b)
400 .type GL_PREFIX(Color3b), @function
401 GL_PREFIX(Color3b):
402 #if defined(GLX_USE_TLS)
403 call _x86_64_get_dispatch@PLT
404 movq 72(%rax), %r11
405 jmp *%r11
406 #elif defined(PTHREADS)
407 pushq %rdi
408 pushq %rsi
409 pushq %rdx
410 call _x86_64_get_dispatch@PLT
411 popq %rdx
412 popq %rsi
413 popq %rdi
414 movq 72(%rax), %r11
415 jmp *%r11
416 #else
417 movq _glapi_Dispatch(%rip), %rax
418 testq %rax, %rax
419 je 1f
420 movq 72(%rax), %r11
421 jmp *%r11
422 1:
423 pushq %rdi
424 pushq %rsi
425 pushq %rdx
426 call _glapi_get_dispatch
427 popq %rdx
428 popq %rsi
429 popq %rdi
430 movq 72(%rax), %r11
431 jmp *%r11
432 #endif /* defined(GLX_USE_TLS) */
433 .size GL_PREFIX(Color3b), .-GL_PREFIX(Color3b)
434
435 .p2align 4,,15
436 .globl GL_PREFIX(Color3bv)
437 .type GL_PREFIX(Color3bv), @function
438 GL_PREFIX(Color3bv):
439 #if defined(GLX_USE_TLS)
440 call _x86_64_get_dispatch@PLT
441 movq 80(%rax), %r11
442 jmp *%r11
443 #elif defined(PTHREADS)
444 pushq %rdi
445 call _x86_64_get_dispatch@PLT
446 popq %rdi
447 movq 80(%rax), %r11
448 jmp *%r11
449 #else
450 movq _glapi_Dispatch(%rip), %rax
451 testq %rax, %rax
452 je 1f
453 movq 80(%rax), %r11
454 jmp *%r11
455 1:
456 pushq %rdi
457 call _glapi_get_dispatch
458 popq %rdi
459 movq 80(%rax), %r11
460 jmp *%r11
461 #endif /* defined(GLX_USE_TLS) */
462 .size GL_PREFIX(Color3bv), .-GL_PREFIX(Color3bv)
463
464 .p2align 4,,15
465 .globl GL_PREFIX(Color3d)
466 .type GL_PREFIX(Color3d), @function
467 GL_PREFIX(Color3d):
468 #if defined(GLX_USE_TLS)
469 call _x86_64_get_dispatch@PLT
470 movq 88(%rax), %r11
471 jmp *%r11
472 #elif defined(PTHREADS)
473 subq $24, %rsp
474 movq %xmm0, (%rsp)
475 movq %xmm1, 8(%rsp)
476 movq %xmm2, 16(%rsp)
477 call _x86_64_get_dispatch@PLT
478 movq 16(%rsp), %xmm2
479 movq 8(%rsp), %xmm1
480 movq (%rsp), %xmm0
481 addq $24, %rsp
482 movq 88(%rax), %r11
483 jmp *%r11
484 #else
485 movq _glapi_Dispatch(%rip), %rax
486 testq %rax, %rax
487 je 1f
488 movq 88(%rax), %r11
489 jmp *%r11
490 1:
491 subq $24, %rsp
492 movq %xmm0, (%rsp)
493 movq %xmm1, 8(%rsp)
494 movq %xmm2, 16(%rsp)
495 call _glapi_get_dispatch
496 movq 16(%rsp), %xmm2
497 movq 8(%rsp), %xmm1
498 movq (%rsp), %xmm0
499 addq $24, %rsp
500 movq 88(%rax), %r11
501 jmp *%r11
502 #endif /* defined(GLX_USE_TLS) */
503 .size GL_PREFIX(Color3d), .-GL_PREFIX(Color3d)
504
505 .p2align 4,,15
506 .globl GL_PREFIX(Color3dv)
507 .type GL_PREFIX(Color3dv), @function
508 GL_PREFIX(Color3dv):
509 #if defined(GLX_USE_TLS)
510 call _x86_64_get_dispatch@PLT
511 movq 96(%rax), %r11
512 jmp *%r11
513 #elif defined(PTHREADS)
514 pushq %rdi
515 call _x86_64_get_dispatch@PLT
516 popq %rdi
517 movq 96(%rax), %r11
518 jmp *%r11
519 #else
520 movq _glapi_Dispatch(%rip), %rax
521 testq %rax, %rax
522 je 1f
523 movq 96(%rax), %r11
524 jmp *%r11
525 1:
526 pushq %rdi
527 call _glapi_get_dispatch
528 popq %rdi
529 movq 96(%rax), %r11
530 jmp *%r11
531 #endif /* defined(GLX_USE_TLS) */
532 .size GL_PREFIX(Color3dv), .-GL_PREFIX(Color3dv)
533
534 .p2align 4,,15
535 .globl GL_PREFIX(Color3f)
536 .type GL_PREFIX(Color3f), @function
537 GL_PREFIX(Color3f):
538 #if defined(GLX_USE_TLS)
539 call _x86_64_get_dispatch@PLT
540 movq 104(%rax), %r11
541 jmp *%r11
542 #elif defined(PTHREADS)
543 subq $24, %rsp
544 movq %xmm0, (%rsp)
545 movq %xmm1, 8(%rsp)
546 movq %xmm2, 16(%rsp)
547 call _x86_64_get_dispatch@PLT
548 movq 16(%rsp), %xmm2
549 movq 8(%rsp), %xmm1
550 movq (%rsp), %xmm0
551 addq $24, %rsp
552 movq 104(%rax), %r11
553 jmp *%r11
554 #else
555 movq _glapi_Dispatch(%rip), %rax
556 testq %rax, %rax
557 je 1f
558 movq 104(%rax), %r11
559 jmp *%r11
560 1:
561 subq $24, %rsp
562 movq %xmm0, (%rsp)
563 movq %xmm1, 8(%rsp)
564 movq %xmm2, 16(%rsp)
565 call _glapi_get_dispatch
566 movq 16(%rsp), %xmm2
567 movq 8(%rsp), %xmm1
568 movq (%rsp), %xmm0
569 addq $24, %rsp
570 movq 104(%rax), %r11
571 jmp *%r11
572 #endif /* defined(GLX_USE_TLS) */
573 .size GL_PREFIX(Color3f), .-GL_PREFIX(Color3f)
574
575 .p2align 4,,15
576 .globl GL_PREFIX(Color3fv)
577 .type GL_PREFIX(Color3fv), @function
578 GL_PREFIX(Color3fv):
579 #if defined(GLX_USE_TLS)
580 call _x86_64_get_dispatch@PLT
581 movq 112(%rax), %r11
582 jmp *%r11
583 #elif defined(PTHREADS)
584 pushq %rdi
585 call _x86_64_get_dispatch@PLT
586 popq %rdi
587 movq 112(%rax), %r11
588 jmp *%r11
589 #else
590 movq _glapi_Dispatch(%rip), %rax
591 testq %rax, %rax
592 je 1f
593 movq 112(%rax), %r11
594 jmp *%r11
595 1:
596 pushq %rdi
597 call _glapi_get_dispatch
598 popq %rdi
599 movq 112(%rax), %r11
600 jmp *%r11
601 #endif /* defined(GLX_USE_TLS) */
602 .size GL_PREFIX(Color3fv), .-GL_PREFIX(Color3fv)
603
604 .p2align 4,,15
605 .globl GL_PREFIX(Color3i)
606 .type GL_PREFIX(Color3i), @function
607 GL_PREFIX(Color3i):
608 #if defined(GLX_USE_TLS)
609 call _x86_64_get_dispatch@PLT
610 movq 120(%rax), %r11
611 jmp *%r11
612 #elif defined(PTHREADS)
613 pushq %rdi
614 pushq %rsi
615 pushq %rdx
616 call _x86_64_get_dispatch@PLT
617 popq %rdx
618 popq %rsi
619 popq %rdi
620 movq 120(%rax), %r11
621 jmp *%r11
622 #else
623 movq _glapi_Dispatch(%rip), %rax
624 testq %rax, %rax
625 je 1f
626 movq 120(%rax), %r11
627 jmp *%r11
628 1:
629 pushq %rdi
630 pushq %rsi
631 pushq %rdx
632 call _glapi_get_dispatch
633 popq %rdx
634 popq %rsi
635 popq %rdi
636 movq 120(%rax), %r11
637 jmp *%r11
638 #endif /* defined(GLX_USE_TLS) */
639 .size GL_PREFIX(Color3i), .-GL_PREFIX(Color3i)
640
641 .p2align 4,,15
642 .globl GL_PREFIX(Color3iv)
643 .type GL_PREFIX(Color3iv), @function
644 GL_PREFIX(Color3iv):
645 #if defined(GLX_USE_TLS)
646 call _x86_64_get_dispatch@PLT
647 movq 128(%rax), %r11
648 jmp *%r11
649 #elif defined(PTHREADS)
650 pushq %rdi
651 call _x86_64_get_dispatch@PLT
652 popq %rdi
653 movq 128(%rax), %r11
654 jmp *%r11
655 #else
656 movq _glapi_Dispatch(%rip), %rax
657 testq %rax, %rax
658 je 1f
659 movq 128(%rax), %r11
660 jmp *%r11
661 1:
662 pushq %rdi
663 call _glapi_get_dispatch
664 popq %rdi
665 movq 128(%rax), %r11
666 jmp *%r11
667 #endif /* defined(GLX_USE_TLS) */
668 .size GL_PREFIX(Color3iv), .-GL_PREFIX(Color3iv)
669
670 .p2align 4,,15
671 .globl GL_PREFIX(Color3s)
672 .type GL_PREFIX(Color3s), @function
673 GL_PREFIX(Color3s):
674 #if defined(GLX_USE_TLS)
675 call _x86_64_get_dispatch@PLT
676 movq 136(%rax), %r11
677 jmp *%r11
678 #elif defined(PTHREADS)
679 pushq %rdi
680 pushq %rsi
681 pushq %rdx
682 call _x86_64_get_dispatch@PLT
683 popq %rdx
684 popq %rsi
685 popq %rdi
686 movq 136(%rax), %r11
687 jmp *%r11
688 #else
689 movq _glapi_Dispatch(%rip), %rax
690 testq %rax, %rax
691 je 1f
692 movq 136(%rax), %r11
693 jmp *%r11
694 1:
695 pushq %rdi
696 pushq %rsi
697 pushq %rdx
698 call _glapi_get_dispatch
699 popq %rdx
700 popq %rsi
701 popq %rdi
702 movq 136(%rax), %r11
703 jmp *%r11
704 #endif /* defined(GLX_USE_TLS) */
705 .size GL_PREFIX(Color3s), .-GL_PREFIX(Color3s)
706
707 .p2align 4,,15
708 .globl GL_PREFIX(Color3sv)
709 .type GL_PREFIX(Color3sv), @function
710 GL_PREFIX(Color3sv):
711 #if defined(GLX_USE_TLS)
712 call _x86_64_get_dispatch@PLT
713 movq 144(%rax), %r11
714 jmp *%r11
715 #elif defined(PTHREADS)
716 pushq %rdi
717 call _x86_64_get_dispatch@PLT
718 popq %rdi
719 movq 144(%rax), %r11
720 jmp *%r11
721 #else
722 movq _glapi_Dispatch(%rip), %rax
723 testq %rax, %rax
724 je 1f
725 movq 144(%rax), %r11
726 jmp *%r11
727 1:
728 pushq %rdi
729 call _glapi_get_dispatch
730 popq %rdi
731 movq 144(%rax), %r11
732 jmp *%r11
733 #endif /* defined(GLX_USE_TLS) */
734 .size GL_PREFIX(Color3sv), .-GL_PREFIX(Color3sv)
735
736 .p2align 4,,15
737 .globl GL_PREFIX(Color3ub)
738 .type GL_PREFIX(Color3ub), @function
739 GL_PREFIX(Color3ub):
740 #if defined(GLX_USE_TLS)
741 call _x86_64_get_dispatch@PLT
742 movq 152(%rax), %r11
743 jmp *%r11
744 #elif defined(PTHREADS)
745 pushq %rdi
746 pushq %rsi
747 pushq %rdx
748 call _x86_64_get_dispatch@PLT
749 popq %rdx
750 popq %rsi
751 popq %rdi
752 movq 152(%rax), %r11
753 jmp *%r11
754 #else
755 movq _glapi_Dispatch(%rip), %rax
756 testq %rax, %rax
757 je 1f
758 movq 152(%rax), %r11
759 jmp *%r11
760 1:
761 pushq %rdi
762 pushq %rsi
763 pushq %rdx
764 call _glapi_get_dispatch
765 popq %rdx
766 popq %rsi
767 popq %rdi
768 movq 152(%rax), %r11
769 jmp *%r11
770 #endif /* defined(GLX_USE_TLS) */
771 .size GL_PREFIX(Color3ub), .-GL_PREFIX(Color3ub)
772
773 .p2align 4,,15
774 .globl GL_PREFIX(Color3ubv)
775 .type GL_PREFIX(Color3ubv), @function
776 GL_PREFIX(Color3ubv):
777 #if defined(GLX_USE_TLS)
778 call _x86_64_get_dispatch@PLT
779 movq 160(%rax), %r11
780 jmp *%r11
781 #elif defined(PTHREADS)
782 pushq %rdi
783 call _x86_64_get_dispatch@PLT
784 popq %rdi
785 movq 160(%rax), %r11
786 jmp *%r11
787 #else
788 movq _glapi_Dispatch(%rip), %rax
789 testq %rax, %rax
790 je 1f
791 movq 160(%rax), %r11
792 jmp *%r11
793 1:
794 pushq %rdi
795 call _glapi_get_dispatch
796 popq %rdi
797 movq 160(%rax), %r11
798 jmp *%r11
799 #endif /* defined(GLX_USE_TLS) */
800 .size GL_PREFIX(Color3ubv), .-GL_PREFIX(Color3ubv)
801
802 .p2align 4,,15
803 .globl GL_PREFIX(Color3ui)
804 .type GL_PREFIX(Color3ui), @function
805 GL_PREFIX(Color3ui):
806 #if defined(GLX_USE_TLS)
807 call _x86_64_get_dispatch@PLT
808 movq 168(%rax), %r11
809 jmp *%r11
810 #elif defined(PTHREADS)
811 pushq %rdi
812 pushq %rsi
813 pushq %rdx
814 call _x86_64_get_dispatch@PLT
815 popq %rdx
816 popq %rsi
817 popq %rdi
818 movq 168(%rax), %r11
819 jmp *%r11
820 #else
821 movq _glapi_Dispatch(%rip), %rax
822 testq %rax, %rax
823 je 1f
824 movq 168(%rax), %r11
825 jmp *%r11
826 1:
827 pushq %rdi
828 pushq %rsi
829 pushq %rdx
830 call _glapi_get_dispatch
831 popq %rdx
832 popq %rsi
833 popq %rdi
834 movq 168(%rax), %r11
835 jmp *%r11
836 #endif /* defined(GLX_USE_TLS) */
837 .size GL_PREFIX(Color3ui), .-GL_PREFIX(Color3ui)
838
839 .p2align 4,,15
840 .globl GL_PREFIX(Color3uiv)
841 .type GL_PREFIX(Color3uiv), @function
842 GL_PREFIX(Color3uiv):
843 #if defined(GLX_USE_TLS)
844 call _x86_64_get_dispatch@PLT
845 movq 176(%rax), %r11
846 jmp *%r11
847 #elif defined(PTHREADS)
848 pushq %rdi
849 call _x86_64_get_dispatch@PLT
850 popq %rdi
851 movq 176(%rax), %r11
852 jmp *%r11
853 #else
854 movq _glapi_Dispatch(%rip), %rax
855 testq %rax, %rax
856 je 1f
857 movq 176(%rax), %r11
858 jmp *%r11
859 1:
860 pushq %rdi
861 call _glapi_get_dispatch
862 popq %rdi
863 movq 176(%rax), %r11
864 jmp *%r11
865 #endif /* defined(GLX_USE_TLS) */
866 .size GL_PREFIX(Color3uiv), .-GL_PREFIX(Color3uiv)
867
868 .p2align 4,,15
869 .globl GL_PREFIX(Color3us)
870 .type GL_PREFIX(Color3us), @function
871 GL_PREFIX(Color3us):
872 #if defined(GLX_USE_TLS)
873 call _x86_64_get_dispatch@PLT
874 movq 184(%rax), %r11
875 jmp *%r11
876 #elif defined(PTHREADS)
877 pushq %rdi
878 pushq %rsi
879 pushq %rdx
880 call _x86_64_get_dispatch@PLT
881 popq %rdx
882 popq %rsi
883 popq %rdi
884 movq 184(%rax), %r11
885 jmp *%r11
886 #else
887 movq _glapi_Dispatch(%rip), %rax
888 testq %rax, %rax
889 je 1f
890 movq 184(%rax), %r11
891 jmp *%r11
892 1:
893 pushq %rdi
894 pushq %rsi
895 pushq %rdx
896 call _glapi_get_dispatch
897 popq %rdx
898 popq %rsi
899 popq %rdi
900 movq 184(%rax), %r11
901 jmp *%r11
902 #endif /* defined(GLX_USE_TLS) */
903 .size GL_PREFIX(Color3us), .-GL_PREFIX(Color3us)
904
905 .p2align 4,,15
906 .globl GL_PREFIX(Color3usv)
907 .type GL_PREFIX(Color3usv), @function
908 GL_PREFIX(Color3usv):
909 #if defined(GLX_USE_TLS)
910 call _x86_64_get_dispatch@PLT
911 movq 192(%rax), %r11
912 jmp *%r11
913 #elif defined(PTHREADS)
914 pushq %rdi
915 call _x86_64_get_dispatch@PLT
916 popq %rdi
917 movq 192(%rax), %r11
918 jmp *%r11
919 #else
920 movq _glapi_Dispatch(%rip), %rax
921 testq %rax, %rax
922 je 1f
923 movq 192(%rax), %r11
924 jmp *%r11
925 1:
926 pushq %rdi
927 call _glapi_get_dispatch
928 popq %rdi
929 movq 192(%rax), %r11
930 jmp *%r11
931 #endif /* defined(GLX_USE_TLS) */
932 .size GL_PREFIX(Color3usv), .-GL_PREFIX(Color3usv)
933
934 .p2align 4,,15
935 .globl GL_PREFIX(Color4b)
936 .type GL_PREFIX(Color4b), @function
937 GL_PREFIX(Color4b):
938 #if defined(GLX_USE_TLS)
939 call _x86_64_get_dispatch@PLT
940 movq 200(%rax), %r11
941 jmp *%r11
942 #elif defined(PTHREADS)
943 pushq %rdi
944 pushq %rsi
945 pushq %rdx
946 pushq %rcx
947 pushq %rbp
948 call _x86_64_get_dispatch@PLT
949 popq %rbp
950 popq %rcx
951 popq %rdx
952 popq %rsi
953 popq %rdi
954 movq 200(%rax), %r11
955 jmp *%r11
956 #else
957 movq _glapi_Dispatch(%rip), %rax
958 testq %rax, %rax
959 je 1f
960 movq 200(%rax), %r11
961 jmp *%r11
962 1:
963 pushq %rdi
964 pushq %rsi
965 pushq %rdx
966 pushq %rcx
967 pushq %rbp
968 call _glapi_get_dispatch
969 popq %rbp
970 popq %rcx
971 popq %rdx
972 popq %rsi
973 popq %rdi
974 movq 200(%rax), %r11
975 jmp *%r11
976 #endif /* defined(GLX_USE_TLS) */
977 .size GL_PREFIX(Color4b), .-GL_PREFIX(Color4b)
978
979 .p2align 4,,15
980 .globl GL_PREFIX(Color4bv)
981 .type GL_PREFIX(Color4bv), @function
982 GL_PREFIX(Color4bv):
983 #if defined(GLX_USE_TLS)
984 call _x86_64_get_dispatch@PLT
985 movq 208(%rax), %r11
986 jmp *%r11
987 #elif defined(PTHREADS)
988 pushq %rdi
989 call _x86_64_get_dispatch@PLT
990 popq %rdi
991 movq 208(%rax), %r11
992 jmp *%r11
993 #else
994 movq _glapi_Dispatch(%rip), %rax
995 testq %rax, %rax
996 je 1f
997 movq 208(%rax), %r11
998 jmp *%r11
999 1:
1000 pushq %rdi
1001 call _glapi_get_dispatch
1002 popq %rdi
1003 movq 208(%rax), %r11
1004 jmp *%r11
1005 #endif /* defined(GLX_USE_TLS) */
1006 .size GL_PREFIX(Color4bv), .-GL_PREFIX(Color4bv)
1007
1008 .p2align 4,,15
1009 .globl GL_PREFIX(Color4d)
1010 .type GL_PREFIX(Color4d), @function
1011 GL_PREFIX(Color4d):
1012 #if defined(GLX_USE_TLS)
1013 call _x86_64_get_dispatch@PLT
1014 movq 216(%rax), %r11
1015 jmp *%r11
1016 #elif defined(PTHREADS)
1017 subq $40, %rsp
1018 movq %xmm0, (%rsp)
1019 movq %xmm1, 8(%rsp)
1020 movq %xmm2, 16(%rsp)
1021 movq %xmm3, 24(%rsp)
1022 call _x86_64_get_dispatch@PLT
1023 movq 24(%rsp), %xmm3
1024 movq 16(%rsp), %xmm2
1025 movq 8(%rsp), %xmm1
1026 movq (%rsp), %xmm0
1027 addq $40, %rsp
1028 movq 216(%rax), %r11
1029 jmp *%r11
1030 #else
1031 movq _glapi_Dispatch(%rip), %rax
1032 testq %rax, %rax
1033 je 1f
1034 movq 216(%rax), %r11
1035 jmp *%r11
1036 1:
1037 subq $40, %rsp
1038 movq %xmm0, (%rsp)
1039 movq %xmm1, 8(%rsp)
1040 movq %xmm2, 16(%rsp)
1041 movq %xmm3, 24(%rsp)
1042 call _glapi_get_dispatch
1043 movq 24(%rsp), %xmm3
1044 movq 16(%rsp), %xmm2
1045 movq 8(%rsp), %xmm1
1046 movq (%rsp), %xmm0
1047 addq $40, %rsp
1048 movq 216(%rax), %r11
1049 jmp *%r11
1050 #endif /* defined(GLX_USE_TLS) */
1051 .size GL_PREFIX(Color4d), .-GL_PREFIX(Color4d)
1052
1053 .p2align 4,,15
1054 .globl GL_PREFIX(Color4dv)
1055 .type GL_PREFIX(Color4dv), @function
1056 GL_PREFIX(Color4dv):
1057 #if defined(GLX_USE_TLS)
1058 call _x86_64_get_dispatch@PLT
1059 movq 224(%rax), %r11
1060 jmp *%r11
1061 #elif defined(PTHREADS)
1062 pushq %rdi
1063 call _x86_64_get_dispatch@PLT
1064 popq %rdi
1065 movq 224(%rax), %r11
1066 jmp *%r11
1067 #else
1068 movq _glapi_Dispatch(%rip), %rax
1069 testq %rax, %rax
1070 je 1f
1071 movq 224(%rax), %r11
1072 jmp *%r11
1073 1:
1074 pushq %rdi
1075 call _glapi_get_dispatch
1076 popq %rdi
1077 movq 224(%rax), %r11
1078 jmp *%r11
1079 #endif /* defined(GLX_USE_TLS) */
1080 .size GL_PREFIX(Color4dv), .-GL_PREFIX(Color4dv)
1081
1082 .p2align 4,,15
1083 .globl GL_PREFIX(Color4f)
1084 .type GL_PREFIX(Color4f), @function
1085 GL_PREFIX(Color4f):
1086 #if defined(GLX_USE_TLS)
1087 call _x86_64_get_dispatch@PLT
1088 movq 232(%rax), %r11
1089 jmp *%r11
1090 #elif defined(PTHREADS)
1091 subq $40, %rsp
1092 movq %xmm0, (%rsp)
1093 movq %xmm1, 8(%rsp)
1094 movq %xmm2, 16(%rsp)
1095 movq %xmm3, 24(%rsp)
1096 call _x86_64_get_dispatch@PLT
1097 movq 24(%rsp), %xmm3
1098 movq 16(%rsp), %xmm2
1099 movq 8(%rsp), %xmm1
1100 movq (%rsp), %xmm0
1101 addq $40, %rsp
1102 movq 232(%rax), %r11
1103 jmp *%r11
1104 #else
1105 movq _glapi_Dispatch(%rip), %rax
1106 testq %rax, %rax
1107 je 1f
1108 movq 232(%rax), %r11
1109 jmp *%r11
1110 1:
1111 subq $40, %rsp
1112 movq %xmm0, (%rsp)
1113 movq %xmm1, 8(%rsp)
1114 movq %xmm2, 16(%rsp)
1115 movq %xmm3, 24(%rsp)
1116 call _glapi_get_dispatch
1117 movq 24(%rsp), %xmm3
1118 movq 16(%rsp), %xmm2
1119 movq 8(%rsp), %xmm1
1120 movq (%rsp), %xmm0
1121 addq $40, %rsp
1122 movq 232(%rax), %r11
1123 jmp *%r11
1124 #endif /* defined(GLX_USE_TLS) */
1125 .size GL_PREFIX(Color4f), .-GL_PREFIX(Color4f)
1126
1127 .p2align 4,,15
1128 .globl GL_PREFIX(Color4fv)
1129 .type GL_PREFIX(Color4fv), @function
1130 GL_PREFIX(Color4fv):
1131 #if defined(GLX_USE_TLS)
1132 call _x86_64_get_dispatch@PLT
1133 movq 240(%rax), %r11
1134 jmp *%r11
1135 #elif defined(PTHREADS)
1136 pushq %rdi
1137 call _x86_64_get_dispatch@PLT
1138 popq %rdi
1139 movq 240(%rax), %r11
1140 jmp *%r11
1141 #else
1142 movq _glapi_Dispatch(%rip), %rax
1143 testq %rax, %rax
1144 je 1f
1145 movq 240(%rax), %r11
1146 jmp *%r11
1147 1:
1148 pushq %rdi
1149 call _glapi_get_dispatch
1150 popq %rdi
1151 movq 240(%rax), %r11
1152 jmp *%r11
1153 #endif /* defined(GLX_USE_TLS) */
1154 .size GL_PREFIX(Color4fv), .-GL_PREFIX(Color4fv)
1155
1156 .p2align 4,,15
1157 .globl GL_PREFIX(Color4i)
1158 .type GL_PREFIX(Color4i), @function
1159 GL_PREFIX(Color4i):
1160 #if defined(GLX_USE_TLS)
1161 call _x86_64_get_dispatch@PLT
1162 movq 248(%rax), %r11
1163 jmp *%r11
1164 #elif defined(PTHREADS)
1165 pushq %rdi
1166 pushq %rsi
1167 pushq %rdx
1168 pushq %rcx
1169 pushq %rbp
1170 call _x86_64_get_dispatch@PLT
1171 popq %rbp
1172 popq %rcx
1173 popq %rdx
1174 popq %rsi
1175 popq %rdi
1176 movq 248(%rax), %r11
1177 jmp *%r11
1178 #else
1179 movq _glapi_Dispatch(%rip), %rax
1180 testq %rax, %rax
1181 je 1f
1182 movq 248(%rax), %r11
1183 jmp *%r11
1184 1:
1185 pushq %rdi
1186 pushq %rsi
1187 pushq %rdx
1188 pushq %rcx
1189 pushq %rbp
1190 call _glapi_get_dispatch
1191 popq %rbp
1192 popq %rcx
1193 popq %rdx
1194 popq %rsi
1195 popq %rdi
1196 movq 248(%rax), %r11
1197 jmp *%r11
1198 #endif /* defined(GLX_USE_TLS) */
1199 .size GL_PREFIX(Color4i), .-GL_PREFIX(Color4i)
1200
1201 .p2align 4,,15
1202 .globl GL_PREFIX(Color4iv)
1203 .type GL_PREFIX(Color4iv), @function
1204 GL_PREFIX(Color4iv):
1205 #if defined(GLX_USE_TLS)
1206 call _x86_64_get_dispatch@PLT
1207 movq 256(%rax), %r11
1208 jmp *%r11
1209 #elif defined(PTHREADS)
1210 pushq %rdi
1211 call _x86_64_get_dispatch@PLT
1212 popq %rdi
1213 movq 256(%rax), %r11
1214 jmp *%r11
1215 #else
1216 movq _glapi_Dispatch(%rip), %rax
1217 testq %rax, %rax
1218 je 1f
1219 movq 256(%rax), %r11
1220 jmp *%r11
1221 1:
1222 pushq %rdi
1223 call _glapi_get_dispatch
1224 popq %rdi
1225 movq 256(%rax), %r11
1226 jmp *%r11
1227 #endif /* defined(GLX_USE_TLS) */
1228 .size GL_PREFIX(Color4iv), .-GL_PREFIX(Color4iv)
1229
1230 .p2align 4,,15
1231 .globl GL_PREFIX(Color4s)
1232 .type GL_PREFIX(Color4s), @function
1233 GL_PREFIX(Color4s):
1234 #if defined(GLX_USE_TLS)
1235 call _x86_64_get_dispatch@PLT
1236 movq 264(%rax), %r11
1237 jmp *%r11
1238 #elif defined(PTHREADS)
1239 pushq %rdi
1240 pushq %rsi
1241 pushq %rdx
1242 pushq %rcx
1243 pushq %rbp
1244 call _x86_64_get_dispatch@PLT
1245 popq %rbp
1246 popq %rcx
1247 popq %rdx
1248 popq %rsi
1249 popq %rdi
1250 movq 264(%rax), %r11
1251 jmp *%r11
1252 #else
1253 movq _glapi_Dispatch(%rip), %rax
1254 testq %rax, %rax
1255 je 1f
1256 movq 264(%rax), %r11
1257 jmp *%r11
1258 1:
1259 pushq %rdi
1260 pushq %rsi
1261 pushq %rdx
1262 pushq %rcx
1263 pushq %rbp
1264 call _glapi_get_dispatch
1265 popq %rbp
1266 popq %rcx
1267 popq %rdx
1268 popq %rsi
1269 popq %rdi
1270 movq 264(%rax), %r11
1271 jmp *%r11
1272 #endif /* defined(GLX_USE_TLS) */
1273 .size GL_PREFIX(Color4s), .-GL_PREFIX(Color4s)
1274
1275 .p2align 4,,15
1276 .globl GL_PREFIX(Color4sv)
1277 .type GL_PREFIX(Color4sv), @function
1278 GL_PREFIX(Color4sv):
1279 #if defined(GLX_USE_TLS)
1280 call _x86_64_get_dispatch@PLT
1281 movq 272(%rax), %r11
1282 jmp *%r11
1283 #elif defined(PTHREADS)
1284 pushq %rdi
1285 call _x86_64_get_dispatch@PLT
1286 popq %rdi
1287 movq 272(%rax), %r11
1288 jmp *%r11
1289 #else
1290 movq _glapi_Dispatch(%rip), %rax
1291 testq %rax, %rax
1292 je 1f
1293 movq 272(%rax), %r11
1294 jmp *%r11
1295 1:
1296 pushq %rdi
1297 call _glapi_get_dispatch
1298 popq %rdi
1299 movq 272(%rax), %r11
1300 jmp *%r11
1301 #endif /* defined(GLX_USE_TLS) */
1302 .size GL_PREFIX(Color4sv), .-GL_PREFIX(Color4sv)
1303
1304 .p2align 4,,15
1305 .globl GL_PREFIX(Color4ub)
1306 .type GL_PREFIX(Color4ub), @function
1307 GL_PREFIX(Color4ub):
1308 #if defined(GLX_USE_TLS)
1309 call _x86_64_get_dispatch@PLT
1310 movq 280(%rax), %r11
1311 jmp *%r11
1312 #elif defined(PTHREADS)
1313 pushq %rdi
1314 pushq %rsi
1315 pushq %rdx
1316 pushq %rcx
1317 pushq %rbp
1318 call _x86_64_get_dispatch@PLT
1319 popq %rbp
1320 popq %rcx
1321 popq %rdx
1322 popq %rsi
1323 popq %rdi
1324 movq 280(%rax), %r11
1325 jmp *%r11
1326 #else
1327 movq _glapi_Dispatch(%rip), %rax
1328 testq %rax, %rax
1329 je 1f
1330 movq 280(%rax), %r11
1331 jmp *%r11
1332 1:
1333 pushq %rdi
1334 pushq %rsi
1335 pushq %rdx
1336 pushq %rcx
1337 pushq %rbp
1338 call _glapi_get_dispatch
1339 popq %rbp
1340 popq %rcx
1341 popq %rdx
1342 popq %rsi
1343 popq %rdi
1344 movq 280(%rax), %r11
1345 jmp *%r11
1346 #endif /* defined(GLX_USE_TLS) */
1347 .size GL_PREFIX(Color4ub), .-GL_PREFIX(Color4ub)
1348
1349 .p2align 4,,15
1350 .globl GL_PREFIX(Color4ubv)
1351 .type GL_PREFIX(Color4ubv), @function
1352 GL_PREFIX(Color4ubv):
1353 #if defined(GLX_USE_TLS)
1354 call _x86_64_get_dispatch@PLT
1355 movq 288(%rax), %r11
1356 jmp *%r11
1357 #elif defined(PTHREADS)
1358 pushq %rdi
1359 call _x86_64_get_dispatch@PLT
1360 popq %rdi
1361 movq 288(%rax), %r11
1362 jmp *%r11
1363 #else
1364 movq _glapi_Dispatch(%rip), %rax
1365 testq %rax, %rax
1366 je 1f
1367 movq 288(%rax), %r11
1368 jmp *%r11
1369 1:
1370 pushq %rdi
1371 call _glapi_get_dispatch
1372 popq %rdi
1373 movq 288(%rax), %r11
1374 jmp *%r11
1375 #endif /* defined(GLX_USE_TLS) */
1376 .size GL_PREFIX(Color4ubv), .-GL_PREFIX(Color4ubv)
1377
1378 .p2align 4,,15
1379 .globl GL_PREFIX(Color4ui)
1380 .type GL_PREFIX(Color4ui), @function
1381 GL_PREFIX(Color4ui):
1382 #if defined(GLX_USE_TLS)
1383 call _x86_64_get_dispatch@PLT
1384 movq 296(%rax), %r11
1385 jmp *%r11
1386 #elif defined(PTHREADS)
1387 pushq %rdi
1388 pushq %rsi
1389 pushq %rdx
1390 pushq %rcx
1391 pushq %rbp
1392 call _x86_64_get_dispatch@PLT
1393 popq %rbp
1394 popq %rcx
1395 popq %rdx
1396 popq %rsi
1397 popq %rdi
1398 movq 296(%rax), %r11
1399 jmp *%r11
1400 #else
1401 movq _glapi_Dispatch(%rip), %rax
1402 testq %rax, %rax
1403 je 1f
1404 movq 296(%rax), %r11
1405 jmp *%r11
1406 1:
1407 pushq %rdi
1408 pushq %rsi
1409 pushq %rdx
1410 pushq %rcx
1411 pushq %rbp
1412 call _glapi_get_dispatch
1413 popq %rbp
1414 popq %rcx
1415 popq %rdx
1416 popq %rsi
1417 popq %rdi
1418 movq 296(%rax), %r11
1419 jmp *%r11
1420 #endif /* defined(GLX_USE_TLS) */
1421 .size GL_PREFIX(Color4ui), .-GL_PREFIX(Color4ui)
1422
1423 .p2align 4,,15
1424 .globl GL_PREFIX(Color4uiv)
1425 .type GL_PREFIX(Color4uiv), @function
1426 GL_PREFIX(Color4uiv):
1427 #if defined(GLX_USE_TLS)
1428 call _x86_64_get_dispatch@PLT
1429 movq 304(%rax), %r11
1430 jmp *%r11
1431 #elif defined(PTHREADS)
1432 pushq %rdi
1433 call _x86_64_get_dispatch@PLT
1434 popq %rdi
1435 movq 304(%rax), %r11
1436 jmp *%r11
1437 #else
1438 movq _glapi_Dispatch(%rip), %rax
1439 testq %rax, %rax
1440 je 1f
1441 movq 304(%rax), %r11
1442 jmp *%r11
1443 1:
1444 pushq %rdi
1445 call _glapi_get_dispatch
1446 popq %rdi
1447 movq 304(%rax), %r11
1448 jmp *%r11
1449 #endif /* defined(GLX_USE_TLS) */
1450 .size GL_PREFIX(Color4uiv), .-GL_PREFIX(Color4uiv)
1451
1452 .p2align 4,,15
1453 .globl GL_PREFIX(Color4us)
1454 .type GL_PREFIX(Color4us), @function
1455 GL_PREFIX(Color4us):
1456 #if defined(GLX_USE_TLS)
1457 call _x86_64_get_dispatch@PLT
1458 movq 312(%rax), %r11
1459 jmp *%r11
1460 #elif defined(PTHREADS)
1461 pushq %rdi
1462 pushq %rsi
1463 pushq %rdx
1464 pushq %rcx
1465 pushq %rbp
1466 call _x86_64_get_dispatch@PLT
1467 popq %rbp
1468 popq %rcx
1469 popq %rdx
1470 popq %rsi
1471 popq %rdi
1472 movq 312(%rax), %r11
1473 jmp *%r11
1474 #else
1475 movq _glapi_Dispatch(%rip), %rax
1476 testq %rax, %rax
1477 je 1f
1478 movq 312(%rax), %r11
1479 jmp *%r11
1480 1:
1481 pushq %rdi
1482 pushq %rsi
1483 pushq %rdx
1484 pushq %rcx
1485 pushq %rbp
1486 call _glapi_get_dispatch
1487 popq %rbp
1488 popq %rcx
1489 popq %rdx
1490 popq %rsi
1491 popq %rdi
1492 movq 312(%rax), %r11
1493 jmp *%r11
1494 #endif /* defined(GLX_USE_TLS) */
1495 .size GL_PREFIX(Color4us), .-GL_PREFIX(Color4us)
1496
1497 .p2align 4,,15
1498 .globl GL_PREFIX(Color4usv)
1499 .type GL_PREFIX(Color4usv), @function
1500 GL_PREFIX(Color4usv):
1501 #if defined(GLX_USE_TLS)
1502 call _x86_64_get_dispatch@PLT
1503 movq 320(%rax), %r11
1504 jmp *%r11
1505 #elif defined(PTHREADS)
1506 pushq %rdi
1507 call _x86_64_get_dispatch@PLT
1508 popq %rdi
1509 movq 320(%rax), %r11
1510 jmp *%r11
1511 #else
1512 movq _glapi_Dispatch(%rip), %rax
1513 testq %rax, %rax
1514 je 1f
1515 movq 320(%rax), %r11
1516 jmp *%r11
1517 1:
1518 pushq %rdi
1519 call _glapi_get_dispatch
1520 popq %rdi
1521 movq 320(%rax), %r11
1522 jmp *%r11
1523 #endif /* defined(GLX_USE_TLS) */
1524 .size GL_PREFIX(Color4usv), .-GL_PREFIX(Color4usv)
1525
1526 .p2align 4,,15
1527 .globl GL_PREFIX(EdgeFlag)
1528 .type GL_PREFIX(EdgeFlag), @function
1529 GL_PREFIX(EdgeFlag):
1530 #if defined(GLX_USE_TLS)
1531 call _x86_64_get_dispatch@PLT
1532 movq 328(%rax), %r11
1533 jmp *%r11
1534 #elif defined(PTHREADS)
1535 pushq %rdi
1536 call _x86_64_get_dispatch@PLT
1537 popq %rdi
1538 movq 328(%rax), %r11
1539 jmp *%r11
1540 #else
1541 movq _glapi_Dispatch(%rip), %rax
1542 testq %rax, %rax
1543 je 1f
1544 movq 328(%rax), %r11
1545 jmp *%r11
1546 1:
1547 pushq %rdi
1548 call _glapi_get_dispatch
1549 popq %rdi
1550 movq 328(%rax), %r11
1551 jmp *%r11
1552 #endif /* defined(GLX_USE_TLS) */
1553 .size GL_PREFIX(EdgeFlag), .-GL_PREFIX(EdgeFlag)
1554
1555 .p2align 4,,15
1556 .globl GL_PREFIX(EdgeFlagv)
1557 .type GL_PREFIX(EdgeFlagv), @function
1558 GL_PREFIX(EdgeFlagv):
1559 #if defined(GLX_USE_TLS)
1560 call _x86_64_get_dispatch@PLT
1561 movq 336(%rax), %r11
1562 jmp *%r11
1563 #elif defined(PTHREADS)
1564 pushq %rdi
1565 call _x86_64_get_dispatch@PLT
1566 popq %rdi
1567 movq 336(%rax), %r11
1568 jmp *%r11
1569 #else
1570 movq _glapi_Dispatch(%rip), %rax
1571 testq %rax, %rax
1572 je 1f
1573 movq 336(%rax), %r11
1574 jmp *%r11
1575 1:
1576 pushq %rdi
1577 call _glapi_get_dispatch
1578 popq %rdi
1579 movq 336(%rax), %r11
1580 jmp *%r11
1581 #endif /* defined(GLX_USE_TLS) */
1582 .size GL_PREFIX(EdgeFlagv), .-GL_PREFIX(EdgeFlagv)
1583
1584 .p2align 4,,15
1585 .globl GL_PREFIX(End)
1586 .type GL_PREFIX(End), @function
1587 GL_PREFIX(End):
1588 #if defined(GLX_USE_TLS)
1589 call _x86_64_get_dispatch@PLT
1590 movq 344(%rax), %r11
1591 jmp *%r11
1592 #elif defined(PTHREADS)
1593 pushq %rbp
1594 call _x86_64_get_dispatch@PLT
1595 popq %rbp
1596 movq 344(%rax), %r11
1597 jmp *%r11
1598 #else
1599 movq _glapi_Dispatch(%rip), %rax
1600 testq %rax, %rax
1601 je 1f
1602 movq 344(%rax), %r11
1603 jmp *%r11
1604 1:
1605 pushq %rbp
1606 call _glapi_get_dispatch
1607 popq %rbp
1608 movq 344(%rax), %r11
1609 jmp *%r11
1610 #endif /* defined(GLX_USE_TLS) */
1611 .size GL_PREFIX(End), .-GL_PREFIX(End)
1612
1613 .p2align 4,,15
1614 .globl GL_PREFIX(Indexd)
1615 .type GL_PREFIX(Indexd), @function
1616 GL_PREFIX(Indexd):
1617 #if defined(GLX_USE_TLS)
1618 call _x86_64_get_dispatch@PLT
1619 movq 352(%rax), %r11
1620 jmp *%r11
1621 #elif defined(PTHREADS)
1622 subq $8, %rsp
1623 movq %xmm0, (%rsp)
1624 call _x86_64_get_dispatch@PLT
1625 movq (%rsp), %xmm0
1626 addq $8, %rsp
1627 movq 352(%rax), %r11
1628 jmp *%r11
1629 #else
1630 movq _glapi_Dispatch(%rip), %rax
1631 testq %rax, %rax
1632 je 1f
1633 movq 352(%rax), %r11
1634 jmp *%r11
1635 1:
1636 subq $8, %rsp
1637 movq %xmm0, (%rsp)
1638 call _glapi_get_dispatch
1639 movq (%rsp), %xmm0
1640 addq $8, %rsp
1641 movq 352(%rax), %r11
1642 jmp *%r11
1643 #endif /* defined(GLX_USE_TLS) */
1644 .size GL_PREFIX(Indexd), .-GL_PREFIX(Indexd)
1645
1646 .p2align 4,,15
1647 .globl GL_PREFIX(Indexdv)
1648 .type GL_PREFIX(Indexdv), @function
1649 GL_PREFIX(Indexdv):
1650 #if defined(GLX_USE_TLS)
1651 call _x86_64_get_dispatch@PLT
1652 movq 360(%rax), %r11
1653 jmp *%r11
1654 #elif defined(PTHREADS)
1655 pushq %rdi
1656 call _x86_64_get_dispatch@PLT
1657 popq %rdi
1658 movq 360(%rax), %r11
1659 jmp *%r11
1660 #else
1661 movq _glapi_Dispatch(%rip), %rax
1662 testq %rax, %rax
1663 je 1f
1664 movq 360(%rax), %r11
1665 jmp *%r11
1666 1:
1667 pushq %rdi
1668 call _glapi_get_dispatch
1669 popq %rdi
1670 movq 360(%rax), %r11
1671 jmp *%r11
1672 #endif /* defined(GLX_USE_TLS) */
1673 .size GL_PREFIX(Indexdv), .-GL_PREFIX(Indexdv)
1674
1675 .p2align 4,,15
1676 .globl GL_PREFIX(Indexf)
1677 .type GL_PREFIX(Indexf), @function
1678 GL_PREFIX(Indexf):
1679 #if defined(GLX_USE_TLS)
1680 call _x86_64_get_dispatch@PLT
1681 movq 368(%rax), %r11
1682 jmp *%r11
1683 #elif defined(PTHREADS)
1684 subq $8, %rsp
1685 movq %xmm0, (%rsp)
1686 call _x86_64_get_dispatch@PLT
1687 movq (%rsp), %xmm0
1688 addq $8, %rsp
1689 movq 368(%rax), %r11
1690 jmp *%r11
1691 #else
1692 movq _glapi_Dispatch(%rip), %rax
1693 testq %rax, %rax
1694 je 1f
1695 movq 368(%rax), %r11
1696 jmp *%r11
1697 1:
1698 subq $8, %rsp
1699 movq %xmm0, (%rsp)
1700 call _glapi_get_dispatch
1701 movq (%rsp), %xmm0
1702 addq $8, %rsp
1703 movq 368(%rax), %r11
1704 jmp *%r11
1705 #endif /* defined(GLX_USE_TLS) */
1706 .size GL_PREFIX(Indexf), .-GL_PREFIX(Indexf)
1707
1708 .p2align 4,,15
1709 .globl GL_PREFIX(Indexfv)
1710 .type GL_PREFIX(Indexfv), @function
1711 GL_PREFIX(Indexfv):
1712 #if defined(GLX_USE_TLS)
1713 call _x86_64_get_dispatch@PLT
1714 movq 376(%rax), %r11
1715 jmp *%r11
1716 #elif defined(PTHREADS)
1717 pushq %rdi
1718 call _x86_64_get_dispatch@PLT
1719 popq %rdi
1720 movq 376(%rax), %r11
1721 jmp *%r11
1722 #else
1723 movq _glapi_Dispatch(%rip), %rax
1724 testq %rax, %rax
1725 je 1f
1726 movq 376(%rax), %r11
1727 jmp *%r11
1728 1:
1729 pushq %rdi
1730 call _glapi_get_dispatch
1731 popq %rdi
1732 movq 376(%rax), %r11
1733 jmp *%r11
1734 #endif /* defined(GLX_USE_TLS) */
1735 .size GL_PREFIX(Indexfv), .-GL_PREFIX(Indexfv)
1736
1737 .p2align 4,,15
1738 .globl GL_PREFIX(Indexi)
1739 .type GL_PREFIX(Indexi), @function
1740 GL_PREFIX(Indexi):
1741 #if defined(GLX_USE_TLS)
1742 call _x86_64_get_dispatch@PLT
1743 movq 384(%rax), %r11
1744 jmp *%r11
1745 #elif defined(PTHREADS)
1746 pushq %rdi
1747 call _x86_64_get_dispatch@PLT
1748 popq %rdi
1749 movq 384(%rax), %r11
1750 jmp *%r11
1751 #else
1752 movq _glapi_Dispatch(%rip), %rax
1753 testq %rax, %rax
1754 je 1f
1755 movq 384(%rax), %r11
1756 jmp *%r11
1757 1:
1758 pushq %rdi
1759 call _glapi_get_dispatch
1760 popq %rdi
1761 movq 384(%rax), %r11
1762 jmp *%r11
1763 #endif /* defined(GLX_USE_TLS) */
1764 .size GL_PREFIX(Indexi), .-GL_PREFIX(Indexi)
1765
1766 .p2align 4,,15
1767 .globl GL_PREFIX(Indexiv)
1768 .type GL_PREFIX(Indexiv), @function
1769 GL_PREFIX(Indexiv):
1770 #if defined(GLX_USE_TLS)
1771 call _x86_64_get_dispatch@PLT
1772 movq 392(%rax), %r11
1773 jmp *%r11
1774 #elif defined(PTHREADS)
1775 pushq %rdi
1776 call _x86_64_get_dispatch@PLT
1777 popq %rdi
1778 movq 392(%rax), %r11
1779 jmp *%r11
1780 #else
1781 movq _glapi_Dispatch(%rip), %rax
1782 testq %rax, %rax
1783 je 1f
1784 movq 392(%rax), %r11
1785 jmp *%r11
1786 1:
1787 pushq %rdi
1788 call _glapi_get_dispatch
1789 popq %rdi
1790 movq 392(%rax), %r11
1791 jmp *%r11
1792 #endif /* defined(GLX_USE_TLS) */
1793 .size GL_PREFIX(Indexiv), .-GL_PREFIX(Indexiv)
1794
1795 .p2align 4,,15
1796 .globl GL_PREFIX(Indexs)
1797 .type GL_PREFIX(Indexs), @function
1798 GL_PREFIX(Indexs):
1799 #if defined(GLX_USE_TLS)
1800 call _x86_64_get_dispatch@PLT
1801 movq 400(%rax), %r11
1802 jmp *%r11
1803 #elif defined(PTHREADS)
1804 pushq %rdi
1805 call _x86_64_get_dispatch@PLT
1806 popq %rdi
1807 movq 400(%rax), %r11
1808 jmp *%r11
1809 #else
1810 movq _glapi_Dispatch(%rip), %rax
1811 testq %rax, %rax
1812 je 1f
1813 movq 400(%rax), %r11
1814 jmp *%r11
1815 1:
1816 pushq %rdi
1817 call _glapi_get_dispatch
1818 popq %rdi
1819 movq 400(%rax), %r11
1820 jmp *%r11
1821 #endif /* defined(GLX_USE_TLS) */
1822 .size GL_PREFIX(Indexs), .-GL_PREFIX(Indexs)
1823
1824 .p2align 4,,15
1825 .globl GL_PREFIX(Indexsv)
1826 .type GL_PREFIX(Indexsv), @function
1827 GL_PREFIX(Indexsv):
1828 #if defined(GLX_USE_TLS)
1829 call _x86_64_get_dispatch@PLT
1830 movq 408(%rax), %r11
1831 jmp *%r11
1832 #elif defined(PTHREADS)
1833 pushq %rdi
1834 call _x86_64_get_dispatch@PLT
1835 popq %rdi
1836 movq 408(%rax), %r11
1837 jmp *%r11
1838 #else
1839 movq _glapi_Dispatch(%rip), %rax
1840 testq %rax, %rax
1841 je 1f
1842 movq 408(%rax), %r11
1843 jmp *%r11
1844 1:
1845 pushq %rdi
1846 call _glapi_get_dispatch
1847 popq %rdi
1848 movq 408(%rax), %r11
1849 jmp *%r11
1850 #endif /* defined(GLX_USE_TLS) */
1851 .size GL_PREFIX(Indexsv), .-GL_PREFIX(Indexsv)
1852
1853 .p2align 4,,15
1854 .globl GL_PREFIX(Normal3b)
1855 .type GL_PREFIX(Normal3b), @function
1856 GL_PREFIX(Normal3b):
1857 #if defined(GLX_USE_TLS)
1858 call _x86_64_get_dispatch@PLT
1859 movq 416(%rax), %r11
1860 jmp *%r11
1861 #elif defined(PTHREADS)
1862 pushq %rdi
1863 pushq %rsi
1864 pushq %rdx
1865 call _x86_64_get_dispatch@PLT
1866 popq %rdx
1867 popq %rsi
1868 popq %rdi
1869 movq 416(%rax), %r11
1870 jmp *%r11
1871 #else
1872 movq _glapi_Dispatch(%rip), %rax
1873 testq %rax, %rax
1874 je 1f
1875 movq 416(%rax), %r11
1876 jmp *%r11
1877 1:
1878 pushq %rdi
1879 pushq %rsi
1880 pushq %rdx
1881 call _glapi_get_dispatch
1882 popq %rdx
1883 popq %rsi
1884 popq %rdi
1885 movq 416(%rax), %r11
1886 jmp *%r11
1887 #endif /* defined(GLX_USE_TLS) */
1888 .size GL_PREFIX(Normal3b), .-GL_PREFIX(Normal3b)
1889
1890 .p2align 4,,15
1891 .globl GL_PREFIX(Normal3bv)
1892 .type GL_PREFIX(Normal3bv), @function
1893 GL_PREFIX(Normal3bv):
1894 #if defined(GLX_USE_TLS)
1895 call _x86_64_get_dispatch@PLT
1896 movq 424(%rax), %r11
1897 jmp *%r11
1898 #elif defined(PTHREADS)
1899 pushq %rdi
1900 call _x86_64_get_dispatch@PLT
1901 popq %rdi
1902 movq 424(%rax), %r11
1903 jmp *%r11
1904 #else
1905 movq _glapi_Dispatch(%rip), %rax
1906 testq %rax, %rax
1907 je 1f
1908 movq 424(%rax), %r11
1909 jmp *%r11
1910 1:
1911 pushq %rdi
1912 call _glapi_get_dispatch
1913 popq %rdi
1914 movq 424(%rax), %r11
1915 jmp *%r11
1916 #endif /* defined(GLX_USE_TLS) */
1917 .size GL_PREFIX(Normal3bv), .-GL_PREFIX(Normal3bv)
1918
1919 .p2align 4,,15
1920 .globl GL_PREFIX(Normal3d)
1921 .type GL_PREFIX(Normal3d), @function
1922 GL_PREFIX(Normal3d):
1923 #if defined(GLX_USE_TLS)
1924 call _x86_64_get_dispatch@PLT
1925 movq 432(%rax), %r11
1926 jmp *%r11
1927 #elif defined(PTHREADS)
1928 subq $24, %rsp
1929 movq %xmm0, (%rsp)
1930 movq %xmm1, 8(%rsp)
1931 movq %xmm2, 16(%rsp)
1932 call _x86_64_get_dispatch@PLT
1933 movq 16(%rsp), %xmm2
1934 movq 8(%rsp), %xmm1
1935 movq (%rsp), %xmm0
1936 addq $24, %rsp
1937 movq 432(%rax), %r11
1938 jmp *%r11
1939 #else
1940 movq _glapi_Dispatch(%rip), %rax
1941 testq %rax, %rax
1942 je 1f
1943 movq 432(%rax), %r11
1944 jmp *%r11
1945 1:
1946 subq $24, %rsp
1947 movq %xmm0, (%rsp)
1948 movq %xmm1, 8(%rsp)
1949 movq %xmm2, 16(%rsp)
1950 call _glapi_get_dispatch
1951 movq 16(%rsp), %xmm2
1952 movq 8(%rsp), %xmm1
1953 movq (%rsp), %xmm0
1954 addq $24, %rsp
1955 movq 432(%rax), %r11
1956 jmp *%r11
1957 #endif /* defined(GLX_USE_TLS) */
1958 .size GL_PREFIX(Normal3d), .-GL_PREFIX(Normal3d)
1959
1960 .p2align 4,,15
1961 .globl GL_PREFIX(Normal3dv)
1962 .type GL_PREFIX(Normal3dv), @function
1963 GL_PREFIX(Normal3dv):
1964 #if defined(GLX_USE_TLS)
1965 call _x86_64_get_dispatch@PLT
1966 movq 440(%rax), %r11
1967 jmp *%r11
1968 #elif defined(PTHREADS)
1969 pushq %rdi
1970 call _x86_64_get_dispatch@PLT
1971 popq %rdi
1972 movq 440(%rax), %r11
1973 jmp *%r11
1974 #else
1975 movq _glapi_Dispatch(%rip), %rax
1976 testq %rax, %rax
1977 je 1f
1978 movq 440(%rax), %r11
1979 jmp *%r11
1980 1:
1981 pushq %rdi
1982 call _glapi_get_dispatch
1983 popq %rdi
1984 movq 440(%rax), %r11
1985 jmp *%r11
1986 #endif /* defined(GLX_USE_TLS) */
1987 .size GL_PREFIX(Normal3dv), .-GL_PREFIX(Normal3dv)
1988
1989 .p2align 4,,15
1990 .globl GL_PREFIX(Normal3f)
1991 .type GL_PREFIX(Normal3f), @function
1992 GL_PREFIX(Normal3f):
1993 #if defined(GLX_USE_TLS)
1994 call _x86_64_get_dispatch@PLT
1995 movq 448(%rax), %r11
1996 jmp *%r11
1997 #elif defined(PTHREADS)
1998 subq $24, %rsp
1999 movq %xmm0, (%rsp)
2000 movq %xmm1, 8(%rsp)
2001 movq %xmm2, 16(%rsp)
2002 call _x86_64_get_dispatch@PLT
2003 movq 16(%rsp), %xmm2
2004 movq 8(%rsp), %xmm1
2005 movq (%rsp), %xmm0
2006 addq $24, %rsp
2007 movq 448(%rax), %r11
2008 jmp *%r11
2009 #else
2010 movq _glapi_Dispatch(%rip), %rax
2011 testq %rax, %rax
2012 je 1f
2013 movq 448(%rax), %r11
2014 jmp *%r11
2015 1:
2016 subq $24, %rsp
2017 movq %xmm0, (%rsp)
2018 movq %xmm1, 8(%rsp)
2019 movq %xmm2, 16(%rsp)
2020 call _glapi_get_dispatch
2021 movq 16(%rsp), %xmm2
2022 movq 8(%rsp), %xmm1
2023 movq (%rsp), %xmm0
2024 addq $24, %rsp
2025 movq 448(%rax), %r11
2026 jmp *%r11
2027 #endif /* defined(GLX_USE_TLS) */
2028 .size GL_PREFIX(Normal3f), .-GL_PREFIX(Normal3f)
2029
2030 .p2align 4,,15
2031 .globl GL_PREFIX(Normal3fv)
2032 .type GL_PREFIX(Normal3fv), @function
2033 GL_PREFIX(Normal3fv):
2034 #if defined(GLX_USE_TLS)
2035 call _x86_64_get_dispatch@PLT
2036 movq 456(%rax), %r11
2037 jmp *%r11
2038 #elif defined(PTHREADS)
2039 pushq %rdi
2040 call _x86_64_get_dispatch@PLT
2041 popq %rdi
2042 movq 456(%rax), %r11
2043 jmp *%r11
2044 #else
2045 movq _glapi_Dispatch(%rip), %rax
2046 testq %rax, %rax
2047 je 1f
2048 movq 456(%rax), %r11
2049 jmp *%r11
2050 1:
2051 pushq %rdi
2052 call _glapi_get_dispatch
2053 popq %rdi
2054 movq 456(%rax), %r11
2055 jmp *%r11
2056 #endif /* defined(GLX_USE_TLS) */
2057 .size GL_PREFIX(Normal3fv), .-GL_PREFIX(Normal3fv)
2058
2059 .p2align 4,,15
2060 .globl GL_PREFIX(Normal3i)
2061 .type GL_PREFIX(Normal3i), @function
2062 GL_PREFIX(Normal3i):
2063 #if defined(GLX_USE_TLS)
2064 call _x86_64_get_dispatch@PLT
2065 movq 464(%rax), %r11
2066 jmp *%r11
2067 #elif defined(PTHREADS)
2068 pushq %rdi
2069 pushq %rsi
2070 pushq %rdx
2071 call _x86_64_get_dispatch@PLT
2072 popq %rdx
2073 popq %rsi
2074 popq %rdi
2075 movq 464(%rax), %r11
2076 jmp *%r11
2077 #else
2078 movq _glapi_Dispatch(%rip), %rax
2079 testq %rax, %rax
2080 je 1f
2081 movq 464(%rax), %r11
2082 jmp *%r11
2083 1:
2084 pushq %rdi
2085 pushq %rsi
2086 pushq %rdx
2087 call _glapi_get_dispatch
2088 popq %rdx
2089 popq %rsi
2090 popq %rdi
2091 movq 464(%rax), %r11
2092 jmp *%r11
2093 #endif /* defined(GLX_USE_TLS) */
2094 .size GL_PREFIX(Normal3i), .-GL_PREFIX(Normal3i)
2095
2096 .p2align 4,,15
2097 .globl GL_PREFIX(Normal3iv)
2098 .type GL_PREFIX(Normal3iv), @function
2099 GL_PREFIX(Normal3iv):
2100 #if defined(GLX_USE_TLS)
2101 call _x86_64_get_dispatch@PLT
2102 movq 472(%rax), %r11
2103 jmp *%r11
2104 #elif defined(PTHREADS)
2105 pushq %rdi
2106 call _x86_64_get_dispatch@PLT
2107 popq %rdi
2108 movq 472(%rax), %r11
2109 jmp *%r11
2110 #else
2111 movq _glapi_Dispatch(%rip), %rax
2112 testq %rax, %rax
2113 je 1f
2114 movq 472(%rax), %r11
2115 jmp *%r11
2116 1:
2117 pushq %rdi
2118 call _glapi_get_dispatch
2119 popq %rdi
2120 movq 472(%rax), %r11
2121 jmp *%r11
2122 #endif /* defined(GLX_USE_TLS) */
2123 .size GL_PREFIX(Normal3iv), .-GL_PREFIX(Normal3iv)
2124
2125 .p2align 4,,15
2126 .globl GL_PREFIX(Normal3s)
2127 .type GL_PREFIX(Normal3s), @function
2128 GL_PREFIX(Normal3s):
2129 #if defined(GLX_USE_TLS)
2130 call _x86_64_get_dispatch@PLT
2131 movq 480(%rax), %r11
2132 jmp *%r11
2133 #elif defined(PTHREADS)
2134 pushq %rdi
2135 pushq %rsi
2136 pushq %rdx
2137 call _x86_64_get_dispatch@PLT
2138 popq %rdx
2139 popq %rsi
2140 popq %rdi
2141 movq 480(%rax), %r11
2142 jmp *%r11
2143 #else
2144 movq _glapi_Dispatch(%rip), %rax
2145 testq %rax, %rax
2146 je 1f
2147 movq 480(%rax), %r11
2148 jmp *%r11
2149 1:
2150 pushq %rdi
2151 pushq %rsi
2152 pushq %rdx
2153 call _glapi_get_dispatch
2154 popq %rdx
2155 popq %rsi
2156 popq %rdi
2157 movq 480(%rax), %r11
2158 jmp *%r11
2159 #endif /* defined(GLX_USE_TLS) */
2160 .size GL_PREFIX(Normal3s), .-GL_PREFIX(Normal3s)
2161
2162 .p2align 4,,15
2163 .globl GL_PREFIX(Normal3sv)
2164 .type GL_PREFIX(Normal3sv), @function
2165 GL_PREFIX(Normal3sv):
2166 #if defined(GLX_USE_TLS)
2167 call _x86_64_get_dispatch@PLT
2168 movq 488(%rax), %r11
2169 jmp *%r11
2170 #elif defined(PTHREADS)
2171 pushq %rdi
2172 call _x86_64_get_dispatch@PLT
2173 popq %rdi
2174 movq 488(%rax), %r11
2175 jmp *%r11
2176 #else
2177 movq _glapi_Dispatch(%rip), %rax
2178 testq %rax, %rax
2179 je 1f
2180 movq 488(%rax), %r11
2181 jmp *%r11
2182 1:
2183 pushq %rdi
2184 call _glapi_get_dispatch
2185 popq %rdi
2186 movq 488(%rax), %r11
2187 jmp *%r11
2188 #endif /* defined(GLX_USE_TLS) */
2189 .size GL_PREFIX(Normal3sv), .-GL_PREFIX(Normal3sv)
2190
2191 .p2align 4,,15
2192 .globl GL_PREFIX(RasterPos2d)
2193 .type GL_PREFIX(RasterPos2d), @function
2194 GL_PREFIX(RasterPos2d):
2195 #if defined(GLX_USE_TLS)
2196 call _x86_64_get_dispatch@PLT
2197 movq 496(%rax), %r11
2198 jmp *%r11
2199 #elif defined(PTHREADS)
2200 subq $24, %rsp
2201 movq %xmm0, (%rsp)
2202 movq %xmm1, 8(%rsp)
2203 call _x86_64_get_dispatch@PLT
2204 movq 8(%rsp), %xmm1
2205 movq (%rsp), %xmm0
2206 addq $24, %rsp
2207 movq 496(%rax), %r11
2208 jmp *%r11
2209 #else
2210 movq _glapi_Dispatch(%rip), %rax
2211 testq %rax, %rax
2212 je 1f
2213 movq 496(%rax), %r11
2214 jmp *%r11
2215 1:
2216 subq $24, %rsp
2217 movq %xmm0, (%rsp)
2218 movq %xmm1, 8(%rsp)
2219 call _glapi_get_dispatch
2220 movq 8(%rsp), %xmm1
2221 movq (%rsp), %xmm0
2222 addq $24, %rsp
2223 movq 496(%rax), %r11
2224 jmp *%r11
2225 #endif /* defined(GLX_USE_TLS) */
2226 .size GL_PREFIX(RasterPos2d), .-GL_PREFIX(RasterPos2d)
2227
2228 .p2align 4,,15
2229 .globl GL_PREFIX(RasterPos2dv)
2230 .type GL_PREFIX(RasterPos2dv), @function
2231 GL_PREFIX(RasterPos2dv):
2232 #if defined(GLX_USE_TLS)
2233 call _x86_64_get_dispatch@PLT
2234 movq 504(%rax), %r11
2235 jmp *%r11
2236 #elif defined(PTHREADS)
2237 pushq %rdi
2238 call _x86_64_get_dispatch@PLT
2239 popq %rdi
2240 movq 504(%rax), %r11
2241 jmp *%r11
2242 #else
2243 movq _glapi_Dispatch(%rip), %rax
2244 testq %rax, %rax
2245 je 1f
2246 movq 504(%rax), %r11
2247 jmp *%r11
2248 1:
2249 pushq %rdi
2250 call _glapi_get_dispatch
2251 popq %rdi
2252 movq 504(%rax), %r11
2253 jmp *%r11
2254 #endif /* defined(GLX_USE_TLS) */
2255 .size GL_PREFIX(RasterPos2dv), .-GL_PREFIX(RasterPos2dv)
2256
2257 .p2align 4,,15
2258 .globl GL_PREFIX(RasterPos2f)
2259 .type GL_PREFIX(RasterPos2f), @function
2260 GL_PREFIX(RasterPos2f):
2261 #if defined(GLX_USE_TLS)
2262 call _x86_64_get_dispatch@PLT
2263 movq 512(%rax), %r11
2264 jmp *%r11
2265 #elif defined(PTHREADS)
2266 subq $24, %rsp
2267 movq %xmm0, (%rsp)
2268 movq %xmm1, 8(%rsp)
2269 call _x86_64_get_dispatch@PLT
2270 movq 8(%rsp), %xmm1
2271 movq (%rsp), %xmm0
2272 addq $24, %rsp
2273 movq 512(%rax), %r11
2274 jmp *%r11
2275 #else
2276 movq _glapi_Dispatch(%rip), %rax
2277 testq %rax, %rax
2278 je 1f
2279 movq 512(%rax), %r11
2280 jmp *%r11
2281 1:
2282 subq $24, %rsp
2283 movq %xmm0, (%rsp)
2284 movq %xmm1, 8(%rsp)
2285 call _glapi_get_dispatch
2286 movq 8(%rsp), %xmm1
2287 movq (%rsp), %xmm0
2288 addq $24, %rsp
2289 movq 512(%rax), %r11
2290 jmp *%r11
2291 #endif /* defined(GLX_USE_TLS) */
2292 .size GL_PREFIX(RasterPos2f), .-GL_PREFIX(RasterPos2f)
2293
2294 .p2align 4,,15
2295 .globl GL_PREFIX(RasterPos2fv)
2296 .type GL_PREFIX(RasterPos2fv), @function
2297 GL_PREFIX(RasterPos2fv):
2298 #if defined(GLX_USE_TLS)
2299 call _x86_64_get_dispatch@PLT
2300 movq 520(%rax), %r11
2301 jmp *%r11
2302 #elif defined(PTHREADS)
2303 pushq %rdi
2304 call _x86_64_get_dispatch@PLT
2305 popq %rdi
2306 movq 520(%rax), %r11
2307 jmp *%r11
2308 #else
2309 movq _glapi_Dispatch(%rip), %rax
2310 testq %rax, %rax
2311 je 1f
2312 movq 520(%rax), %r11
2313 jmp *%r11
2314 1:
2315 pushq %rdi
2316 call _glapi_get_dispatch
2317 popq %rdi
2318 movq 520(%rax), %r11
2319 jmp *%r11
2320 #endif /* defined(GLX_USE_TLS) */
2321 .size GL_PREFIX(RasterPos2fv), .-GL_PREFIX(RasterPos2fv)
2322
2323 .p2align 4,,15
2324 .globl GL_PREFIX(RasterPos2i)
2325 .type GL_PREFIX(RasterPos2i), @function
2326 GL_PREFIX(RasterPos2i):
2327 #if defined(GLX_USE_TLS)
2328 call _x86_64_get_dispatch@PLT
2329 movq 528(%rax), %r11
2330 jmp *%r11
2331 #elif defined(PTHREADS)
2332 pushq %rdi
2333 pushq %rsi
2334 pushq %rbp
2335 call _x86_64_get_dispatch@PLT
2336 popq %rbp
2337 popq %rsi
2338 popq %rdi
2339 movq 528(%rax), %r11
2340 jmp *%r11
2341 #else
2342 movq _glapi_Dispatch(%rip), %rax
2343 testq %rax, %rax
2344 je 1f
2345 movq 528(%rax), %r11
2346 jmp *%r11
2347 1:
2348 pushq %rdi
2349 pushq %rsi
2350 pushq %rbp
2351 call _glapi_get_dispatch
2352 popq %rbp
2353 popq %rsi
2354 popq %rdi
2355 movq 528(%rax), %r11
2356 jmp *%r11
2357 #endif /* defined(GLX_USE_TLS) */
2358 .size GL_PREFIX(RasterPos2i), .-GL_PREFIX(RasterPos2i)
2359
2360 .p2align 4,,15
2361 .globl GL_PREFIX(RasterPos2iv)
2362 .type GL_PREFIX(RasterPos2iv), @function
2363 GL_PREFIX(RasterPos2iv):
2364 #if defined(GLX_USE_TLS)
2365 call _x86_64_get_dispatch@PLT
2366 movq 536(%rax), %r11
2367 jmp *%r11
2368 #elif defined(PTHREADS)
2369 pushq %rdi
2370 call _x86_64_get_dispatch@PLT
2371 popq %rdi
2372 movq 536(%rax), %r11
2373 jmp *%r11
2374 #else
2375 movq _glapi_Dispatch(%rip), %rax
2376 testq %rax, %rax
2377 je 1f
2378 movq 536(%rax), %r11
2379 jmp *%r11
2380 1:
2381 pushq %rdi
2382 call _glapi_get_dispatch
2383 popq %rdi
2384 movq 536(%rax), %r11
2385 jmp *%r11
2386 #endif /* defined(GLX_USE_TLS) */
2387 .size GL_PREFIX(RasterPos2iv), .-GL_PREFIX(RasterPos2iv)
2388
2389 .p2align 4,,15
2390 .globl GL_PREFIX(RasterPos2s)
2391 .type GL_PREFIX(RasterPos2s), @function
2392 GL_PREFIX(RasterPos2s):
2393 #if defined(GLX_USE_TLS)
2394 call _x86_64_get_dispatch@PLT
2395 movq 544(%rax), %r11
2396 jmp *%r11
2397 #elif defined(PTHREADS)
2398 pushq %rdi
2399 pushq %rsi
2400 pushq %rbp
2401 call _x86_64_get_dispatch@PLT
2402 popq %rbp
2403 popq %rsi
2404 popq %rdi
2405 movq 544(%rax), %r11
2406 jmp *%r11
2407 #else
2408 movq _glapi_Dispatch(%rip), %rax
2409 testq %rax, %rax
2410 je 1f
2411 movq 544(%rax), %r11
2412 jmp *%r11
2413 1:
2414 pushq %rdi
2415 pushq %rsi
2416 pushq %rbp
2417 call _glapi_get_dispatch
2418 popq %rbp
2419 popq %rsi
2420 popq %rdi
2421 movq 544(%rax), %r11
2422 jmp *%r11
2423 #endif /* defined(GLX_USE_TLS) */
2424 .size GL_PREFIX(RasterPos2s), .-GL_PREFIX(RasterPos2s)
2425
2426 .p2align 4,,15
2427 .globl GL_PREFIX(RasterPos2sv)
2428 .type GL_PREFIX(RasterPos2sv), @function
2429 GL_PREFIX(RasterPos2sv):
2430 #if defined(GLX_USE_TLS)
2431 call _x86_64_get_dispatch@PLT
2432 movq 552(%rax), %r11
2433 jmp *%r11
2434 #elif defined(PTHREADS)
2435 pushq %rdi
2436 call _x86_64_get_dispatch@PLT
2437 popq %rdi
2438 movq 552(%rax), %r11
2439 jmp *%r11
2440 #else
2441 movq _glapi_Dispatch(%rip), %rax
2442 testq %rax, %rax
2443 je 1f
2444 movq 552(%rax), %r11
2445 jmp *%r11
2446 1:
2447 pushq %rdi
2448 call _glapi_get_dispatch
2449 popq %rdi
2450 movq 552(%rax), %r11
2451 jmp *%r11
2452 #endif /* defined(GLX_USE_TLS) */
2453 .size GL_PREFIX(RasterPos2sv), .-GL_PREFIX(RasterPos2sv)
2454
2455 .p2align 4,,15
2456 .globl GL_PREFIX(RasterPos3d)
2457 .type GL_PREFIX(RasterPos3d), @function
2458 GL_PREFIX(RasterPos3d):
2459 #if defined(GLX_USE_TLS)
2460 call _x86_64_get_dispatch@PLT
2461 movq 560(%rax), %r11
2462 jmp *%r11
2463 #elif defined(PTHREADS)
2464 subq $24, %rsp
2465 movq %xmm0, (%rsp)
2466 movq %xmm1, 8(%rsp)
2467 movq %xmm2, 16(%rsp)
2468 call _x86_64_get_dispatch@PLT
2469 movq 16(%rsp), %xmm2
2470 movq 8(%rsp), %xmm1
2471 movq (%rsp), %xmm0
2472 addq $24, %rsp
2473 movq 560(%rax), %r11
2474 jmp *%r11
2475 #else
2476 movq _glapi_Dispatch(%rip), %rax
2477 testq %rax, %rax
2478 je 1f
2479 movq 560(%rax), %r11
2480 jmp *%r11
2481 1:
2482 subq $24, %rsp
2483 movq %xmm0, (%rsp)
2484 movq %xmm1, 8(%rsp)
2485 movq %xmm2, 16(%rsp)
2486 call _glapi_get_dispatch
2487 movq 16(%rsp), %xmm2
2488 movq 8(%rsp), %xmm1
2489 movq (%rsp), %xmm0
2490 addq $24, %rsp
2491 movq 560(%rax), %r11
2492 jmp *%r11
2493 #endif /* defined(GLX_USE_TLS) */
2494 .size GL_PREFIX(RasterPos3d), .-GL_PREFIX(RasterPos3d)
2495
2496 .p2align 4,,15
2497 .globl GL_PREFIX(RasterPos3dv)
2498 .type GL_PREFIX(RasterPos3dv), @function
2499 GL_PREFIX(RasterPos3dv):
2500 #if defined(GLX_USE_TLS)
2501 call _x86_64_get_dispatch@PLT
2502 movq 568(%rax), %r11
2503 jmp *%r11
2504 #elif defined(PTHREADS)
2505 pushq %rdi
2506 call _x86_64_get_dispatch@PLT
2507 popq %rdi
2508 movq 568(%rax), %r11
2509 jmp *%r11
2510 #else
2511 movq _glapi_Dispatch(%rip), %rax
2512 testq %rax, %rax
2513 je 1f
2514 movq 568(%rax), %r11
2515 jmp *%r11
2516 1:
2517 pushq %rdi
2518 call _glapi_get_dispatch
2519 popq %rdi
2520 movq 568(%rax), %r11
2521 jmp *%r11
2522 #endif /* defined(GLX_USE_TLS) */
2523 .size GL_PREFIX(RasterPos3dv), .-GL_PREFIX(RasterPos3dv)
2524
2525 .p2align 4,,15
2526 .globl GL_PREFIX(RasterPos3f)
2527 .type GL_PREFIX(RasterPos3f), @function
2528 GL_PREFIX(RasterPos3f):
2529 #if defined(GLX_USE_TLS)
2530 call _x86_64_get_dispatch@PLT
2531 movq 576(%rax), %r11
2532 jmp *%r11
2533 #elif defined(PTHREADS)
2534 subq $24, %rsp
2535 movq %xmm0, (%rsp)
2536 movq %xmm1, 8(%rsp)
2537 movq %xmm2, 16(%rsp)
2538 call _x86_64_get_dispatch@PLT
2539 movq 16(%rsp), %xmm2
2540 movq 8(%rsp), %xmm1
2541 movq (%rsp), %xmm0
2542 addq $24, %rsp
2543 movq 576(%rax), %r11
2544 jmp *%r11
2545 #else
2546 movq _glapi_Dispatch(%rip), %rax
2547 testq %rax, %rax
2548 je 1f
2549 movq 576(%rax), %r11
2550 jmp *%r11
2551 1:
2552 subq $24, %rsp
2553 movq %xmm0, (%rsp)
2554 movq %xmm1, 8(%rsp)
2555 movq %xmm2, 16(%rsp)
2556 call _glapi_get_dispatch
2557 movq 16(%rsp), %xmm2
2558 movq 8(%rsp), %xmm1
2559 movq (%rsp), %xmm0
2560 addq $24, %rsp
2561 movq 576(%rax), %r11
2562 jmp *%r11
2563 #endif /* defined(GLX_USE_TLS) */
2564 .size GL_PREFIX(RasterPos3f), .-GL_PREFIX(RasterPos3f)
2565
2566 .p2align 4,,15
2567 .globl GL_PREFIX(RasterPos3fv)
2568 .type GL_PREFIX(RasterPos3fv), @function
2569 GL_PREFIX(RasterPos3fv):
2570 #if defined(GLX_USE_TLS)
2571 call _x86_64_get_dispatch@PLT
2572 movq 584(%rax), %r11
2573 jmp *%r11
2574 #elif defined(PTHREADS)
2575 pushq %rdi
2576 call _x86_64_get_dispatch@PLT
2577 popq %rdi
2578 movq 584(%rax), %r11
2579 jmp *%r11
2580 #else
2581 movq _glapi_Dispatch(%rip), %rax
2582 testq %rax, %rax
2583 je 1f
2584 movq 584(%rax), %r11
2585 jmp *%r11
2586 1:
2587 pushq %rdi
2588 call _glapi_get_dispatch
2589 popq %rdi
2590 movq 584(%rax), %r11
2591 jmp *%r11
2592 #endif /* defined(GLX_USE_TLS) */
2593 .size GL_PREFIX(RasterPos3fv), .-GL_PREFIX(RasterPos3fv)
2594
2595 .p2align 4,,15
2596 .globl GL_PREFIX(RasterPos3i)
2597 .type GL_PREFIX(RasterPos3i), @function
2598 GL_PREFIX(RasterPos3i):
2599 #if defined(GLX_USE_TLS)
2600 call _x86_64_get_dispatch@PLT
2601 movq 592(%rax), %r11
2602 jmp *%r11
2603 #elif defined(PTHREADS)
2604 pushq %rdi
2605 pushq %rsi
2606 pushq %rdx
2607 call _x86_64_get_dispatch@PLT
2608 popq %rdx
2609 popq %rsi
2610 popq %rdi
2611 movq 592(%rax), %r11
2612 jmp *%r11
2613 #else
2614 movq _glapi_Dispatch(%rip), %rax
2615 testq %rax, %rax
2616 je 1f
2617 movq 592(%rax), %r11
2618 jmp *%r11
2619 1:
2620 pushq %rdi
2621 pushq %rsi
2622 pushq %rdx
2623 call _glapi_get_dispatch
2624 popq %rdx
2625 popq %rsi
2626 popq %rdi
2627 movq 592(%rax), %r11
2628 jmp *%r11
2629 #endif /* defined(GLX_USE_TLS) */
2630 .size GL_PREFIX(RasterPos3i), .-GL_PREFIX(RasterPos3i)
2631
2632 .p2align 4,,15
2633 .globl GL_PREFIX(RasterPos3iv)
2634 .type GL_PREFIX(RasterPos3iv), @function
2635 GL_PREFIX(RasterPos3iv):
2636 #if defined(GLX_USE_TLS)
2637 call _x86_64_get_dispatch@PLT
2638 movq 600(%rax), %r11
2639 jmp *%r11
2640 #elif defined(PTHREADS)
2641 pushq %rdi
2642 call _x86_64_get_dispatch@PLT
2643 popq %rdi
2644 movq 600(%rax), %r11
2645 jmp *%r11
2646 #else
2647 movq _glapi_Dispatch(%rip), %rax
2648 testq %rax, %rax
2649 je 1f
2650 movq 600(%rax), %r11
2651 jmp *%r11
2652 1:
2653 pushq %rdi
2654 call _glapi_get_dispatch
2655 popq %rdi
2656 movq 600(%rax), %r11
2657 jmp *%r11
2658 #endif /* defined(GLX_USE_TLS) */
2659 .size GL_PREFIX(RasterPos3iv), .-GL_PREFIX(RasterPos3iv)
2660
2661 .p2align 4,,15
2662 .globl GL_PREFIX(RasterPos3s)
2663 .type GL_PREFIX(RasterPos3s), @function
2664 GL_PREFIX(RasterPos3s):
2665 #if defined(GLX_USE_TLS)
2666 call _x86_64_get_dispatch@PLT
2667 movq 608(%rax), %r11
2668 jmp *%r11
2669 #elif defined(PTHREADS)
2670 pushq %rdi
2671 pushq %rsi
2672 pushq %rdx
2673 call _x86_64_get_dispatch@PLT
2674 popq %rdx
2675 popq %rsi
2676 popq %rdi
2677 movq 608(%rax), %r11
2678 jmp *%r11
2679 #else
2680 movq _glapi_Dispatch(%rip), %rax
2681 testq %rax, %rax
2682 je 1f
2683 movq 608(%rax), %r11
2684 jmp *%r11
2685 1:
2686 pushq %rdi
2687 pushq %rsi
2688 pushq %rdx
2689 call _glapi_get_dispatch
2690 popq %rdx
2691 popq %rsi
2692 popq %rdi
2693 movq 608(%rax), %r11
2694 jmp *%r11
2695 #endif /* defined(GLX_USE_TLS) */
2696 .size GL_PREFIX(RasterPos3s), .-GL_PREFIX(RasterPos3s)
2697
2698 .p2align 4,,15
2699 .globl GL_PREFIX(RasterPos3sv)
2700 .type GL_PREFIX(RasterPos3sv), @function
2701 GL_PREFIX(RasterPos3sv):
2702 #if defined(GLX_USE_TLS)
2703 call _x86_64_get_dispatch@PLT
2704 movq 616(%rax), %r11
2705 jmp *%r11
2706 #elif defined(PTHREADS)
2707 pushq %rdi
2708 call _x86_64_get_dispatch@PLT
2709 popq %rdi
2710 movq 616(%rax), %r11
2711 jmp *%r11
2712 #else
2713 movq _glapi_Dispatch(%rip), %rax
2714 testq %rax, %rax
2715 je 1f
2716 movq 616(%rax), %r11
2717 jmp *%r11
2718 1:
2719 pushq %rdi
2720 call _glapi_get_dispatch
2721 popq %rdi
2722 movq 616(%rax), %r11
2723 jmp *%r11
2724 #endif /* defined(GLX_USE_TLS) */
2725 .size GL_PREFIX(RasterPos3sv), .-GL_PREFIX(RasterPos3sv)
2726
2727 .p2align 4,,15
2728 .globl GL_PREFIX(RasterPos4d)
2729 .type GL_PREFIX(RasterPos4d), @function
2730 GL_PREFIX(RasterPos4d):
2731 #if defined(GLX_USE_TLS)
2732 call _x86_64_get_dispatch@PLT
2733 movq 624(%rax), %r11
2734 jmp *%r11
2735 #elif defined(PTHREADS)
2736 subq $40, %rsp
2737 movq %xmm0, (%rsp)
2738 movq %xmm1, 8(%rsp)
2739 movq %xmm2, 16(%rsp)
2740 movq %xmm3, 24(%rsp)
2741 call _x86_64_get_dispatch@PLT
2742 movq 24(%rsp), %xmm3
2743 movq 16(%rsp), %xmm2
2744 movq 8(%rsp), %xmm1
2745 movq (%rsp), %xmm0
2746 addq $40, %rsp
2747 movq 624(%rax), %r11
2748 jmp *%r11
2749 #else
2750 movq _glapi_Dispatch(%rip), %rax
2751 testq %rax, %rax
2752 je 1f
2753 movq 624(%rax), %r11
2754 jmp *%r11
2755 1:
2756 subq $40, %rsp
2757 movq %xmm0, (%rsp)
2758 movq %xmm1, 8(%rsp)
2759 movq %xmm2, 16(%rsp)
2760 movq %xmm3, 24(%rsp)
2761 call _glapi_get_dispatch
2762 movq 24(%rsp), %xmm3
2763 movq 16(%rsp), %xmm2
2764 movq 8(%rsp), %xmm1
2765 movq (%rsp), %xmm0
2766 addq $40, %rsp
2767 movq 624(%rax), %r11
2768 jmp *%r11
2769 #endif /* defined(GLX_USE_TLS) */
2770 .size GL_PREFIX(RasterPos4d), .-GL_PREFIX(RasterPos4d)
2771
2772 .p2align 4,,15
2773 .globl GL_PREFIX(RasterPos4dv)
2774 .type GL_PREFIX(RasterPos4dv), @function
2775 GL_PREFIX(RasterPos4dv):
2776 #if defined(GLX_USE_TLS)
2777 call _x86_64_get_dispatch@PLT
2778 movq 632(%rax), %r11
2779 jmp *%r11
2780 #elif defined(PTHREADS)
2781 pushq %rdi
2782 call _x86_64_get_dispatch@PLT
2783 popq %rdi
2784 movq 632(%rax), %r11
2785 jmp *%r11
2786 #else
2787 movq _glapi_Dispatch(%rip), %rax
2788 testq %rax, %rax
2789 je 1f
2790 movq 632(%rax), %r11
2791 jmp *%r11
2792 1:
2793 pushq %rdi
2794 call _glapi_get_dispatch
2795 popq %rdi
2796 movq 632(%rax), %r11
2797 jmp *%r11
2798 #endif /* defined(GLX_USE_TLS) */
2799 .size GL_PREFIX(RasterPos4dv), .-GL_PREFIX(RasterPos4dv)
2800
2801 .p2align 4,,15
2802 .globl GL_PREFIX(RasterPos4f)
2803 .type GL_PREFIX(RasterPos4f), @function
2804 GL_PREFIX(RasterPos4f):
2805 #if defined(GLX_USE_TLS)
2806 call _x86_64_get_dispatch@PLT
2807 movq 640(%rax), %r11
2808 jmp *%r11
2809 #elif defined(PTHREADS)
2810 subq $40, %rsp
2811 movq %xmm0, (%rsp)
2812 movq %xmm1, 8(%rsp)
2813 movq %xmm2, 16(%rsp)
2814 movq %xmm3, 24(%rsp)
2815 call _x86_64_get_dispatch@PLT
2816 movq 24(%rsp), %xmm3
2817 movq 16(%rsp), %xmm2
2818 movq 8(%rsp), %xmm1
2819 movq (%rsp), %xmm0
2820 addq $40, %rsp
2821 movq 640(%rax), %r11
2822 jmp *%r11
2823 #else
2824 movq _glapi_Dispatch(%rip), %rax
2825 testq %rax, %rax
2826 je 1f
2827 movq 640(%rax), %r11
2828 jmp *%r11
2829 1:
2830 subq $40, %rsp
2831 movq %xmm0, (%rsp)
2832 movq %xmm1, 8(%rsp)
2833 movq %xmm2, 16(%rsp)
2834 movq %xmm3, 24(%rsp)
2835 call _glapi_get_dispatch
2836 movq 24(%rsp), %xmm3
2837 movq 16(%rsp), %xmm2
2838 movq 8(%rsp), %xmm1
2839 movq (%rsp), %xmm0
2840 addq $40, %rsp
2841 movq 640(%rax), %r11
2842 jmp *%r11
2843 #endif /* defined(GLX_USE_TLS) */
2844 .size GL_PREFIX(RasterPos4f), .-GL_PREFIX(RasterPos4f)
2845
2846 .p2align 4,,15
2847 .globl GL_PREFIX(RasterPos4fv)
2848 .type GL_PREFIX(RasterPos4fv), @function
2849 GL_PREFIX(RasterPos4fv):
2850 #if defined(GLX_USE_TLS)
2851 call _x86_64_get_dispatch@PLT
2852 movq 648(%rax), %r11
2853 jmp *%r11
2854 #elif defined(PTHREADS)
2855 pushq %rdi
2856 call _x86_64_get_dispatch@PLT
2857 popq %rdi
2858 movq 648(%rax), %r11
2859 jmp *%r11
2860 #else
2861 movq _glapi_Dispatch(%rip), %rax
2862 testq %rax, %rax
2863 je 1f
2864 movq 648(%rax), %r11
2865 jmp *%r11
2866 1:
2867 pushq %rdi
2868 call _glapi_get_dispatch
2869 popq %rdi
2870 movq 648(%rax), %r11
2871 jmp *%r11
2872 #endif /* defined(GLX_USE_TLS) */
2873 .size GL_PREFIX(RasterPos4fv), .-GL_PREFIX(RasterPos4fv)
2874
2875 .p2align 4,,15
2876 .globl GL_PREFIX(RasterPos4i)
2877 .type GL_PREFIX(RasterPos4i), @function
2878 GL_PREFIX(RasterPos4i):
2879 #if defined(GLX_USE_TLS)
2880 call _x86_64_get_dispatch@PLT
2881 movq 656(%rax), %r11
2882 jmp *%r11
2883 #elif defined(PTHREADS)
2884 pushq %rdi
2885 pushq %rsi
2886 pushq %rdx
2887 pushq %rcx
2888 pushq %rbp
2889 call _x86_64_get_dispatch@PLT
2890 popq %rbp
2891 popq %rcx
2892 popq %rdx
2893 popq %rsi
2894 popq %rdi
2895 movq 656(%rax), %r11
2896 jmp *%r11
2897 #else
2898 movq _glapi_Dispatch(%rip), %rax
2899 testq %rax, %rax
2900 je 1f
2901 movq 656(%rax), %r11
2902 jmp *%r11
2903 1:
2904 pushq %rdi
2905 pushq %rsi
2906 pushq %rdx
2907 pushq %rcx
2908 pushq %rbp
2909 call _glapi_get_dispatch
2910 popq %rbp
2911 popq %rcx
2912 popq %rdx
2913 popq %rsi
2914 popq %rdi
2915 movq 656(%rax), %r11
2916 jmp *%r11
2917 #endif /* defined(GLX_USE_TLS) */
2918 .size GL_PREFIX(RasterPos4i), .-GL_PREFIX(RasterPos4i)
2919
2920 .p2align 4,,15
2921 .globl GL_PREFIX(RasterPos4iv)
2922 .type GL_PREFIX(RasterPos4iv), @function
2923 GL_PREFIX(RasterPos4iv):
2924 #if defined(GLX_USE_TLS)
2925 call _x86_64_get_dispatch@PLT
2926 movq 664(%rax), %r11
2927 jmp *%r11
2928 #elif defined(PTHREADS)
2929 pushq %rdi
2930 call _x86_64_get_dispatch@PLT
2931 popq %rdi
2932 movq 664(%rax), %r11
2933 jmp *%r11
2934 #else
2935 movq _glapi_Dispatch(%rip), %rax
2936 testq %rax, %rax
2937 je 1f
2938 movq 664(%rax), %r11
2939 jmp *%r11
2940 1:
2941 pushq %rdi
2942 call _glapi_get_dispatch
2943 popq %rdi
2944 movq 664(%rax), %r11
2945 jmp *%r11
2946 #endif /* defined(GLX_USE_TLS) */
2947 .size GL_PREFIX(RasterPos4iv), .-GL_PREFIX(RasterPos4iv)
2948
2949 .p2align 4,,15
2950 .globl GL_PREFIX(RasterPos4s)
2951 .type GL_PREFIX(RasterPos4s), @function
2952 GL_PREFIX(RasterPos4s):
2953 #if defined(GLX_USE_TLS)
2954 call _x86_64_get_dispatch@PLT
2955 movq 672(%rax), %r11
2956 jmp *%r11
2957 #elif defined(PTHREADS)
2958 pushq %rdi
2959 pushq %rsi
2960 pushq %rdx
2961 pushq %rcx
2962 pushq %rbp
2963 call _x86_64_get_dispatch@PLT
2964 popq %rbp
2965 popq %rcx
2966 popq %rdx
2967 popq %rsi
2968 popq %rdi
2969 movq 672(%rax), %r11
2970 jmp *%r11
2971 #else
2972 movq _glapi_Dispatch(%rip), %rax
2973 testq %rax, %rax
2974 je 1f
2975 movq 672(%rax), %r11
2976 jmp *%r11
2977 1:
2978 pushq %rdi
2979 pushq %rsi
2980 pushq %rdx
2981 pushq %rcx
2982 pushq %rbp
2983 call _glapi_get_dispatch
2984 popq %rbp
2985 popq %rcx
2986 popq %rdx
2987 popq %rsi
2988 popq %rdi
2989 movq 672(%rax), %r11
2990 jmp *%r11
2991 #endif /* defined(GLX_USE_TLS) */
2992 .size GL_PREFIX(RasterPos4s), .-GL_PREFIX(RasterPos4s)
2993
2994 .p2align 4,,15
2995 .globl GL_PREFIX(RasterPos4sv)
2996 .type GL_PREFIX(RasterPos4sv), @function
2997 GL_PREFIX(RasterPos4sv):
2998 #if defined(GLX_USE_TLS)
2999 call _x86_64_get_dispatch@PLT
3000 movq 680(%rax), %r11
3001 jmp *%r11
3002 #elif defined(PTHREADS)
3003 pushq %rdi
3004 call _x86_64_get_dispatch@PLT
3005 popq %rdi
3006 movq 680(%rax), %r11
3007 jmp *%r11
3008 #else
3009 movq _glapi_Dispatch(%rip), %rax
3010 testq %rax, %rax
3011 je 1f
3012 movq 680(%rax), %r11
3013 jmp *%r11
3014 1:
3015 pushq %rdi
3016 call _glapi_get_dispatch
3017 popq %rdi
3018 movq 680(%rax), %r11
3019 jmp *%r11
3020 #endif /* defined(GLX_USE_TLS) */
3021 .size GL_PREFIX(RasterPos4sv), .-GL_PREFIX(RasterPos4sv)
3022
3023 .p2align 4,,15
3024 .globl GL_PREFIX(Rectd)
3025 .type GL_PREFIX(Rectd), @function
3026 GL_PREFIX(Rectd):
3027 #if defined(GLX_USE_TLS)
3028 call _x86_64_get_dispatch@PLT
3029 movq 688(%rax), %r11
3030 jmp *%r11
3031 #elif defined(PTHREADS)
3032 subq $40, %rsp
3033 movq %xmm0, (%rsp)
3034 movq %xmm1, 8(%rsp)
3035 movq %xmm2, 16(%rsp)
3036 movq %xmm3, 24(%rsp)
3037 call _x86_64_get_dispatch@PLT
3038 movq 24(%rsp), %xmm3
3039 movq 16(%rsp), %xmm2
3040 movq 8(%rsp), %xmm1
3041 movq (%rsp), %xmm0
3042 addq $40, %rsp
3043 movq 688(%rax), %r11
3044 jmp *%r11
3045 #else
3046 movq _glapi_Dispatch(%rip), %rax
3047 testq %rax, %rax
3048 je 1f
3049 movq 688(%rax), %r11
3050 jmp *%r11
3051 1:
3052 subq $40, %rsp
3053 movq %xmm0, (%rsp)
3054 movq %xmm1, 8(%rsp)
3055 movq %xmm2, 16(%rsp)
3056 movq %xmm3, 24(%rsp)
3057 call _glapi_get_dispatch
3058 movq 24(%rsp), %xmm3
3059 movq 16(%rsp), %xmm2
3060 movq 8(%rsp), %xmm1
3061 movq (%rsp), %xmm0
3062 addq $40, %rsp
3063 movq 688(%rax), %r11
3064 jmp *%r11
3065 #endif /* defined(GLX_USE_TLS) */
3066 .size GL_PREFIX(Rectd), .-GL_PREFIX(Rectd)
3067
3068 .p2align 4,,15
3069 .globl GL_PREFIX(Rectdv)
3070 .type GL_PREFIX(Rectdv), @function
3071 GL_PREFIX(Rectdv):
3072 #if defined(GLX_USE_TLS)
3073 call _x86_64_get_dispatch@PLT
3074 movq 696(%rax), %r11
3075 jmp *%r11
3076 #elif defined(PTHREADS)
3077 pushq %rdi
3078 pushq %rsi
3079 pushq %rbp
3080 call _x86_64_get_dispatch@PLT
3081 popq %rbp
3082 popq %rsi
3083 popq %rdi
3084 movq 696(%rax), %r11
3085 jmp *%r11
3086 #else
3087 movq _glapi_Dispatch(%rip), %rax
3088 testq %rax, %rax
3089 je 1f
3090 movq 696(%rax), %r11
3091 jmp *%r11
3092 1:
3093 pushq %rdi
3094 pushq %rsi
3095 pushq %rbp
3096 call _glapi_get_dispatch
3097 popq %rbp
3098 popq %rsi
3099 popq %rdi
3100 movq 696(%rax), %r11
3101 jmp *%r11
3102 #endif /* defined(GLX_USE_TLS) */
3103 .size GL_PREFIX(Rectdv), .-GL_PREFIX(Rectdv)
3104
3105 .p2align 4,,15
3106 .globl GL_PREFIX(Rectf)
3107 .type GL_PREFIX(Rectf), @function
3108 GL_PREFIX(Rectf):
3109 #if defined(GLX_USE_TLS)
3110 call _x86_64_get_dispatch@PLT
3111 movq 704(%rax), %r11
3112 jmp *%r11
3113 #elif defined(PTHREADS)
3114 subq $40, %rsp
3115 movq %xmm0, (%rsp)
3116 movq %xmm1, 8(%rsp)
3117 movq %xmm2, 16(%rsp)
3118 movq %xmm3, 24(%rsp)
3119 call _x86_64_get_dispatch@PLT
3120 movq 24(%rsp), %xmm3
3121 movq 16(%rsp), %xmm2
3122 movq 8(%rsp), %xmm1
3123 movq (%rsp), %xmm0
3124 addq $40, %rsp
3125 movq 704(%rax), %r11
3126 jmp *%r11
3127 #else
3128 movq _glapi_Dispatch(%rip), %rax
3129 testq %rax, %rax
3130 je 1f
3131 movq 704(%rax), %r11
3132 jmp *%r11
3133 1:
3134 subq $40, %rsp
3135 movq %xmm0, (%rsp)
3136 movq %xmm1, 8(%rsp)
3137 movq %xmm2, 16(%rsp)
3138 movq %xmm3, 24(%rsp)
3139 call _glapi_get_dispatch
3140 movq 24(%rsp), %xmm3
3141 movq 16(%rsp), %xmm2
3142 movq 8(%rsp), %xmm1
3143 movq (%rsp), %xmm0
3144 addq $40, %rsp
3145 movq 704(%rax), %r11
3146 jmp *%r11
3147 #endif /* defined(GLX_USE_TLS) */
3148 .size GL_PREFIX(Rectf), .-GL_PREFIX(Rectf)
3149
3150 .p2align 4,,15
3151 .globl GL_PREFIX(Rectfv)
3152 .type GL_PREFIX(Rectfv), @function
3153 GL_PREFIX(Rectfv):
3154 #if defined(GLX_USE_TLS)
3155 call _x86_64_get_dispatch@PLT
3156 movq 712(%rax), %r11
3157 jmp *%r11
3158 #elif defined(PTHREADS)
3159 pushq %rdi
3160 pushq %rsi
3161 pushq %rbp
3162 call _x86_64_get_dispatch@PLT
3163 popq %rbp
3164 popq %rsi
3165 popq %rdi
3166 movq 712(%rax), %r11
3167 jmp *%r11
3168 #else
3169 movq _glapi_Dispatch(%rip), %rax
3170 testq %rax, %rax
3171 je 1f
3172 movq 712(%rax), %r11
3173 jmp *%r11
3174 1:
3175 pushq %rdi
3176 pushq %rsi
3177 pushq %rbp
3178 call _glapi_get_dispatch
3179 popq %rbp
3180 popq %rsi
3181 popq %rdi
3182 movq 712(%rax), %r11
3183 jmp *%r11
3184 #endif /* defined(GLX_USE_TLS) */
3185 .size GL_PREFIX(Rectfv), .-GL_PREFIX(Rectfv)
3186
3187 .p2align 4,,15
3188 .globl GL_PREFIX(Recti)
3189 .type GL_PREFIX(Recti), @function
3190 GL_PREFIX(Recti):
3191 #if defined(GLX_USE_TLS)
3192 call _x86_64_get_dispatch@PLT
3193 movq 720(%rax), %r11
3194 jmp *%r11
3195 #elif defined(PTHREADS)
3196 pushq %rdi
3197 pushq %rsi
3198 pushq %rdx
3199 pushq %rcx
3200 pushq %rbp
3201 call _x86_64_get_dispatch@PLT
3202 popq %rbp
3203 popq %rcx
3204 popq %rdx
3205 popq %rsi
3206 popq %rdi
3207 movq 720(%rax), %r11
3208 jmp *%r11
3209 #else
3210 movq _glapi_Dispatch(%rip), %rax
3211 testq %rax, %rax
3212 je 1f
3213 movq 720(%rax), %r11
3214 jmp *%r11
3215 1:
3216 pushq %rdi
3217 pushq %rsi
3218 pushq %rdx
3219 pushq %rcx
3220 pushq %rbp
3221 call _glapi_get_dispatch
3222 popq %rbp
3223 popq %rcx
3224 popq %rdx
3225 popq %rsi
3226 popq %rdi
3227 movq 720(%rax), %r11
3228 jmp *%r11
3229 #endif /* defined(GLX_USE_TLS) */
3230 .size GL_PREFIX(Recti), .-GL_PREFIX(Recti)
3231
3232 .p2align 4,,15
3233 .globl GL_PREFIX(Rectiv)
3234 .type GL_PREFIX(Rectiv), @function
3235 GL_PREFIX(Rectiv):
3236 #if defined(GLX_USE_TLS)
3237 call _x86_64_get_dispatch@PLT
3238 movq 728(%rax), %r11
3239 jmp *%r11
3240 #elif defined(PTHREADS)
3241 pushq %rdi
3242 pushq %rsi
3243 pushq %rbp
3244 call _x86_64_get_dispatch@PLT
3245 popq %rbp
3246 popq %rsi
3247 popq %rdi
3248 movq 728(%rax), %r11
3249 jmp *%r11
3250 #else
3251 movq _glapi_Dispatch(%rip), %rax
3252 testq %rax, %rax
3253 je 1f
3254 movq 728(%rax), %r11
3255 jmp *%r11
3256 1:
3257 pushq %rdi
3258 pushq %rsi
3259 pushq %rbp
3260 call _glapi_get_dispatch
3261 popq %rbp
3262 popq %rsi
3263 popq %rdi
3264 movq 728(%rax), %r11
3265 jmp *%r11
3266 #endif /* defined(GLX_USE_TLS) */
3267 .size GL_PREFIX(Rectiv), .-GL_PREFIX(Rectiv)
3268
3269 .p2align 4,,15
3270 .globl GL_PREFIX(Rects)
3271 .type GL_PREFIX(Rects), @function
3272 GL_PREFIX(Rects):
3273 #if defined(GLX_USE_TLS)
3274 call _x86_64_get_dispatch@PLT
3275 movq 736(%rax), %r11
3276 jmp *%r11
3277 #elif defined(PTHREADS)
3278 pushq %rdi
3279 pushq %rsi
3280 pushq %rdx
3281 pushq %rcx
3282 pushq %rbp
3283 call _x86_64_get_dispatch@PLT
3284 popq %rbp
3285 popq %rcx
3286 popq %rdx
3287 popq %rsi
3288 popq %rdi
3289 movq 736(%rax), %r11
3290 jmp *%r11
3291 #else
3292 movq _glapi_Dispatch(%rip), %rax
3293 testq %rax, %rax
3294 je 1f
3295 movq 736(%rax), %r11
3296 jmp *%r11
3297 1:
3298 pushq %rdi
3299 pushq %rsi
3300 pushq %rdx
3301 pushq %rcx
3302 pushq %rbp
3303 call _glapi_get_dispatch
3304 popq %rbp
3305 popq %rcx
3306 popq %rdx
3307 popq %rsi
3308 popq %rdi
3309 movq 736(%rax), %r11
3310 jmp *%r11
3311 #endif /* defined(GLX_USE_TLS) */
3312 .size GL_PREFIX(Rects), .-GL_PREFIX(Rects)
3313
3314 .p2align 4,,15
3315 .globl GL_PREFIX(Rectsv)
3316 .type GL_PREFIX(Rectsv), @function
3317 GL_PREFIX(Rectsv):
3318 #if defined(GLX_USE_TLS)
3319 call _x86_64_get_dispatch@PLT
3320 movq 744(%rax), %r11
3321 jmp *%r11
3322 #elif defined(PTHREADS)
3323 pushq %rdi
3324 pushq %rsi
3325 pushq %rbp
3326 call _x86_64_get_dispatch@PLT
3327 popq %rbp
3328 popq %rsi
3329 popq %rdi
3330 movq 744(%rax), %r11
3331 jmp *%r11
3332 #else
3333 movq _glapi_Dispatch(%rip), %rax
3334 testq %rax, %rax
3335 je 1f
3336 movq 744(%rax), %r11
3337 jmp *%r11
3338 1:
3339 pushq %rdi
3340 pushq %rsi
3341 pushq %rbp
3342 call _glapi_get_dispatch
3343 popq %rbp
3344 popq %rsi
3345 popq %rdi
3346 movq 744(%rax), %r11
3347 jmp *%r11
3348 #endif /* defined(GLX_USE_TLS) */
3349 .size GL_PREFIX(Rectsv), .-GL_PREFIX(Rectsv)
3350
3351 .p2align 4,,15
3352 .globl GL_PREFIX(TexCoord1d)
3353 .type GL_PREFIX(TexCoord1d), @function
3354 GL_PREFIX(TexCoord1d):
3355 #if defined(GLX_USE_TLS)
3356 call _x86_64_get_dispatch@PLT
3357 movq 752(%rax), %r11
3358 jmp *%r11
3359 #elif defined(PTHREADS)
3360 subq $8, %rsp
3361 movq %xmm0, (%rsp)
3362 call _x86_64_get_dispatch@PLT
3363 movq (%rsp), %xmm0
3364 addq $8, %rsp
3365 movq 752(%rax), %r11
3366 jmp *%r11
3367 #else
3368 movq _glapi_Dispatch(%rip), %rax
3369 testq %rax, %rax
3370 je 1f
3371 movq 752(%rax), %r11
3372 jmp *%r11
3373 1:
3374 subq $8, %rsp
3375 movq %xmm0, (%rsp)
3376 call _glapi_get_dispatch
3377 movq (%rsp), %xmm0
3378 addq $8, %rsp
3379 movq 752(%rax), %r11
3380 jmp *%r11
3381 #endif /* defined(GLX_USE_TLS) */
3382 .size GL_PREFIX(TexCoord1d), .-GL_PREFIX(TexCoord1d)
3383
3384 .p2align 4,,15
3385 .globl GL_PREFIX(TexCoord1dv)
3386 .type GL_PREFIX(TexCoord1dv), @function
3387 GL_PREFIX(TexCoord1dv):
3388 #if defined(GLX_USE_TLS)
3389 call _x86_64_get_dispatch@PLT
3390 movq 760(%rax), %r11
3391 jmp *%r11
3392 #elif defined(PTHREADS)
3393 pushq %rdi
3394 call _x86_64_get_dispatch@PLT
3395 popq %rdi
3396 movq 760(%rax), %r11
3397 jmp *%r11
3398 #else
3399 movq _glapi_Dispatch(%rip), %rax
3400 testq %rax, %rax
3401 je 1f
3402 movq 760(%rax), %r11
3403 jmp *%r11
3404 1:
3405 pushq %rdi
3406 call _glapi_get_dispatch
3407 popq %rdi
3408 movq 760(%rax), %r11
3409 jmp *%r11
3410 #endif /* defined(GLX_USE_TLS) */
3411 .size GL_PREFIX(TexCoord1dv), .-GL_PREFIX(TexCoord1dv)
3412
3413 .p2align 4,,15
3414 .globl GL_PREFIX(TexCoord1f)
3415 .type GL_PREFIX(TexCoord1f), @function
3416 GL_PREFIX(TexCoord1f):
3417 #if defined(GLX_USE_TLS)
3418 call _x86_64_get_dispatch@PLT
3419 movq 768(%rax), %r11
3420 jmp *%r11
3421 #elif defined(PTHREADS)
3422 subq $8, %rsp
3423 movq %xmm0, (%rsp)
3424 call _x86_64_get_dispatch@PLT
3425 movq (%rsp), %xmm0
3426 addq $8, %rsp
3427 movq 768(%rax), %r11
3428 jmp *%r11
3429 #else
3430 movq _glapi_Dispatch(%rip), %rax
3431 testq %rax, %rax
3432 je 1f
3433 movq 768(%rax), %r11
3434 jmp *%r11
3435 1:
3436 subq $8, %rsp
3437 movq %xmm0, (%rsp)
3438 call _glapi_get_dispatch
3439 movq (%rsp), %xmm0
3440 addq $8, %rsp
3441 movq 768(%rax), %r11
3442 jmp *%r11
3443 #endif /* defined(GLX_USE_TLS) */
3444 .size GL_PREFIX(TexCoord1f), .-GL_PREFIX(TexCoord1f)
3445
3446 .p2align 4,,15
3447 .globl GL_PREFIX(TexCoord1fv)
3448 .type GL_PREFIX(TexCoord1fv), @function
3449 GL_PREFIX(TexCoord1fv):
3450 #if defined(GLX_USE_TLS)
3451 call _x86_64_get_dispatch@PLT
3452 movq 776(%rax), %r11
3453 jmp *%r11
3454 #elif defined(PTHREADS)
3455 pushq %rdi
3456 call _x86_64_get_dispatch@PLT
3457 popq %rdi
3458 movq 776(%rax), %r11
3459 jmp *%r11
3460 #else
3461 movq _glapi_Dispatch(%rip), %rax
3462 testq %rax, %rax
3463 je 1f
3464 movq 776(%rax), %r11
3465 jmp *%r11
3466 1:
3467 pushq %rdi
3468 call _glapi_get_dispatch
3469 popq %rdi
3470 movq 776(%rax), %r11
3471 jmp *%r11
3472 #endif /* defined(GLX_USE_TLS) */
3473 .size GL_PREFIX(TexCoord1fv), .-GL_PREFIX(TexCoord1fv)
3474
3475 .p2align 4,,15
3476 .globl GL_PREFIX(TexCoord1i)
3477 .type GL_PREFIX(TexCoord1i), @function
3478 GL_PREFIX(TexCoord1i):
3479 #if defined(GLX_USE_TLS)
3480 call _x86_64_get_dispatch@PLT
3481 movq 784(%rax), %r11
3482 jmp *%r11
3483 #elif defined(PTHREADS)
3484 pushq %rdi
3485 call _x86_64_get_dispatch@PLT
3486 popq %rdi
3487 movq 784(%rax), %r11
3488 jmp *%r11
3489 #else
3490 movq _glapi_Dispatch(%rip), %rax
3491 testq %rax, %rax
3492 je 1f
3493 movq 784(%rax), %r11
3494 jmp *%r11
3495 1:
3496 pushq %rdi
3497 call _glapi_get_dispatch
3498 popq %rdi
3499 movq 784(%rax), %r11
3500 jmp *%r11
3501 #endif /* defined(GLX_USE_TLS) */
3502 .size GL_PREFIX(TexCoord1i), .-GL_PREFIX(TexCoord1i)
3503
3504 .p2align 4,,15
3505 .globl GL_PREFIX(TexCoord1iv)
3506 .type GL_PREFIX(TexCoord1iv), @function
3507 GL_PREFIX(TexCoord1iv):
3508 #if defined(GLX_USE_TLS)
3509 call _x86_64_get_dispatch@PLT
3510 movq 792(%rax), %r11
3511 jmp *%r11
3512 #elif defined(PTHREADS)
3513 pushq %rdi
3514 call _x86_64_get_dispatch@PLT
3515 popq %rdi
3516 movq 792(%rax), %r11
3517 jmp *%r11
3518 #else
3519 movq _glapi_Dispatch(%rip), %rax
3520 testq %rax, %rax
3521 je 1f
3522 movq 792(%rax), %r11
3523 jmp *%r11
3524 1:
3525 pushq %rdi
3526 call _glapi_get_dispatch
3527 popq %rdi
3528 movq 792(%rax), %r11
3529 jmp *%r11
3530 #endif /* defined(GLX_USE_TLS) */
3531 .size GL_PREFIX(TexCoord1iv), .-GL_PREFIX(TexCoord1iv)
3532
3533 .p2align 4,,15
3534 .globl GL_PREFIX(TexCoord1s)
3535 .type GL_PREFIX(TexCoord1s), @function
3536 GL_PREFIX(TexCoord1s):
3537 #if defined(GLX_USE_TLS)
3538 call _x86_64_get_dispatch@PLT
3539 movq 800(%rax), %r11
3540 jmp *%r11
3541 #elif defined(PTHREADS)
3542 pushq %rdi
3543 call _x86_64_get_dispatch@PLT
3544 popq %rdi
3545 movq 800(%rax), %r11
3546 jmp *%r11
3547 #else
3548 movq _glapi_Dispatch(%rip), %rax
3549 testq %rax, %rax
3550 je 1f
3551 movq 800(%rax), %r11
3552 jmp *%r11
3553 1:
3554 pushq %rdi
3555 call _glapi_get_dispatch
3556 popq %rdi
3557 movq 800(%rax), %r11
3558 jmp *%r11
3559 #endif /* defined(GLX_USE_TLS) */
3560 .size GL_PREFIX(TexCoord1s), .-GL_PREFIX(TexCoord1s)
3561
3562 .p2align 4,,15
3563 .globl GL_PREFIX(TexCoord1sv)
3564 .type GL_PREFIX(TexCoord1sv), @function
3565 GL_PREFIX(TexCoord1sv):
3566 #if defined(GLX_USE_TLS)
3567 call _x86_64_get_dispatch@PLT
3568 movq 808(%rax), %r11
3569 jmp *%r11
3570 #elif defined(PTHREADS)
3571 pushq %rdi
3572 call _x86_64_get_dispatch@PLT
3573 popq %rdi
3574 movq 808(%rax), %r11
3575 jmp *%r11
3576 #else
3577 movq _glapi_Dispatch(%rip), %rax
3578 testq %rax, %rax
3579 je 1f
3580 movq 808(%rax), %r11
3581 jmp *%r11
3582 1:
3583 pushq %rdi
3584 call _glapi_get_dispatch
3585 popq %rdi
3586 movq 808(%rax), %r11
3587 jmp *%r11
3588 #endif /* defined(GLX_USE_TLS) */
3589 .size GL_PREFIX(TexCoord1sv), .-GL_PREFIX(TexCoord1sv)
3590
3591 .p2align 4,,15
3592 .globl GL_PREFIX(TexCoord2d)
3593 .type GL_PREFIX(TexCoord2d), @function
3594 GL_PREFIX(TexCoord2d):
3595 #if defined(GLX_USE_TLS)
3596 call _x86_64_get_dispatch@PLT
3597 movq 816(%rax), %r11
3598 jmp *%r11
3599 #elif defined(PTHREADS)
3600 subq $24, %rsp
3601 movq %xmm0, (%rsp)
3602 movq %xmm1, 8(%rsp)
3603 call _x86_64_get_dispatch@PLT
3604 movq 8(%rsp), %xmm1
3605 movq (%rsp), %xmm0
3606 addq $24, %rsp
3607 movq 816(%rax), %r11
3608 jmp *%r11
3609 #else
3610 movq _glapi_Dispatch(%rip), %rax
3611 testq %rax, %rax
3612 je 1f
3613 movq 816(%rax), %r11
3614 jmp *%r11
3615 1:
3616 subq $24, %rsp
3617 movq %xmm0, (%rsp)
3618 movq %xmm1, 8(%rsp)
3619 call _glapi_get_dispatch
3620 movq 8(%rsp), %xmm1
3621 movq (%rsp), %xmm0
3622 addq $24, %rsp
3623 movq 816(%rax), %r11
3624 jmp *%r11
3625 #endif /* defined(GLX_USE_TLS) */
3626 .size GL_PREFIX(TexCoord2d), .-GL_PREFIX(TexCoord2d)
3627
3628 .p2align 4,,15
3629 .globl GL_PREFIX(TexCoord2dv)
3630 .type GL_PREFIX(TexCoord2dv), @function
3631 GL_PREFIX(TexCoord2dv):
3632 #if defined(GLX_USE_TLS)
3633 call _x86_64_get_dispatch@PLT
3634 movq 824(%rax), %r11
3635 jmp *%r11
3636 #elif defined(PTHREADS)
3637 pushq %rdi
3638 call _x86_64_get_dispatch@PLT
3639 popq %rdi
3640 movq 824(%rax), %r11
3641 jmp *%r11
3642 #else
3643 movq _glapi_Dispatch(%rip), %rax
3644 testq %rax, %rax
3645 je 1f
3646 movq 824(%rax), %r11
3647 jmp *%r11
3648 1:
3649 pushq %rdi
3650 call _glapi_get_dispatch
3651 popq %rdi
3652 movq 824(%rax), %r11
3653 jmp *%r11
3654 #endif /* defined(GLX_USE_TLS) */
3655 .size GL_PREFIX(TexCoord2dv), .-GL_PREFIX(TexCoord2dv)
3656
3657 .p2align 4,,15
3658 .globl GL_PREFIX(TexCoord2f)
3659 .type GL_PREFIX(TexCoord2f), @function
3660 GL_PREFIX(TexCoord2f):
3661 #if defined(GLX_USE_TLS)
3662 call _x86_64_get_dispatch@PLT
3663 movq 832(%rax), %r11
3664 jmp *%r11
3665 #elif defined(PTHREADS)
3666 subq $24, %rsp
3667 movq %xmm0, (%rsp)
3668 movq %xmm1, 8(%rsp)
3669 call _x86_64_get_dispatch@PLT
3670 movq 8(%rsp), %xmm1
3671 movq (%rsp), %xmm0
3672 addq $24, %rsp
3673 movq 832(%rax), %r11
3674 jmp *%r11
3675 #else
3676 movq _glapi_Dispatch(%rip), %rax
3677 testq %rax, %rax
3678 je 1f
3679 movq 832(%rax), %r11
3680 jmp *%r11
3681 1:
3682 subq $24, %rsp
3683 movq %xmm0, (%rsp)
3684 movq %xmm1, 8(%rsp)
3685 call _glapi_get_dispatch
3686 movq 8(%rsp), %xmm1
3687 movq (%rsp), %xmm0
3688 addq $24, %rsp
3689 movq 832(%rax), %r11
3690 jmp *%r11
3691 #endif /* defined(GLX_USE_TLS) */
3692 .size GL_PREFIX(TexCoord2f), .-GL_PREFIX(TexCoord2f)
3693
3694 .p2align 4,,15
3695 .globl GL_PREFIX(TexCoord2fv)
3696 .type GL_PREFIX(TexCoord2fv), @function
3697 GL_PREFIX(TexCoord2fv):
3698 #if defined(GLX_USE_TLS)
3699 call _x86_64_get_dispatch@PLT
3700 movq 840(%rax), %r11
3701 jmp *%r11
3702 #elif defined(PTHREADS)
3703 pushq %rdi
3704 call _x86_64_get_dispatch@PLT
3705 popq %rdi
3706 movq 840(%rax), %r11
3707 jmp *%r11
3708 #else
3709 movq _glapi_Dispatch(%rip), %rax
3710 testq %rax, %rax
3711 je 1f
3712 movq 840(%rax), %r11
3713 jmp *%r11
3714 1:
3715 pushq %rdi
3716 call _glapi_get_dispatch
3717 popq %rdi
3718 movq 840(%rax), %r11
3719 jmp *%r11
3720 #endif /* defined(GLX_USE_TLS) */
3721 .size GL_PREFIX(TexCoord2fv), .-GL_PREFIX(TexCoord2fv)
3722
3723 .p2align 4,,15
3724 .globl GL_PREFIX(TexCoord2i)
3725 .type GL_PREFIX(TexCoord2i), @function
3726 GL_PREFIX(TexCoord2i):
3727 #if defined(GLX_USE_TLS)
3728 call _x86_64_get_dispatch@PLT
3729 movq 848(%rax), %r11
3730 jmp *%r11
3731 #elif defined(PTHREADS)
3732 pushq %rdi
3733 pushq %rsi
3734 pushq %rbp
3735 call _x86_64_get_dispatch@PLT
3736 popq %rbp
3737 popq %rsi
3738 popq %rdi
3739 movq 848(%rax), %r11
3740 jmp *%r11
3741 #else
3742 movq _glapi_Dispatch(%rip), %rax
3743 testq %rax, %rax
3744 je 1f
3745 movq 848(%rax), %r11
3746 jmp *%r11
3747 1:
3748 pushq %rdi
3749 pushq %rsi
3750 pushq %rbp
3751 call _glapi_get_dispatch
3752 popq %rbp
3753 popq %rsi
3754 popq %rdi
3755 movq 848(%rax), %r11
3756 jmp *%r11
3757 #endif /* defined(GLX_USE_TLS) */
3758 .size GL_PREFIX(TexCoord2i), .-GL_PREFIX(TexCoord2i)
3759
3760 .p2align 4,,15
3761 .globl GL_PREFIX(TexCoord2iv)
3762 .type GL_PREFIX(TexCoord2iv), @function
3763 GL_PREFIX(TexCoord2iv):
3764 #if defined(GLX_USE_TLS)
3765 call _x86_64_get_dispatch@PLT
3766 movq 856(%rax), %r11
3767 jmp *%r11
3768 #elif defined(PTHREADS)
3769 pushq %rdi
3770 call _x86_64_get_dispatch@PLT
3771 popq %rdi
3772 movq 856(%rax), %r11
3773 jmp *%r11
3774 #else
3775 movq _glapi_Dispatch(%rip), %rax
3776 testq %rax, %rax
3777 je 1f
3778 movq 856(%rax), %r11
3779 jmp *%r11
3780 1:
3781 pushq %rdi
3782 call _glapi_get_dispatch
3783 popq %rdi
3784 movq 856(%rax), %r11
3785 jmp *%r11
3786 #endif /* defined(GLX_USE_TLS) */
3787 .size GL_PREFIX(TexCoord2iv), .-GL_PREFIX(TexCoord2iv)
3788
3789 .p2align 4,,15
3790 .globl GL_PREFIX(TexCoord2s)
3791 .type GL_PREFIX(TexCoord2s), @function
3792 GL_PREFIX(TexCoord2s):
3793 #if defined(GLX_USE_TLS)
3794 call _x86_64_get_dispatch@PLT
3795 movq 864(%rax), %r11
3796 jmp *%r11
3797 #elif defined(PTHREADS)
3798 pushq %rdi
3799 pushq %rsi
3800 pushq %rbp
3801 call _x86_64_get_dispatch@PLT
3802 popq %rbp
3803 popq %rsi
3804 popq %rdi
3805 movq 864(%rax), %r11
3806 jmp *%r11
3807 #else
3808 movq _glapi_Dispatch(%rip), %rax
3809 testq %rax, %rax
3810 je 1f
3811 movq 864(%rax), %r11
3812 jmp *%r11
3813 1:
3814 pushq %rdi
3815 pushq %rsi
3816 pushq %rbp
3817 call _glapi_get_dispatch
3818 popq %rbp
3819 popq %rsi
3820 popq %rdi
3821 movq 864(%rax), %r11
3822 jmp *%r11
3823 #endif /* defined(GLX_USE_TLS) */
3824 .size GL_PREFIX(TexCoord2s), .-GL_PREFIX(TexCoord2s)
3825
3826 .p2align 4,,15
3827 .globl GL_PREFIX(TexCoord2sv)
3828 .type GL_PREFIX(TexCoord2sv), @function
3829 GL_PREFIX(TexCoord2sv):
3830 #if defined(GLX_USE_TLS)
3831 call _x86_64_get_dispatch@PLT
3832 movq 872(%rax), %r11
3833 jmp *%r11
3834 #elif defined(PTHREADS)
3835 pushq %rdi
3836 call _x86_64_get_dispatch@PLT
3837 popq %rdi
3838 movq 872(%rax), %r11
3839 jmp *%r11
3840 #else
3841 movq _glapi_Dispatch(%rip), %rax
3842 testq %rax, %rax
3843 je 1f
3844 movq 872(%rax), %r11
3845 jmp *%r11
3846 1:
3847 pushq %rdi
3848 call _glapi_get_dispatch
3849 popq %rdi
3850 movq 872(%rax), %r11
3851 jmp *%r11
3852 #endif /* defined(GLX_USE_TLS) */
3853 .size GL_PREFIX(TexCoord2sv), .-GL_PREFIX(TexCoord2sv)
3854
3855 .p2align 4,,15
3856 .globl GL_PREFIX(TexCoord3d)
3857 .type GL_PREFIX(TexCoord3d), @function
3858 GL_PREFIX(TexCoord3d):
3859 #if defined(GLX_USE_TLS)
3860 call _x86_64_get_dispatch@PLT
3861 movq 880(%rax), %r11
3862 jmp *%r11
3863 #elif defined(PTHREADS)
3864 subq $24, %rsp
3865 movq %xmm0, (%rsp)
3866 movq %xmm1, 8(%rsp)
3867 movq %xmm2, 16(%rsp)
3868 call _x86_64_get_dispatch@PLT
3869 movq 16(%rsp), %xmm2
3870 movq 8(%rsp), %xmm1
3871 movq (%rsp), %xmm0
3872 addq $24, %rsp
3873 movq 880(%rax), %r11
3874 jmp *%r11
3875 #else
3876 movq _glapi_Dispatch(%rip), %rax
3877 testq %rax, %rax
3878 je 1f
3879 movq 880(%rax), %r11
3880 jmp *%r11
3881 1:
3882 subq $24, %rsp
3883 movq %xmm0, (%rsp)
3884 movq %xmm1, 8(%rsp)
3885 movq %xmm2, 16(%rsp)
3886 call _glapi_get_dispatch
3887 movq 16(%rsp), %xmm2
3888 movq 8(%rsp), %xmm1
3889 movq (%rsp), %xmm0
3890 addq $24, %rsp
3891 movq 880(%rax), %r11
3892 jmp *%r11
3893 #endif /* defined(GLX_USE_TLS) */
3894 .size GL_PREFIX(TexCoord3d), .-GL_PREFIX(TexCoord3d)
3895
3896 .p2align 4,,15
3897 .globl GL_PREFIX(TexCoord3dv)
3898 .type GL_PREFIX(TexCoord3dv), @function
3899 GL_PREFIX(TexCoord3dv):
3900 #if defined(GLX_USE_TLS)
3901 call _x86_64_get_dispatch@PLT
3902 movq 888(%rax), %r11
3903 jmp *%r11
3904 #elif defined(PTHREADS)
3905 pushq %rdi
3906 call _x86_64_get_dispatch@PLT
3907 popq %rdi
3908 movq 888(%rax), %r11
3909 jmp *%r11
3910 #else
3911 movq _glapi_Dispatch(%rip), %rax
3912 testq %rax, %rax
3913 je 1f
3914 movq 888(%rax), %r11
3915 jmp *%r11
3916 1:
3917 pushq %rdi
3918 call _glapi_get_dispatch
3919 popq %rdi
3920 movq 888(%rax), %r11
3921 jmp *%r11
3922 #endif /* defined(GLX_USE_TLS) */
3923 .size GL_PREFIX(TexCoord3dv), .-GL_PREFIX(TexCoord3dv)
3924
3925 .p2align 4,,15
3926 .globl GL_PREFIX(TexCoord3f)
3927 .type GL_PREFIX(TexCoord3f), @function
3928 GL_PREFIX(TexCoord3f):
3929 #if defined(GLX_USE_TLS)
3930 call _x86_64_get_dispatch@PLT
3931 movq 896(%rax), %r11
3932 jmp *%r11
3933 #elif defined(PTHREADS)
3934 subq $24, %rsp
3935 movq %xmm0, (%rsp)
3936 movq %xmm1, 8(%rsp)
3937 movq %xmm2, 16(%rsp)
3938 call _x86_64_get_dispatch@PLT
3939 movq 16(%rsp), %xmm2
3940 movq 8(%rsp), %xmm1
3941 movq (%rsp), %xmm0
3942 addq $24, %rsp
3943 movq 896(%rax), %r11
3944 jmp *%r11
3945 #else
3946 movq _glapi_Dispatch(%rip), %rax
3947 testq %rax, %rax
3948 je 1f
3949 movq 896(%rax), %r11
3950 jmp *%r11
3951 1:
3952 subq $24, %rsp
3953 movq %xmm0, (%rsp)
3954 movq %xmm1, 8(%rsp)
3955 movq %xmm2, 16(%rsp)
3956 call _glapi_get_dispatch
3957 movq 16(%rsp), %xmm2
3958 movq 8(%rsp), %xmm1
3959 movq (%rsp), %xmm0
3960 addq $24, %rsp
3961 movq 896(%rax), %r11
3962 jmp *%r11
3963 #endif /* defined(GLX_USE_TLS) */
3964 .size GL_PREFIX(TexCoord3f), .-GL_PREFIX(TexCoord3f)
3965
3966 .p2align 4,,15
3967 .globl GL_PREFIX(TexCoord3fv)
3968 .type GL_PREFIX(TexCoord3fv), @function
3969 GL_PREFIX(TexCoord3fv):
3970 #if defined(GLX_USE_TLS)
3971 call _x86_64_get_dispatch@PLT
3972 movq 904(%rax), %r11
3973 jmp *%r11
3974 #elif defined(PTHREADS)
3975 pushq %rdi
3976 call _x86_64_get_dispatch@PLT
3977 popq %rdi
3978 movq 904(%rax), %r11
3979 jmp *%r11
3980 #else
3981 movq _glapi_Dispatch(%rip), %rax
3982 testq %rax, %rax
3983 je 1f
3984 movq 904(%rax), %r11
3985 jmp *%r11
3986 1:
3987 pushq %rdi
3988 call _glapi_get_dispatch
3989 popq %rdi
3990 movq 904(%rax), %r11
3991 jmp *%r11
3992 #endif /* defined(GLX_USE_TLS) */
3993 .size GL_PREFIX(TexCoord3fv), .-GL_PREFIX(TexCoord3fv)
3994
3995 .p2align 4,,15
3996 .globl GL_PREFIX(TexCoord3i)
3997 .type GL_PREFIX(TexCoord3i), @function
3998 GL_PREFIX(TexCoord3i):
3999 #if defined(GLX_USE_TLS)
4000 call _x86_64_get_dispatch@PLT
4001 movq 912(%rax), %r11
4002 jmp *%r11
4003 #elif defined(PTHREADS)
4004 pushq %rdi
4005 pushq %rsi
4006 pushq %rdx
4007 call _x86_64_get_dispatch@PLT
4008 popq %rdx
4009 popq %rsi
4010 popq %rdi
4011 movq 912(%rax), %r11
4012 jmp *%r11
4013 #else
4014 movq _glapi_Dispatch(%rip), %rax
4015 testq %rax, %rax
4016 je 1f
4017 movq 912(%rax), %r11
4018 jmp *%r11
4019 1:
4020 pushq %rdi
4021 pushq %rsi
4022 pushq %rdx
4023 call _glapi_get_dispatch
4024 popq %rdx
4025 popq %rsi
4026 popq %rdi
4027 movq 912(%rax), %r11
4028 jmp *%r11
4029 #endif /* defined(GLX_USE_TLS) */
4030 .size GL_PREFIX(TexCoord3i), .-GL_PREFIX(TexCoord3i)
4031
4032 .p2align 4,,15
4033 .globl GL_PREFIX(TexCoord3iv)
4034 .type GL_PREFIX(TexCoord3iv), @function
4035 GL_PREFIX(TexCoord3iv):
4036 #if defined(GLX_USE_TLS)
4037 call _x86_64_get_dispatch@PLT
4038 movq 920(%rax), %r11
4039 jmp *%r11
4040 #elif defined(PTHREADS)
4041 pushq %rdi
4042 call _x86_64_get_dispatch@PLT
4043 popq %rdi
4044 movq 920(%rax), %r11
4045 jmp *%r11
4046 #else
4047 movq _glapi_Dispatch(%rip), %rax
4048 testq %rax, %rax
4049 je 1f
4050 movq 920(%rax), %r11
4051 jmp *%r11
4052 1:
4053 pushq %rdi
4054 call _glapi_get_dispatch
4055 popq %rdi
4056 movq 920(%rax), %r11
4057 jmp *%r11
4058 #endif /* defined(GLX_USE_TLS) */
4059 .size GL_PREFIX(TexCoord3iv), .-GL_PREFIX(TexCoord3iv)
4060
4061 .p2align 4,,15
4062 .globl GL_PREFIX(TexCoord3s)
4063 .type GL_PREFIX(TexCoord3s), @function
4064 GL_PREFIX(TexCoord3s):
4065 #if defined(GLX_USE_TLS)
4066 call _x86_64_get_dispatch@PLT
4067 movq 928(%rax), %r11
4068 jmp *%r11
4069 #elif defined(PTHREADS)
4070 pushq %rdi
4071 pushq %rsi
4072 pushq %rdx
4073 call _x86_64_get_dispatch@PLT
4074 popq %rdx
4075 popq %rsi
4076 popq %rdi
4077 movq 928(%rax), %r11
4078 jmp *%r11
4079 #else
4080 movq _glapi_Dispatch(%rip), %rax
4081 testq %rax, %rax
4082 je 1f
4083 movq 928(%rax), %r11
4084 jmp *%r11
4085 1:
4086 pushq %rdi
4087 pushq %rsi
4088 pushq %rdx
4089 call _glapi_get_dispatch
4090 popq %rdx
4091 popq %rsi
4092 popq %rdi
4093 movq 928(%rax), %r11
4094 jmp *%r11
4095 #endif /* defined(GLX_USE_TLS) */
4096 .size GL_PREFIX(TexCoord3s), .-GL_PREFIX(TexCoord3s)
4097
4098 .p2align 4,,15
4099 .globl GL_PREFIX(TexCoord3sv)
4100 .type GL_PREFIX(TexCoord3sv), @function
4101 GL_PREFIX(TexCoord3sv):
4102 #if defined(GLX_USE_TLS)
4103 call _x86_64_get_dispatch@PLT
4104 movq 936(%rax), %r11
4105 jmp *%r11
4106 #elif defined(PTHREADS)
4107 pushq %rdi
4108 call _x86_64_get_dispatch@PLT
4109 popq %rdi
4110 movq 936(%rax), %r11
4111 jmp *%r11
4112 #else
4113 movq _glapi_Dispatch(%rip), %rax
4114 testq %rax, %rax
4115 je 1f
4116 movq 936(%rax), %r11
4117 jmp *%r11
4118 1:
4119 pushq %rdi
4120 call _glapi_get_dispatch
4121 popq %rdi
4122 movq 936(%rax), %r11
4123 jmp *%r11
4124 #endif /* defined(GLX_USE_TLS) */
4125 .size GL_PREFIX(TexCoord3sv), .-GL_PREFIX(TexCoord3sv)
4126
4127 .p2align 4,,15
4128 .globl GL_PREFIX(TexCoord4d)
4129 .type GL_PREFIX(TexCoord4d), @function
4130 GL_PREFIX(TexCoord4d):
4131 #if defined(GLX_USE_TLS)
4132 call _x86_64_get_dispatch@PLT
4133 movq 944(%rax), %r11
4134 jmp *%r11
4135 #elif defined(PTHREADS)
4136 subq $40, %rsp
4137 movq %xmm0, (%rsp)
4138 movq %xmm1, 8(%rsp)
4139 movq %xmm2, 16(%rsp)
4140 movq %xmm3, 24(%rsp)
4141 call _x86_64_get_dispatch@PLT
4142 movq 24(%rsp), %xmm3
4143 movq 16(%rsp), %xmm2
4144 movq 8(%rsp), %xmm1
4145 movq (%rsp), %xmm0
4146 addq $40, %rsp
4147 movq 944(%rax), %r11
4148 jmp *%r11
4149 #else
4150 movq _glapi_Dispatch(%rip), %rax
4151 testq %rax, %rax
4152 je 1f
4153 movq 944(%rax), %r11
4154 jmp *%r11
4155 1:
4156 subq $40, %rsp
4157 movq %xmm0, (%rsp)
4158 movq %xmm1, 8(%rsp)
4159 movq %xmm2, 16(%rsp)
4160 movq %xmm3, 24(%rsp)
4161 call _glapi_get_dispatch
4162 movq 24(%rsp), %xmm3
4163 movq 16(%rsp), %xmm2
4164 movq 8(%rsp), %xmm1
4165 movq (%rsp), %xmm0
4166 addq $40, %rsp
4167 movq 944(%rax), %r11
4168 jmp *%r11
4169 #endif /* defined(GLX_USE_TLS) */
4170 .size GL_PREFIX(TexCoord4d), .-GL_PREFIX(TexCoord4d)
4171
4172 .p2align 4,,15
4173 .globl GL_PREFIX(TexCoord4dv)
4174 .type GL_PREFIX(TexCoord4dv), @function
4175 GL_PREFIX(TexCoord4dv):
4176 #if defined(GLX_USE_TLS)
4177 call _x86_64_get_dispatch@PLT
4178 movq 952(%rax), %r11
4179 jmp *%r11
4180 #elif defined(PTHREADS)
4181 pushq %rdi
4182 call _x86_64_get_dispatch@PLT
4183 popq %rdi
4184 movq 952(%rax), %r11
4185 jmp *%r11
4186 #else
4187 movq _glapi_Dispatch(%rip), %rax
4188 testq %rax, %rax
4189 je 1f
4190 movq 952(%rax), %r11
4191 jmp *%r11
4192 1:
4193 pushq %rdi
4194 call _glapi_get_dispatch
4195 popq %rdi
4196 movq 952(%rax), %r11
4197 jmp *%r11
4198 #endif /* defined(GLX_USE_TLS) */
4199 .size GL_PREFIX(TexCoord4dv), .-GL_PREFIX(TexCoord4dv)
4200
4201 .p2align 4,,15
4202 .globl GL_PREFIX(TexCoord4f)
4203 .type GL_PREFIX(TexCoord4f), @function
4204 GL_PREFIX(TexCoord4f):
4205 #if defined(GLX_USE_TLS)
4206 call _x86_64_get_dispatch@PLT
4207 movq 960(%rax), %r11
4208 jmp *%r11
4209 #elif defined(PTHREADS)
4210 subq $40, %rsp
4211 movq %xmm0, (%rsp)
4212 movq %xmm1, 8(%rsp)
4213 movq %xmm2, 16(%rsp)
4214 movq %xmm3, 24(%rsp)
4215 call _x86_64_get_dispatch@PLT
4216 movq 24(%rsp), %xmm3
4217 movq 16(%rsp), %xmm2
4218 movq 8(%rsp), %xmm1
4219 movq (%rsp), %xmm0
4220 addq $40, %rsp
4221 movq 960(%rax), %r11
4222 jmp *%r11
4223 #else
4224 movq _glapi_Dispatch(%rip), %rax
4225 testq %rax, %rax
4226 je 1f
4227 movq 960(%rax), %r11
4228 jmp *%r11
4229 1:
4230 subq $40, %rsp
4231 movq %xmm0, (%rsp)
4232 movq %xmm1, 8(%rsp)
4233 movq %xmm2, 16(%rsp)
4234 movq %xmm3, 24(%rsp)
4235 call _glapi_get_dispatch
4236 movq 24(%rsp), %xmm3
4237 movq 16(%rsp), %xmm2
4238 movq 8(%rsp), %xmm1
4239 movq (%rsp), %xmm0
4240 addq $40, %rsp
4241 movq 960(%rax), %r11
4242 jmp *%r11
4243 #endif /* defined(GLX_USE_TLS) */
4244 .size GL_PREFIX(TexCoord4f), .-GL_PREFIX(TexCoord4f)
4245
4246 .p2align 4,,15
4247 .globl GL_PREFIX(TexCoord4fv)
4248 .type GL_PREFIX(TexCoord4fv), @function
4249 GL_PREFIX(TexCoord4fv):
4250 #if defined(GLX_USE_TLS)
4251 call _x86_64_get_dispatch@PLT
4252 movq 968(%rax), %r11
4253 jmp *%r11
4254 #elif defined(PTHREADS)
4255 pushq %rdi
4256 call _x86_64_get_dispatch@PLT
4257 popq %rdi
4258 movq 968(%rax), %r11
4259 jmp *%r11
4260 #else
4261 movq _glapi_Dispatch(%rip), %rax
4262 testq %rax, %rax
4263 je 1f
4264 movq 968(%rax), %r11
4265 jmp *%r11
4266 1:
4267 pushq %rdi
4268 call _glapi_get_dispatch
4269 popq %rdi
4270 movq 968(%rax), %r11
4271 jmp *%r11
4272 #endif /* defined(GLX_USE_TLS) */
4273 .size GL_PREFIX(TexCoord4fv), .-GL_PREFIX(TexCoord4fv)
4274
4275 .p2align 4,,15
4276 .globl GL_PREFIX(TexCoord4i)
4277 .type GL_PREFIX(TexCoord4i), @function
4278 GL_PREFIX(TexCoord4i):
4279 #if defined(GLX_USE_TLS)
4280 call _x86_64_get_dispatch@PLT
4281 movq 976(%rax), %r11
4282 jmp *%r11
4283 #elif defined(PTHREADS)
4284 pushq %rdi
4285 pushq %rsi
4286 pushq %rdx
4287 pushq %rcx
4288 pushq %rbp
4289 call _x86_64_get_dispatch@PLT
4290 popq %rbp
4291 popq %rcx
4292 popq %rdx
4293 popq %rsi
4294 popq %rdi
4295 movq 976(%rax), %r11
4296 jmp *%r11
4297 #else
4298 movq _glapi_Dispatch(%rip), %rax
4299 testq %rax, %rax
4300 je 1f
4301 movq 976(%rax), %r11
4302 jmp *%r11
4303 1:
4304 pushq %rdi
4305 pushq %rsi
4306 pushq %rdx
4307 pushq %rcx
4308 pushq %rbp
4309 call _glapi_get_dispatch
4310 popq %rbp
4311 popq %rcx
4312 popq %rdx
4313 popq %rsi
4314 popq %rdi
4315 movq 976(%rax), %r11
4316 jmp *%r11
4317 #endif /* defined(GLX_USE_TLS) */
4318 .size GL_PREFIX(TexCoord4i), .-GL_PREFIX(TexCoord4i)
4319
4320 .p2align 4,,15
4321 .globl GL_PREFIX(TexCoord4iv)
4322 .type GL_PREFIX(TexCoord4iv), @function
4323 GL_PREFIX(TexCoord4iv):
4324 #if defined(GLX_USE_TLS)
4325 call _x86_64_get_dispatch@PLT
4326 movq 984(%rax), %r11
4327 jmp *%r11
4328 #elif defined(PTHREADS)
4329 pushq %rdi
4330 call _x86_64_get_dispatch@PLT
4331 popq %rdi
4332 movq 984(%rax), %r11
4333 jmp *%r11
4334 #else
4335 movq _glapi_Dispatch(%rip), %rax
4336 testq %rax, %rax
4337 je 1f
4338 movq 984(%rax), %r11
4339 jmp *%r11
4340 1:
4341 pushq %rdi
4342 call _glapi_get_dispatch
4343 popq %rdi
4344 movq 984(%rax), %r11
4345 jmp *%r11
4346 #endif /* defined(GLX_USE_TLS) */
4347 .size GL_PREFIX(TexCoord4iv), .-GL_PREFIX(TexCoord4iv)
4348
4349 .p2align 4,,15
4350 .globl GL_PREFIX(TexCoord4s)
4351 .type GL_PREFIX(TexCoord4s), @function
4352 GL_PREFIX(TexCoord4s):
4353 #if defined(GLX_USE_TLS)
4354 call _x86_64_get_dispatch@PLT
4355 movq 992(%rax), %r11
4356 jmp *%r11
4357 #elif defined(PTHREADS)
4358 pushq %rdi
4359 pushq %rsi
4360 pushq %rdx
4361 pushq %rcx
4362 pushq %rbp
4363 call _x86_64_get_dispatch@PLT
4364 popq %rbp
4365 popq %rcx
4366 popq %rdx
4367 popq %rsi
4368 popq %rdi
4369 movq 992(%rax), %r11
4370 jmp *%r11
4371 #else
4372 movq _glapi_Dispatch(%rip), %rax
4373 testq %rax, %rax
4374 je 1f
4375 movq 992(%rax), %r11
4376 jmp *%r11
4377 1:
4378 pushq %rdi
4379 pushq %rsi
4380 pushq %rdx
4381 pushq %rcx
4382 pushq %rbp
4383 call _glapi_get_dispatch
4384 popq %rbp
4385 popq %rcx
4386 popq %rdx
4387 popq %rsi
4388 popq %rdi
4389 movq 992(%rax), %r11
4390 jmp *%r11
4391 #endif /* defined(GLX_USE_TLS) */
4392 .size GL_PREFIX(TexCoord4s), .-GL_PREFIX(TexCoord4s)
4393
4394 .p2align 4,,15
4395 .globl GL_PREFIX(TexCoord4sv)
4396 .type GL_PREFIX(TexCoord4sv), @function
4397 GL_PREFIX(TexCoord4sv):
4398 #if defined(GLX_USE_TLS)
4399 call _x86_64_get_dispatch@PLT
4400 movq 1000(%rax), %r11
4401 jmp *%r11
4402 #elif defined(PTHREADS)
4403 pushq %rdi
4404 call _x86_64_get_dispatch@PLT
4405 popq %rdi
4406 movq 1000(%rax), %r11
4407 jmp *%r11
4408 #else
4409 movq _glapi_Dispatch(%rip), %rax
4410 testq %rax, %rax
4411 je 1f
4412 movq 1000(%rax), %r11
4413 jmp *%r11
4414 1:
4415 pushq %rdi
4416 call _glapi_get_dispatch
4417 popq %rdi
4418 movq 1000(%rax), %r11
4419 jmp *%r11
4420 #endif /* defined(GLX_USE_TLS) */
4421 .size GL_PREFIX(TexCoord4sv), .-GL_PREFIX(TexCoord4sv)
4422
4423 .p2align 4,,15
4424 .globl GL_PREFIX(Vertex2d)
4425 .type GL_PREFIX(Vertex2d), @function
4426 GL_PREFIX(Vertex2d):
4427 #if defined(GLX_USE_TLS)
4428 call _x86_64_get_dispatch@PLT
4429 movq 1008(%rax), %r11
4430 jmp *%r11
4431 #elif defined(PTHREADS)
4432 subq $24, %rsp
4433 movq %xmm0, (%rsp)
4434 movq %xmm1, 8(%rsp)
4435 call _x86_64_get_dispatch@PLT
4436 movq 8(%rsp), %xmm1
4437 movq (%rsp), %xmm0
4438 addq $24, %rsp
4439 movq 1008(%rax), %r11
4440 jmp *%r11
4441 #else
4442 movq _glapi_Dispatch(%rip), %rax
4443 testq %rax, %rax
4444 je 1f
4445 movq 1008(%rax), %r11
4446 jmp *%r11
4447 1:
4448 subq $24, %rsp
4449 movq %xmm0, (%rsp)
4450 movq %xmm1, 8(%rsp)
4451 call _glapi_get_dispatch
4452 movq 8(%rsp), %xmm1
4453 movq (%rsp), %xmm0
4454 addq $24, %rsp
4455 movq 1008(%rax), %r11
4456 jmp *%r11
4457 #endif /* defined(GLX_USE_TLS) */
4458 .size GL_PREFIX(Vertex2d), .-GL_PREFIX(Vertex2d)
4459
4460 .p2align 4,,15
4461 .globl GL_PREFIX(Vertex2dv)
4462 .type GL_PREFIX(Vertex2dv), @function
4463 GL_PREFIX(Vertex2dv):
4464 #if defined(GLX_USE_TLS)
4465 call _x86_64_get_dispatch@PLT
4466 movq 1016(%rax), %r11
4467 jmp *%r11
4468 #elif defined(PTHREADS)
4469 pushq %rdi
4470 call _x86_64_get_dispatch@PLT
4471 popq %rdi
4472 movq 1016(%rax), %r11
4473 jmp *%r11
4474 #else
4475 movq _glapi_Dispatch(%rip), %rax
4476 testq %rax, %rax
4477 je 1f
4478 movq 1016(%rax), %r11
4479 jmp *%r11
4480 1:
4481 pushq %rdi
4482 call _glapi_get_dispatch
4483 popq %rdi
4484 movq 1016(%rax), %r11
4485 jmp *%r11
4486 #endif /* defined(GLX_USE_TLS) */
4487 .size GL_PREFIX(Vertex2dv), .-GL_PREFIX(Vertex2dv)
4488
4489 .p2align 4,,15
4490 .globl GL_PREFIX(Vertex2f)
4491 .type GL_PREFIX(Vertex2f), @function
4492 GL_PREFIX(Vertex2f):
4493 #if defined(GLX_USE_TLS)
4494 call _x86_64_get_dispatch@PLT
4495 movq 1024(%rax), %r11
4496 jmp *%r11
4497 #elif defined(PTHREADS)
4498 subq $24, %rsp
4499 movq %xmm0, (%rsp)
4500 movq %xmm1, 8(%rsp)
4501 call _x86_64_get_dispatch@PLT
4502 movq 8(%rsp), %xmm1
4503 movq (%rsp), %xmm0
4504 addq $24, %rsp
4505 movq 1024(%rax), %r11
4506 jmp *%r11
4507 #else
4508 movq _glapi_Dispatch(%rip), %rax
4509 testq %rax, %rax
4510 je 1f
4511 movq 1024(%rax), %r11
4512 jmp *%r11
4513 1:
4514 subq $24, %rsp
4515 movq %xmm0, (%rsp)
4516 movq %xmm1, 8(%rsp)
4517 call _glapi_get_dispatch
4518 movq 8(%rsp), %xmm1
4519 movq (%rsp), %xmm0
4520 addq $24, %rsp
4521 movq 1024(%rax), %r11
4522 jmp *%r11
4523 #endif /* defined(GLX_USE_TLS) */
4524 .size GL_PREFIX(Vertex2f), .-GL_PREFIX(Vertex2f)
4525
4526 .p2align 4,,15
4527 .globl GL_PREFIX(Vertex2fv)
4528 .type GL_PREFIX(Vertex2fv), @function
4529 GL_PREFIX(Vertex2fv):
4530 #if defined(GLX_USE_TLS)
4531 call _x86_64_get_dispatch@PLT
4532 movq 1032(%rax), %r11
4533 jmp *%r11
4534 #elif defined(PTHREADS)
4535 pushq %rdi
4536 call _x86_64_get_dispatch@PLT
4537 popq %rdi
4538 movq 1032(%rax), %r11
4539 jmp *%r11
4540 #else
4541 movq _glapi_Dispatch(%rip), %rax
4542 testq %rax, %rax
4543 je 1f
4544 movq 1032(%rax), %r11
4545 jmp *%r11
4546 1:
4547 pushq %rdi
4548 call _glapi_get_dispatch
4549 popq %rdi
4550 movq 1032(%rax), %r11
4551 jmp *%r11
4552 #endif /* defined(GLX_USE_TLS) */
4553 .size GL_PREFIX(Vertex2fv), .-GL_PREFIX(Vertex2fv)
4554
4555 .p2align 4,,15
4556 .globl GL_PREFIX(Vertex2i)
4557 .type GL_PREFIX(Vertex2i), @function
4558 GL_PREFIX(Vertex2i):
4559 #if defined(GLX_USE_TLS)
4560 call _x86_64_get_dispatch@PLT
4561 movq 1040(%rax), %r11
4562 jmp *%r11
4563 #elif defined(PTHREADS)
4564 pushq %rdi
4565 pushq %rsi
4566 pushq %rbp
4567 call _x86_64_get_dispatch@PLT
4568 popq %rbp
4569 popq %rsi
4570 popq %rdi
4571 movq 1040(%rax), %r11
4572 jmp *%r11
4573 #else
4574 movq _glapi_Dispatch(%rip), %rax
4575 testq %rax, %rax
4576 je 1f
4577 movq 1040(%rax), %r11
4578 jmp *%r11
4579 1:
4580 pushq %rdi
4581 pushq %rsi
4582 pushq %rbp
4583 call _glapi_get_dispatch
4584 popq %rbp
4585 popq %rsi
4586 popq %rdi
4587 movq 1040(%rax), %r11
4588 jmp *%r11
4589 #endif /* defined(GLX_USE_TLS) */
4590 .size GL_PREFIX(Vertex2i), .-GL_PREFIX(Vertex2i)
4591
4592 .p2align 4,,15
4593 .globl GL_PREFIX(Vertex2iv)
4594 .type GL_PREFIX(Vertex2iv), @function
4595 GL_PREFIX(Vertex2iv):
4596 #if defined(GLX_USE_TLS)
4597 call _x86_64_get_dispatch@PLT
4598 movq 1048(%rax), %r11
4599 jmp *%r11
4600 #elif defined(PTHREADS)
4601 pushq %rdi
4602 call _x86_64_get_dispatch@PLT
4603 popq %rdi
4604 movq 1048(%rax), %r11
4605 jmp *%r11
4606 #else
4607 movq _glapi_Dispatch(%rip), %rax
4608 testq %rax, %rax
4609 je 1f
4610 movq 1048(%rax), %r11
4611 jmp *%r11
4612 1:
4613 pushq %rdi
4614 call _glapi_get_dispatch
4615 popq %rdi
4616 movq 1048(%rax), %r11
4617 jmp *%r11
4618 #endif /* defined(GLX_USE_TLS) */
4619 .size GL_PREFIX(Vertex2iv), .-GL_PREFIX(Vertex2iv)
4620
4621 .p2align 4,,15
4622 .globl GL_PREFIX(Vertex2s)
4623 .type GL_PREFIX(Vertex2s), @function
4624 GL_PREFIX(Vertex2s):
4625 #if defined(GLX_USE_TLS)
4626 call _x86_64_get_dispatch@PLT
4627 movq 1056(%rax), %r11
4628 jmp *%r11
4629 #elif defined(PTHREADS)
4630 pushq %rdi
4631 pushq %rsi
4632 pushq %rbp
4633 call _x86_64_get_dispatch@PLT
4634 popq %rbp
4635 popq %rsi
4636 popq %rdi
4637 movq 1056(%rax), %r11
4638 jmp *%r11
4639 #else
4640 movq _glapi_Dispatch(%rip), %rax
4641 testq %rax, %rax
4642 je 1f
4643 movq 1056(%rax), %r11
4644 jmp *%r11
4645 1:
4646 pushq %rdi
4647 pushq %rsi
4648 pushq %rbp
4649 call _glapi_get_dispatch
4650 popq %rbp
4651 popq %rsi
4652 popq %rdi
4653 movq 1056(%rax), %r11
4654 jmp *%r11
4655 #endif /* defined(GLX_USE_TLS) */
4656 .size GL_PREFIX(Vertex2s), .-GL_PREFIX(Vertex2s)
4657
4658 .p2align 4,,15
4659 .globl GL_PREFIX(Vertex2sv)
4660 .type GL_PREFIX(Vertex2sv), @function
4661 GL_PREFIX(Vertex2sv):
4662 #if defined(GLX_USE_TLS)
4663 call _x86_64_get_dispatch@PLT
4664 movq 1064(%rax), %r11
4665 jmp *%r11
4666 #elif defined(PTHREADS)
4667 pushq %rdi
4668 call _x86_64_get_dispatch@PLT
4669 popq %rdi
4670 movq 1064(%rax), %r11
4671 jmp *%r11
4672 #else
4673 movq _glapi_Dispatch(%rip), %rax
4674 testq %rax, %rax
4675 je 1f
4676 movq 1064(%rax), %r11
4677 jmp *%r11
4678 1:
4679 pushq %rdi
4680 call _glapi_get_dispatch
4681 popq %rdi
4682 movq 1064(%rax), %r11
4683 jmp *%r11
4684 #endif /* defined(GLX_USE_TLS) */
4685 .size GL_PREFIX(Vertex2sv), .-GL_PREFIX(Vertex2sv)
4686
4687 .p2align 4,,15
4688 .globl GL_PREFIX(Vertex3d)
4689 .type GL_PREFIX(Vertex3d), @function
4690 GL_PREFIX(Vertex3d):
4691 #if defined(GLX_USE_TLS)
4692 call _x86_64_get_dispatch@PLT
4693 movq 1072(%rax), %r11
4694 jmp *%r11
4695 #elif defined(PTHREADS)
4696 subq $24, %rsp
4697 movq %xmm0, (%rsp)
4698 movq %xmm1, 8(%rsp)
4699 movq %xmm2, 16(%rsp)
4700 call _x86_64_get_dispatch@PLT
4701 movq 16(%rsp), %xmm2
4702 movq 8(%rsp), %xmm1
4703 movq (%rsp), %xmm0
4704 addq $24, %rsp
4705 movq 1072(%rax), %r11
4706 jmp *%r11
4707 #else
4708 movq _glapi_Dispatch(%rip), %rax
4709 testq %rax, %rax
4710 je 1f
4711 movq 1072(%rax), %r11
4712 jmp *%r11
4713 1:
4714 subq $24, %rsp
4715 movq %xmm0, (%rsp)
4716 movq %xmm1, 8(%rsp)
4717 movq %xmm2, 16(%rsp)
4718 call _glapi_get_dispatch
4719 movq 16(%rsp), %xmm2
4720 movq 8(%rsp), %xmm1
4721 movq (%rsp), %xmm0
4722 addq $24, %rsp
4723 movq 1072(%rax), %r11
4724 jmp *%r11
4725 #endif /* defined(GLX_USE_TLS) */
4726 .size GL_PREFIX(Vertex3d), .-GL_PREFIX(Vertex3d)
4727
4728 .p2align 4,,15
4729 .globl GL_PREFIX(Vertex3dv)
4730 .type GL_PREFIX(Vertex3dv), @function
4731 GL_PREFIX(Vertex3dv):
4732 #if defined(GLX_USE_TLS)
4733 call _x86_64_get_dispatch@PLT
4734 movq 1080(%rax), %r11
4735 jmp *%r11
4736 #elif defined(PTHREADS)
4737 pushq %rdi
4738 call _x86_64_get_dispatch@PLT
4739 popq %rdi
4740 movq 1080(%rax), %r11
4741 jmp *%r11
4742 #else
4743 movq _glapi_Dispatch(%rip), %rax
4744 testq %rax, %rax
4745 je 1f
4746 movq 1080(%rax), %r11
4747 jmp *%r11
4748 1:
4749 pushq %rdi
4750 call _glapi_get_dispatch
4751 popq %rdi
4752 movq 1080(%rax), %r11
4753 jmp *%r11
4754 #endif /* defined(GLX_USE_TLS) */
4755 .size GL_PREFIX(Vertex3dv), .-GL_PREFIX(Vertex3dv)
4756
4757 .p2align 4,,15
4758 .globl GL_PREFIX(Vertex3f)
4759 .type GL_PREFIX(Vertex3f), @function
4760 GL_PREFIX(Vertex3f):
4761 #if defined(GLX_USE_TLS)
4762 call _x86_64_get_dispatch@PLT
4763 movq 1088(%rax), %r11
4764 jmp *%r11
4765 #elif defined(PTHREADS)
4766 subq $24, %rsp
4767 movq %xmm0, (%rsp)
4768 movq %xmm1, 8(%rsp)
4769 movq %xmm2, 16(%rsp)
4770 call _x86_64_get_dispatch@PLT
4771 movq 16(%rsp), %xmm2
4772 movq 8(%rsp), %xmm1
4773 movq (%rsp), %xmm0
4774 addq $24, %rsp
4775 movq 1088(%rax), %r11
4776 jmp *%r11
4777 #else
4778 movq _glapi_Dispatch(%rip), %rax
4779 testq %rax, %rax
4780 je 1f
4781 movq 1088(%rax), %r11
4782 jmp *%r11
4783 1:
4784 subq $24, %rsp
4785 movq %xmm0, (%rsp)
4786 movq %xmm1, 8(%rsp)
4787 movq %xmm2, 16(%rsp)
4788 call _glapi_get_dispatch
4789 movq 16(%rsp), %xmm2
4790 movq 8(%rsp), %xmm1
4791 movq (%rsp), %xmm0
4792 addq $24, %rsp
4793 movq 1088(%rax), %r11
4794 jmp *%r11
4795 #endif /* defined(GLX_USE_TLS) */
4796 .size GL_PREFIX(Vertex3f), .-GL_PREFIX(Vertex3f)
4797
4798 .p2align 4,,15
4799 .globl GL_PREFIX(Vertex3fv)
4800 .type GL_PREFIX(Vertex3fv), @function
4801 GL_PREFIX(Vertex3fv):
4802 #if defined(GLX_USE_TLS)
4803 call _x86_64_get_dispatch@PLT
4804 movq 1096(%rax), %r11
4805 jmp *%r11
4806 #elif defined(PTHREADS)
4807 pushq %rdi
4808 call _x86_64_get_dispatch@PLT
4809 popq %rdi
4810 movq 1096(%rax), %r11
4811 jmp *%r11
4812 #else
4813 movq _glapi_Dispatch(%rip), %rax
4814 testq %rax, %rax
4815 je 1f
4816 movq 1096(%rax), %r11
4817 jmp *%r11
4818 1:
4819 pushq %rdi
4820 call _glapi_get_dispatch
4821 popq %rdi
4822 movq 1096(%rax), %r11
4823 jmp *%r11
4824 #endif /* defined(GLX_USE_TLS) */
4825 .size GL_PREFIX(Vertex3fv), .-GL_PREFIX(Vertex3fv)
4826
4827 .p2align 4,,15
4828 .globl GL_PREFIX(Vertex3i)
4829 .type GL_PREFIX(Vertex3i), @function
4830 GL_PREFIX(Vertex3i):
4831 #if defined(GLX_USE_TLS)
4832 call _x86_64_get_dispatch@PLT
4833 movq 1104(%rax), %r11
4834 jmp *%r11
4835 #elif defined(PTHREADS)
4836 pushq %rdi
4837 pushq %rsi
4838 pushq %rdx
4839 call _x86_64_get_dispatch@PLT
4840 popq %rdx
4841 popq %rsi
4842 popq %rdi
4843 movq 1104(%rax), %r11
4844 jmp *%r11
4845 #else
4846 movq _glapi_Dispatch(%rip), %rax
4847 testq %rax, %rax
4848 je 1f
4849 movq 1104(%rax), %r11
4850 jmp *%r11
4851 1:
4852 pushq %rdi
4853 pushq %rsi
4854 pushq %rdx
4855 call _glapi_get_dispatch
4856 popq %rdx
4857 popq %rsi
4858 popq %rdi
4859 movq 1104(%rax), %r11
4860 jmp *%r11
4861 #endif /* defined(GLX_USE_TLS) */
4862 .size GL_PREFIX(Vertex3i), .-GL_PREFIX(Vertex3i)
4863
4864 .p2align 4,,15
4865 .globl GL_PREFIX(Vertex3iv)
4866 .type GL_PREFIX(Vertex3iv), @function
4867 GL_PREFIX(Vertex3iv):
4868 #if defined(GLX_USE_TLS)
4869 call _x86_64_get_dispatch@PLT
4870 movq 1112(%rax), %r11
4871 jmp *%r11
4872 #elif defined(PTHREADS)
4873 pushq %rdi
4874 call _x86_64_get_dispatch@PLT
4875 popq %rdi
4876 movq 1112(%rax), %r11
4877 jmp *%r11
4878 #else
4879 movq _glapi_Dispatch(%rip), %rax
4880 testq %rax, %rax
4881 je 1f
4882 movq 1112(%rax), %r11
4883 jmp *%r11
4884 1:
4885 pushq %rdi
4886 call _glapi_get_dispatch
4887 popq %rdi
4888 movq 1112(%rax), %r11
4889 jmp *%r11
4890 #endif /* defined(GLX_USE_TLS) */
4891 .size GL_PREFIX(Vertex3iv), .-GL_PREFIX(Vertex3iv)
4892
4893 .p2align 4,,15
4894 .globl GL_PREFIX(Vertex3s)
4895 .type GL_PREFIX(Vertex3s), @function
4896 GL_PREFIX(Vertex3s):
4897 #if defined(GLX_USE_TLS)
4898 call _x86_64_get_dispatch@PLT
4899 movq 1120(%rax), %r11
4900 jmp *%r11
4901 #elif defined(PTHREADS)
4902 pushq %rdi
4903 pushq %rsi
4904 pushq %rdx
4905 call _x86_64_get_dispatch@PLT
4906 popq %rdx
4907 popq %rsi
4908 popq %rdi
4909 movq 1120(%rax), %r11
4910 jmp *%r11
4911 #else
4912 movq _glapi_Dispatch(%rip), %rax
4913 testq %rax, %rax
4914 je 1f
4915 movq 1120(%rax), %r11
4916 jmp *%r11
4917 1:
4918 pushq %rdi
4919 pushq %rsi
4920 pushq %rdx
4921 call _glapi_get_dispatch
4922 popq %rdx
4923 popq %rsi
4924 popq %rdi
4925 movq 1120(%rax), %r11
4926 jmp *%r11
4927 #endif /* defined(GLX_USE_TLS) */
4928 .size GL_PREFIX(Vertex3s), .-GL_PREFIX(Vertex3s)
4929
4930 .p2align 4,,15
4931 .globl GL_PREFIX(Vertex3sv)
4932 .type GL_PREFIX(Vertex3sv), @function
4933 GL_PREFIX(Vertex3sv):
4934 #if defined(GLX_USE_TLS)
4935 call _x86_64_get_dispatch@PLT
4936 movq 1128(%rax), %r11
4937 jmp *%r11
4938 #elif defined(PTHREADS)
4939 pushq %rdi
4940 call _x86_64_get_dispatch@PLT
4941 popq %rdi
4942 movq 1128(%rax), %r11
4943 jmp *%r11
4944 #else
4945 movq _glapi_Dispatch(%rip), %rax
4946 testq %rax, %rax
4947 je 1f
4948 movq 1128(%rax), %r11
4949 jmp *%r11
4950 1:
4951 pushq %rdi
4952 call _glapi_get_dispatch
4953 popq %rdi
4954 movq 1128(%rax), %r11
4955 jmp *%r11
4956 #endif /* defined(GLX_USE_TLS) */
4957 .size GL_PREFIX(Vertex3sv), .-GL_PREFIX(Vertex3sv)
4958
4959 .p2align 4,,15
4960 .globl GL_PREFIX(Vertex4d)
4961 .type GL_PREFIX(Vertex4d), @function
4962 GL_PREFIX(Vertex4d):
4963 #if defined(GLX_USE_TLS)
4964 call _x86_64_get_dispatch@PLT
4965 movq 1136(%rax), %r11
4966 jmp *%r11
4967 #elif defined(PTHREADS)
4968 subq $40, %rsp
4969 movq %xmm0, (%rsp)
4970 movq %xmm1, 8(%rsp)
4971 movq %xmm2, 16(%rsp)
4972 movq %xmm3, 24(%rsp)
4973 call _x86_64_get_dispatch@PLT
4974 movq 24(%rsp), %xmm3
4975 movq 16(%rsp), %xmm2
4976 movq 8(%rsp), %xmm1
4977 movq (%rsp), %xmm0
4978 addq $40, %rsp
4979 movq 1136(%rax), %r11
4980 jmp *%r11
4981 #else
4982 movq _glapi_Dispatch(%rip), %rax
4983 testq %rax, %rax
4984 je 1f
4985 movq 1136(%rax), %r11
4986 jmp *%r11
4987 1:
4988 subq $40, %rsp
4989 movq %xmm0, (%rsp)
4990 movq %xmm1, 8(%rsp)
4991 movq %xmm2, 16(%rsp)
4992 movq %xmm3, 24(%rsp)
4993 call _glapi_get_dispatch
4994 movq 24(%rsp), %xmm3
4995 movq 16(%rsp), %xmm2
4996 movq 8(%rsp), %xmm1
4997 movq (%rsp), %xmm0
4998 addq $40, %rsp
4999 movq 1136(%rax), %r11
5000 jmp *%r11
5001 #endif /* defined(GLX_USE_TLS) */
5002 .size GL_PREFIX(Vertex4d), .-GL_PREFIX(Vertex4d)
5003
5004 .p2align 4,,15
5005 .globl GL_PREFIX(Vertex4dv)
5006 .type GL_PREFIX(Vertex4dv), @function
5007 GL_PREFIX(Vertex4dv):
5008 #if defined(GLX_USE_TLS)
5009 call _x86_64_get_dispatch@PLT
5010 movq 1144(%rax), %r11
5011 jmp *%r11
5012 #elif defined(PTHREADS)
5013 pushq %rdi
5014 call _x86_64_get_dispatch@PLT
5015 popq %rdi
5016 movq 1144(%rax), %r11
5017 jmp *%r11
5018 #else
5019 movq _glapi_Dispatch(%rip), %rax
5020 testq %rax, %rax
5021 je 1f
5022 movq 1144(%rax), %r11
5023 jmp *%r11
5024 1:
5025 pushq %rdi
5026 call _glapi_get_dispatch
5027 popq %rdi
5028 movq 1144(%rax), %r11
5029 jmp *%r11
5030 #endif /* defined(GLX_USE_TLS) */
5031 .size GL_PREFIX(Vertex4dv), .-GL_PREFIX(Vertex4dv)
5032
5033 .p2align 4,,15
5034 .globl GL_PREFIX(Vertex4f)
5035 .type GL_PREFIX(Vertex4f), @function
5036 GL_PREFIX(Vertex4f):
5037 #if defined(GLX_USE_TLS)
5038 call _x86_64_get_dispatch@PLT
5039 movq 1152(%rax), %r11
5040 jmp *%r11
5041 #elif defined(PTHREADS)
5042 subq $40, %rsp
5043 movq %xmm0, (%rsp)
5044 movq %xmm1, 8(%rsp)
5045 movq %xmm2, 16(%rsp)
5046 movq %xmm3, 24(%rsp)
5047 call _x86_64_get_dispatch@PLT
5048 movq 24(%rsp), %xmm3
5049 movq 16(%rsp), %xmm2
5050 movq 8(%rsp), %xmm1
5051 movq (%rsp), %xmm0
5052 addq $40, %rsp
5053 movq 1152(%rax), %r11
5054 jmp *%r11
5055 #else
5056 movq _glapi_Dispatch(%rip), %rax
5057 testq %rax, %rax
5058 je 1f
5059 movq 1152(%rax), %r11
5060 jmp *%r11
5061 1:
5062 subq $40, %rsp
5063 movq %xmm0, (%rsp)
5064 movq %xmm1, 8(%rsp)
5065 movq %xmm2, 16(%rsp)
5066 movq %xmm3, 24(%rsp)
5067 call _glapi_get_dispatch
5068 movq 24(%rsp), %xmm3
5069 movq 16(%rsp), %xmm2
5070 movq 8(%rsp), %xmm1
5071 movq (%rsp), %xmm0
5072 addq $40, %rsp
5073 movq 1152(%rax), %r11
5074 jmp *%r11
5075 #endif /* defined(GLX_USE_TLS) */
5076 .size GL_PREFIX(Vertex4f), .-GL_PREFIX(Vertex4f)
5077
5078 .p2align 4,,15
5079 .globl GL_PREFIX(Vertex4fv)
5080 .type GL_PREFIX(Vertex4fv), @function
5081 GL_PREFIX(Vertex4fv):
5082 #if defined(GLX_USE_TLS)
5083 call _x86_64_get_dispatch@PLT
5084 movq 1160(%rax), %r11
5085 jmp *%r11
5086 #elif defined(PTHREADS)
5087 pushq %rdi
5088 call _x86_64_get_dispatch@PLT
5089 popq %rdi
5090 movq 1160(%rax), %r11
5091 jmp *%r11
5092 #else
5093 movq _glapi_Dispatch(%rip), %rax
5094 testq %rax, %rax
5095 je 1f
5096 movq 1160(%rax), %r11
5097 jmp *%r11
5098 1:
5099 pushq %rdi
5100 call _glapi_get_dispatch
5101 popq %rdi
5102 movq 1160(%rax), %r11
5103 jmp *%r11
5104 #endif /* defined(GLX_USE_TLS) */
5105 .size GL_PREFIX(Vertex4fv), .-GL_PREFIX(Vertex4fv)
5106
5107 .p2align 4,,15
5108 .globl GL_PREFIX(Vertex4i)
5109 .type GL_PREFIX(Vertex4i), @function
5110 GL_PREFIX(Vertex4i):
5111 #if defined(GLX_USE_TLS)
5112 call _x86_64_get_dispatch@PLT
5113 movq 1168(%rax), %r11
5114 jmp *%r11
5115 #elif defined(PTHREADS)
5116 pushq %rdi
5117 pushq %rsi
5118 pushq %rdx
5119 pushq %rcx
5120 pushq %rbp
5121 call _x86_64_get_dispatch@PLT
5122 popq %rbp
5123 popq %rcx
5124 popq %rdx
5125 popq %rsi
5126 popq %rdi
5127 movq 1168(%rax), %r11
5128 jmp *%r11
5129 #else
5130 movq _glapi_Dispatch(%rip), %rax
5131 testq %rax, %rax
5132 je 1f
5133 movq 1168(%rax), %r11
5134 jmp *%r11
5135 1:
5136 pushq %rdi
5137 pushq %rsi
5138 pushq %rdx
5139 pushq %rcx
5140 pushq %rbp
5141 call _glapi_get_dispatch
5142 popq %rbp
5143 popq %rcx
5144 popq %rdx
5145 popq %rsi
5146 popq %rdi
5147 movq 1168(%rax), %r11
5148 jmp *%r11
5149 #endif /* defined(GLX_USE_TLS) */
5150 .size GL_PREFIX(Vertex4i), .-GL_PREFIX(Vertex4i)
5151
5152 .p2align 4,,15
5153 .globl GL_PREFIX(Vertex4iv)
5154 .type GL_PREFIX(Vertex4iv), @function
5155 GL_PREFIX(Vertex4iv):
5156 #if defined(GLX_USE_TLS)
5157 call _x86_64_get_dispatch@PLT
5158 movq 1176(%rax), %r11
5159 jmp *%r11
5160 #elif defined(PTHREADS)
5161 pushq %rdi
5162 call _x86_64_get_dispatch@PLT
5163 popq %rdi
5164 movq 1176(%rax), %r11
5165 jmp *%r11
5166 #else
5167 movq _glapi_Dispatch(%rip), %rax
5168 testq %rax, %rax
5169 je 1f
5170 movq 1176(%rax), %r11
5171 jmp *%r11
5172 1:
5173 pushq %rdi
5174 call _glapi_get_dispatch
5175 popq %rdi
5176 movq 1176(%rax), %r11
5177 jmp *%r11
5178 #endif /* defined(GLX_USE_TLS) */
5179 .size GL_PREFIX(Vertex4iv), .-GL_PREFIX(Vertex4iv)
5180
5181 .p2align 4,,15
5182 .globl GL_PREFIX(Vertex4s)
5183 .type GL_PREFIX(Vertex4s), @function
5184 GL_PREFIX(Vertex4s):
5185 #if defined(GLX_USE_TLS)
5186 call _x86_64_get_dispatch@PLT
5187 movq 1184(%rax), %r11
5188 jmp *%r11
5189 #elif defined(PTHREADS)
5190 pushq %rdi
5191 pushq %rsi
5192 pushq %rdx
5193 pushq %rcx
5194 pushq %rbp
5195 call _x86_64_get_dispatch@PLT
5196 popq %rbp
5197 popq %rcx
5198 popq %rdx
5199 popq %rsi
5200 popq %rdi
5201 movq 1184(%rax), %r11
5202 jmp *%r11
5203 #else
5204 movq _glapi_Dispatch(%rip), %rax
5205 testq %rax, %rax
5206 je 1f
5207 movq 1184(%rax), %r11
5208 jmp *%r11
5209 1:
5210 pushq %rdi
5211 pushq %rsi
5212 pushq %rdx
5213 pushq %rcx
5214 pushq %rbp
5215 call _glapi_get_dispatch
5216 popq %rbp
5217 popq %rcx
5218 popq %rdx
5219 popq %rsi
5220 popq %rdi
5221 movq 1184(%rax), %r11
5222 jmp *%r11
5223 #endif /* defined(GLX_USE_TLS) */
5224 .size GL_PREFIX(Vertex4s), .-GL_PREFIX(Vertex4s)
5225
5226 .p2align 4,,15
5227 .globl GL_PREFIX(Vertex4sv)
5228 .type GL_PREFIX(Vertex4sv), @function
5229 GL_PREFIX(Vertex4sv):
5230 #if defined(GLX_USE_TLS)
5231 call _x86_64_get_dispatch@PLT
5232 movq 1192(%rax), %r11
5233 jmp *%r11
5234 #elif defined(PTHREADS)
5235 pushq %rdi
5236 call _x86_64_get_dispatch@PLT
5237 popq %rdi
5238 movq 1192(%rax), %r11
5239 jmp *%r11
5240 #else
5241 movq _glapi_Dispatch(%rip), %rax
5242 testq %rax, %rax
5243 je 1f
5244 movq 1192(%rax), %r11
5245 jmp *%r11
5246 1:
5247 pushq %rdi
5248 call _glapi_get_dispatch
5249 popq %rdi
5250 movq 1192(%rax), %r11
5251 jmp *%r11
5252 #endif /* defined(GLX_USE_TLS) */
5253 .size GL_PREFIX(Vertex4sv), .-GL_PREFIX(Vertex4sv)
5254
5255 .p2align 4,,15
5256 .globl GL_PREFIX(ClipPlane)
5257 .type GL_PREFIX(ClipPlane), @function
5258 GL_PREFIX(ClipPlane):
5259 #if defined(GLX_USE_TLS)
5260 call _x86_64_get_dispatch@PLT
5261 movq 1200(%rax), %r11
5262 jmp *%r11
5263 #elif defined(PTHREADS)
5264 pushq %rdi
5265 pushq %rsi
5266 pushq %rbp
5267 call _x86_64_get_dispatch@PLT
5268 popq %rbp
5269 popq %rsi
5270 popq %rdi
5271 movq 1200(%rax), %r11
5272 jmp *%r11
5273 #else
5274 movq _glapi_Dispatch(%rip), %rax
5275 testq %rax, %rax
5276 je 1f
5277 movq 1200(%rax), %r11
5278 jmp *%r11
5279 1:
5280 pushq %rdi
5281 pushq %rsi
5282 pushq %rbp
5283 call _glapi_get_dispatch
5284 popq %rbp
5285 popq %rsi
5286 popq %rdi
5287 movq 1200(%rax), %r11
5288 jmp *%r11
5289 #endif /* defined(GLX_USE_TLS) */
5290 .size GL_PREFIX(ClipPlane), .-GL_PREFIX(ClipPlane)
5291
5292 .p2align 4,,15
5293 .globl GL_PREFIX(ColorMaterial)
5294 .type GL_PREFIX(ColorMaterial), @function
5295 GL_PREFIX(ColorMaterial):
5296 #if defined(GLX_USE_TLS)
5297 call _x86_64_get_dispatch@PLT
5298 movq 1208(%rax), %r11
5299 jmp *%r11
5300 #elif defined(PTHREADS)
5301 pushq %rdi
5302 pushq %rsi
5303 pushq %rbp
5304 call _x86_64_get_dispatch@PLT
5305 popq %rbp
5306 popq %rsi
5307 popq %rdi
5308 movq 1208(%rax), %r11
5309 jmp *%r11
5310 #else
5311 movq _glapi_Dispatch(%rip), %rax
5312 testq %rax, %rax
5313 je 1f
5314 movq 1208(%rax), %r11
5315 jmp *%r11
5316 1:
5317 pushq %rdi
5318 pushq %rsi
5319 pushq %rbp
5320 call _glapi_get_dispatch
5321 popq %rbp
5322 popq %rsi
5323 popq %rdi
5324 movq 1208(%rax), %r11
5325 jmp *%r11
5326 #endif /* defined(GLX_USE_TLS) */
5327 .size GL_PREFIX(ColorMaterial), .-GL_PREFIX(ColorMaterial)
5328
5329 .p2align 4,,15
5330 .globl GL_PREFIX(CullFace)
5331 .type GL_PREFIX(CullFace), @function
5332 GL_PREFIX(CullFace):
5333 #if defined(GLX_USE_TLS)
5334 call _x86_64_get_dispatch@PLT
5335 movq 1216(%rax), %r11
5336 jmp *%r11
5337 #elif defined(PTHREADS)
5338 pushq %rdi
5339 call _x86_64_get_dispatch@PLT
5340 popq %rdi
5341 movq 1216(%rax), %r11
5342 jmp *%r11
5343 #else
5344 movq _glapi_Dispatch(%rip), %rax
5345 testq %rax, %rax
5346 je 1f
5347 movq 1216(%rax), %r11
5348 jmp *%r11
5349 1:
5350 pushq %rdi
5351 call _glapi_get_dispatch
5352 popq %rdi
5353 movq 1216(%rax), %r11
5354 jmp *%r11
5355 #endif /* defined(GLX_USE_TLS) */
5356 .size GL_PREFIX(CullFace), .-GL_PREFIX(CullFace)
5357
5358 .p2align 4,,15
5359 .globl GL_PREFIX(Fogf)
5360 .type GL_PREFIX(Fogf), @function
5361 GL_PREFIX(Fogf):
5362 #if defined(GLX_USE_TLS)
5363 call _x86_64_get_dispatch@PLT
5364 movq 1224(%rax), %r11
5365 jmp *%r11
5366 #elif defined(PTHREADS)
5367 subq $24, %rsp
5368 movq %rdi, (%rsp)
5369 movq %xmm0, 8(%rsp)
5370 call _x86_64_get_dispatch@PLT
5371 movq 8(%rsp), %xmm0
5372 movq (%rsp), %rdi
5373 addq $24, %rsp
5374 movq 1224(%rax), %r11
5375 jmp *%r11
5376 #else
5377 movq _glapi_Dispatch(%rip), %rax
5378 testq %rax, %rax
5379 je 1f
5380 movq 1224(%rax), %r11
5381 jmp *%r11
5382 1:
5383 subq $24, %rsp
5384 movq %rdi, (%rsp)
5385 movq %xmm0, 8(%rsp)
5386 call _glapi_get_dispatch
5387 movq 8(%rsp), %xmm0
5388 movq (%rsp), %rdi
5389 addq $24, %rsp
5390 movq 1224(%rax), %r11
5391 jmp *%r11
5392 #endif /* defined(GLX_USE_TLS) */
5393 .size GL_PREFIX(Fogf), .-GL_PREFIX(Fogf)
5394
5395 .p2align 4,,15
5396 .globl GL_PREFIX(Fogfv)
5397 .type GL_PREFIX(Fogfv), @function
5398 GL_PREFIX(Fogfv):
5399 #if defined(GLX_USE_TLS)
5400 call _x86_64_get_dispatch@PLT
5401 movq 1232(%rax), %r11
5402 jmp *%r11
5403 #elif defined(PTHREADS)
5404 pushq %rdi
5405 pushq %rsi
5406 pushq %rbp
5407 call _x86_64_get_dispatch@PLT
5408 popq %rbp
5409 popq %rsi
5410 popq %rdi
5411 movq 1232(%rax), %r11
5412 jmp *%r11
5413 #else
5414 movq _glapi_Dispatch(%rip), %rax
5415 testq %rax, %rax
5416 je 1f
5417 movq 1232(%rax), %r11
5418 jmp *%r11
5419 1:
5420 pushq %rdi
5421 pushq %rsi
5422 pushq %rbp
5423 call _glapi_get_dispatch
5424 popq %rbp
5425 popq %rsi
5426 popq %rdi
5427 movq 1232(%rax), %r11
5428 jmp *%r11
5429 #endif /* defined(GLX_USE_TLS) */
5430 .size GL_PREFIX(Fogfv), .-GL_PREFIX(Fogfv)
5431
5432 .p2align 4,,15
5433 .globl GL_PREFIX(Fogi)
5434 .type GL_PREFIX(Fogi), @function
5435 GL_PREFIX(Fogi):
5436 #if defined(GLX_USE_TLS)
5437 call _x86_64_get_dispatch@PLT
5438 movq 1240(%rax), %r11
5439 jmp *%r11
5440 #elif defined(PTHREADS)
5441 pushq %rdi
5442 pushq %rsi
5443 pushq %rbp
5444 call _x86_64_get_dispatch@PLT
5445 popq %rbp
5446 popq %rsi
5447 popq %rdi
5448 movq 1240(%rax), %r11
5449 jmp *%r11
5450 #else
5451 movq _glapi_Dispatch(%rip), %rax
5452 testq %rax, %rax
5453 je 1f
5454 movq 1240(%rax), %r11
5455 jmp *%r11
5456 1:
5457 pushq %rdi
5458 pushq %rsi
5459 pushq %rbp
5460 call _glapi_get_dispatch
5461 popq %rbp
5462 popq %rsi
5463 popq %rdi
5464 movq 1240(%rax), %r11
5465 jmp *%r11
5466 #endif /* defined(GLX_USE_TLS) */
5467 .size GL_PREFIX(Fogi), .-GL_PREFIX(Fogi)
5468
5469 .p2align 4,,15
5470 .globl GL_PREFIX(Fogiv)
5471 .type GL_PREFIX(Fogiv), @function
5472 GL_PREFIX(Fogiv):
5473 #if defined(GLX_USE_TLS)
5474 call _x86_64_get_dispatch@PLT
5475 movq 1248(%rax), %r11
5476 jmp *%r11
5477 #elif defined(PTHREADS)
5478 pushq %rdi
5479 pushq %rsi
5480 pushq %rbp
5481 call _x86_64_get_dispatch@PLT
5482 popq %rbp
5483 popq %rsi
5484 popq %rdi
5485 movq 1248(%rax), %r11
5486 jmp *%r11
5487 #else
5488 movq _glapi_Dispatch(%rip), %rax
5489 testq %rax, %rax
5490 je 1f
5491 movq 1248(%rax), %r11
5492 jmp *%r11
5493 1:
5494 pushq %rdi
5495 pushq %rsi
5496 pushq %rbp
5497 call _glapi_get_dispatch
5498 popq %rbp
5499 popq %rsi
5500 popq %rdi
5501 movq 1248(%rax), %r11
5502 jmp *%r11
5503 #endif /* defined(GLX_USE_TLS) */
5504 .size GL_PREFIX(Fogiv), .-GL_PREFIX(Fogiv)
5505
5506 .p2align 4,,15
5507 .globl GL_PREFIX(FrontFace)
5508 .type GL_PREFIX(FrontFace), @function
5509 GL_PREFIX(FrontFace):
5510 #if defined(GLX_USE_TLS)
5511 call _x86_64_get_dispatch@PLT
5512 movq 1256(%rax), %r11
5513 jmp *%r11
5514 #elif defined(PTHREADS)
5515 pushq %rdi
5516 call _x86_64_get_dispatch@PLT
5517 popq %rdi
5518 movq 1256(%rax), %r11
5519 jmp *%r11
5520 #else
5521 movq _glapi_Dispatch(%rip), %rax
5522 testq %rax, %rax
5523 je 1f
5524 movq 1256(%rax), %r11
5525 jmp *%r11
5526 1:
5527 pushq %rdi
5528 call _glapi_get_dispatch
5529 popq %rdi
5530 movq 1256(%rax), %r11
5531 jmp *%r11
5532 #endif /* defined(GLX_USE_TLS) */
5533 .size GL_PREFIX(FrontFace), .-GL_PREFIX(FrontFace)
5534
5535 .p2align 4,,15
5536 .globl GL_PREFIX(Hint)
5537 .type GL_PREFIX(Hint), @function
5538 GL_PREFIX(Hint):
5539 #if defined(GLX_USE_TLS)
5540 call _x86_64_get_dispatch@PLT
5541 movq 1264(%rax), %r11
5542 jmp *%r11
5543 #elif defined(PTHREADS)
5544 pushq %rdi
5545 pushq %rsi
5546 pushq %rbp
5547 call _x86_64_get_dispatch@PLT
5548 popq %rbp
5549 popq %rsi
5550 popq %rdi
5551 movq 1264(%rax), %r11
5552 jmp *%r11
5553 #else
5554 movq _glapi_Dispatch(%rip), %rax
5555 testq %rax, %rax
5556 je 1f
5557 movq 1264(%rax), %r11
5558 jmp *%r11
5559 1:
5560 pushq %rdi
5561 pushq %rsi
5562 pushq %rbp
5563 call _glapi_get_dispatch
5564 popq %rbp
5565 popq %rsi
5566 popq %rdi
5567 movq 1264(%rax), %r11
5568 jmp *%r11
5569 #endif /* defined(GLX_USE_TLS) */
5570 .size GL_PREFIX(Hint), .-GL_PREFIX(Hint)
5571
5572 .p2align 4,,15
5573 .globl GL_PREFIX(Lightf)
5574 .type GL_PREFIX(Lightf), @function
5575 GL_PREFIX(Lightf):
5576 #if defined(GLX_USE_TLS)
5577 call _x86_64_get_dispatch@PLT
5578 movq 1272(%rax), %r11
5579 jmp *%r11
5580 #elif defined(PTHREADS)
5581 subq $24, %rsp
5582 movq %rdi, (%rsp)
5583 movq %rsi, 8(%rsp)
5584 movq %xmm0, 16(%rsp)
5585 call _x86_64_get_dispatch@PLT
5586 movq 16(%rsp), %xmm0
5587 movq 8(%rsp), %rsi
5588 movq (%rsp), %rdi
5589 addq $24, %rsp
5590 movq 1272(%rax), %r11
5591 jmp *%r11
5592 #else
5593 movq _glapi_Dispatch(%rip), %rax
5594 testq %rax, %rax
5595 je 1f
5596 movq 1272(%rax), %r11
5597 jmp *%r11
5598 1:
5599 subq $24, %rsp
5600 movq %rdi, (%rsp)
5601 movq %rsi, 8(%rsp)
5602 movq %xmm0, 16(%rsp)
5603 call _glapi_get_dispatch
5604 movq 16(%rsp), %xmm0
5605 movq 8(%rsp), %rsi
5606 movq (%rsp), %rdi
5607 addq $24, %rsp
5608 movq 1272(%rax), %r11
5609 jmp *%r11
5610 #endif /* defined(GLX_USE_TLS) */
5611 .size GL_PREFIX(Lightf), .-GL_PREFIX(Lightf)
5612
5613 .p2align 4,,15
5614 .globl GL_PREFIX(Lightfv)
5615 .type GL_PREFIX(Lightfv), @function
5616 GL_PREFIX(Lightfv):
5617 #if defined(GLX_USE_TLS)
5618 call _x86_64_get_dispatch@PLT
5619 movq 1280(%rax), %r11
5620 jmp *%r11
5621 #elif defined(PTHREADS)
5622 pushq %rdi
5623 pushq %rsi
5624 pushq %rdx
5625 call _x86_64_get_dispatch@PLT
5626 popq %rdx
5627 popq %rsi
5628 popq %rdi
5629 movq 1280(%rax), %r11
5630 jmp *%r11
5631 #else
5632 movq _glapi_Dispatch(%rip), %rax
5633 testq %rax, %rax
5634 je 1f
5635 movq 1280(%rax), %r11
5636 jmp *%r11
5637 1:
5638 pushq %rdi
5639 pushq %rsi
5640 pushq %rdx
5641 call _glapi_get_dispatch
5642 popq %rdx
5643 popq %rsi
5644 popq %rdi
5645 movq 1280(%rax), %r11
5646 jmp *%r11
5647 #endif /* defined(GLX_USE_TLS) */
5648 .size GL_PREFIX(Lightfv), .-GL_PREFIX(Lightfv)
5649
5650 .p2align 4,,15
5651 .globl GL_PREFIX(Lighti)
5652 .type GL_PREFIX(Lighti), @function
5653 GL_PREFIX(Lighti):
5654 #if defined(GLX_USE_TLS)
5655 call _x86_64_get_dispatch@PLT
5656 movq 1288(%rax), %r11
5657 jmp *%r11
5658 #elif defined(PTHREADS)
5659 pushq %rdi
5660 pushq %rsi
5661 pushq %rdx
5662 call _x86_64_get_dispatch@PLT
5663 popq %rdx
5664 popq %rsi
5665 popq %rdi
5666 movq 1288(%rax), %r11
5667 jmp *%r11
5668 #else
5669 movq _glapi_Dispatch(%rip), %rax
5670 testq %rax, %rax
5671 je 1f
5672 movq 1288(%rax), %r11
5673 jmp *%r11
5674 1:
5675 pushq %rdi
5676 pushq %rsi
5677 pushq %rdx
5678 call _glapi_get_dispatch
5679 popq %rdx
5680 popq %rsi
5681 popq %rdi
5682 movq 1288(%rax), %r11
5683 jmp *%r11
5684 #endif /* defined(GLX_USE_TLS) */
5685 .size GL_PREFIX(Lighti), .-GL_PREFIX(Lighti)
5686
5687 .p2align 4,,15
5688 .globl GL_PREFIX(Lightiv)
5689 .type GL_PREFIX(Lightiv), @function
5690 GL_PREFIX(Lightiv):
5691 #if defined(GLX_USE_TLS)
5692 call _x86_64_get_dispatch@PLT
5693 movq 1296(%rax), %r11
5694 jmp *%r11
5695 #elif defined(PTHREADS)
5696 pushq %rdi
5697 pushq %rsi
5698 pushq %rdx
5699 call _x86_64_get_dispatch@PLT
5700 popq %rdx
5701 popq %rsi
5702 popq %rdi
5703 movq 1296(%rax), %r11
5704 jmp *%r11
5705 #else
5706 movq _glapi_Dispatch(%rip), %rax
5707 testq %rax, %rax
5708 je 1f
5709 movq 1296(%rax), %r11
5710 jmp *%r11
5711 1:
5712 pushq %rdi
5713 pushq %rsi
5714 pushq %rdx
5715 call _glapi_get_dispatch
5716 popq %rdx
5717 popq %rsi
5718 popq %rdi
5719 movq 1296(%rax), %r11
5720 jmp *%r11
5721 #endif /* defined(GLX_USE_TLS) */
5722 .size GL_PREFIX(Lightiv), .-GL_PREFIX(Lightiv)
5723
5724 .p2align 4,,15
5725 .globl GL_PREFIX(LightModelf)
5726 .type GL_PREFIX(LightModelf), @function
5727 GL_PREFIX(LightModelf):
5728 #if defined(GLX_USE_TLS)
5729 call _x86_64_get_dispatch@PLT
5730 movq 1304(%rax), %r11
5731 jmp *%r11
5732 #elif defined(PTHREADS)
5733 subq $24, %rsp
5734 movq %rdi, (%rsp)
5735 movq %xmm0, 8(%rsp)
5736 call _x86_64_get_dispatch@PLT
5737 movq 8(%rsp), %xmm0
5738 movq (%rsp), %rdi
5739 addq $24, %rsp
5740 movq 1304(%rax), %r11
5741 jmp *%r11
5742 #else
5743 movq _glapi_Dispatch(%rip), %rax
5744 testq %rax, %rax
5745 je 1f
5746 movq 1304(%rax), %r11
5747 jmp *%r11
5748 1:
5749 subq $24, %rsp
5750 movq %rdi, (%rsp)
5751 movq %xmm0, 8(%rsp)
5752 call _glapi_get_dispatch
5753 movq 8(%rsp), %xmm0
5754 movq (%rsp), %rdi
5755 addq $24, %rsp
5756 movq 1304(%rax), %r11
5757 jmp *%r11
5758 #endif /* defined(GLX_USE_TLS) */
5759 .size GL_PREFIX(LightModelf), .-GL_PREFIX(LightModelf)
5760
5761 .p2align 4,,15
5762 .globl GL_PREFIX(LightModelfv)
5763 .type GL_PREFIX(LightModelfv), @function
5764 GL_PREFIX(LightModelfv):
5765 #if defined(GLX_USE_TLS)
5766 call _x86_64_get_dispatch@PLT
5767 movq 1312(%rax), %r11
5768 jmp *%r11
5769 #elif defined(PTHREADS)
5770 pushq %rdi
5771 pushq %rsi
5772 pushq %rbp
5773 call _x86_64_get_dispatch@PLT
5774 popq %rbp
5775 popq %rsi
5776 popq %rdi
5777 movq 1312(%rax), %r11
5778 jmp *%r11
5779 #else
5780 movq _glapi_Dispatch(%rip), %rax
5781 testq %rax, %rax
5782 je 1f
5783 movq 1312(%rax), %r11
5784 jmp *%r11
5785 1:
5786 pushq %rdi
5787 pushq %rsi
5788 pushq %rbp
5789 call _glapi_get_dispatch
5790 popq %rbp
5791 popq %rsi
5792 popq %rdi
5793 movq 1312(%rax), %r11
5794 jmp *%r11
5795 #endif /* defined(GLX_USE_TLS) */
5796 .size GL_PREFIX(LightModelfv), .-GL_PREFIX(LightModelfv)
5797
5798 .p2align 4,,15
5799 .globl GL_PREFIX(LightModeli)
5800 .type GL_PREFIX(LightModeli), @function
5801 GL_PREFIX(LightModeli):
5802 #if defined(GLX_USE_TLS)
5803 call _x86_64_get_dispatch@PLT
5804 movq 1320(%rax), %r11
5805 jmp *%r11
5806 #elif defined(PTHREADS)
5807 pushq %rdi
5808 pushq %rsi
5809 pushq %rbp
5810 call _x86_64_get_dispatch@PLT
5811 popq %rbp
5812 popq %rsi
5813 popq %rdi
5814 movq 1320(%rax), %r11
5815 jmp *%r11
5816 #else
5817 movq _glapi_Dispatch(%rip), %rax
5818 testq %rax, %rax
5819 je 1f
5820 movq 1320(%rax), %r11
5821 jmp *%r11
5822 1:
5823 pushq %rdi
5824 pushq %rsi
5825 pushq %rbp
5826 call _glapi_get_dispatch
5827 popq %rbp
5828 popq %rsi
5829 popq %rdi
5830 movq 1320(%rax), %r11
5831 jmp *%r11
5832 #endif /* defined(GLX_USE_TLS) */
5833 .size GL_PREFIX(LightModeli), .-GL_PREFIX(LightModeli)
5834
5835 .p2align 4,,15
5836 .globl GL_PREFIX(LightModeliv)
5837 .type GL_PREFIX(LightModeliv), @function
5838 GL_PREFIX(LightModeliv):
5839 #if defined(GLX_USE_TLS)
5840 call _x86_64_get_dispatch@PLT
5841 movq 1328(%rax), %r11
5842 jmp *%r11
5843 #elif defined(PTHREADS)
5844 pushq %rdi
5845 pushq %rsi
5846 pushq %rbp
5847 call _x86_64_get_dispatch@PLT
5848 popq %rbp
5849 popq %rsi
5850 popq %rdi
5851 movq 1328(%rax), %r11
5852 jmp *%r11
5853 #else
5854 movq _glapi_Dispatch(%rip), %rax
5855 testq %rax, %rax
5856 je 1f
5857 movq 1328(%rax), %r11
5858 jmp *%r11
5859 1:
5860 pushq %rdi
5861 pushq %rsi
5862 pushq %rbp
5863 call _glapi_get_dispatch
5864 popq %rbp
5865 popq %rsi
5866 popq %rdi
5867 movq 1328(%rax), %r11
5868 jmp *%r11
5869 #endif /* defined(GLX_USE_TLS) */
5870 .size GL_PREFIX(LightModeliv), .-GL_PREFIX(LightModeliv)
5871
5872 .p2align 4,,15
5873 .globl GL_PREFIX(LineStipple)
5874 .type GL_PREFIX(LineStipple), @function
5875 GL_PREFIX(LineStipple):
5876 #if defined(GLX_USE_TLS)
5877 call _x86_64_get_dispatch@PLT
5878 movq 1336(%rax), %r11
5879 jmp *%r11
5880 #elif defined(PTHREADS)
5881 pushq %rdi
5882 pushq %rsi
5883 pushq %rbp
5884 call _x86_64_get_dispatch@PLT
5885 popq %rbp
5886 popq %rsi
5887 popq %rdi
5888 movq 1336(%rax), %r11
5889 jmp *%r11
5890 #else
5891 movq _glapi_Dispatch(%rip), %rax
5892 testq %rax, %rax
5893 je 1f
5894 movq 1336(%rax), %r11
5895 jmp *%r11
5896 1:
5897 pushq %rdi
5898 pushq %rsi
5899 pushq %rbp
5900 call _glapi_get_dispatch
5901 popq %rbp
5902 popq %rsi
5903 popq %rdi
5904 movq 1336(%rax), %r11
5905 jmp *%r11
5906 #endif /* defined(GLX_USE_TLS) */
5907 .size GL_PREFIX(LineStipple), .-GL_PREFIX(LineStipple)
5908
5909 .p2align 4,,15
5910 .globl GL_PREFIX(LineWidth)
5911 .type GL_PREFIX(LineWidth), @function
5912 GL_PREFIX(LineWidth):
5913 #if defined(GLX_USE_TLS)
5914 call _x86_64_get_dispatch@PLT
5915 movq 1344(%rax), %r11
5916 jmp *%r11
5917 #elif defined(PTHREADS)
5918 subq $8, %rsp
5919 movq %xmm0, (%rsp)
5920 call _x86_64_get_dispatch@PLT
5921 movq (%rsp), %xmm0
5922 addq $8, %rsp
5923 movq 1344(%rax), %r11
5924 jmp *%r11
5925 #else
5926 movq _glapi_Dispatch(%rip), %rax
5927 testq %rax, %rax
5928 je 1f
5929 movq 1344(%rax), %r11
5930 jmp *%r11
5931 1:
5932 subq $8, %rsp
5933 movq %xmm0, (%rsp)
5934 call _glapi_get_dispatch
5935 movq (%rsp), %xmm0
5936 addq $8, %rsp
5937 movq 1344(%rax), %r11
5938 jmp *%r11
5939 #endif /* defined(GLX_USE_TLS) */
5940 .size GL_PREFIX(LineWidth), .-GL_PREFIX(LineWidth)
5941
5942 .p2align 4,,15
5943 .globl GL_PREFIX(Materialf)
5944 .type GL_PREFIX(Materialf), @function
5945 GL_PREFIX(Materialf):
5946 #if defined(GLX_USE_TLS)
5947 call _x86_64_get_dispatch@PLT
5948 movq 1352(%rax), %r11
5949 jmp *%r11
5950 #elif defined(PTHREADS)
5951 subq $24, %rsp
5952 movq %rdi, (%rsp)
5953 movq %rsi, 8(%rsp)
5954 movq %xmm0, 16(%rsp)
5955 call _x86_64_get_dispatch@PLT
5956 movq 16(%rsp), %xmm0
5957 movq 8(%rsp), %rsi
5958 movq (%rsp), %rdi
5959 addq $24, %rsp
5960 movq 1352(%rax), %r11
5961 jmp *%r11
5962 #else
5963 movq _glapi_Dispatch(%rip), %rax
5964 testq %rax, %rax
5965 je 1f
5966 movq 1352(%rax), %r11
5967 jmp *%r11
5968 1:
5969 subq $24, %rsp
5970 movq %rdi, (%rsp)
5971 movq %rsi, 8(%rsp)
5972 movq %xmm0, 16(%rsp)
5973 call _glapi_get_dispatch
5974 movq 16(%rsp), %xmm0
5975 movq 8(%rsp), %rsi
5976 movq (%rsp), %rdi
5977 addq $24, %rsp
5978 movq 1352(%rax), %r11
5979 jmp *%r11
5980 #endif /* defined(GLX_USE_TLS) */
5981 .size GL_PREFIX(Materialf), .-GL_PREFIX(Materialf)
5982
5983 .p2align 4,,15
5984 .globl GL_PREFIX(Materialfv)
5985 .type GL_PREFIX(Materialfv), @function
5986 GL_PREFIX(Materialfv):
5987 #if defined(GLX_USE_TLS)
5988 call _x86_64_get_dispatch@PLT
5989 movq 1360(%rax), %r11
5990 jmp *%r11
5991 #elif defined(PTHREADS)
5992 pushq %rdi
5993 pushq %rsi
5994 pushq %rdx
5995 call _x86_64_get_dispatch@PLT
5996 popq %rdx
5997 popq %rsi
5998 popq %rdi
5999 movq 1360(%rax), %r11
6000 jmp *%r11
6001 #else
6002 movq _glapi_Dispatch(%rip), %rax
6003 testq %rax, %rax
6004 je 1f
6005 movq 1360(%rax), %r11
6006 jmp *%r11
6007 1:
6008 pushq %rdi
6009 pushq %rsi
6010 pushq %rdx
6011 call _glapi_get_dispatch
6012 popq %rdx
6013 popq %rsi
6014 popq %rdi
6015 movq 1360(%rax), %r11
6016 jmp *%r11
6017 #endif /* defined(GLX_USE_TLS) */
6018 .size GL_PREFIX(Materialfv), .-GL_PREFIX(Materialfv)
6019
6020 .p2align 4,,15
6021 .globl GL_PREFIX(Materiali)
6022 .type GL_PREFIX(Materiali), @function
6023 GL_PREFIX(Materiali):
6024 #if defined(GLX_USE_TLS)
6025 call _x86_64_get_dispatch@PLT
6026 movq 1368(%rax), %r11
6027 jmp *%r11
6028 #elif defined(PTHREADS)
6029 pushq %rdi
6030 pushq %rsi
6031 pushq %rdx
6032 call _x86_64_get_dispatch@PLT
6033 popq %rdx
6034 popq %rsi
6035 popq %rdi
6036 movq 1368(%rax), %r11
6037 jmp *%r11
6038 #else
6039 movq _glapi_Dispatch(%rip), %rax
6040 testq %rax, %rax
6041 je 1f
6042 movq 1368(%rax), %r11
6043 jmp *%r11
6044 1:
6045 pushq %rdi
6046 pushq %rsi
6047 pushq %rdx
6048 call _glapi_get_dispatch
6049 popq %rdx
6050 popq %rsi
6051 popq %rdi
6052 movq 1368(%rax), %r11
6053 jmp *%r11
6054 #endif /* defined(GLX_USE_TLS) */
6055 .size GL_PREFIX(Materiali), .-GL_PREFIX(Materiali)
6056
6057 .p2align 4,,15
6058 .globl GL_PREFIX(Materialiv)
6059 .type GL_PREFIX(Materialiv), @function
6060 GL_PREFIX(Materialiv):
6061 #if defined(GLX_USE_TLS)
6062 call _x86_64_get_dispatch@PLT
6063 movq 1376(%rax), %r11
6064 jmp *%r11
6065 #elif defined(PTHREADS)
6066 pushq %rdi
6067 pushq %rsi
6068 pushq %rdx
6069 call _x86_64_get_dispatch@PLT
6070 popq %rdx
6071 popq %rsi
6072 popq %rdi
6073 movq 1376(%rax), %r11
6074 jmp *%r11
6075 #else
6076 movq _glapi_Dispatch(%rip), %rax
6077 testq %rax, %rax
6078 je 1f
6079 movq 1376(%rax), %r11
6080 jmp *%r11
6081 1:
6082 pushq %rdi
6083 pushq %rsi
6084 pushq %rdx
6085 call _glapi_get_dispatch
6086 popq %rdx
6087 popq %rsi
6088 popq %rdi
6089 movq 1376(%rax), %r11
6090 jmp *%r11
6091 #endif /* defined(GLX_USE_TLS) */
6092 .size GL_PREFIX(Materialiv), .-GL_PREFIX(Materialiv)
6093
6094 .p2align 4,,15
6095 .globl GL_PREFIX(PointSize)
6096 .type GL_PREFIX(PointSize), @function
6097 GL_PREFIX(PointSize):
6098 #if defined(GLX_USE_TLS)
6099 call _x86_64_get_dispatch@PLT
6100 movq 1384(%rax), %r11
6101 jmp *%r11
6102 #elif defined(PTHREADS)
6103 subq $8, %rsp
6104 movq %xmm0, (%rsp)
6105 call _x86_64_get_dispatch@PLT
6106 movq (%rsp), %xmm0
6107 addq $8, %rsp
6108 movq 1384(%rax), %r11
6109 jmp *%r11
6110 #else
6111 movq _glapi_Dispatch(%rip), %rax
6112 testq %rax, %rax
6113 je 1f
6114 movq 1384(%rax), %r11
6115 jmp *%r11
6116 1:
6117 subq $8, %rsp
6118 movq %xmm0, (%rsp)
6119 call _glapi_get_dispatch
6120 movq (%rsp), %xmm0
6121 addq $8, %rsp
6122 movq 1384(%rax), %r11
6123 jmp *%r11
6124 #endif /* defined(GLX_USE_TLS) */
6125 .size GL_PREFIX(PointSize), .-GL_PREFIX(PointSize)
6126
6127 .p2align 4,,15
6128 .globl GL_PREFIX(PolygonMode)
6129 .type GL_PREFIX(PolygonMode), @function
6130 GL_PREFIX(PolygonMode):
6131 #if defined(GLX_USE_TLS)
6132 call _x86_64_get_dispatch@PLT
6133 movq 1392(%rax), %r11
6134 jmp *%r11
6135 #elif defined(PTHREADS)
6136 pushq %rdi
6137 pushq %rsi
6138 pushq %rbp
6139 call _x86_64_get_dispatch@PLT
6140 popq %rbp
6141 popq %rsi
6142 popq %rdi
6143 movq 1392(%rax), %r11
6144 jmp *%r11
6145 #else
6146 movq _glapi_Dispatch(%rip), %rax
6147 testq %rax, %rax
6148 je 1f
6149 movq 1392(%rax), %r11
6150 jmp *%r11
6151 1:
6152 pushq %rdi
6153 pushq %rsi
6154 pushq %rbp
6155 call _glapi_get_dispatch
6156 popq %rbp
6157 popq %rsi
6158 popq %rdi
6159 movq 1392(%rax), %r11
6160 jmp *%r11
6161 #endif /* defined(GLX_USE_TLS) */
6162 .size GL_PREFIX(PolygonMode), .-GL_PREFIX(PolygonMode)
6163
6164 .p2align 4,,15
6165 .globl GL_PREFIX(PolygonStipple)
6166 .type GL_PREFIX(PolygonStipple), @function
6167 GL_PREFIX(PolygonStipple):
6168 #if defined(GLX_USE_TLS)
6169 call _x86_64_get_dispatch@PLT
6170 movq 1400(%rax), %r11
6171 jmp *%r11
6172 #elif defined(PTHREADS)
6173 pushq %rdi
6174 call _x86_64_get_dispatch@PLT
6175 popq %rdi
6176 movq 1400(%rax), %r11
6177 jmp *%r11
6178 #else
6179 movq _glapi_Dispatch(%rip), %rax
6180 testq %rax, %rax
6181 je 1f
6182 movq 1400(%rax), %r11
6183 jmp *%r11
6184 1:
6185 pushq %rdi
6186 call _glapi_get_dispatch
6187 popq %rdi
6188 movq 1400(%rax), %r11
6189 jmp *%r11
6190 #endif /* defined(GLX_USE_TLS) */
6191 .size GL_PREFIX(PolygonStipple), .-GL_PREFIX(PolygonStipple)
6192
6193 .p2align 4,,15
6194 .globl GL_PREFIX(Scissor)
6195 .type GL_PREFIX(Scissor), @function
6196 GL_PREFIX(Scissor):
6197 #if defined(GLX_USE_TLS)
6198 call _x86_64_get_dispatch@PLT
6199 movq 1408(%rax), %r11
6200 jmp *%r11
6201 #elif defined(PTHREADS)
6202 pushq %rdi
6203 pushq %rsi
6204 pushq %rdx
6205 pushq %rcx
6206 pushq %rbp
6207 call _x86_64_get_dispatch@PLT
6208 popq %rbp
6209 popq %rcx
6210 popq %rdx
6211 popq %rsi
6212 popq %rdi
6213 movq 1408(%rax), %r11
6214 jmp *%r11
6215 #else
6216 movq _glapi_Dispatch(%rip), %rax
6217 testq %rax, %rax
6218 je 1f
6219 movq 1408(%rax), %r11
6220 jmp *%r11
6221 1:
6222 pushq %rdi
6223 pushq %rsi
6224 pushq %rdx
6225 pushq %rcx
6226 pushq %rbp
6227 call _glapi_get_dispatch
6228 popq %rbp
6229 popq %rcx
6230 popq %rdx
6231 popq %rsi
6232 popq %rdi
6233 movq 1408(%rax), %r11
6234 jmp *%r11
6235 #endif /* defined(GLX_USE_TLS) */
6236 .size GL_PREFIX(Scissor), .-GL_PREFIX(Scissor)
6237
6238 .p2align 4,,15
6239 .globl GL_PREFIX(ShadeModel)
6240 .type GL_PREFIX(ShadeModel), @function
6241 GL_PREFIX(ShadeModel):
6242 #if defined(GLX_USE_TLS)
6243 call _x86_64_get_dispatch@PLT
6244 movq 1416(%rax), %r11
6245 jmp *%r11
6246 #elif defined(PTHREADS)
6247 pushq %rdi
6248 call _x86_64_get_dispatch@PLT
6249 popq %rdi
6250 movq 1416(%rax), %r11
6251 jmp *%r11
6252 #else
6253 movq _glapi_Dispatch(%rip), %rax
6254 testq %rax, %rax
6255 je 1f
6256 movq 1416(%rax), %r11
6257 jmp *%r11
6258 1:
6259 pushq %rdi
6260 call _glapi_get_dispatch
6261 popq %rdi
6262 movq 1416(%rax), %r11
6263 jmp *%r11
6264 #endif /* defined(GLX_USE_TLS) */
6265 .size GL_PREFIX(ShadeModel), .-GL_PREFIX(ShadeModel)
6266
6267 .p2align 4,,15
6268 .globl GL_PREFIX(TexParameterf)
6269 .type GL_PREFIX(TexParameterf), @function
6270 GL_PREFIX(TexParameterf):
6271 #if defined(GLX_USE_TLS)
6272 call _x86_64_get_dispatch@PLT
6273 movq 1424(%rax), %r11
6274 jmp *%r11
6275 #elif defined(PTHREADS)
6276 subq $24, %rsp
6277 movq %rdi, (%rsp)
6278 movq %rsi, 8(%rsp)
6279 movq %xmm0, 16(%rsp)
6280 call _x86_64_get_dispatch@PLT
6281 movq 16(%rsp), %xmm0
6282 movq 8(%rsp), %rsi
6283 movq (%rsp), %rdi
6284 addq $24, %rsp
6285 movq 1424(%rax), %r11
6286 jmp *%r11
6287 #else
6288 movq _glapi_Dispatch(%rip), %rax
6289 testq %rax, %rax
6290 je 1f
6291 movq 1424(%rax), %r11
6292 jmp *%r11
6293 1:
6294 subq $24, %rsp
6295 movq %rdi, (%rsp)
6296 movq %rsi, 8(%rsp)
6297 movq %xmm0, 16(%rsp)
6298 call _glapi_get_dispatch
6299 movq 16(%rsp), %xmm0
6300 movq 8(%rsp), %rsi
6301 movq (%rsp), %rdi
6302 addq $24, %rsp
6303 movq 1424(%rax), %r11
6304 jmp *%r11
6305 #endif /* defined(GLX_USE_TLS) */
6306 .size GL_PREFIX(TexParameterf), .-GL_PREFIX(TexParameterf)
6307
6308 .p2align 4,,15
6309 .globl GL_PREFIX(TexParameterfv)
6310 .type GL_PREFIX(TexParameterfv), @function
6311 GL_PREFIX(TexParameterfv):
6312 #if defined(GLX_USE_TLS)
6313 call _x86_64_get_dispatch@PLT
6314 movq 1432(%rax), %r11
6315 jmp *%r11
6316 #elif defined(PTHREADS)
6317 pushq %rdi
6318 pushq %rsi
6319 pushq %rdx
6320 call _x86_64_get_dispatch@PLT
6321 popq %rdx
6322 popq %rsi
6323 popq %rdi
6324 movq 1432(%rax), %r11
6325 jmp *%r11
6326 #else
6327 movq _glapi_Dispatch(%rip), %rax
6328 testq %rax, %rax
6329 je 1f
6330 movq 1432(%rax), %r11
6331 jmp *%r11
6332 1:
6333 pushq %rdi
6334 pushq %rsi
6335 pushq %rdx
6336 call _glapi_get_dispatch
6337 popq %rdx
6338 popq %rsi
6339 popq %rdi
6340 movq 1432(%rax), %r11
6341 jmp *%r11
6342 #endif /* defined(GLX_USE_TLS) */
6343 .size GL_PREFIX(TexParameterfv), .-GL_PREFIX(TexParameterfv)
6344
6345 .p2align 4,,15
6346 .globl GL_PREFIX(TexParameteri)
6347 .type GL_PREFIX(TexParameteri), @function
6348 GL_PREFIX(TexParameteri):
6349 #if defined(GLX_USE_TLS)
6350 call _x86_64_get_dispatch@PLT
6351 movq 1440(%rax), %r11
6352 jmp *%r11
6353 #elif defined(PTHREADS)
6354 pushq %rdi
6355 pushq %rsi
6356 pushq %rdx
6357 call _x86_64_get_dispatch@PLT
6358 popq %rdx
6359 popq %rsi
6360 popq %rdi
6361 movq 1440(%rax), %r11
6362 jmp *%r11
6363 #else
6364 movq _glapi_Dispatch(%rip), %rax
6365 testq %rax, %rax
6366 je 1f
6367 movq 1440(%rax), %r11
6368 jmp *%r11
6369 1:
6370 pushq %rdi
6371 pushq %rsi
6372 pushq %rdx
6373 call _glapi_get_dispatch
6374 popq %rdx
6375 popq %rsi
6376 popq %rdi
6377 movq 1440(%rax), %r11
6378 jmp *%r11
6379 #endif /* defined(GLX_USE_TLS) */
6380 .size GL_PREFIX(TexParameteri), .-GL_PREFIX(TexParameteri)
6381
6382 .p2align 4,,15
6383 .globl GL_PREFIX(TexParameteriv)
6384 .type GL_PREFIX(TexParameteriv), @function
6385 GL_PREFIX(TexParameteriv):
6386 #if defined(GLX_USE_TLS)
6387 call _x86_64_get_dispatch@PLT
6388 movq 1448(%rax), %r11
6389 jmp *%r11
6390 #elif defined(PTHREADS)
6391 pushq %rdi
6392 pushq %rsi
6393 pushq %rdx
6394 call _x86_64_get_dispatch@PLT
6395 popq %rdx
6396 popq %rsi
6397 popq %rdi
6398 movq 1448(%rax), %r11
6399 jmp *%r11
6400 #else
6401 movq _glapi_Dispatch(%rip), %rax
6402 testq %rax, %rax
6403 je 1f
6404 movq 1448(%rax), %r11
6405 jmp *%r11
6406 1:
6407 pushq %rdi
6408 pushq %rsi
6409 pushq %rdx
6410 call _glapi_get_dispatch
6411 popq %rdx
6412 popq %rsi
6413 popq %rdi
6414 movq 1448(%rax), %r11
6415 jmp *%r11
6416 #endif /* defined(GLX_USE_TLS) */
6417 .size GL_PREFIX(TexParameteriv), .-GL_PREFIX(TexParameteriv)
6418
6419 .p2align 4,,15
6420 .globl GL_PREFIX(TexImage1D)
6421 .type GL_PREFIX(TexImage1D), @function
6422 GL_PREFIX(TexImage1D):
6423 #if defined(GLX_USE_TLS)
6424 call _x86_64_get_dispatch@PLT
6425 movq 1456(%rax), %r11
6426 jmp *%r11
6427 #elif defined(PTHREADS)
6428 pushq %rdi
6429 pushq %rsi
6430 pushq %rdx
6431 pushq %rcx
6432 pushq %r8
6433 pushq %r9
6434 pushq %rbp
6435 call _x86_64_get_dispatch@PLT
6436 popq %rbp
6437 popq %r9
6438 popq %r8
6439 popq %rcx
6440 popq %rdx
6441 popq %rsi
6442 popq %rdi
6443 movq 1456(%rax), %r11
6444 jmp *%r11
6445 #else
6446 movq _glapi_Dispatch(%rip), %rax
6447 testq %rax, %rax
6448 je 1f
6449 movq 1456(%rax), %r11
6450 jmp *%r11
6451 1:
6452 pushq %rdi
6453 pushq %rsi
6454 pushq %rdx
6455 pushq %rcx
6456 pushq %r8
6457 pushq %r9
6458 pushq %rbp
6459 call _glapi_get_dispatch
6460 popq %rbp
6461 popq %r9
6462 popq %r8
6463 popq %rcx
6464 popq %rdx
6465 popq %rsi
6466 popq %rdi
6467 movq 1456(%rax), %r11
6468 jmp *%r11
6469 #endif /* defined(GLX_USE_TLS) */
6470 .size GL_PREFIX(TexImage1D), .-GL_PREFIX(TexImage1D)
6471
6472 .p2align 4,,15
6473 .globl GL_PREFIX(TexImage2D)
6474 .type GL_PREFIX(TexImage2D), @function
6475 GL_PREFIX(TexImage2D):
6476 #if defined(GLX_USE_TLS)
6477 call _x86_64_get_dispatch@PLT
6478 movq 1464(%rax), %r11
6479 jmp *%r11
6480 #elif defined(PTHREADS)
6481 pushq %rdi
6482 pushq %rsi
6483 pushq %rdx
6484 pushq %rcx
6485 pushq %r8
6486 pushq %r9
6487 pushq %rbp
6488 call _x86_64_get_dispatch@PLT
6489 popq %rbp
6490 popq %r9
6491 popq %r8
6492 popq %rcx
6493 popq %rdx
6494 popq %rsi
6495 popq %rdi
6496 movq 1464(%rax), %r11
6497 jmp *%r11
6498 #else
6499 movq _glapi_Dispatch(%rip), %rax
6500 testq %rax, %rax
6501 je 1f
6502 movq 1464(%rax), %r11
6503 jmp *%r11
6504 1:
6505 pushq %rdi
6506 pushq %rsi
6507 pushq %rdx
6508 pushq %rcx
6509 pushq %r8
6510 pushq %r9
6511 pushq %rbp
6512 call _glapi_get_dispatch
6513 popq %rbp
6514 popq %r9
6515 popq %r8
6516 popq %rcx
6517 popq %rdx
6518 popq %rsi
6519 popq %rdi
6520 movq 1464(%rax), %r11
6521 jmp *%r11
6522 #endif /* defined(GLX_USE_TLS) */
6523 .size GL_PREFIX(TexImage2D), .-GL_PREFIX(TexImage2D)
6524
6525 .p2align 4,,15
6526 .globl GL_PREFIX(TexEnvf)
6527 .type GL_PREFIX(TexEnvf), @function
6528 GL_PREFIX(TexEnvf):
6529 #if defined(GLX_USE_TLS)
6530 call _x86_64_get_dispatch@PLT
6531 movq 1472(%rax), %r11
6532 jmp *%r11
6533 #elif defined(PTHREADS)
6534 subq $24, %rsp
6535 movq %rdi, (%rsp)
6536 movq %rsi, 8(%rsp)
6537 movq %xmm0, 16(%rsp)
6538 call _x86_64_get_dispatch@PLT
6539 movq 16(%rsp), %xmm0
6540 movq 8(%rsp), %rsi
6541 movq (%rsp), %rdi
6542 addq $24, %rsp
6543 movq 1472(%rax), %r11
6544 jmp *%r11
6545 #else
6546 movq _glapi_Dispatch(%rip), %rax
6547 testq %rax, %rax
6548 je 1f
6549 movq 1472(%rax), %r11
6550 jmp *%r11
6551 1:
6552 subq $24, %rsp
6553 movq %rdi, (%rsp)
6554 movq %rsi, 8(%rsp)
6555 movq %xmm0, 16(%rsp)
6556 call _glapi_get_dispatch
6557 movq 16(%rsp), %xmm0
6558 movq 8(%rsp), %rsi
6559 movq (%rsp), %rdi
6560 addq $24, %rsp
6561 movq 1472(%rax), %r11
6562 jmp *%r11
6563 #endif /* defined(GLX_USE_TLS) */
6564 .size GL_PREFIX(TexEnvf), .-GL_PREFIX(TexEnvf)
6565
6566 .p2align 4,,15
6567 .globl GL_PREFIX(TexEnvfv)
6568 .type GL_PREFIX(TexEnvfv), @function
6569 GL_PREFIX(TexEnvfv):
6570 #if defined(GLX_USE_TLS)
6571 call _x86_64_get_dispatch@PLT
6572 movq 1480(%rax), %r11
6573 jmp *%r11
6574 #elif defined(PTHREADS)
6575 pushq %rdi
6576 pushq %rsi
6577 pushq %rdx
6578 call _x86_64_get_dispatch@PLT
6579 popq %rdx
6580 popq %rsi
6581 popq %rdi
6582 movq 1480(%rax), %r11
6583 jmp *%r11
6584 #else
6585 movq _glapi_Dispatch(%rip), %rax
6586 testq %rax, %rax
6587 je 1f
6588 movq 1480(%rax), %r11
6589 jmp *%r11
6590 1:
6591 pushq %rdi
6592 pushq %rsi
6593 pushq %rdx
6594 call _glapi_get_dispatch
6595 popq %rdx
6596 popq %rsi
6597 popq %rdi
6598 movq 1480(%rax), %r11
6599 jmp *%r11
6600 #endif /* defined(GLX_USE_TLS) */
6601 .size GL_PREFIX(TexEnvfv), .-GL_PREFIX(TexEnvfv)
6602
6603 .p2align 4,,15
6604 .globl GL_PREFIX(TexEnvi)
6605 .type GL_PREFIX(TexEnvi), @function
6606 GL_PREFIX(TexEnvi):
6607 #if defined(GLX_USE_TLS)
6608 call _x86_64_get_dispatch@PLT
6609 movq 1488(%rax), %r11
6610 jmp *%r11
6611 #elif defined(PTHREADS)
6612 pushq %rdi
6613 pushq %rsi
6614 pushq %rdx
6615 call _x86_64_get_dispatch@PLT
6616 popq %rdx
6617 popq %rsi
6618 popq %rdi
6619 movq 1488(%rax), %r11
6620 jmp *%r11
6621 #else
6622 movq _glapi_Dispatch(%rip), %rax
6623 testq %rax, %rax
6624 je 1f
6625 movq 1488(%rax), %r11
6626 jmp *%r11
6627 1:
6628 pushq %rdi
6629 pushq %rsi
6630 pushq %rdx
6631 call _glapi_get_dispatch
6632 popq %rdx
6633 popq %rsi
6634 popq %rdi
6635 movq 1488(%rax), %r11
6636 jmp *%r11
6637 #endif /* defined(GLX_USE_TLS) */
6638 .size GL_PREFIX(TexEnvi), .-GL_PREFIX(TexEnvi)
6639
6640 .p2align 4,,15
6641 .globl GL_PREFIX(TexEnviv)
6642 .type GL_PREFIX(TexEnviv), @function
6643 GL_PREFIX(TexEnviv):
6644 #if defined(GLX_USE_TLS)
6645 call _x86_64_get_dispatch@PLT
6646 movq 1496(%rax), %r11
6647 jmp *%r11
6648 #elif defined(PTHREADS)
6649 pushq %rdi
6650 pushq %rsi
6651 pushq %rdx
6652 call _x86_64_get_dispatch@PLT
6653 popq %rdx
6654 popq %rsi
6655 popq %rdi
6656 movq 1496(%rax), %r11
6657 jmp *%r11
6658 #else
6659 movq _glapi_Dispatch(%rip), %rax
6660 testq %rax, %rax
6661 je 1f
6662 movq 1496(%rax), %r11
6663 jmp *%r11
6664 1:
6665 pushq %rdi
6666 pushq %rsi
6667 pushq %rdx
6668 call _glapi_get_dispatch
6669 popq %rdx
6670 popq %rsi
6671 popq %rdi
6672 movq 1496(%rax), %r11
6673 jmp *%r11
6674 #endif /* defined(GLX_USE_TLS) */
6675 .size GL_PREFIX(TexEnviv), .-GL_PREFIX(TexEnviv)
6676
6677 .p2align 4,,15
6678 .globl GL_PREFIX(TexGend)
6679 .type GL_PREFIX(TexGend), @function
6680 GL_PREFIX(TexGend):
6681 #if defined(GLX_USE_TLS)
6682 call _x86_64_get_dispatch@PLT
6683 movq 1504(%rax), %r11
6684 jmp *%r11
6685 #elif defined(PTHREADS)
6686 subq $24, %rsp
6687 movq %rdi, (%rsp)
6688 movq %rsi, 8(%rsp)
6689 movq %xmm0, 16(%rsp)
6690 call _x86_64_get_dispatch@PLT
6691 movq 16(%rsp), %xmm0
6692 movq 8(%rsp), %rsi
6693 movq (%rsp), %rdi
6694 addq $24, %rsp
6695 movq 1504(%rax), %r11
6696 jmp *%r11
6697 #else
6698 movq _glapi_Dispatch(%rip), %rax
6699 testq %rax, %rax
6700 je 1f
6701 movq 1504(%rax), %r11
6702 jmp *%r11
6703 1:
6704 subq $24, %rsp
6705 movq %rdi, (%rsp)
6706 movq %rsi, 8(%rsp)
6707 movq %xmm0, 16(%rsp)
6708 call _glapi_get_dispatch
6709 movq 16(%rsp), %xmm0
6710 movq 8(%rsp), %rsi
6711 movq (%rsp), %rdi
6712 addq $24, %rsp
6713 movq 1504(%rax), %r11
6714 jmp *%r11
6715 #endif /* defined(GLX_USE_TLS) */
6716 .size GL_PREFIX(TexGend), .-GL_PREFIX(TexGend)
6717
6718 .p2align 4,,15
6719 .globl GL_PREFIX(TexGendv)
6720 .type GL_PREFIX(TexGendv), @function
6721 GL_PREFIX(TexGendv):
6722 #if defined(GLX_USE_TLS)
6723 call _x86_64_get_dispatch@PLT
6724 movq 1512(%rax), %r11
6725 jmp *%r11
6726 #elif defined(PTHREADS)
6727 pushq %rdi
6728 pushq %rsi
6729 pushq %rdx
6730 call _x86_64_get_dispatch@PLT
6731 popq %rdx
6732 popq %rsi
6733 popq %rdi
6734 movq 1512(%rax), %r11
6735 jmp *%r11
6736 #else
6737 movq _glapi_Dispatch(%rip), %rax
6738 testq %rax, %rax
6739 je 1f
6740 movq 1512(%rax), %r11
6741 jmp *%r11
6742 1:
6743 pushq %rdi
6744 pushq %rsi
6745 pushq %rdx
6746 call _glapi_get_dispatch
6747 popq %rdx
6748 popq %rsi
6749 popq %rdi
6750 movq 1512(%rax), %r11
6751 jmp *%r11
6752 #endif /* defined(GLX_USE_TLS) */
6753 .size GL_PREFIX(TexGendv), .-GL_PREFIX(TexGendv)
6754
6755 .p2align 4,,15
6756 .globl GL_PREFIX(TexGenf)
6757 .type GL_PREFIX(TexGenf), @function
6758 GL_PREFIX(TexGenf):
6759 #if defined(GLX_USE_TLS)
6760 call _x86_64_get_dispatch@PLT
6761 movq 1520(%rax), %r11
6762 jmp *%r11
6763 #elif defined(PTHREADS)
6764 subq $24, %rsp
6765 movq %rdi, (%rsp)
6766 movq %rsi, 8(%rsp)
6767 movq %xmm0, 16(%rsp)
6768 call _x86_64_get_dispatch@PLT
6769 movq 16(%rsp), %xmm0
6770 movq 8(%rsp), %rsi
6771 movq (%rsp), %rdi
6772 addq $24, %rsp
6773 movq 1520(%rax), %r11
6774 jmp *%r11
6775 #else
6776 movq _glapi_Dispatch(%rip), %rax
6777 testq %rax, %rax
6778 je 1f
6779 movq 1520(%rax), %r11
6780 jmp *%r11
6781 1:
6782 subq $24, %rsp
6783 movq %rdi, (%rsp)
6784 movq %rsi, 8(%rsp)
6785 movq %xmm0, 16(%rsp)
6786 call _glapi_get_dispatch
6787 movq 16(%rsp), %xmm0
6788 movq 8(%rsp), %rsi
6789 movq (%rsp), %rdi
6790 addq $24, %rsp
6791 movq 1520(%rax), %r11
6792 jmp *%r11
6793 #endif /* defined(GLX_USE_TLS) */
6794 .size GL_PREFIX(TexGenf), .-GL_PREFIX(TexGenf)
6795
6796 .p2align 4,,15
6797 .globl GL_PREFIX(TexGenfv)
6798 .type GL_PREFIX(TexGenfv), @function
6799 GL_PREFIX(TexGenfv):
6800 #if defined(GLX_USE_TLS)
6801 call _x86_64_get_dispatch@PLT
6802 movq 1528(%rax), %r11
6803 jmp *%r11
6804 #elif defined(PTHREADS)
6805 pushq %rdi
6806 pushq %rsi
6807 pushq %rdx
6808 call _x86_64_get_dispatch@PLT
6809 popq %rdx
6810 popq %rsi
6811 popq %rdi
6812 movq 1528(%rax), %r11
6813 jmp *%r11
6814 #else
6815 movq _glapi_Dispatch(%rip), %rax
6816 testq %rax, %rax
6817 je 1f
6818 movq 1528(%rax), %r11
6819 jmp *%r11
6820 1:
6821 pushq %rdi
6822 pushq %rsi
6823 pushq %rdx
6824 call _glapi_get_dispatch
6825 popq %rdx
6826 popq %rsi
6827 popq %rdi
6828 movq 1528(%rax), %r11
6829 jmp *%r11
6830 #endif /* defined(GLX_USE_TLS) */
6831 .size GL_PREFIX(TexGenfv), .-GL_PREFIX(TexGenfv)
6832
6833 .p2align 4,,15
6834 .globl GL_PREFIX(TexGeni)
6835 .type GL_PREFIX(TexGeni), @function
6836 GL_PREFIX(TexGeni):
6837 #if defined(GLX_USE_TLS)
6838 call _x86_64_get_dispatch@PLT
6839 movq 1536(%rax), %r11
6840 jmp *%r11
6841 #elif defined(PTHREADS)
6842 pushq %rdi
6843 pushq %rsi
6844 pushq %rdx
6845 call _x86_64_get_dispatch@PLT
6846 popq %rdx
6847 popq %rsi
6848 popq %rdi
6849 movq 1536(%rax), %r11
6850 jmp *%r11
6851 #else
6852 movq _glapi_Dispatch(%rip), %rax
6853 testq %rax, %rax
6854 je 1f
6855 movq 1536(%rax), %r11
6856 jmp *%r11
6857 1:
6858 pushq %rdi
6859 pushq %rsi
6860 pushq %rdx
6861 call _glapi_get_dispatch
6862 popq %rdx
6863 popq %rsi
6864 popq %rdi
6865 movq 1536(%rax), %r11
6866 jmp *%r11
6867 #endif /* defined(GLX_USE_TLS) */
6868 .size GL_PREFIX(TexGeni), .-GL_PREFIX(TexGeni)
6869
6870 .p2align 4,,15
6871 .globl GL_PREFIX(TexGeniv)
6872 .type GL_PREFIX(TexGeniv), @function
6873 GL_PREFIX(TexGeniv):
6874 #if defined(GLX_USE_TLS)
6875 call _x86_64_get_dispatch@PLT
6876 movq 1544(%rax), %r11
6877 jmp *%r11
6878 #elif defined(PTHREADS)
6879 pushq %rdi
6880 pushq %rsi
6881 pushq %rdx
6882 call _x86_64_get_dispatch@PLT
6883 popq %rdx
6884 popq %rsi
6885 popq %rdi
6886 movq 1544(%rax), %r11
6887 jmp *%r11
6888 #else
6889 movq _glapi_Dispatch(%rip), %rax
6890 testq %rax, %rax
6891 je 1f
6892 movq 1544(%rax), %r11
6893 jmp *%r11
6894 1:
6895 pushq %rdi
6896 pushq %rsi
6897 pushq %rdx
6898 call _glapi_get_dispatch
6899 popq %rdx
6900 popq %rsi
6901 popq %rdi
6902 movq 1544(%rax), %r11
6903 jmp *%r11
6904 #endif /* defined(GLX_USE_TLS) */
6905 .size GL_PREFIX(TexGeniv), .-GL_PREFIX(TexGeniv)
6906
6907 .p2align 4,,15
6908 .globl GL_PREFIX(FeedbackBuffer)
6909 .type GL_PREFIX(FeedbackBuffer), @function
6910 GL_PREFIX(FeedbackBuffer):
6911 #if defined(GLX_USE_TLS)
6912 call _x86_64_get_dispatch@PLT
6913 movq 1552(%rax), %r11
6914 jmp *%r11
6915 #elif defined(PTHREADS)
6916 pushq %rdi
6917 pushq %rsi
6918 pushq %rdx
6919 call _x86_64_get_dispatch@PLT
6920 popq %rdx
6921 popq %rsi
6922 popq %rdi
6923 movq 1552(%rax), %r11
6924 jmp *%r11
6925 #else
6926 movq _glapi_Dispatch(%rip), %rax
6927 testq %rax, %rax
6928 je 1f
6929 movq 1552(%rax), %r11
6930 jmp *%r11
6931 1:
6932 pushq %rdi
6933 pushq %rsi
6934 pushq %rdx
6935 call _glapi_get_dispatch
6936 popq %rdx
6937 popq %rsi
6938 popq %rdi
6939 movq 1552(%rax), %r11
6940 jmp *%r11
6941 #endif /* defined(GLX_USE_TLS) */
6942 .size GL_PREFIX(FeedbackBuffer), .-GL_PREFIX(FeedbackBuffer)
6943
6944 .p2align 4,,15
6945 .globl GL_PREFIX(SelectBuffer)
6946 .type GL_PREFIX(SelectBuffer), @function
6947 GL_PREFIX(SelectBuffer):
6948 #if defined(GLX_USE_TLS)
6949 call _x86_64_get_dispatch@PLT
6950 movq 1560(%rax), %r11
6951 jmp *%r11
6952 #elif defined(PTHREADS)
6953 pushq %rdi
6954 pushq %rsi
6955 pushq %rbp
6956 call _x86_64_get_dispatch@PLT
6957 popq %rbp
6958 popq %rsi
6959 popq %rdi
6960 movq 1560(%rax), %r11
6961 jmp *%r11
6962 #else
6963 movq _glapi_Dispatch(%rip), %rax
6964 testq %rax, %rax
6965 je 1f
6966 movq 1560(%rax), %r11
6967 jmp *%r11
6968 1:
6969 pushq %rdi
6970 pushq %rsi
6971 pushq %rbp
6972 call _glapi_get_dispatch
6973 popq %rbp
6974 popq %rsi
6975 popq %rdi
6976 movq 1560(%rax), %r11
6977 jmp *%r11
6978 #endif /* defined(GLX_USE_TLS) */
6979 .size GL_PREFIX(SelectBuffer), .-GL_PREFIX(SelectBuffer)
6980
6981 .p2align 4,,15
6982 .globl GL_PREFIX(RenderMode)
6983 .type GL_PREFIX(RenderMode), @function
6984 GL_PREFIX(RenderMode):
6985 #if defined(GLX_USE_TLS)
6986 call _x86_64_get_dispatch@PLT
6987 movq 1568(%rax), %r11
6988 jmp *%r11
6989 #elif defined(PTHREADS)
6990 pushq %rdi
6991 call _x86_64_get_dispatch@PLT
6992 popq %rdi
6993 movq 1568(%rax), %r11
6994 jmp *%r11
6995 #else
6996 movq _glapi_Dispatch(%rip), %rax
6997 testq %rax, %rax
6998 je 1f
6999 movq 1568(%rax), %r11
7000 jmp *%r11
7001 1:
7002 pushq %rdi
7003 call _glapi_get_dispatch
7004 popq %rdi
7005 movq 1568(%rax), %r11
7006 jmp *%r11
7007 #endif /* defined(GLX_USE_TLS) */
7008 .size GL_PREFIX(RenderMode), .-GL_PREFIX(RenderMode)
7009
7010 .p2align 4,,15
7011 .globl GL_PREFIX(InitNames)
7012 .type GL_PREFIX(InitNames), @function
7013 GL_PREFIX(InitNames):
7014 #if defined(GLX_USE_TLS)
7015 call _x86_64_get_dispatch@PLT
7016 movq 1576(%rax), %r11
7017 jmp *%r11
7018 #elif defined(PTHREADS)
7019 pushq %rbp
7020 call _x86_64_get_dispatch@PLT
7021 popq %rbp
7022 movq 1576(%rax), %r11
7023 jmp *%r11
7024 #else
7025 movq _glapi_Dispatch(%rip), %rax
7026 testq %rax, %rax
7027 je 1f
7028 movq 1576(%rax), %r11
7029 jmp *%r11
7030 1:
7031 pushq %rbp
7032 call _glapi_get_dispatch
7033 popq %rbp
7034 movq 1576(%rax), %r11
7035 jmp *%r11
7036 #endif /* defined(GLX_USE_TLS) */
7037 .size GL_PREFIX(InitNames), .-GL_PREFIX(InitNames)
7038
7039 .p2align 4,,15
7040 .globl GL_PREFIX(LoadName)
7041 .type GL_PREFIX(LoadName), @function
7042 GL_PREFIX(LoadName):
7043 #if defined(GLX_USE_TLS)
7044 call _x86_64_get_dispatch@PLT
7045 movq 1584(%rax), %r11
7046 jmp *%r11
7047 #elif defined(PTHREADS)
7048 pushq %rdi
7049 call _x86_64_get_dispatch@PLT
7050 popq %rdi
7051 movq 1584(%rax), %r11
7052 jmp *%r11
7053 #else
7054 movq _glapi_Dispatch(%rip), %rax
7055 testq %rax, %rax
7056 je 1f
7057 movq 1584(%rax), %r11
7058 jmp *%r11
7059 1:
7060 pushq %rdi
7061 call _glapi_get_dispatch
7062 popq %rdi
7063 movq 1584(%rax), %r11
7064 jmp *%r11
7065 #endif /* defined(GLX_USE_TLS) */
7066 .size GL_PREFIX(LoadName), .-GL_PREFIX(LoadName)
7067
7068 .p2align 4,,15
7069 .globl GL_PREFIX(PassThrough)
7070 .type GL_PREFIX(PassThrough), @function
7071 GL_PREFIX(PassThrough):
7072 #if defined(GLX_USE_TLS)
7073 call _x86_64_get_dispatch@PLT
7074 movq 1592(%rax), %r11
7075 jmp *%r11
7076 #elif defined(PTHREADS)
7077 subq $8, %rsp
7078 movq %xmm0, (%rsp)
7079 call _x86_64_get_dispatch@PLT
7080 movq (%rsp), %xmm0
7081 addq $8, %rsp
7082 movq 1592(%rax), %r11
7083 jmp *%r11
7084 #else
7085 movq _glapi_Dispatch(%rip), %rax
7086 testq %rax, %rax
7087 je 1f
7088 movq 1592(%rax), %r11
7089 jmp *%r11
7090 1:
7091 subq $8, %rsp
7092 movq %xmm0, (%rsp)
7093 call _glapi_get_dispatch
7094 movq (%rsp), %xmm0
7095 addq $8, %rsp
7096 movq 1592(%rax), %r11
7097 jmp *%r11
7098 #endif /* defined(GLX_USE_TLS) */
7099 .size GL_PREFIX(PassThrough), .-GL_PREFIX(PassThrough)
7100
7101 .p2align 4,,15
7102 .globl GL_PREFIX(PopName)
7103 .type GL_PREFIX(PopName), @function
7104 GL_PREFIX(PopName):
7105 #if defined(GLX_USE_TLS)
7106 call _x86_64_get_dispatch@PLT
7107 movq 1600(%rax), %r11
7108 jmp *%r11
7109 #elif defined(PTHREADS)
7110 pushq %rbp
7111 call _x86_64_get_dispatch@PLT
7112 popq %rbp
7113 movq 1600(%rax), %r11
7114 jmp *%r11
7115 #else
7116 movq _glapi_Dispatch(%rip), %rax
7117 testq %rax, %rax
7118 je 1f
7119 movq 1600(%rax), %r11
7120 jmp *%r11
7121 1:
7122 pushq %rbp
7123 call _glapi_get_dispatch
7124 popq %rbp
7125 movq 1600(%rax), %r11
7126 jmp *%r11
7127 #endif /* defined(GLX_USE_TLS) */
7128 .size GL_PREFIX(PopName), .-GL_PREFIX(PopName)
7129
7130 .p2align 4,,15
7131 .globl GL_PREFIX(PushName)
7132 .type GL_PREFIX(PushName), @function
7133 GL_PREFIX(PushName):
7134 #if defined(GLX_USE_TLS)
7135 call _x86_64_get_dispatch@PLT
7136 movq 1608(%rax), %r11
7137 jmp *%r11
7138 #elif defined(PTHREADS)
7139 pushq %rdi
7140 call _x86_64_get_dispatch@PLT
7141 popq %rdi
7142 movq 1608(%rax), %r11
7143 jmp *%r11
7144 #else
7145 movq _glapi_Dispatch(%rip), %rax
7146 testq %rax, %rax
7147 je 1f
7148 movq 1608(%rax), %r11
7149 jmp *%r11
7150 1:
7151 pushq %rdi
7152 call _glapi_get_dispatch
7153 popq %rdi
7154 movq 1608(%rax), %r11
7155 jmp *%r11
7156 #endif /* defined(GLX_USE_TLS) */
7157 .size GL_PREFIX(PushName), .-GL_PREFIX(PushName)
7158
7159 .p2align 4,,15
7160 .globl GL_PREFIX(DrawBuffer)
7161 .type GL_PREFIX(DrawBuffer), @function
7162 GL_PREFIX(DrawBuffer):
7163 #if defined(GLX_USE_TLS)
7164 call _x86_64_get_dispatch@PLT
7165 movq 1616(%rax), %r11
7166 jmp *%r11
7167 #elif defined(PTHREADS)
7168 pushq %rdi
7169 call _x86_64_get_dispatch@PLT
7170 popq %rdi
7171 movq 1616(%rax), %r11
7172 jmp *%r11
7173 #else
7174 movq _glapi_Dispatch(%rip), %rax
7175 testq %rax, %rax
7176 je 1f
7177 movq 1616(%rax), %r11
7178 jmp *%r11
7179 1:
7180 pushq %rdi
7181 call _glapi_get_dispatch
7182 popq %rdi
7183 movq 1616(%rax), %r11
7184 jmp *%r11
7185 #endif /* defined(GLX_USE_TLS) */
7186 .size GL_PREFIX(DrawBuffer), .-GL_PREFIX(DrawBuffer)
7187
7188 .p2align 4,,15
7189 .globl GL_PREFIX(Clear)
7190 .type GL_PREFIX(Clear), @function
7191 GL_PREFIX(Clear):
7192 #if defined(GLX_USE_TLS)
7193 call _x86_64_get_dispatch@PLT
7194 movq 1624(%rax), %r11
7195 jmp *%r11
7196 #elif defined(PTHREADS)
7197 pushq %rdi
7198 call _x86_64_get_dispatch@PLT
7199 popq %rdi
7200 movq 1624(%rax), %r11
7201 jmp *%r11
7202 #else
7203 movq _glapi_Dispatch(%rip), %rax
7204 testq %rax, %rax
7205 je 1f
7206 movq 1624(%rax), %r11
7207 jmp *%r11
7208 1:
7209 pushq %rdi
7210 call _glapi_get_dispatch
7211 popq %rdi
7212 movq 1624(%rax), %r11
7213 jmp *%r11
7214 #endif /* defined(GLX_USE_TLS) */
7215 .size GL_PREFIX(Clear), .-GL_PREFIX(Clear)
7216
7217 .p2align 4,,15
7218 .globl GL_PREFIX(ClearAccum)
7219 .type GL_PREFIX(ClearAccum), @function
7220 GL_PREFIX(ClearAccum):
7221 #if defined(GLX_USE_TLS)
7222 call _x86_64_get_dispatch@PLT
7223 movq 1632(%rax), %r11
7224 jmp *%r11
7225 #elif defined(PTHREADS)
7226 subq $40, %rsp
7227 movq %xmm0, (%rsp)
7228 movq %xmm1, 8(%rsp)
7229 movq %xmm2, 16(%rsp)
7230 movq %xmm3, 24(%rsp)
7231 call _x86_64_get_dispatch@PLT
7232 movq 24(%rsp), %xmm3
7233 movq 16(%rsp), %xmm2
7234 movq 8(%rsp), %xmm1
7235 movq (%rsp), %xmm0
7236 addq $40, %rsp
7237 movq 1632(%rax), %r11
7238 jmp *%r11
7239 #else
7240 movq _glapi_Dispatch(%rip), %rax
7241 testq %rax, %rax
7242 je 1f
7243 movq 1632(%rax), %r11
7244 jmp *%r11
7245 1:
7246 subq $40, %rsp
7247 movq %xmm0, (%rsp)
7248 movq %xmm1, 8(%rsp)
7249 movq %xmm2, 16(%rsp)
7250 movq %xmm3, 24(%rsp)
7251 call _glapi_get_dispatch
7252 movq 24(%rsp), %xmm3
7253 movq 16(%rsp), %xmm2
7254 movq 8(%rsp), %xmm1
7255 movq (%rsp), %xmm0
7256 addq $40, %rsp
7257 movq 1632(%rax), %r11
7258 jmp *%r11
7259 #endif /* defined(GLX_USE_TLS) */
7260 .size GL_PREFIX(ClearAccum), .-GL_PREFIX(ClearAccum)
7261
7262 .p2align 4,,15
7263 .globl GL_PREFIX(ClearIndex)
7264 .type GL_PREFIX(ClearIndex), @function
7265 GL_PREFIX(ClearIndex):
7266 #if defined(GLX_USE_TLS)
7267 call _x86_64_get_dispatch@PLT
7268 movq 1640(%rax), %r11
7269 jmp *%r11
7270 #elif defined(PTHREADS)
7271 subq $8, %rsp
7272 movq %xmm0, (%rsp)
7273 call _x86_64_get_dispatch@PLT
7274 movq (%rsp), %xmm0
7275 addq $8, %rsp
7276 movq 1640(%rax), %r11
7277 jmp *%r11
7278 #else
7279 movq _glapi_Dispatch(%rip), %rax
7280 testq %rax, %rax
7281 je 1f
7282 movq 1640(%rax), %r11
7283 jmp *%r11
7284 1:
7285 subq $8, %rsp
7286 movq %xmm0, (%rsp)
7287 call _glapi_get_dispatch
7288 movq (%rsp), %xmm0
7289 addq $8, %rsp
7290 movq 1640(%rax), %r11
7291 jmp *%r11
7292 #endif /* defined(GLX_USE_TLS) */
7293 .size GL_PREFIX(ClearIndex), .-GL_PREFIX(ClearIndex)
7294
7295 .p2align 4,,15
7296 .globl GL_PREFIX(ClearColor)
7297 .type GL_PREFIX(ClearColor), @function
7298 GL_PREFIX(ClearColor):
7299 #if defined(GLX_USE_TLS)
7300 call _x86_64_get_dispatch@PLT
7301 movq 1648(%rax), %r11
7302 jmp *%r11
7303 #elif defined(PTHREADS)
7304 pushq %rdi
7305 pushq %rsi
7306 pushq %rdx
7307 pushq %rcx
7308 pushq %rbp
7309 call _x86_64_get_dispatch@PLT
7310 popq %rbp
7311 popq %rcx
7312 popq %rdx
7313 popq %rsi
7314 popq %rdi
7315 movq 1648(%rax), %r11
7316 jmp *%r11
7317 #else
7318 movq _glapi_Dispatch(%rip), %rax
7319 testq %rax, %rax
7320 je 1f
7321 movq 1648(%rax), %r11
7322 jmp *%r11
7323 1:
7324 pushq %rdi
7325 pushq %rsi
7326 pushq %rdx
7327 pushq %rcx
7328 pushq %rbp
7329 call _glapi_get_dispatch
7330 popq %rbp
7331 popq %rcx
7332 popq %rdx
7333 popq %rsi
7334 popq %rdi
7335 movq 1648(%rax), %r11
7336 jmp *%r11
7337 #endif /* defined(GLX_USE_TLS) */
7338 .size GL_PREFIX(ClearColor), .-GL_PREFIX(ClearColor)
7339
7340 .p2align 4,,15
7341 .globl GL_PREFIX(ClearStencil)
7342 .type GL_PREFIX(ClearStencil), @function
7343 GL_PREFIX(ClearStencil):
7344 #if defined(GLX_USE_TLS)
7345 call _x86_64_get_dispatch@PLT
7346 movq 1656(%rax), %r11
7347 jmp *%r11
7348 #elif defined(PTHREADS)
7349 pushq %rdi
7350 call _x86_64_get_dispatch@PLT
7351 popq %rdi
7352 movq 1656(%rax), %r11
7353 jmp *%r11
7354 #else
7355 movq _glapi_Dispatch(%rip), %rax
7356 testq %rax, %rax
7357 je 1f
7358 movq 1656(%rax), %r11
7359 jmp *%r11
7360 1:
7361 pushq %rdi
7362 call _glapi_get_dispatch
7363 popq %rdi
7364 movq 1656(%rax), %r11
7365 jmp *%r11
7366 #endif /* defined(GLX_USE_TLS) */
7367 .size GL_PREFIX(ClearStencil), .-GL_PREFIX(ClearStencil)
7368
7369 .p2align 4,,15
7370 .globl GL_PREFIX(ClearDepth)
7371 .type GL_PREFIX(ClearDepth), @function
7372 GL_PREFIX(ClearDepth):
7373 #if defined(GLX_USE_TLS)
7374 call _x86_64_get_dispatch@PLT
7375 movq 1664(%rax), %r11
7376 jmp *%r11
7377 #elif defined(PTHREADS)
7378 pushq %rdi
7379 call _x86_64_get_dispatch@PLT
7380 popq %rdi
7381 movq 1664(%rax), %r11
7382 jmp *%r11
7383 #else
7384 movq _glapi_Dispatch(%rip), %rax
7385 testq %rax, %rax
7386 je 1f
7387 movq 1664(%rax), %r11
7388 jmp *%r11
7389 1:
7390 pushq %rdi
7391 call _glapi_get_dispatch
7392 popq %rdi
7393 movq 1664(%rax), %r11
7394 jmp *%r11
7395 #endif /* defined(GLX_USE_TLS) */
7396 .size GL_PREFIX(ClearDepth), .-GL_PREFIX(ClearDepth)
7397
7398 .p2align 4,,15
7399 .globl GL_PREFIX(StencilMask)
7400 .type GL_PREFIX(StencilMask), @function
7401 GL_PREFIX(StencilMask):
7402 #if defined(GLX_USE_TLS)
7403 call _x86_64_get_dispatch@PLT
7404 movq 1672(%rax), %r11
7405 jmp *%r11
7406 #elif defined(PTHREADS)
7407 pushq %rdi
7408 call _x86_64_get_dispatch@PLT
7409 popq %rdi
7410 movq 1672(%rax), %r11
7411 jmp *%r11
7412 #else
7413 movq _glapi_Dispatch(%rip), %rax
7414 testq %rax, %rax
7415 je 1f
7416 movq 1672(%rax), %r11
7417 jmp *%r11
7418 1:
7419 pushq %rdi
7420 call _glapi_get_dispatch
7421 popq %rdi
7422 movq 1672(%rax), %r11
7423 jmp *%r11
7424 #endif /* defined(GLX_USE_TLS) */
7425 .size GL_PREFIX(StencilMask), .-GL_PREFIX(StencilMask)
7426
7427 .p2align 4,,15
7428 .globl GL_PREFIX(ColorMask)
7429 .type GL_PREFIX(ColorMask), @function
7430 GL_PREFIX(ColorMask):
7431 #if defined(GLX_USE_TLS)
7432 call _x86_64_get_dispatch@PLT
7433 movq 1680(%rax), %r11
7434 jmp *%r11
7435 #elif defined(PTHREADS)
7436 pushq %rdi
7437 pushq %rsi
7438 pushq %rdx
7439 pushq %rcx
7440 pushq %rbp
7441 call _x86_64_get_dispatch@PLT
7442 popq %rbp
7443 popq %rcx
7444 popq %rdx
7445 popq %rsi
7446 popq %rdi
7447 movq 1680(%rax), %r11
7448 jmp *%r11
7449 #else
7450 movq _glapi_Dispatch(%rip), %rax
7451 testq %rax, %rax
7452 je 1f
7453 movq 1680(%rax), %r11
7454 jmp *%r11
7455 1:
7456 pushq %rdi
7457 pushq %rsi
7458 pushq %rdx
7459 pushq %rcx
7460 pushq %rbp
7461 call _glapi_get_dispatch
7462 popq %rbp
7463 popq %rcx
7464 popq %rdx
7465 popq %rsi
7466 popq %rdi
7467 movq 1680(%rax), %r11
7468 jmp *%r11
7469 #endif /* defined(GLX_USE_TLS) */
7470 .size GL_PREFIX(ColorMask), .-GL_PREFIX(ColorMask)
7471
7472 .p2align 4,,15
7473 .globl GL_PREFIX(DepthMask)
7474 .type GL_PREFIX(DepthMask), @function
7475 GL_PREFIX(DepthMask):
7476 #if defined(GLX_USE_TLS)
7477 call _x86_64_get_dispatch@PLT
7478 movq 1688(%rax), %r11
7479 jmp *%r11
7480 #elif defined(PTHREADS)
7481 pushq %rdi
7482 call _x86_64_get_dispatch@PLT
7483 popq %rdi
7484 movq 1688(%rax), %r11
7485 jmp *%r11
7486 #else
7487 movq _glapi_Dispatch(%rip), %rax
7488 testq %rax, %rax
7489 je 1f
7490 movq 1688(%rax), %r11
7491 jmp *%r11
7492 1:
7493 pushq %rdi
7494 call _glapi_get_dispatch
7495 popq %rdi
7496 movq 1688(%rax), %r11
7497 jmp *%r11
7498 #endif /* defined(GLX_USE_TLS) */
7499 .size GL_PREFIX(DepthMask), .-GL_PREFIX(DepthMask)
7500
7501 .p2align 4,,15
7502 .globl GL_PREFIX(IndexMask)
7503 .type GL_PREFIX(IndexMask), @function
7504 GL_PREFIX(IndexMask):
7505 #if defined(GLX_USE_TLS)
7506 call _x86_64_get_dispatch@PLT
7507 movq 1696(%rax), %r11
7508 jmp *%r11
7509 #elif defined(PTHREADS)
7510 pushq %rdi
7511 call _x86_64_get_dispatch@PLT
7512 popq %rdi
7513 movq 1696(%rax), %r11
7514 jmp *%r11
7515 #else
7516 movq _glapi_Dispatch(%rip), %rax
7517 testq %rax, %rax
7518 je 1f
7519 movq 1696(%rax), %r11
7520 jmp *%r11
7521 1:
7522 pushq %rdi
7523 call _glapi_get_dispatch
7524 popq %rdi
7525 movq 1696(%rax), %r11
7526 jmp *%r11
7527 #endif /* defined(GLX_USE_TLS) */
7528 .size GL_PREFIX(IndexMask), .-GL_PREFIX(IndexMask)
7529
7530 .p2align 4,,15
7531 .globl GL_PREFIX(Accum)
7532 .type GL_PREFIX(Accum), @function
7533 GL_PREFIX(Accum):
7534 #if defined(GLX_USE_TLS)
7535 call _x86_64_get_dispatch@PLT
7536 movq 1704(%rax), %r11
7537 jmp *%r11
7538 #elif defined(PTHREADS)
7539 subq $24, %rsp
7540 movq %rdi, (%rsp)
7541 movq %xmm0, 8(%rsp)
7542 call _x86_64_get_dispatch@PLT
7543 movq 8(%rsp), %xmm0
7544 movq (%rsp), %rdi
7545 addq $24, %rsp
7546 movq 1704(%rax), %r11
7547 jmp *%r11
7548 #else
7549 movq _glapi_Dispatch(%rip), %rax
7550 testq %rax, %rax
7551 je 1f
7552 movq 1704(%rax), %r11
7553 jmp *%r11
7554 1:
7555 subq $24, %rsp
7556 movq %rdi, (%rsp)
7557 movq %xmm0, 8(%rsp)
7558 call _glapi_get_dispatch
7559 movq 8(%rsp), %xmm0
7560 movq (%rsp), %rdi
7561 addq $24, %rsp
7562 movq 1704(%rax), %r11
7563 jmp *%r11
7564 #endif /* defined(GLX_USE_TLS) */
7565 .size GL_PREFIX(Accum), .-GL_PREFIX(Accum)
7566
7567 .p2align 4,,15
7568 .globl GL_PREFIX(Disable)
7569 .type GL_PREFIX(Disable), @function
7570 GL_PREFIX(Disable):
7571 #if defined(GLX_USE_TLS)
7572 call _x86_64_get_dispatch@PLT
7573 movq 1712(%rax), %r11
7574 jmp *%r11
7575 #elif defined(PTHREADS)
7576 pushq %rdi
7577 call _x86_64_get_dispatch@PLT
7578 popq %rdi
7579 movq 1712(%rax), %r11
7580 jmp *%r11
7581 #else
7582 movq _glapi_Dispatch(%rip), %rax
7583 testq %rax, %rax
7584 je 1f
7585 movq 1712(%rax), %r11
7586 jmp *%r11
7587 1:
7588 pushq %rdi
7589 call _glapi_get_dispatch
7590 popq %rdi
7591 movq 1712(%rax), %r11
7592 jmp *%r11
7593 #endif /* defined(GLX_USE_TLS) */
7594 .size GL_PREFIX(Disable), .-GL_PREFIX(Disable)
7595
7596 .p2align 4,,15
7597 .globl GL_PREFIX(Enable)
7598 .type GL_PREFIX(Enable), @function
7599 GL_PREFIX(Enable):
7600 #if defined(GLX_USE_TLS)
7601 call _x86_64_get_dispatch@PLT
7602 movq 1720(%rax), %r11
7603 jmp *%r11
7604 #elif defined(PTHREADS)
7605 pushq %rdi
7606 call _x86_64_get_dispatch@PLT
7607 popq %rdi
7608 movq 1720(%rax), %r11
7609 jmp *%r11
7610 #else
7611 movq _glapi_Dispatch(%rip), %rax
7612 testq %rax, %rax
7613 je 1f
7614 movq 1720(%rax), %r11
7615 jmp *%r11
7616 1:
7617 pushq %rdi
7618 call _glapi_get_dispatch
7619 popq %rdi
7620 movq 1720(%rax), %r11
7621 jmp *%r11
7622 #endif /* defined(GLX_USE_TLS) */
7623 .size GL_PREFIX(Enable), .-GL_PREFIX(Enable)
7624
7625 .p2align 4,,15
7626 .globl GL_PREFIX(Finish)
7627 .type GL_PREFIX(Finish), @function
7628 GL_PREFIX(Finish):
7629 #if defined(GLX_USE_TLS)
7630 call _x86_64_get_dispatch@PLT
7631 movq 1728(%rax), %r11
7632 jmp *%r11
7633 #elif defined(PTHREADS)
7634 pushq %rbp
7635 call _x86_64_get_dispatch@PLT
7636 popq %rbp
7637 movq 1728(%rax), %r11
7638 jmp *%r11
7639 #else
7640 movq _glapi_Dispatch(%rip), %rax
7641 testq %rax, %rax
7642 je 1f
7643 movq 1728(%rax), %r11
7644 jmp *%r11
7645 1:
7646 pushq %rbp
7647 call _glapi_get_dispatch
7648 popq %rbp
7649 movq 1728(%rax), %r11
7650 jmp *%r11
7651 #endif /* defined(GLX_USE_TLS) */
7652 .size GL_PREFIX(Finish), .-GL_PREFIX(Finish)
7653
7654 .p2align 4,,15
7655 .globl GL_PREFIX(Flush)
7656 .type GL_PREFIX(Flush), @function
7657 GL_PREFIX(Flush):
7658 #if defined(GLX_USE_TLS)
7659 call _x86_64_get_dispatch@PLT
7660 movq 1736(%rax), %r11
7661 jmp *%r11
7662 #elif defined(PTHREADS)
7663 pushq %rbp
7664 call _x86_64_get_dispatch@PLT
7665 popq %rbp
7666 movq 1736(%rax), %r11
7667 jmp *%r11
7668 #else
7669 movq _glapi_Dispatch(%rip), %rax
7670 testq %rax, %rax
7671 je 1f
7672 movq 1736(%rax), %r11
7673 jmp *%r11
7674 1:
7675 pushq %rbp
7676 call _glapi_get_dispatch
7677 popq %rbp
7678 movq 1736(%rax), %r11
7679 jmp *%r11
7680 #endif /* defined(GLX_USE_TLS) */
7681 .size GL_PREFIX(Flush), .-GL_PREFIX(Flush)
7682
7683 .p2align 4,,15
7684 .globl GL_PREFIX(PopAttrib)
7685 .type GL_PREFIX(PopAttrib), @function
7686 GL_PREFIX(PopAttrib):
7687 #if defined(GLX_USE_TLS)
7688 call _x86_64_get_dispatch@PLT
7689 movq 1744(%rax), %r11
7690 jmp *%r11
7691 #elif defined(PTHREADS)
7692 pushq %rbp
7693 call _x86_64_get_dispatch@PLT
7694 popq %rbp
7695 movq 1744(%rax), %r11
7696 jmp *%r11
7697 #else
7698 movq _glapi_Dispatch(%rip), %rax
7699 testq %rax, %rax
7700 je 1f
7701 movq 1744(%rax), %r11
7702 jmp *%r11
7703 1:
7704 pushq %rbp
7705 call _glapi_get_dispatch
7706 popq %rbp
7707 movq 1744(%rax), %r11
7708 jmp *%r11
7709 #endif /* defined(GLX_USE_TLS) */
7710 .size GL_PREFIX(PopAttrib), .-GL_PREFIX(PopAttrib)
7711
7712 .p2align 4,,15
7713 .globl GL_PREFIX(PushAttrib)
7714 .type GL_PREFIX(PushAttrib), @function
7715 GL_PREFIX(PushAttrib):
7716 #if defined(GLX_USE_TLS)
7717 call _x86_64_get_dispatch@PLT
7718 movq 1752(%rax), %r11
7719 jmp *%r11
7720 #elif defined(PTHREADS)
7721 pushq %rdi
7722 call _x86_64_get_dispatch@PLT
7723 popq %rdi
7724 movq 1752(%rax), %r11
7725 jmp *%r11
7726 #else
7727 movq _glapi_Dispatch(%rip), %rax
7728 testq %rax, %rax
7729 je 1f
7730 movq 1752(%rax), %r11
7731 jmp *%r11
7732 1:
7733 pushq %rdi
7734 call _glapi_get_dispatch
7735 popq %rdi
7736 movq 1752(%rax), %r11
7737 jmp *%r11
7738 #endif /* defined(GLX_USE_TLS) */
7739 .size GL_PREFIX(PushAttrib), .-GL_PREFIX(PushAttrib)
7740
7741 .p2align 4,,15
7742 .globl GL_PREFIX(Map1d)
7743 .type GL_PREFIX(Map1d), @function
7744 GL_PREFIX(Map1d):
7745 #if defined(GLX_USE_TLS)
7746 call _x86_64_get_dispatch@PLT
7747 movq 1760(%rax), %r11
7748 jmp *%r11
7749 #elif defined(PTHREADS)
7750 subq $56, %rsp
7751 movq %rdi, (%rsp)
7752 movq %xmm0, 8(%rsp)
7753 movq %xmm1, 16(%rsp)
7754 movq %rsi, 24(%rsp)
7755 movq %rdx, 32(%rsp)
7756 movq %rcx, 40(%rsp)
7757 call _x86_64_get_dispatch@PLT
7758 movq 40(%rsp), %rcx
7759 movq 32(%rsp), %rdx
7760 movq 24(%rsp), %rsi
7761 movq 16(%rsp), %xmm1
7762 movq 8(%rsp), %xmm0
7763 movq (%rsp), %rdi
7764 addq $56, %rsp
7765 movq 1760(%rax), %r11
7766 jmp *%r11
7767 #else
7768 movq _glapi_Dispatch(%rip), %rax
7769 testq %rax, %rax
7770 je 1f
7771 movq 1760(%rax), %r11
7772 jmp *%r11
7773 1:
7774 subq $56, %rsp
7775 movq %rdi, (%rsp)
7776 movq %xmm0, 8(%rsp)
7777 movq %xmm1, 16(%rsp)
7778 movq %rsi, 24(%rsp)
7779 movq %rdx, 32(%rsp)
7780 movq %rcx, 40(%rsp)
7781 call _glapi_get_dispatch
7782 movq 40(%rsp), %rcx
7783 movq 32(%rsp), %rdx
7784 movq 24(%rsp), %rsi
7785 movq 16(%rsp), %xmm1
7786 movq 8(%rsp), %xmm0
7787 movq (%rsp), %rdi
7788 addq $56, %rsp
7789 movq 1760(%rax), %r11
7790 jmp *%r11
7791 #endif /* defined(GLX_USE_TLS) */
7792 .size GL_PREFIX(Map1d), .-GL_PREFIX(Map1d)
7793
7794 .p2align 4,,15
7795 .globl GL_PREFIX(Map1f)
7796 .type GL_PREFIX(Map1f), @function
7797 GL_PREFIX(Map1f):
7798 #if defined(GLX_USE_TLS)
7799 call _x86_64_get_dispatch@PLT
7800 movq 1768(%rax), %r11
7801 jmp *%r11
7802 #elif defined(PTHREADS)
7803 subq $56, %rsp
7804 movq %rdi, (%rsp)
7805 movq %xmm0, 8(%rsp)
7806 movq %xmm1, 16(%rsp)
7807 movq %rsi, 24(%rsp)
7808 movq %rdx, 32(%rsp)
7809 movq %rcx, 40(%rsp)
7810 call _x86_64_get_dispatch@PLT
7811 movq 40(%rsp), %rcx
7812 movq 32(%rsp), %rdx
7813 movq 24(%rsp), %rsi
7814 movq 16(%rsp), %xmm1
7815 movq 8(%rsp), %xmm0
7816 movq (%rsp), %rdi
7817 addq $56, %rsp
7818 movq 1768(%rax), %r11
7819 jmp *%r11
7820 #else
7821 movq _glapi_Dispatch(%rip), %rax
7822 testq %rax, %rax
7823 je 1f
7824 movq 1768(%rax), %r11
7825 jmp *%r11
7826 1:
7827 subq $56, %rsp
7828 movq %rdi, (%rsp)
7829 movq %xmm0, 8(%rsp)
7830 movq %xmm1, 16(%rsp)
7831 movq %rsi, 24(%rsp)
7832 movq %rdx, 32(%rsp)
7833 movq %rcx, 40(%rsp)
7834 call _glapi_get_dispatch
7835 movq 40(%rsp), %rcx
7836 movq 32(%rsp), %rdx
7837 movq 24(%rsp), %rsi
7838 movq 16(%rsp), %xmm1
7839 movq 8(%rsp), %xmm0
7840 movq (%rsp), %rdi
7841 addq $56, %rsp
7842 movq 1768(%rax), %r11
7843 jmp *%r11
7844 #endif /* defined(GLX_USE_TLS) */
7845 .size GL_PREFIX(Map1f), .-GL_PREFIX(Map1f)
7846
7847 .p2align 4,,15
7848 .globl GL_PREFIX(Map2d)
7849 .type GL_PREFIX(Map2d), @function
7850 GL_PREFIX(Map2d):
7851 #if defined(GLX_USE_TLS)
7852 call _x86_64_get_dispatch@PLT
7853 movq 1776(%rax), %r11
7854 jmp *%r11
7855 #elif defined(PTHREADS)
7856 subq $88, %rsp
7857 movq %rdi, (%rsp)
7858 movq %xmm0, 8(%rsp)
7859 movq %xmm1, 16(%rsp)
7860 movq %rsi, 24(%rsp)
7861 movq %rdx, 32(%rsp)
7862 movq %xmm2, 40(%rsp)
7863 movq %xmm3, 48(%rsp)
7864 movq %rcx, 56(%rsp)
7865 movq %r8, 64(%rsp)
7866 movq %r9, 72(%rsp)
7867 call _x86_64_get_dispatch@PLT
7868 movq 72(%rsp), %r9
7869 movq 64(%rsp), %r8
7870 movq 56(%rsp), %rcx
7871 movq 48(%rsp), %xmm3
7872 movq 40(%rsp), %xmm2
7873 movq 32(%rsp), %rdx
7874 movq 24(%rsp), %rsi
7875 movq 16(%rsp), %xmm1
7876 movq 8(%rsp), %xmm0
7877 movq (%rsp), %rdi
7878 addq $88, %rsp
7879 movq 1776(%rax), %r11
7880 jmp *%r11
7881 #else
7882 movq _glapi_Dispatch(%rip), %rax
7883 testq %rax, %rax
7884 je 1f
7885 movq 1776(%rax), %r11
7886 jmp *%r11
7887 1:
7888 subq $88, %rsp
7889 movq %rdi, (%rsp)
7890 movq %xmm0, 8(%rsp)
7891 movq %xmm1, 16(%rsp)
7892 movq %rsi, 24(%rsp)
7893 movq %rdx, 32(%rsp)
7894 movq %xmm2, 40(%rsp)
7895 movq %xmm3, 48(%rsp)
7896 movq %rcx, 56(%rsp)
7897 movq %r8, 64(%rsp)
7898 movq %r9, 72(%rsp)
7899 call _glapi_get_dispatch
7900 movq 72(%rsp), %r9
7901 movq 64(%rsp), %r8
7902 movq 56(%rsp), %rcx
7903 movq 48(%rsp), %xmm3
7904 movq 40(%rsp), %xmm2
7905 movq 32(%rsp), %rdx
7906 movq 24(%rsp), %rsi
7907 movq 16(%rsp), %xmm1
7908 movq 8(%rsp), %xmm0
7909 movq (%rsp), %rdi
7910 addq $88, %rsp
7911 movq 1776(%rax), %r11
7912 jmp *%r11
7913 #endif /* defined(GLX_USE_TLS) */
7914 .size GL_PREFIX(Map2d), .-GL_PREFIX(Map2d)
7915
7916 .p2align 4,,15
7917 .globl GL_PREFIX(Map2f)
7918 .type GL_PREFIX(Map2f), @function
7919 GL_PREFIX(Map2f):
7920 #if defined(GLX_USE_TLS)
7921 call _x86_64_get_dispatch@PLT
7922 movq 1784(%rax), %r11
7923 jmp *%r11
7924 #elif defined(PTHREADS)
7925 subq $88, %rsp
7926 movq %rdi, (%rsp)
7927 movq %xmm0, 8(%rsp)
7928 movq %xmm1, 16(%rsp)
7929 movq %rsi, 24(%rsp)
7930 movq %rdx, 32(%rsp)
7931 movq %xmm2, 40(%rsp)
7932 movq %xmm3, 48(%rsp)
7933 movq %rcx, 56(%rsp)
7934 movq %r8, 64(%rsp)
7935 movq %r9, 72(%rsp)
7936 call _x86_64_get_dispatch@PLT
7937 movq 72(%rsp), %r9
7938 movq 64(%rsp), %r8
7939 movq 56(%rsp), %rcx
7940 movq 48(%rsp), %xmm3
7941 movq 40(%rsp), %xmm2
7942 movq 32(%rsp), %rdx
7943 movq 24(%rsp), %rsi
7944 movq 16(%rsp), %xmm1
7945 movq 8(%rsp), %xmm0
7946 movq (%rsp), %rdi
7947 addq $88, %rsp
7948 movq 1784(%rax), %r11
7949 jmp *%r11
7950 #else
7951 movq _glapi_Dispatch(%rip), %rax
7952 testq %rax, %rax
7953 je 1f
7954 movq 1784(%rax), %r11
7955 jmp *%r11
7956 1:
7957 subq $88, %rsp
7958 movq %rdi, (%rsp)
7959 movq %xmm0, 8(%rsp)
7960 movq %xmm1, 16(%rsp)
7961 movq %rsi, 24(%rsp)
7962 movq %rdx, 32(%rsp)
7963 movq %xmm2, 40(%rsp)
7964 movq %xmm3, 48(%rsp)
7965 movq %rcx, 56(%rsp)
7966 movq %r8, 64(%rsp)
7967 movq %r9, 72(%rsp)
7968 call _glapi_get_dispatch
7969 movq 72(%rsp), %r9
7970 movq 64(%rsp), %r8
7971 movq 56(%rsp), %rcx
7972 movq 48(%rsp), %xmm3
7973 movq 40(%rsp), %xmm2
7974 movq 32(%rsp), %rdx
7975 movq 24(%rsp), %rsi
7976 movq 16(%rsp), %xmm1
7977 movq 8(%rsp), %xmm0
7978 movq (%rsp), %rdi
7979 addq $88, %rsp
7980 movq 1784(%rax), %r11
7981 jmp *%r11
7982 #endif /* defined(GLX_USE_TLS) */
7983 .size GL_PREFIX(Map2f), .-GL_PREFIX(Map2f)
7984
7985 .p2align 4,,15
7986 .globl GL_PREFIX(MapGrid1d)
7987 .type GL_PREFIX(MapGrid1d), @function
7988 GL_PREFIX(MapGrid1d):
7989 #if defined(GLX_USE_TLS)
7990 call _x86_64_get_dispatch@PLT
7991 movq 1792(%rax), %r11
7992 jmp *%r11
7993 #elif defined(PTHREADS)
7994 subq $24, %rsp
7995 movq %rdi, (%rsp)
7996 movq %xmm0, 8(%rsp)
7997 movq %xmm1, 16(%rsp)
7998 call _x86_64_get_dispatch@PLT
7999 movq 16(%rsp), %xmm1
8000 movq 8(%rsp), %xmm0
8001 movq (%rsp), %rdi
8002 addq $24, %rsp
8003 movq 1792(%rax), %r11
8004 jmp *%r11
8005 #else
8006 movq _glapi_Dispatch(%rip), %rax
8007 testq %rax, %rax
8008 je 1f
8009 movq 1792(%rax), %r11
8010 jmp *%r11
8011 1:
8012 subq $24, %rsp
8013 movq %rdi, (%rsp)
8014 movq %xmm0, 8(%rsp)
8015 movq %xmm1, 16(%rsp)
8016 call _glapi_get_dispatch
8017 movq 16(%rsp), %xmm1
8018 movq 8(%rsp), %xmm0
8019 movq (%rsp), %rdi
8020 addq $24, %rsp
8021 movq 1792(%rax), %r11
8022 jmp *%r11
8023 #endif /* defined(GLX_USE_TLS) */
8024 .size GL_PREFIX(MapGrid1d), .-GL_PREFIX(MapGrid1d)
8025
8026 .p2align 4,,15
8027 .globl GL_PREFIX(MapGrid1f)
8028 .type GL_PREFIX(MapGrid1f), @function
8029 GL_PREFIX(MapGrid1f):
8030 #if defined(GLX_USE_TLS)
8031 call _x86_64_get_dispatch@PLT
8032 movq 1800(%rax), %r11
8033 jmp *%r11
8034 #elif defined(PTHREADS)
8035 subq $24, %rsp
8036 movq %rdi, (%rsp)
8037 movq %xmm0, 8(%rsp)
8038 movq %xmm1, 16(%rsp)
8039 call _x86_64_get_dispatch@PLT
8040 movq 16(%rsp), %xmm1
8041 movq 8(%rsp), %xmm0
8042 movq (%rsp), %rdi
8043 addq $24, %rsp
8044 movq 1800(%rax), %r11
8045 jmp *%r11
8046 #else
8047 movq _glapi_Dispatch(%rip), %rax
8048 testq %rax, %rax
8049 je 1f
8050 movq 1800(%rax), %r11
8051 jmp *%r11
8052 1:
8053 subq $24, %rsp
8054 movq %rdi, (%rsp)
8055 movq %xmm0, 8(%rsp)
8056 movq %xmm1, 16(%rsp)
8057 call _glapi_get_dispatch
8058 movq 16(%rsp), %xmm1
8059 movq 8(%rsp), %xmm0
8060 movq (%rsp), %rdi
8061 addq $24, %rsp
8062 movq 1800(%rax), %r11
8063 jmp *%r11
8064 #endif /* defined(GLX_USE_TLS) */
8065 .size GL_PREFIX(MapGrid1f), .-GL_PREFIX(MapGrid1f)
8066
8067 .p2align 4,,15
8068 .globl GL_PREFIX(MapGrid2d)
8069 .type GL_PREFIX(MapGrid2d), @function
8070 GL_PREFIX(MapGrid2d):
8071 #if defined(GLX_USE_TLS)
8072 call _x86_64_get_dispatch@PLT
8073 movq 1808(%rax), %r11
8074 jmp *%r11
8075 #elif defined(PTHREADS)
8076 subq $56, %rsp
8077 movq %rdi, (%rsp)
8078 movq %xmm0, 8(%rsp)
8079 movq %xmm1, 16(%rsp)
8080 movq %rsi, 24(%rsp)
8081 movq %xmm2, 32(%rsp)
8082 movq %xmm3, 40(%rsp)
8083 call _x86_64_get_dispatch@PLT
8084 movq 40(%rsp), %xmm3
8085 movq 32(%rsp), %xmm2
8086 movq 24(%rsp), %rsi
8087 movq 16(%rsp), %xmm1
8088 movq 8(%rsp), %xmm0
8089 movq (%rsp), %rdi
8090 addq $56, %rsp
8091 movq 1808(%rax), %r11
8092 jmp *%r11
8093 #else
8094 movq _glapi_Dispatch(%rip), %rax
8095 testq %rax, %rax
8096 je 1f
8097 movq 1808(%rax), %r11
8098 jmp *%r11
8099 1:
8100 subq $56, %rsp
8101 movq %rdi, (%rsp)
8102 movq %xmm0, 8(%rsp)
8103 movq %xmm1, 16(%rsp)
8104 movq %rsi, 24(%rsp)
8105 movq %xmm2, 32(%rsp)
8106 movq %xmm3, 40(%rsp)
8107 call _glapi_get_dispatch
8108 movq 40(%rsp), %xmm3
8109 movq 32(%rsp), %xmm2
8110 movq 24(%rsp), %rsi
8111 movq 16(%rsp), %xmm1
8112 movq 8(%rsp), %xmm0
8113 movq (%rsp), %rdi
8114 addq $56, %rsp
8115 movq 1808(%rax), %r11
8116 jmp *%r11
8117 #endif /* defined(GLX_USE_TLS) */
8118 .size GL_PREFIX(MapGrid2d), .-GL_PREFIX(MapGrid2d)
8119
8120 .p2align 4,,15
8121 .globl GL_PREFIX(MapGrid2f)
8122 .type GL_PREFIX(MapGrid2f), @function
8123 GL_PREFIX(MapGrid2f):
8124 #if defined(GLX_USE_TLS)
8125 call _x86_64_get_dispatch@PLT
8126 movq 1816(%rax), %r11
8127 jmp *%r11
8128 #elif defined(PTHREADS)
8129 subq $56, %rsp
8130 movq %rdi, (%rsp)
8131 movq %xmm0, 8(%rsp)
8132 movq %xmm1, 16(%rsp)
8133 movq %rsi, 24(%rsp)
8134 movq %xmm2, 32(%rsp)
8135 movq %xmm3, 40(%rsp)
8136 call _x86_64_get_dispatch@PLT
8137 movq 40(%rsp), %xmm3
8138 movq 32(%rsp), %xmm2
8139 movq 24(%rsp), %rsi
8140 movq 16(%rsp), %xmm1
8141 movq 8(%rsp), %xmm0
8142 movq (%rsp), %rdi
8143 addq $56, %rsp
8144 movq 1816(%rax), %r11
8145 jmp *%r11
8146 #else
8147 movq _glapi_Dispatch(%rip), %rax
8148 testq %rax, %rax
8149 je 1f
8150 movq 1816(%rax), %r11
8151 jmp *%r11
8152 1:
8153 subq $56, %rsp
8154 movq %rdi, (%rsp)
8155 movq %xmm0, 8(%rsp)
8156 movq %xmm1, 16(%rsp)
8157 movq %rsi, 24(%rsp)
8158 movq %xmm2, 32(%rsp)
8159 movq %xmm3, 40(%rsp)
8160 call _glapi_get_dispatch
8161 movq 40(%rsp), %xmm3
8162 movq 32(%rsp), %xmm2
8163 movq 24(%rsp), %rsi
8164 movq 16(%rsp), %xmm1
8165 movq 8(%rsp), %xmm0
8166 movq (%rsp), %rdi
8167 addq $56, %rsp
8168 movq 1816(%rax), %r11
8169 jmp *%r11
8170 #endif /* defined(GLX_USE_TLS) */
8171 .size GL_PREFIX(MapGrid2f), .-GL_PREFIX(MapGrid2f)
8172
8173 .p2align 4,,15
8174 .globl GL_PREFIX(EvalCoord1d)
8175 .type GL_PREFIX(EvalCoord1d), @function
8176 GL_PREFIX(EvalCoord1d):
8177 #if defined(GLX_USE_TLS)
8178 call _x86_64_get_dispatch@PLT
8179 movq 1824(%rax), %r11
8180 jmp *%r11
8181 #elif defined(PTHREADS)
8182 subq $8, %rsp
8183 movq %xmm0, (%rsp)
8184 call _x86_64_get_dispatch@PLT
8185 movq (%rsp), %xmm0
8186 addq $8, %rsp
8187 movq 1824(%rax), %r11
8188 jmp *%r11
8189 #else
8190 movq _glapi_Dispatch(%rip), %rax
8191 testq %rax, %rax
8192 je 1f
8193 movq 1824(%rax), %r11
8194 jmp *%r11
8195 1:
8196 subq $8, %rsp
8197 movq %xmm0, (%rsp)
8198 call _glapi_get_dispatch
8199 movq (%rsp), %xmm0
8200 addq $8, %rsp
8201 movq 1824(%rax), %r11
8202 jmp *%r11
8203 #endif /* defined(GLX_USE_TLS) */
8204 .size GL_PREFIX(EvalCoord1d), .-GL_PREFIX(EvalCoord1d)
8205
8206 .p2align 4,,15
8207 .globl GL_PREFIX(EvalCoord1dv)
8208 .type GL_PREFIX(EvalCoord1dv), @function
8209 GL_PREFIX(EvalCoord1dv):
8210 #if defined(GLX_USE_TLS)
8211 call _x86_64_get_dispatch@PLT
8212 movq 1832(%rax), %r11
8213 jmp *%r11
8214 #elif defined(PTHREADS)
8215 pushq %rdi
8216 call _x86_64_get_dispatch@PLT
8217 popq %rdi
8218 movq 1832(%rax), %r11
8219 jmp *%r11
8220 #else
8221 movq _glapi_Dispatch(%rip), %rax
8222 testq %rax, %rax
8223 je 1f
8224 movq 1832(%rax), %r11
8225 jmp *%r11
8226 1:
8227 pushq %rdi
8228 call _glapi_get_dispatch
8229 popq %rdi
8230 movq 1832(%rax), %r11
8231 jmp *%r11
8232 #endif /* defined(GLX_USE_TLS) */
8233 .size GL_PREFIX(EvalCoord1dv), .-GL_PREFIX(EvalCoord1dv)
8234
8235 .p2align 4,,15
8236 .globl GL_PREFIX(EvalCoord1f)
8237 .type GL_PREFIX(EvalCoord1f), @function
8238 GL_PREFIX(EvalCoord1f):
8239 #if defined(GLX_USE_TLS)
8240 call _x86_64_get_dispatch@PLT
8241 movq 1840(%rax), %r11
8242 jmp *%r11
8243 #elif defined(PTHREADS)
8244 subq $8, %rsp
8245 movq %xmm0, (%rsp)
8246 call _x86_64_get_dispatch@PLT
8247 movq (%rsp), %xmm0
8248 addq $8, %rsp
8249 movq 1840(%rax), %r11
8250 jmp *%r11
8251 #else
8252 movq _glapi_Dispatch(%rip), %rax
8253 testq %rax, %rax
8254 je 1f
8255 movq 1840(%rax), %r11
8256 jmp *%r11
8257 1:
8258 subq $8, %rsp
8259 movq %xmm0, (%rsp)
8260 call _glapi_get_dispatch
8261 movq (%rsp), %xmm0
8262 addq $8, %rsp
8263 movq 1840(%rax), %r11
8264 jmp *%r11
8265 #endif /* defined(GLX_USE_TLS) */
8266 .size GL_PREFIX(EvalCoord1f), .-GL_PREFIX(EvalCoord1f)
8267
8268 .p2align 4,,15
8269 .globl GL_PREFIX(EvalCoord1fv)
8270 .type GL_PREFIX(EvalCoord1fv), @function
8271 GL_PREFIX(EvalCoord1fv):
8272 #if defined(GLX_USE_TLS)
8273 call _x86_64_get_dispatch@PLT
8274 movq 1848(%rax), %r11
8275 jmp *%r11
8276 #elif defined(PTHREADS)
8277 pushq %rdi
8278 call _x86_64_get_dispatch@PLT
8279 popq %rdi
8280 movq 1848(%rax), %r11
8281 jmp *%r11
8282 #else
8283 movq _glapi_Dispatch(%rip), %rax
8284 testq %rax, %rax
8285 je 1f
8286 movq 1848(%rax), %r11
8287 jmp *%r11
8288 1:
8289 pushq %rdi
8290 call _glapi_get_dispatch
8291 popq %rdi
8292 movq 1848(%rax), %r11
8293 jmp *%r11
8294 #endif /* defined(GLX_USE_TLS) */
8295 .size GL_PREFIX(EvalCoord1fv), .-GL_PREFIX(EvalCoord1fv)
8296
8297 .p2align 4,,15
8298 .globl GL_PREFIX(EvalCoord2d)
8299 .type GL_PREFIX(EvalCoord2d), @function
8300 GL_PREFIX(EvalCoord2d):
8301 #if defined(GLX_USE_TLS)
8302 call _x86_64_get_dispatch@PLT
8303 movq 1856(%rax), %r11
8304 jmp *%r11
8305 #elif defined(PTHREADS)
8306 subq $24, %rsp
8307 movq %xmm0, (%rsp)
8308 movq %xmm1, 8(%rsp)
8309 call _x86_64_get_dispatch@PLT
8310 movq 8(%rsp), %xmm1
8311 movq (%rsp), %xmm0
8312 addq $24, %rsp
8313 movq 1856(%rax), %r11
8314 jmp *%r11
8315 #else
8316 movq _glapi_Dispatch(%rip), %rax
8317 testq %rax, %rax
8318 je 1f
8319 movq 1856(%rax), %r11
8320 jmp *%r11
8321 1:
8322 subq $24, %rsp
8323 movq %xmm0, (%rsp)
8324 movq %xmm1, 8(%rsp)
8325 call _glapi_get_dispatch
8326 movq 8(%rsp), %xmm1
8327 movq (%rsp), %xmm0
8328 addq $24, %rsp
8329 movq 1856(%rax), %r11
8330 jmp *%r11
8331 #endif /* defined(GLX_USE_TLS) */
8332 .size GL_PREFIX(EvalCoord2d), .-GL_PREFIX(EvalCoord2d)
8333
8334 .p2align 4,,15
8335 .globl GL_PREFIX(EvalCoord2dv)
8336 .type GL_PREFIX(EvalCoord2dv), @function
8337 GL_PREFIX(EvalCoord2dv):
8338 #if defined(GLX_USE_TLS)
8339 call _x86_64_get_dispatch@PLT
8340 movq 1864(%rax), %r11
8341 jmp *%r11
8342 #elif defined(PTHREADS)
8343 pushq %rdi
8344 call _x86_64_get_dispatch@PLT
8345 popq %rdi
8346 movq 1864(%rax), %r11
8347 jmp *%r11
8348 #else
8349 movq _glapi_Dispatch(%rip), %rax
8350 testq %rax, %rax
8351 je 1f
8352 movq 1864(%rax), %r11
8353 jmp *%r11
8354 1:
8355 pushq %rdi
8356 call _glapi_get_dispatch
8357 popq %rdi
8358 movq 1864(%rax), %r11
8359 jmp *%r11
8360 #endif /* defined(GLX_USE_TLS) */
8361 .size GL_PREFIX(EvalCoord2dv), .-GL_PREFIX(EvalCoord2dv)
8362
8363 .p2align 4,,15
8364 .globl GL_PREFIX(EvalCoord2f)
8365 .type GL_PREFIX(EvalCoord2f), @function
8366 GL_PREFIX(EvalCoord2f):
8367 #if defined(GLX_USE_TLS)
8368 call _x86_64_get_dispatch@PLT
8369 movq 1872(%rax), %r11
8370 jmp *%r11
8371 #elif defined(PTHREADS)
8372 subq $24, %rsp
8373 movq %xmm0, (%rsp)
8374 movq %xmm1, 8(%rsp)
8375 call _x86_64_get_dispatch@PLT
8376 movq 8(%rsp), %xmm1
8377 movq (%rsp), %xmm0
8378 addq $24, %rsp
8379 movq 1872(%rax), %r11
8380 jmp *%r11
8381 #else
8382 movq _glapi_Dispatch(%rip), %rax
8383 testq %rax, %rax
8384 je 1f
8385 movq 1872(%rax), %r11
8386 jmp *%r11
8387 1:
8388 subq $24, %rsp
8389 movq %xmm0, (%rsp)
8390 movq %xmm1, 8(%rsp)
8391 call _glapi_get_dispatch
8392 movq 8(%rsp), %xmm1
8393 movq (%rsp), %xmm0
8394 addq $24, %rsp
8395 movq 1872(%rax), %r11
8396 jmp *%r11
8397 #endif /* defined(GLX_USE_TLS) */
8398 .size GL_PREFIX(EvalCoord2f), .-GL_PREFIX(EvalCoord2f)
8399
8400 .p2align 4,,15
8401 .globl GL_PREFIX(EvalCoord2fv)
8402 .type GL_PREFIX(EvalCoord2fv), @function
8403 GL_PREFIX(EvalCoord2fv):
8404 #if defined(GLX_USE_TLS)
8405 call _x86_64_get_dispatch@PLT
8406 movq 1880(%rax), %r11
8407 jmp *%r11
8408 #elif defined(PTHREADS)
8409 pushq %rdi
8410 call _x86_64_get_dispatch@PLT
8411 popq %rdi
8412 movq 1880(%rax), %r11
8413 jmp *%r11
8414 #else
8415 movq _glapi_Dispatch(%rip), %rax
8416 testq %rax, %rax
8417 je 1f
8418 movq 1880(%rax), %r11
8419 jmp *%r11
8420 1:
8421 pushq %rdi
8422 call _glapi_get_dispatch
8423 popq %rdi
8424 movq 1880(%rax), %r11
8425 jmp *%r11
8426 #endif /* defined(GLX_USE_TLS) */
8427 .size GL_PREFIX(EvalCoord2fv), .-GL_PREFIX(EvalCoord2fv)
8428
8429 .p2align 4,,15
8430 .globl GL_PREFIX(EvalMesh1)
8431 .type GL_PREFIX(EvalMesh1), @function
8432 GL_PREFIX(EvalMesh1):
8433 #if defined(GLX_USE_TLS)
8434 call _x86_64_get_dispatch@PLT
8435 movq 1888(%rax), %r11
8436 jmp *%r11
8437 #elif defined(PTHREADS)
8438 pushq %rdi
8439 pushq %rsi
8440 pushq %rdx
8441 call _x86_64_get_dispatch@PLT
8442 popq %rdx
8443 popq %rsi
8444 popq %rdi
8445 movq 1888(%rax), %r11
8446 jmp *%r11
8447 #else
8448 movq _glapi_Dispatch(%rip), %rax
8449 testq %rax, %rax
8450 je 1f
8451 movq 1888(%rax), %r11
8452 jmp *%r11
8453 1:
8454 pushq %rdi
8455 pushq %rsi
8456 pushq %rdx
8457 call _glapi_get_dispatch
8458 popq %rdx
8459 popq %rsi
8460 popq %rdi
8461 movq 1888(%rax), %r11
8462 jmp *%r11
8463 #endif /* defined(GLX_USE_TLS) */
8464 .size GL_PREFIX(EvalMesh1), .-GL_PREFIX(EvalMesh1)
8465
8466 .p2align 4,,15
8467 .globl GL_PREFIX(EvalPoint1)
8468 .type GL_PREFIX(EvalPoint1), @function
8469 GL_PREFIX(EvalPoint1):
8470 #if defined(GLX_USE_TLS)
8471 call _x86_64_get_dispatch@PLT
8472 movq 1896(%rax), %r11
8473 jmp *%r11
8474 #elif defined(PTHREADS)
8475 pushq %rdi
8476 call _x86_64_get_dispatch@PLT
8477 popq %rdi
8478 movq 1896(%rax), %r11
8479 jmp *%r11
8480 #else
8481 movq _glapi_Dispatch(%rip), %rax
8482 testq %rax, %rax
8483 je 1f
8484 movq 1896(%rax), %r11
8485 jmp *%r11
8486 1:
8487 pushq %rdi
8488 call _glapi_get_dispatch
8489 popq %rdi
8490 movq 1896(%rax), %r11
8491 jmp *%r11
8492 #endif /* defined(GLX_USE_TLS) */
8493 .size GL_PREFIX(EvalPoint1), .-GL_PREFIX(EvalPoint1)
8494
8495 .p2align 4,,15
8496 .globl GL_PREFIX(EvalMesh2)
8497 .type GL_PREFIX(EvalMesh2), @function
8498 GL_PREFIX(EvalMesh2):
8499 #if defined(GLX_USE_TLS)
8500 call _x86_64_get_dispatch@PLT
8501 movq 1904(%rax), %r11
8502 jmp *%r11
8503 #elif defined(PTHREADS)
8504 pushq %rdi
8505 pushq %rsi
8506 pushq %rdx
8507 pushq %rcx
8508 pushq %r8
8509 call _x86_64_get_dispatch@PLT
8510 popq %r8
8511 popq %rcx
8512 popq %rdx
8513 popq %rsi
8514 popq %rdi
8515 movq 1904(%rax), %r11
8516 jmp *%r11
8517 #else
8518 movq _glapi_Dispatch(%rip), %rax
8519 testq %rax, %rax
8520 je 1f
8521 movq 1904(%rax), %r11
8522 jmp *%r11
8523 1:
8524 pushq %rdi
8525 pushq %rsi
8526 pushq %rdx
8527 pushq %rcx
8528 pushq %r8
8529 call _glapi_get_dispatch
8530 popq %r8
8531 popq %rcx
8532 popq %rdx
8533 popq %rsi
8534 popq %rdi
8535 movq 1904(%rax), %r11
8536 jmp *%r11
8537 #endif /* defined(GLX_USE_TLS) */
8538 .size GL_PREFIX(EvalMesh2), .-GL_PREFIX(EvalMesh2)
8539
8540 .p2align 4,,15
8541 .globl GL_PREFIX(EvalPoint2)
8542 .type GL_PREFIX(EvalPoint2), @function
8543 GL_PREFIX(EvalPoint2):
8544 #if defined(GLX_USE_TLS)
8545 call _x86_64_get_dispatch@PLT
8546 movq 1912(%rax), %r11
8547 jmp *%r11
8548 #elif defined(PTHREADS)
8549 pushq %rdi
8550 pushq %rsi
8551 pushq %rbp
8552 call _x86_64_get_dispatch@PLT
8553 popq %rbp
8554 popq %rsi
8555 popq %rdi
8556 movq 1912(%rax), %r11
8557 jmp *%r11
8558 #else
8559 movq _glapi_Dispatch(%rip), %rax
8560 testq %rax, %rax
8561 je 1f
8562 movq 1912(%rax), %r11
8563 jmp *%r11
8564 1:
8565 pushq %rdi
8566 pushq %rsi
8567 pushq %rbp
8568 call _glapi_get_dispatch
8569 popq %rbp
8570 popq %rsi
8571 popq %rdi
8572 movq 1912(%rax), %r11
8573 jmp *%r11
8574 #endif /* defined(GLX_USE_TLS) */
8575 .size GL_PREFIX(EvalPoint2), .-GL_PREFIX(EvalPoint2)
8576
8577 .p2align 4,,15
8578 .globl GL_PREFIX(AlphaFunc)
8579 .type GL_PREFIX(AlphaFunc), @function
8580 GL_PREFIX(AlphaFunc):
8581 #if defined(GLX_USE_TLS)
8582 call _x86_64_get_dispatch@PLT
8583 movq 1920(%rax), %r11
8584 jmp *%r11
8585 #elif defined(PTHREADS)
8586 pushq %rdi
8587 pushq %rsi
8588 pushq %rbp
8589 call _x86_64_get_dispatch@PLT
8590 popq %rbp
8591 popq %rsi
8592 popq %rdi
8593 movq 1920(%rax), %r11
8594 jmp *%r11
8595 #else
8596 movq _glapi_Dispatch(%rip), %rax
8597 testq %rax, %rax
8598 je 1f
8599 movq 1920(%rax), %r11
8600 jmp *%r11
8601 1:
8602 pushq %rdi
8603 pushq %rsi
8604 pushq %rbp
8605 call _glapi_get_dispatch
8606 popq %rbp
8607 popq %rsi
8608 popq %rdi
8609 movq 1920(%rax), %r11
8610 jmp *%r11
8611 #endif /* defined(GLX_USE_TLS) */
8612 .size GL_PREFIX(AlphaFunc), .-GL_PREFIX(AlphaFunc)
8613
8614 .p2align 4,,15
8615 .globl GL_PREFIX(BlendFunc)
8616 .type GL_PREFIX(BlendFunc), @function
8617 GL_PREFIX(BlendFunc):
8618 #if defined(GLX_USE_TLS)
8619 call _x86_64_get_dispatch@PLT
8620 movq 1928(%rax), %r11
8621 jmp *%r11
8622 #elif defined(PTHREADS)
8623 pushq %rdi
8624 pushq %rsi
8625 pushq %rbp
8626 call _x86_64_get_dispatch@PLT
8627 popq %rbp
8628 popq %rsi
8629 popq %rdi
8630 movq 1928(%rax), %r11
8631 jmp *%r11
8632 #else
8633 movq _glapi_Dispatch(%rip), %rax
8634 testq %rax, %rax
8635 je 1f
8636 movq 1928(%rax), %r11
8637 jmp *%r11
8638 1:
8639 pushq %rdi
8640 pushq %rsi
8641 pushq %rbp
8642 call _glapi_get_dispatch
8643 popq %rbp
8644 popq %rsi
8645 popq %rdi
8646 movq 1928(%rax), %r11
8647 jmp *%r11
8648 #endif /* defined(GLX_USE_TLS) */
8649 .size GL_PREFIX(BlendFunc), .-GL_PREFIX(BlendFunc)
8650
8651 .p2align 4,,15
8652 .globl GL_PREFIX(LogicOp)
8653 .type GL_PREFIX(LogicOp), @function
8654 GL_PREFIX(LogicOp):
8655 #if defined(GLX_USE_TLS)
8656 call _x86_64_get_dispatch@PLT
8657 movq 1936(%rax), %r11
8658 jmp *%r11
8659 #elif defined(PTHREADS)
8660 pushq %rdi
8661 call _x86_64_get_dispatch@PLT
8662 popq %rdi
8663 movq 1936(%rax), %r11
8664 jmp *%r11
8665 #else
8666 movq _glapi_Dispatch(%rip), %rax
8667 testq %rax, %rax
8668 je 1f
8669 movq 1936(%rax), %r11
8670 jmp *%r11
8671 1:
8672 pushq %rdi
8673 call _glapi_get_dispatch
8674 popq %rdi
8675 movq 1936(%rax), %r11
8676 jmp *%r11
8677 #endif /* defined(GLX_USE_TLS) */
8678 .size GL_PREFIX(LogicOp), .-GL_PREFIX(LogicOp)
8679
8680 .p2align 4,,15
8681 .globl GL_PREFIX(StencilFunc)
8682 .type GL_PREFIX(StencilFunc), @function
8683 GL_PREFIX(StencilFunc):
8684 #if defined(GLX_USE_TLS)
8685 call _x86_64_get_dispatch@PLT
8686 movq 1944(%rax), %r11
8687 jmp *%r11
8688 #elif defined(PTHREADS)
8689 pushq %rdi
8690 pushq %rsi
8691 pushq %rdx
8692 call _x86_64_get_dispatch@PLT
8693 popq %rdx
8694 popq %rsi
8695 popq %rdi
8696 movq 1944(%rax), %r11
8697 jmp *%r11
8698 #else
8699 movq _glapi_Dispatch(%rip), %rax
8700 testq %rax, %rax
8701 je 1f
8702 movq 1944(%rax), %r11
8703 jmp *%r11
8704 1:
8705 pushq %rdi
8706 pushq %rsi
8707 pushq %rdx
8708 call _glapi_get_dispatch
8709 popq %rdx
8710 popq %rsi
8711 popq %rdi
8712 movq 1944(%rax), %r11
8713 jmp *%r11
8714 #endif /* defined(GLX_USE_TLS) */
8715 .size GL_PREFIX(StencilFunc), .-GL_PREFIX(StencilFunc)
8716
8717 .p2align 4,,15
8718 .globl GL_PREFIX(StencilOp)
8719 .type GL_PREFIX(StencilOp), @function
8720 GL_PREFIX(StencilOp):
8721 #if defined(GLX_USE_TLS)
8722 call _x86_64_get_dispatch@PLT
8723 movq 1952(%rax), %r11
8724 jmp *%r11
8725 #elif defined(PTHREADS)
8726 pushq %rdi
8727 pushq %rsi
8728 pushq %rdx
8729 call _x86_64_get_dispatch@PLT
8730 popq %rdx
8731 popq %rsi
8732 popq %rdi
8733 movq 1952(%rax), %r11
8734 jmp *%r11
8735 #else
8736 movq _glapi_Dispatch(%rip), %rax
8737 testq %rax, %rax
8738 je 1f
8739 movq 1952(%rax), %r11
8740 jmp *%r11
8741 1:
8742 pushq %rdi
8743 pushq %rsi
8744 pushq %rdx
8745 call _glapi_get_dispatch
8746 popq %rdx
8747 popq %rsi
8748 popq %rdi
8749 movq 1952(%rax), %r11
8750 jmp *%r11
8751 #endif /* defined(GLX_USE_TLS) */
8752 .size GL_PREFIX(StencilOp), .-GL_PREFIX(StencilOp)
8753
8754 .p2align 4,,15
8755 .globl GL_PREFIX(DepthFunc)
8756 .type GL_PREFIX(DepthFunc), @function
8757 GL_PREFIX(DepthFunc):
8758 #if defined(GLX_USE_TLS)
8759 call _x86_64_get_dispatch@PLT
8760 movq 1960(%rax), %r11
8761 jmp *%r11
8762 #elif defined(PTHREADS)
8763 pushq %rdi
8764 call _x86_64_get_dispatch@PLT
8765 popq %rdi
8766 movq 1960(%rax), %r11
8767 jmp *%r11
8768 #else
8769 movq _glapi_Dispatch(%rip), %rax
8770 testq %rax, %rax
8771 je 1f
8772 movq 1960(%rax), %r11
8773 jmp *%r11
8774 1:
8775 pushq %rdi
8776 call _glapi_get_dispatch
8777 popq %rdi
8778 movq 1960(%rax), %r11
8779 jmp *%r11
8780 #endif /* defined(GLX_USE_TLS) */
8781 .size GL_PREFIX(DepthFunc), .-GL_PREFIX(DepthFunc)
8782
8783 .p2align 4,,15
8784 .globl GL_PREFIX(PixelZoom)
8785 .type GL_PREFIX(PixelZoom), @function
8786 GL_PREFIX(PixelZoom):
8787 #if defined(GLX_USE_TLS)
8788 call _x86_64_get_dispatch@PLT
8789 movq 1968(%rax), %r11
8790 jmp *%r11
8791 #elif defined(PTHREADS)
8792 subq $24, %rsp
8793 movq %xmm0, (%rsp)
8794 movq %xmm1, 8(%rsp)
8795 call _x86_64_get_dispatch@PLT
8796 movq 8(%rsp), %xmm1
8797 movq (%rsp), %xmm0
8798 addq $24, %rsp
8799 movq 1968(%rax), %r11
8800 jmp *%r11
8801 #else
8802 movq _glapi_Dispatch(%rip), %rax
8803 testq %rax, %rax
8804 je 1f
8805 movq 1968(%rax), %r11
8806 jmp *%r11
8807 1:
8808 subq $24, %rsp
8809 movq %xmm0, (%rsp)
8810 movq %xmm1, 8(%rsp)
8811 call _glapi_get_dispatch
8812 movq 8(%rsp), %xmm1
8813 movq (%rsp), %xmm0
8814 addq $24, %rsp
8815 movq 1968(%rax), %r11
8816 jmp *%r11
8817 #endif /* defined(GLX_USE_TLS) */
8818 .size GL_PREFIX(PixelZoom), .-GL_PREFIX(PixelZoom)
8819
8820 .p2align 4,,15
8821 .globl GL_PREFIX(PixelTransferf)
8822 .type GL_PREFIX(PixelTransferf), @function
8823 GL_PREFIX(PixelTransferf):
8824 #if defined(GLX_USE_TLS)
8825 call _x86_64_get_dispatch@PLT
8826 movq 1976(%rax), %r11
8827 jmp *%r11
8828 #elif defined(PTHREADS)
8829 subq $24, %rsp
8830 movq %rdi, (%rsp)
8831 movq %xmm0, 8(%rsp)
8832 call _x86_64_get_dispatch@PLT
8833 movq 8(%rsp), %xmm0
8834 movq (%rsp), %rdi
8835 addq $24, %rsp
8836 movq 1976(%rax), %r11
8837 jmp *%r11
8838 #else
8839 movq _glapi_Dispatch(%rip), %rax
8840 testq %rax, %rax
8841 je 1f
8842 movq 1976(%rax), %r11
8843 jmp *%r11
8844 1:
8845 subq $24, %rsp
8846 movq %rdi, (%rsp)
8847 movq %xmm0, 8(%rsp)
8848 call _glapi_get_dispatch
8849 movq 8(%rsp), %xmm0
8850 movq (%rsp), %rdi
8851 addq $24, %rsp
8852 movq 1976(%rax), %r11
8853 jmp *%r11
8854 #endif /* defined(GLX_USE_TLS) */
8855 .size GL_PREFIX(PixelTransferf), .-GL_PREFIX(PixelTransferf)
8856
8857 .p2align 4,,15
8858 .globl GL_PREFIX(PixelTransferi)
8859 .type GL_PREFIX(PixelTransferi), @function
8860 GL_PREFIX(PixelTransferi):
8861 #if defined(GLX_USE_TLS)
8862 call _x86_64_get_dispatch@PLT
8863 movq 1984(%rax), %r11
8864 jmp *%r11
8865 #elif defined(PTHREADS)
8866 pushq %rdi
8867 pushq %rsi
8868 pushq %rbp
8869 call _x86_64_get_dispatch@PLT
8870 popq %rbp
8871 popq %rsi
8872 popq %rdi
8873 movq 1984(%rax), %r11
8874 jmp *%r11
8875 #else
8876 movq _glapi_Dispatch(%rip), %rax
8877 testq %rax, %rax
8878 je 1f
8879 movq 1984(%rax), %r11
8880 jmp *%r11
8881 1:
8882 pushq %rdi
8883 pushq %rsi
8884 pushq %rbp
8885 call _glapi_get_dispatch
8886 popq %rbp
8887 popq %rsi
8888 popq %rdi
8889 movq 1984(%rax), %r11
8890 jmp *%r11
8891 #endif /* defined(GLX_USE_TLS) */
8892 .size GL_PREFIX(PixelTransferi), .-GL_PREFIX(PixelTransferi)
8893
8894 .p2align 4,,15
8895 .globl GL_PREFIX(PixelStoref)
8896 .type GL_PREFIX(PixelStoref), @function
8897 GL_PREFIX(PixelStoref):
8898 #if defined(GLX_USE_TLS)
8899 call _x86_64_get_dispatch@PLT
8900 movq 1992(%rax), %r11
8901 jmp *%r11
8902 #elif defined(PTHREADS)
8903 subq $24, %rsp
8904 movq %rdi, (%rsp)
8905 movq %xmm0, 8(%rsp)
8906 call _x86_64_get_dispatch@PLT
8907 movq 8(%rsp), %xmm0
8908 movq (%rsp), %rdi
8909 addq $24, %rsp
8910 movq 1992(%rax), %r11
8911 jmp *%r11
8912 #else
8913 movq _glapi_Dispatch(%rip), %rax
8914 testq %rax, %rax
8915 je 1f
8916 movq 1992(%rax), %r11
8917 jmp *%r11
8918 1:
8919 subq $24, %rsp
8920 movq %rdi, (%rsp)
8921 movq %xmm0, 8(%rsp)
8922 call _glapi_get_dispatch
8923 movq 8(%rsp), %xmm0
8924 movq (%rsp), %rdi
8925 addq $24, %rsp
8926 movq 1992(%rax), %r11
8927 jmp *%r11
8928 #endif /* defined(GLX_USE_TLS) */
8929 .size GL_PREFIX(PixelStoref), .-GL_PREFIX(PixelStoref)
8930
8931 .p2align 4,,15
8932 .globl GL_PREFIX(PixelStorei)
8933 .type GL_PREFIX(PixelStorei), @function
8934 GL_PREFIX(PixelStorei):
8935 #if defined(GLX_USE_TLS)
8936 call _x86_64_get_dispatch@PLT
8937 movq 2000(%rax), %r11
8938 jmp *%r11
8939 #elif defined(PTHREADS)
8940 pushq %rdi
8941 pushq %rsi
8942 pushq %rbp
8943 call _x86_64_get_dispatch@PLT
8944 popq %rbp
8945 popq %rsi
8946 popq %rdi
8947 movq 2000(%rax), %r11
8948 jmp *%r11
8949 #else
8950 movq _glapi_Dispatch(%rip), %rax
8951 testq %rax, %rax
8952 je 1f
8953 movq 2000(%rax), %r11
8954 jmp *%r11
8955 1:
8956 pushq %rdi
8957 pushq %rsi
8958 pushq %rbp
8959 call _glapi_get_dispatch
8960 popq %rbp
8961 popq %rsi
8962 popq %rdi
8963 movq 2000(%rax), %r11
8964 jmp *%r11
8965 #endif /* defined(GLX_USE_TLS) */
8966 .size GL_PREFIX(PixelStorei), .-GL_PREFIX(PixelStorei)
8967
8968 .p2align 4,,15
8969 .globl GL_PREFIX(PixelMapfv)
8970 .type GL_PREFIX(PixelMapfv), @function
8971 GL_PREFIX(PixelMapfv):
8972 #if defined(GLX_USE_TLS)
8973 call _x86_64_get_dispatch@PLT
8974 movq 2008(%rax), %r11
8975 jmp *%r11
8976 #elif defined(PTHREADS)
8977 pushq %rdi
8978 pushq %rsi
8979 pushq %rdx
8980 call _x86_64_get_dispatch@PLT
8981 popq %rdx
8982 popq %rsi
8983 popq %rdi
8984 movq 2008(%rax), %r11
8985 jmp *%r11
8986 #else
8987 movq _glapi_Dispatch(%rip), %rax
8988 testq %rax, %rax
8989 je 1f
8990 movq 2008(%rax), %r11
8991 jmp *%r11
8992 1:
8993 pushq %rdi
8994 pushq %rsi
8995 pushq %rdx
8996 call _glapi_get_dispatch
8997 popq %rdx
8998 popq %rsi
8999 popq %rdi
9000 movq 2008(%rax), %r11
9001 jmp *%r11
9002 #endif /* defined(GLX_USE_TLS) */
9003 .size GL_PREFIX(PixelMapfv), .-GL_PREFIX(PixelMapfv)
9004
9005 .p2align 4,,15
9006 .globl GL_PREFIX(PixelMapuiv)
9007 .type GL_PREFIX(PixelMapuiv), @function
9008 GL_PREFIX(PixelMapuiv):
9009 #if defined(GLX_USE_TLS)
9010 call _x86_64_get_dispatch@PLT
9011 movq 2016(%rax), %r11
9012 jmp *%r11
9013 #elif defined(PTHREADS)
9014 pushq %rdi
9015 pushq %rsi
9016 pushq %rdx
9017 call _x86_64_get_dispatch@PLT
9018 popq %rdx
9019 popq %rsi
9020 popq %rdi
9021 movq 2016(%rax), %r11
9022 jmp *%r11
9023 #else
9024 movq _glapi_Dispatch(%rip), %rax
9025 testq %rax, %rax
9026 je 1f
9027 movq 2016(%rax), %r11
9028 jmp *%r11
9029 1:
9030 pushq %rdi
9031 pushq %rsi
9032 pushq %rdx
9033 call _glapi_get_dispatch
9034 popq %rdx
9035 popq %rsi
9036 popq %rdi
9037 movq 2016(%rax), %r11
9038 jmp *%r11
9039 #endif /* defined(GLX_USE_TLS) */
9040 .size GL_PREFIX(PixelMapuiv), .-GL_PREFIX(PixelMapuiv)
9041
9042 .p2align 4,,15
9043 .globl GL_PREFIX(PixelMapusv)
9044 .type GL_PREFIX(PixelMapusv), @function
9045 GL_PREFIX(PixelMapusv):
9046 #if defined(GLX_USE_TLS)
9047 call _x86_64_get_dispatch@PLT
9048 movq 2024(%rax), %r11
9049 jmp *%r11
9050 #elif defined(PTHREADS)
9051 pushq %rdi
9052 pushq %rsi
9053 pushq %rdx
9054 call _x86_64_get_dispatch@PLT
9055 popq %rdx
9056 popq %rsi
9057 popq %rdi
9058 movq 2024(%rax), %r11
9059 jmp *%r11
9060 #else
9061 movq _glapi_Dispatch(%rip), %rax
9062 testq %rax, %rax
9063 je 1f
9064 movq 2024(%rax), %r11
9065 jmp *%r11
9066 1:
9067 pushq %rdi
9068 pushq %rsi
9069 pushq %rdx
9070 call _glapi_get_dispatch
9071 popq %rdx
9072 popq %rsi
9073 popq %rdi
9074 movq 2024(%rax), %r11
9075 jmp *%r11
9076 #endif /* defined(GLX_USE_TLS) */
9077 .size GL_PREFIX(PixelMapusv), .-GL_PREFIX(PixelMapusv)
9078
9079 .p2align 4,,15
9080 .globl GL_PREFIX(ReadBuffer)
9081 .type GL_PREFIX(ReadBuffer), @function
9082 GL_PREFIX(ReadBuffer):
9083 #if defined(GLX_USE_TLS)
9084 call _x86_64_get_dispatch@PLT
9085 movq 2032(%rax), %r11
9086 jmp *%r11
9087 #elif defined(PTHREADS)
9088 pushq %rdi
9089 call _x86_64_get_dispatch@PLT
9090 popq %rdi
9091 movq 2032(%rax), %r11
9092 jmp *%r11
9093 #else
9094 movq _glapi_Dispatch(%rip), %rax
9095 testq %rax, %rax
9096 je 1f
9097 movq 2032(%rax), %r11
9098 jmp *%r11
9099 1:
9100 pushq %rdi
9101 call _glapi_get_dispatch
9102 popq %rdi
9103 movq 2032(%rax), %r11
9104 jmp *%r11
9105 #endif /* defined(GLX_USE_TLS) */
9106 .size GL_PREFIX(ReadBuffer), .-GL_PREFIX(ReadBuffer)
9107
9108 .p2align 4,,15
9109 .globl GL_PREFIX(CopyPixels)
9110 .type GL_PREFIX(CopyPixels), @function
9111 GL_PREFIX(CopyPixels):
9112 #if defined(GLX_USE_TLS)
9113 call _x86_64_get_dispatch@PLT
9114 movq 2040(%rax), %r11
9115 jmp *%r11
9116 #elif defined(PTHREADS)
9117 pushq %rdi
9118 pushq %rsi
9119 pushq %rdx
9120 pushq %rcx
9121 pushq %r8
9122 call _x86_64_get_dispatch@PLT
9123 popq %r8
9124 popq %rcx
9125 popq %rdx
9126 popq %rsi
9127 popq %rdi
9128 movq 2040(%rax), %r11
9129 jmp *%r11
9130 #else
9131 movq _glapi_Dispatch(%rip), %rax
9132 testq %rax, %rax
9133 je 1f
9134 movq 2040(%rax), %r11
9135 jmp *%r11
9136 1:
9137 pushq %rdi
9138 pushq %rsi
9139 pushq %rdx
9140 pushq %rcx
9141 pushq %r8
9142 call _glapi_get_dispatch
9143 popq %r8
9144 popq %rcx
9145 popq %rdx
9146 popq %rsi
9147 popq %rdi
9148 movq 2040(%rax), %r11
9149 jmp *%r11
9150 #endif /* defined(GLX_USE_TLS) */
9151 .size GL_PREFIX(CopyPixels), .-GL_PREFIX(CopyPixels)
9152
9153 .p2align 4,,15
9154 .globl GL_PREFIX(ReadPixels)
9155 .type GL_PREFIX(ReadPixels), @function
9156 GL_PREFIX(ReadPixels):
9157 #if defined(GLX_USE_TLS)
9158 call _x86_64_get_dispatch@PLT
9159 movq 2048(%rax), %r11
9160 jmp *%r11
9161 #elif defined(PTHREADS)
9162 pushq %rdi
9163 pushq %rsi
9164 pushq %rdx
9165 pushq %rcx
9166 pushq %r8
9167 pushq %r9
9168 pushq %rbp
9169 call _x86_64_get_dispatch@PLT
9170 popq %rbp
9171 popq %r9
9172 popq %r8
9173 popq %rcx
9174 popq %rdx
9175 popq %rsi
9176 popq %rdi
9177 movq 2048(%rax), %r11
9178 jmp *%r11
9179 #else
9180 movq _glapi_Dispatch(%rip), %rax
9181 testq %rax, %rax
9182 je 1f
9183 movq 2048(%rax), %r11
9184 jmp *%r11
9185 1:
9186 pushq %rdi
9187 pushq %rsi
9188 pushq %rdx
9189 pushq %rcx
9190 pushq %r8
9191 pushq %r9
9192 pushq %rbp
9193 call _glapi_get_dispatch
9194 popq %rbp
9195 popq %r9
9196 popq %r8
9197 popq %rcx
9198 popq %rdx
9199 popq %rsi
9200 popq %rdi
9201 movq 2048(%rax), %r11
9202 jmp *%r11
9203 #endif /* defined(GLX_USE_TLS) */
9204 .size GL_PREFIX(ReadPixels), .-GL_PREFIX(ReadPixels)
9205
9206 .p2align 4,,15
9207 .globl GL_PREFIX(DrawPixels)
9208 .type GL_PREFIX(DrawPixels), @function
9209 GL_PREFIX(DrawPixels):
9210 #if defined(GLX_USE_TLS)
9211 call _x86_64_get_dispatch@PLT
9212 movq 2056(%rax), %r11
9213 jmp *%r11
9214 #elif defined(PTHREADS)
9215 pushq %rdi
9216 pushq %rsi
9217 pushq %rdx
9218 pushq %rcx
9219 pushq %r8
9220 call _x86_64_get_dispatch@PLT
9221 popq %r8
9222 popq %rcx
9223 popq %rdx
9224 popq %rsi
9225 popq %rdi
9226 movq 2056(%rax), %r11
9227 jmp *%r11
9228 #else
9229 movq _glapi_Dispatch(%rip), %rax
9230 testq %rax, %rax
9231 je 1f
9232 movq 2056(%rax), %r11
9233 jmp *%r11
9234 1:
9235 pushq %rdi
9236 pushq %rsi
9237 pushq %rdx
9238 pushq %rcx
9239 pushq %r8
9240 call _glapi_get_dispatch
9241 popq %r8
9242 popq %rcx
9243 popq %rdx
9244 popq %rsi
9245 popq %rdi
9246 movq 2056(%rax), %r11
9247 jmp *%r11
9248 #endif /* defined(GLX_USE_TLS) */
9249 .size GL_PREFIX(DrawPixels), .-GL_PREFIX(DrawPixels)
9250
9251 .p2align 4,,15
9252 .globl GL_PREFIX(GetBooleanv)
9253 .type GL_PREFIX(GetBooleanv), @function
9254 GL_PREFIX(GetBooleanv):
9255 #if defined(GLX_USE_TLS)
9256 call _x86_64_get_dispatch@PLT
9257 movq 2064(%rax), %r11
9258 jmp *%r11
9259 #elif defined(PTHREADS)
9260 pushq %rdi
9261 pushq %rsi
9262 pushq %rbp
9263 call _x86_64_get_dispatch@PLT
9264 popq %rbp
9265 popq %rsi
9266 popq %rdi
9267 movq 2064(%rax), %r11
9268 jmp *%r11
9269 #else
9270 movq _glapi_Dispatch(%rip), %rax
9271 testq %rax, %rax
9272 je 1f
9273 movq 2064(%rax), %r11
9274 jmp *%r11
9275 1:
9276 pushq %rdi
9277 pushq %rsi
9278 pushq %rbp
9279 call _glapi_get_dispatch
9280 popq %rbp
9281 popq %rsi
9282 popq %rdi
9283 movq 2064(%rax), %r11
9284 jmp *%r11
9285 #endif /* defined(GLX_USE_TLS) */
9286 .size GL_PREFIX(GetBooleanv), .-GL_PREFIX(GetBooleanv)
9287
9288 .p2align 4,,15
9289 .globl GL_PREFIX(GetClipPlane)
9290 .type GL_PREFIX(GetClipPlane), @function
9291 GL_PREFIX(GetClipPlane):
9292 #if defined(GLX_USE_TLS)
9293 call _x86_64_get_dispatch@PLT
9294 movq 2072(%rax), %r11
9295 jmp *%r11
9296 #elif defined(PTHREADS)
9297 pushq %rdi
9298 pushq %rsi
9299 pushq %rbp
9300 call _x86_64_get_dispatch@PLT
9301 popq %rbp
9302 popq %rsi
9303 popq %rdi
9304 movq 2072(%rax), %r11
9305 jmp *%r11
9306 #else
9307 movq _glapi_Dispatch(%rip), %rax
9308 testq %rax, %rax
9309 je 1f
9310 movq 2072(%rax), %r11
9311 jmp *%r11
9312 1:
9313 pushq %rdi
9314 pushq %rsi
9315 pushq %rbp
9316 call _glapi_get_dispatch
9317 popq %rbp
9318 popq %rsi
9319 popq %rdi
9320 movq 2072(%rax), %r11
9321 jmp *%r11
9322 #endif /* defined(GLX_USE_TLS) */
9323 .size GL_PREFIX(GetClipPlane), .-GL_PREFIX(GetClipPlane)
9324
9325 .p2align 4,,15
9326 .globl GL_PREFIX(GetDoublev)
9327 .type GL_PREFIX(GetDoublev), @function
9328 GL_PREFIX(GetDoublev):
9329 #if defined(GLX_USE_TLS)
9330 call _x86_64_get_dispatch@PLT
9331 movq 2080(%rax), %r11
9332 jmp *%r11
9333 #elif defined(PTHREADS)
9334 pushq %rdi
9335 pushq %rsi
9336 pushq %rbp
9337 call _x86_64_get_dispatch@PLT
9338 popq %rbp
9339 popq %rsi
9340 popq %rdi
9341 movq 2080(%rax), %r11
9342 jmp *%r11
9343 #else
9344 movq _glapi_Dispatch(%rip), %rax
9345 testq %rax, %rax
9346 je 1f
9347 movq 2080(%rax), %r11
9348 jmp *%r11
9349 1:
9350 pushq %rdi
9351 pushq %rsi
9352 pushq %rbp
9353 call _glapi_get_dispatch
9354 popq %rbp
9355 popq %rsi
9356 popq %rdi
9357 movq 2080(%rax), %r11
9358 jmp *%r11
9359 #endif /* defined(GLX_USE_TLS) */
9360 .size GL_PREFIX(GetDoublev), .-GL_PREFIX(GetDoublev)
9361
9362 .p2align 4,,15
9363 .globl GL_PREFIX(GetError)
9364 .type GL_PREFIX(GetError), @function
9365 GL_PREFIX(GetError):
9366 #if defined(GLX_USE_TLS)
9367 call _x86_64_get_dispatch@PLT
9368 movq 2088(%rax), %r11
9369 jmp *%r11
9370 #elif defined(PTHREADS)
9371 pushq %rbp
9372 call _x86_64_get_dispatch@PLT
9373 popq %rbp
9374 movq 2088(%rax), %r11
9375 jmp *%r11
9376 #else
9377 movq _glapi_Dispatch(%rip), %rax
9378 testq %rax, %rax
9379 je 1f
9380 movq 2088(%rax), %r11
9381 jmp *%r11
9382 1:
9383 pushq %rbp
9384 call _glapi_get_dispatch
9385 popq %rbp
9386 movq 2088(%rax), %r11
9387 jmp *%r11
9388 #endif /* defined(GLX_USE_TLS) */
9389 .size GL_PREFIX(GetError), .-GL_PREFIX(GetError)
9390
9391 .p2align 4,,15
9392 .globl GL_PREFIX(GetFloatv)
9393 .type GL_PREFIX(GetFloatv), @function
9394 GL_PREFIX(GetFloatv):
9395 #if defined(GLX_USE_TLS)
9396 call _x86_64_get_dispatch@PLT
9397 movq 2096(%rax), %r11
9398 jmp *%r11
9399 #elif defined(PTHREADS)
9400 pushq %rdi
9401 pushq %rsi
9402 pushq %rbp
9403 call _x86_64_get_dispatch@PLT
9404 popq %rbp
9405 popq %rsi
9406 popq %rdi
9407 movq 2096(%rax), %r11
9408 jmp *%r11
9409 #else
9410 movq _glapi_Dispatch(%rip), %rax
9411 testq %rax, %rax
9412 je 1f
9413 movq 2096(%rax), %r11
9414 jmp *%r11
9415 1:
9416 pushq %rdi
9417 pushq %rsi
9418 pushq %rbp
9419 call _glapi_get_dispatch
9420 popq %rbp
9421 popq %rsi
9422 popq %rdi
9423 movq 2096(%rax), %r11
9424 jmp *%r11
9425 #endif /* defined(GLX_USE_TLS) */
9426 .size GL_PREFIX(GetFloatv), .-GL_PREFIX(GetFloatv)
9427
9428 .p2align 4,,15
9429 .globl GL_PREFIX(GetIntegerv)
9430 .type GL_PREFIX(GetIntegerv), @function
9431 GL_PREFIX(GetIntegerv):
9432 #if defined(GLX_USE_TLS)
9433 call _x86_64_get_dispatch@PLT
9434 movq 2104(%rax), %r11
9435 jmp *%r11
9436 #elif defined(PTHREADS)
9437 pushq %rdi
9438 pushq %rsi
9439 pushq %rbp
9440 call _x86_64_get_dispatch@PLT
9441 popq %rbp
9442 popq %rsi
9443 popq %rdi
9444 movq 2104(%rax), %r11
9445 jmp *%r11
9446 #else
9447 movq _glapi_Dispatch(%rip), %rax
9448 testq %rax, %rax
9449 je 1f
9450 movq 2104(%rax), %r11
9451 jmp *%r11
9452 1:
9453 pushq %rdi
9454 pushq %rsi
9455 pushq %rbp
9456 call _glapi_get_dispatch
9457 popq %rbp
9458 popq %rsi
9459 popq %rdi
9460 movq 2104(%rax), %r11
9461 jmp *%r11
9462 #endif /* defined(GLX_USE_TLS) */
9463 .size GL_PREFIX(GetIntegerv), .-GL_PREFIX(GetIntegerv)
9464
9465 .p2align 4,,15
9466 .globl GL_PREFIX(GetLightfv)
9467 .type GL_PREFIX(GetLightfv), @function
9468 GL_PREFIX(GetLightfv):
9469 #if defined(GLX_USE_TLS)
9470 call _x86_64_get_dispatch@PLT
9471 movq 2112(%rax), %r11
9472 jmp *%r11
9473 #elif defined(PTHREADS)
9474 pushq %rdi
9475 pushq %rsi
9476 pushq %rdx
9477 call _x86_64_get_dispatch@PLT
9478 popq %rdx
9479 popq %rsi
9480 popq %rdi
9481 movq 2112(%rax), %r11
9482 jmp *%r11
9483 #else
9484 movq _glapi_Dispatch(%rip), %rax
9485 testq %rax, %rax
9486 je 1f
9487 movq 2112(%rax), %r11
9488 jmp *%r11
9489 1:
9490 pushq %rdi
9491 pushq %rsi
9492 pushq %rdx
9493 call _glapi_get_dispatch
9494 popq %rdx
9495 popq %rsi
9496 popq %rdi
9497 movq 2112(%rax), %r11
9498 jmp *%r11
9499 #endif /* defined(GLX_USE_TLS) */
9500 .size GL_PREFIX(GetLightfv), .-GL_PREFIX(GetLightfv)
9501
9502 .p2align 4,,15
9503 .globl GL_PREFIX(GetLightiv)
9504 .type GL_PREFIX(GetLightiv), @function
9505 GL_PREFIX(GetLightiv):
9506 #if defined(GLX_USE_TLS)
9507 call _x86_64_get_dispatch@PLT
9508 movq 2120(%rax), %r11
9509 jmp *%r11
9510 #elif defined(PTHREADS)
9511 pushq %rdi
9512 pushq %rsi
9513 pushq %rdx
9514 call _x86_64_get_dispatch@PLT
9515 popq %rdx
9516 popq %rsi
9517 popq %rdi
9518 movq 2120(%rax), %r11
9519 jmp *%r11
9520 #else
9521 movq _glapi_Dispatch(%rip), %rax
9522 testq %rax, %rax
9523 je 1f
9524 movq 2120(%rax), %r11
9525 jmp *%r11
9526 1:
9527 pushq %rdi
9528 pushq %rsi
9529 pushq %rdx
9530 call _glapi_get_dispatch
9531 popq %rdx
9532 popq %rsi
9533 popq %rdi
9534 movq 2120(%rax), %r11
9535 jmp *%r11
9536 #endif /* defined(GLX_USE_TLS) */
9537 .size GL_PREFIX(GetLightiv), .-GL_PREFIX(GetLightiv)
9538
9539 .p2align 4,,15
9540 .globl GL_PREFIX(GetMapdv)
9541 .type GL_PREFIX(GetMapdv), @function
9542 GL_PREFIX(GetMapdv):
9543 #if defined(GLX_USE_TLS)
9544 call _x86_64_get_dispatch@PLT
9545 movq 2128(%rax), %r11
9546 jmp *%r11
9547 #elif defined(PTHREADS)
9548 pushq %rdi
9549 pushq %rsi
9550 pushq %rdx
9551 call _x86_64_get_dispatch@PLT
9552 popq %rdx
9553 popq %rsi
9554 popq %rdi
9555 movq 2128(%rax), %r11
9556 jmp *%r11
9557 #else
9558 movq _glapi_Dispatch(%rip), %rax
9559 testq %rax, %rax
9560 je 1f
9561 movq 2128(%rax), %r11
9562 jmp *%r11
9563 1:
9564 pushq %rdi
9565 pushq %rsi
9566 pushq %rdx
9567 call _glapi_get_dispatch
9568 popq %rdx
9569 popq %rsi
9570 popq %rdi
9571 movq 2128(%rax), %r11
9572 jmp *%r11
9573 #endif /* defined(GLX_USE_TLS) */
9574 .size GL_PREFIX(GetMapdv), .-GL_PREFIX(GetMapdv)
9575
9576 .p2align 4,,15
9577 .globl GL_PREFIX(GetMapfv)
9578 .type GL_PREFIX(GetMapfv), @function
9579 GL_PREFIX(GetMapfv):
9580 #if defined(GLX_USE_TLS)
9581 call _x86_64_get_dispatch@PLT
9582 movq 2136(%rax), %r11
9583 jmp *%r11
9584 #elif defined(PTHREADS)
9585 pushq %rdi
9586 pushq %rsi
9587 pushq %rdx
9588 call _x86_64_get_dispatch@PLT
9589 popq %rdx
9590 popq %rsi
9591 popq %rdi
9592 movq 2136(%rax), %r11
9593 jmp *%r11
9594 #else
9595 movq _glapi_Dispatch(%rip), %rax
9596 testq %rax, %rax
9597 je 1f
9598 movq 2136(%rax), %r11
9599 jmp *%r11
9600 1:
9601 pushq %rdi
9602 pushq %rsi
9603 pushq %rdx
9604 call _glapi_get_dispatch
9605 popq %rdx
9606 popq %rsi
9607 popq %rdi
9608 movq 2136(%rax), %r11
9609 jmp *%r11
9610 #endif /* defined(GLX_USE_TLS) */
9611 .size GL_PREFIX(GetMapfv), .-GL_PREFIX(GetMapfv)
9612
9613 .p2align 4,,15
9614 .globl GL_PREFIX(GetMapiv)
9615 .type GL_PREFIX(GetMapiv), @function
9616 GL_PREFIX(GetMapiv):
9617 #if defined(GLX_USE_TLS)
9618 call _x86_64_get_dispatch@PLT
9619 movq 2144(%rax), %r11
9620 jmp *%r11
9621 #elif defined(PTHREADS)
9622 pushq %rdi
9623 pushq %rsi
9624 pushq %rdx
9625 call _x86_64_get_dispatch@PLT
9626 popq %rdx
9627 popq %rsi
9628 popq %rdi
9629 movq 2144(%rax), %r11
9630 jmp *%r11
9631 #else
9632 movq _glapi_Dispatch(%rip), %rax
9633 testq %rax, %rax
9634 je 1f
9635 movq 2144(%rax), %r11
9636 jmp *%r11
9637 1:
9638 pushq %rdi
9639 pushq %rsi
9640 pushq %rdx
9641 call _glapi_get_dispatch
9642 popq %rdx
9643 popq %rsi
9644 popq %rdi
9645 movq 2144(%rax), %r11
9646 jmp *%r11
9647 #endif /* defined(GLX_USE_TLS) */
9648 .size GL_PREFIX(GetMapiv), .-GL_PREFIX(GetMapiv)
9649
9650 .p2align 4,,15
9651 .globl GL_PREFIX(GetMaterialfv)
9652 .type GL_PREFIX(GetMaterialfv), @function
9653 GL_PREFIX(GetMaterialfv):
9654 #if defined(GLX_USE_TLS)
9655 call _x86_64_get_dispatch@PLT
9656 movq 2152(%rax), %r11
9657 jmp *%r11
9658 #elif defined(PTHREADS)
9659 pushq %rdi
9660 pushq %rsi
9661 pushq %rdx
9662 call _x86_64_get_dispatch@PLT
9663 popq %rdx
9664 popq %rsi
9665 popq %rdi
9666 movq 2152(%rax), %r11
9667 jmp *%r11
9668 #else
9669 movq _glapi_Dispatch(%rip), %rax
9670 testq %rax, %rax
9671 je 1f
9672 movq 2152(%rax), %r11
9673 jmp *%r11
9674 1:
9675 pushq %rdi
9676 pushq %rsi
9677 pushq %rdx
9678 call _glapi_get_dispatch
9679 popq %rdx
9680 popq %rsi
9681 popq %rdi
9682 movq 2152(%rax), %r11
9683 jmp *%r11
9684 #endif /* defined(GLX_USE_TLS) */
9685 .size GL_PREFIX(GetMaterialfv), .-GL_PREFIX(GetMaterialfv)
9686
9687 .p2align 4,,15
9688 .globl GL_PREFIX(GetMaterialiv)
9689 .type GL_PREFIX(GetMaterialiv), @function
9690 GL_PREFIX(GetMaterialiv):
9691 #if defined(GLX_USE_TLS)
9692 call _x86_64_get_dispatch@PLT
9693 movq 2160(%rax), %r11
9694 jmp *%r11
9695 #elif defined(PTHREADS)
9696 pushq %rdi
9697 pushq %rsi
9698 pushq %rdx
9699 call _x86_64_get_dispatch@PLT
9700 popq %rdx
9701 popq %rsi
9702 popq %rdi
9703 movq 2160(%rax), %r11
9704 jmp *%r11
9705 #else
9706 movq _glapi_Dispatch(%rip), %rax
9707 testq %rax, %rax
9708 je 1f
9709 movq 2160(%rax), %r11
9710 jmp *%r11
9711 1:
9712 pushq %rdi
9713 pushq %rsi
9714 pushq %rdx
9715 call _glapi_get_dispatch
9716 popq %rdx
9717 popq %rsi
9718 popq %rdi
9719 movq 2160(%rax), %r11
9720 jmp *%r11
9721 #endif /* defined(GLX_USE_TLS) */
9722 .size GL_PREFIX(GetMaterialiv), .-GL_PREFIX(GetMaterialiv)
9723
9724 .p2align 4,,15
9725 .globl GL_PREFIX(GetPixelMapfv)
9726 .type GL_PREFIX(GetPixelMapfv), @function
9727 GL_PREFIX(GetPixelMapfv):
9728 #if defined(GLX_USE_TLS)
9729 call _x86_64_get_dispatch@PLT
9730 movq 2168(%rax), %r11
9731 jmp *%r11
9732 #elif defined(PTHREADS)
9733 pushq %rdi
9734 pushq %rsi
9735 pushq %rbp
9736 call _x86_64_get_dispatch@PLT
9737 popq %rbp
9738 popq %rsi
9739 popq %rdi
9740 movq 2168(%rax), %r11
9741 jmp *%r11
9742 #else
9743 movq _glapi_Dispatch(%rip), %rax
9744 testq %rax, %rax
9745 je 1f
9746 movq 2168(%rax), %r11
9747 jmp *%r11
9748 1:
9749 pushq %rdi
9750 pushq %rsi
9751 pushq %rbp
9752 call _glapi_get_dispatch
9753 popq %rbp
9754 popq %rsi
9755 popq %rdi
9756 movq 2168(%rax), %r11
9757 jmp *%r11
9758 #endif /* defined(GLX_USE_TLS) */
9759 .size GL_PREFIX(GetPixelMapfv), .-GL_PREFIX(GetPixelMapfv)
9760
9761 .p2align 4,,15
9762 .globl GL_PREFIX(GetPixelMapuiv)
9763 .type GL_PREFIX(GetPixelMapuiv), @function
9764 GL_PREFIX(GetPixelMapuiv):
9765 #if defined(GLX_USE_TLS)
9766 call _x86_64_get_dispatch@PLT
9767 movq 2176(%rax), %r11
9768 jmp *%r11
9769 #elif defined(PTHREADS)
9770 pushq %rdi
9771 pushq %rsi
9772 pushq %rbp
9773 call _x86_64_get_dispatch@PLT
9774 popq %rbp
9775 popq %rsi
9776 popq %rdi
9777 movq 2176(%rax), %r11
9778 jmp *%r11
9779 #else
9780 movq _glapi_Dispatch(%rip), %rax
9781 testq %rax, %rax
9782 je 1f
9783 movq 2176(%rax), %r11
9784 jmp *%r11
9785 1:
9786 pushq %rdi
9787 pushq %rsi
9788 pushq %rbp
9789 call _glapi_get_dispatch
9790 popq %rbp
9791 popq %rsi
9792 popq %rdi
9793 movq 2176(%rax), %r11
9794 jmp *%r11
9795 #endif /* defined(GLX_USE_TLS) */
9796 .size GL_PREFIX(GetPixelMapuiv), .-GL_PREFIX(GetPixelMapuiv)
9797
9798 .p2align 4,,15
9799 .globl GL_PREFIX(GetPixelMapusv)
9800 .type GL_PREFIX(GetPixelMapusv), @function
9801 GL_PREFIX(GetPixelMapusv):
9802 #if defined(GLX_USE_TLS)
9803 call _x86_64_get_dispatch@PLT
9804 movq 2184(%rax), %r11
9805 jmp *%r11
9806 #elif defined(PTHREADS)
9807 pushq %rdi
9808 pushq %rsi
9809 pushq %rbp
9810 call _x86_64_get_dispatch@PLT
9811 popq %rbp
9812 popq %rsi
9813 popq %rdi
9814 movq 2184(%rax), %r11
9815 jmp *%r11
9816 #else
9817 movq _glapi_Dispatch(%rip), %rax
9818 testq %rax, %rax
9819 je 1f
9820 movq 2184(%rax), %r11
9821 jmp *%r11
9822 1:
9823 pushq %rdi
9824 pushq %rsi
9825 pushq %rbp
9826 call _glapi_get_dispatch
9827 popq %rbp
9828 popq %rsi
9829 popq %rdi
9830 movq 2184(%rax), %r11
9831 jmp *%r11
9832 #endif /* defined(GLX_USE_TLS) */
9833 .size GL_PREFIX(GetPixelMapusv), .-GL_PREFIX(GetPixelMapusv)
9834
9835 .p2align 4,,15
9836 .globl GL_PREFIX(GetPolygonStipple)
9837 .type GL_PREFIX(GetPolygonStipple), @function
9838 GL_PREFIX(GetPolygonStipple):
9839 #if defined(GLX_USE_TLS)
9840 call _x86_64_get_dispatch@PLT
9841 movq 2192(%rax), %r11
9842 jmp *%r11
9843 #elif defined(PTHREADS)
9844 pushq %rdi
9845 call _x86_64_get_dispatch@PLT
9846 popq %rdi
9847 movq 2192(%rax), %r11
9848 jmp *%r11
9849 #else
9850 movq _glapi_Dispatch(%rip), %rax
9851 testq %rax, %rax
9852 je 1f
9853 movq 2192(%rax), %r11
9854 jmp *%r11
9855 1:
9856 pushq %rdi
9857 call _glapi_get_dispatch
9858 popq %rdi
9859 movq 2192(%rax), %r11
9860 jmp *%r11
9861 #endif /* defined(GLX_USE_TLS) */
9862 .size GL_PREFIX(GetPolygonStipple), .-GL_PREFIX(GetPolygonStipple)
9863
9864 .p2align 4,,15
9865 .globl GL_PREFIX(GetString)
9866 .type GL_PREFIX(GetString), @function
9867 GL_PREFIX(GetString):
9868 #if defined(GLX_USE_TLS)
9869 call _x86_64_get_dispatch@PLT
9870 movq 2200(%rax), %r11
9871 jmp *%r11
9872 #elif defined(PTHREADS)
9873 pushq %rdi
9874 call _x86_64_get_dispatch@PLT
9875 popq %rdi
9876 movq 2200(%rax), %r11
9877 jmp *%r11
9878 #else
9879 movq _glapi_Dispatch(%rip), %rax
9880 testq %rax, %rax
9881 je 1f
9882 movq 2200(%rax), %r11
9883 jmp *%r11
9884 1:
9885 pushq %rdi
9886 call _glapi_get_dispatch
9887 popq %rdi
9888 movq 2200(%rax), %r11
9889 jmp *%r11
9890 #endif /* defined(GLX_USE_TLS) */
9891 .size GL_PREFIX(GetString), .-GL_PREFIX(GetString)
9892
9893 .p2align 4,,15
9894 .globl GL_PREFIX(GetTexEnvfv)
9895 .type GL_PREFIX(GetTexEnvfv), @function
9896 GL_PREFIX(GetTexEnvfv):
9897 #if defined(GLX_USE_TLS)
9898 call _x86_64_get_dispatch@PLT
9899 movq 2208(%rax), %r11
9900 jmp *%r11
9901 #elif defined(PTHREADS)
9902 pushq %rdi
9903 pushq %rsi
9904 pushq %rdx
9905 call _x86_64_get_dispatch@PLT
9906 popq %rdx
9907 popq %rsi
9908 popq %rdi
9909 movq 2208(%rax), %r11
9910 jmp *%r11
9911 #else
9912 movq _glapi_Dispatch(%rip), %rax
9913 testq %rax, %rax
9914 je 1f
9915 movq 2208(%rax), %r11
9916 jmp *%r11
9917 1:
9918 pushq %rdi
9919 pushq %rsi
9920 pushq %rdx
9921 call _glapi_get_dispatch
9922 popq %rdx
9923 popq %rsi
9924 popq %rdi
9925 movq 2208(%rax), %r11
9926 jmp *%r11
9927 #endif /* defined(GLX_USE_TLS) */
9928 .size GL_PREFIX(GetTexEnvfv), .-GL_PREFIX(GetTexEnvfv)
9929
9930 .p2align 4,,15
9931 .globl GL_PREFIX(GetTexEnviv)
9932 .type GL_PREFIX(GetTexEnviv), @function
9933 GL_PREFIX(GetTexEnviv):
9934 #if defined(GLX_USE_TLS)
9935 call _x86_64_get_dispatch@PLT
9936 movq 2216(%rax), %r11
9937 jmp *%r11
9938 #elif defined(PTHREADS)
9939 pushq %rdi
9940 pushq %rsi
9941 pushq %rdx
9942 call _x86_64_get_dispatch@PLT
9943 popq %rdx
9944 popq %rsi
9945 popq %rdi
9946 movq 2216(%rax), %r11
9947 jmp *%r11
9948 #else
9949 movq _glapi_Dispatch(%rip), %rax
9950 testq %rax, %rax
9951 je 1f
9952 movq 2216(%rax), %r11
9953 jmp *%r11
9954 1:
9955 pushq %rdi
9956 pushq %rsi
9957 pushq %rdx
9958 call _glapi_get_dispatch
9959 popq %rdx
9960 popq %rsi
9961 popq %rdi
9962 movq 2216(%rax), %r11
9963 jmp *%r11
9964 #endif /* defined(GLX_USE_TLS) */
9965 .size GL_PREFIX(GetTexEnviv), .-GL_PREFIX(GetTexEnviv)
9966
9967 .p2align 4,,15
9968 .globl GL_PREFIX(GetTexGendv)
9969 .type GL_PREFIX(GetTexGendv), @function
9970 GL_PREFIX(GetTexGendv):
9971 #if defined(GLX_USE_TLS)
9972 call _x86_64_get_dispatch@PLT
9973 movq 2224(%rax), %r11
9974 jmp *%r11
9975 #elif defined(PTHREADS)
9976 pushq %rdi
9977 pushq %rsi
9978 pushq %rdx
9979 call _x86_64_get_dispatch@PLT
9980 popq %rdx
9981 popq %rsi
9982 popq %rdi
9983 movq 2224(%rax), %r11
9984 jmp *%r11
9985 #else
9986 movq _glapi_Dispatch(%rip), %rax
9987 testq %rax, %rax
9988 je 1f
9989 movq 2224(%rax), %r11
9990 jmp *%r11
9991 1:
9992 pushq %rdi
9993 pushq %rsi
9994 pushq %rdx
9995 call _glapi_get_dispatch
9996 popq %rdx
9997 popq %rsi
9998 popq %rdi
9999 movq 2224(%rax), %r11
10000 jmp *%r11
10001 #endif /* defined(GLX_USE_TLS) */
10002 .size GL_PREFIX(GetTexGendv), .-GL_PREFIX(GetTexGendv)
10003
10004 .p2align 4,,15
10005 .globl GL_PREFIX(GetTexGenfv)
10006 .type GL_PREFIX(GetTexGenfv), @function
10007 GL_PREFIX(GetTexGenfv):
10008 #if defined(GLX_USE_TLS)
10009 call _x86_64_get_dispatch@PLT
10010 movq 2232(%rax), %r11
10011 jmp *%r11
10012 #elif defined(PTHREADS)
10013 pushq %rdi
10014 pushq %rsi
10015 pushq %rdx
10016 call _x86_64_get_dispatch@PLT
10017 popq %rdx
10018 popq %rsi
10019 popq %rdi
10020 movq 2232(%rax), %r11
10021 jmp *%r11
10022 #else
10023 movq _glapi_Dispatch(%rip), %rax
10024 testq %rax, %rax
10025 je 1f
10026 movq 2232(%rax), %r11
10027 jmp *%r11
10028 1:
10029 pushq %rdi
10030 pushq %rsi
10031 pushq %rdx
10032 call _glapi_get_dispatch
10033 popq %rdx
10034 popq %rsi
10035 popq %rdi
10036 movq 2232(%rax), %r11
10037 jmp *%r11
10038 #endif /* defined(GLX_USE_TLS) */
10039 .size GL_PREFIX(GetTexGenfv), .-GL_PREFIX(GetTexGenfv)
10040
10041 .p2align 4,,15
10042 .globl GL_PREFIX(GetTexGeniv)
10043 .type GL_PREFIX(GetTexGeniv), @function
10044 GL_PREFIX(GetTexGeniv):
10045 #if defined(GLX_USE_TLS)
10046 call _x86_64_get_dispatch@PLT
10047 movq 2240(%rax), %r11
10048 jmp *%r11
10049 #elif defined(PTHREADS)
10050 pushq %rdi
10051 pushq %rsi
10052 pushq %rdx
10053 call _x86_64_get_dispatch@PLT
10054 popq %rdx
10055 popq %rsi
10056 popq %rdi
10057 movq 2240(%rax), %r11
10058 jmp *%r11
10059 #else
10060 movq _glapi_Dispatch(%rip), %rax
10061 testq %rax, %rax
10062 je 1f
10063 movq 2240(%rax), %r11
10064 jmp *%r11
10065 1:
10066 pushq %rdi
10067 pushq %rsi
10068 pushq %rdx
10069 call _glapi_get_dispatch
10070 popq %rdx
10071 popq %rsi
10072 popq %rdi
10073 movq 2240(%rax), %r11
10074 jmp *%r11
10075 #endif /* defined(GLX_USE_TLS) */
10076 .size GL_PREFIX(GetTexGeniv), .-GL_PREFIX(GetTexGeniv)
10077
10078 .p2align 4,,15
10079 .globl GL_PREFIX(GetTexImage)
10080 .type GL_PREFIX(GetTexImage), @function
10081 GL_PREFIX(GetTexImage):
10082 #if defined(GLX_USE_TLS)
10083 call _x86_64_get_dispatch@PLT
10084 movq 2248(%rax), %r11
10085 jmp *%r11
10086 #elif defined(PTHREADS)
10087 pushq %rdi
10088 pushq %rsi
10089 pushq %rdx
10090 pushq %rcx
10091 pushq %r8
10092 call _x86_64_get_dispatch@PLT
10093 popq %r8
10094 popq %rcx
10095 popq %rdx
10096 popq %rsi
10097 popq %rdi
10098 movq 2248(%rax), %r11
10099 jmp *%r11
10100 #else
10101 movq _glapi_Dispatch(%rip), %rax
10102 testq %rax, %rax
10103 je 1f
10104 movq 2248(%rax), %r11
10105 jmp *%r11
10106 1:
10107 pushq %rdi
10108 pushq %rsi
10109 pushq %rdx
10110 pushq %rcx
10111 pushq %r8
10112 call _glapi_get_dispatch
10113 popq %r8
10114 popq %rcx
10115 popq %rdx
10116 popq %rsi
10117 popq %rdi
10118 movq 2248(%rax), %r11
10119 jmp *%r11
10120 #endif /* defined(GLX_USE_TLS) */
10121 .size GL_PREFIX(GetTexImage), .-GL_PREFIX(GetTexImage)
10122
10123 .p2align 4,,15
10124 .globl GL_PREFIX(GetTexParameterfv)
10125 .type GL_PREFIX(GetTexParameterfv), @function
10126 GL_PREFIX(GetTexParameterfv):
10127 #if defined(GLX_USE_TLS)
10128 call _x86_64_get_dispatch@PLT
10129 movq 2256(%rax), %r11
10130 jmp *%r11
10131 #elif defined(PTHREADS)
10132 pushq %rdi
10133 pushq %rsi
10134 pushq %rdx
10135 call _x86_64_get_dispatch@PLT
10136 popq %rdx
10137 popq %rsi
10138 popq %rdi
10139 movq 2256(%rax), %r11
10140 jmp *%r11
10141 #else
10142 movq _glapi_Dispatch(%rip), %rax
10143 testq %rax, %rax
10144 je 1f
10145 movq 2256(%rax), %r11
10146 jmp *%r11
10147 1:
10148 pushq %rdi
10149 pushq %rsi
10150 pushq %rdx
10151 call _glapi_get_dispatch
10152 popq %rdx
10153 popq %rsi
10154 popq %rdi
10155 movq 2256(%rax), %r11
10156 jmp *%r11
10157 #endif /* defined(GLX_USE_TLS) */
10158 .size GL_PREFIX(GetTexParameterfv), .-GL_PREFIX(GetTexParameterfv)
10159
10160 .p2align 4,,15
10161 .globl GL_PREFIX(GetTexParameteriv)
10162 .type GL_PREFIX(GetTexParameteriv), @function
10163 GL_PREFIX(GetTexParameteriv):
10164 #if defined(GLX_USE_TLS)
10165 call _x86_64_get_dispatch@PLT
10166 movq 2264(%rax), %r11
10167 jmp *%r11
10168 #elif defined(PTHREADS)
10169 pushq %rdi
10170 pushq %rsi
10171 pushq %rdx
10172 call _x86_64_get_dispatch@PLT
10173 popq %rdx
10174 popq %rsi
10175 popq %rdi
10176 movq 2264(%rax), %r11
10177 jmp *%r11
10178 #else
10179 movq _glapi_Dispatch(%rip), %rax
10180 testq %rax, %rax
10181 je 1f
10182 movq 2264(%rax), %r11
10183 jmp *%r11
10184 1:
10185 pushq %rdi
10186 pushq %rsi
10187 pushq %rdx
10188 call _glapi_get_dispatch
10189 popq %rdx
10190 popq %rsi
10191 popq %rdi
10192 movq 2264(%rax), %r11
10193 jmp *%r11
10194 #endif /* defined(GLX_USE_TLS) */
10195 .size GL_PREFIX(GetTexParameteriv), .-GL_PREFIX(GetTexParameteriv)
10196
10197 .p2align 4,,15
10198 .globl GL_PREFIX(GetTexLevelParameterfv)
10199 .type GL_PREFIX(GetTexLevelParameterfv), @function
10200 GL_PREFIX(GetTexLevelParameterfv):
10201 #if defined(GLX_USE_TLS)
10202 call _x86_64_get_dispatch@PLT
10203 movq 2272(%rax), %r11
10204 jmp *%r11
10205 #elif defined(PTHREADS)
10206 pushq %rdi
10207 pushq %rsi
10208 pushq %rdx
10209 pushq %rcx
10210 pushq %rbp
10211 call _x86_64_get_dispatch@PLT
10212 popq %rbp
10213 popq %rcx
10214 popq %rdx
10215 popq %rsi
10216 popq %rdi
10217 movq 2272(%rax), %r11
10218 jmp *%r11
10219 #else
10220 movq _glapi_Dispatch(%rip), %rax
10221 testq %rax, %rax
10222 je 1f
10223 movq 2272(%rax), %r11
10224 jmp *%r11
10225 1:
10226 pushq %rdi
10227 pushq %rsi
10228 pushq %rdx
10229 pushq %rcx
10230 pushq %rbp
10231 call _glapi_get_dispatch
10232 popq %rbp
10233 popq %rcx
10234 popq %rdx
10235 popq %rsi
10236 popq %rdi
10237 movq 2272(%rax), %r11
10238 jmp *%r11
10239 #endif /* defined(GLX_USE_TLS) */
10240 .size GL_PREFIX(GetTexLevelParameterfv), .-GL_PREFIX(GetTexLevelParameterfv)
10241
10242 .p2align 4,,15
10243 .globl GL_PREFIX(GetTexLevelParameteriv)
10244 .type GL_PREFIX(GetTexLevelParameteriv), @function
10245 GL_PREFIX(GetTexLevelParameteriv):
10246 #if defined(GLX_USE_TLS)
10247 call _x86_64_get_dispatch@PLT
10248 movq 2280(%rax), %r11
10249 jmp *%r11
10250 #elif defined(PTHREADS)
10251 pushq %rdi
10252 pushq %rsi
10253 pushq %rdx
10254 pushq %rcx
10255 pushq %rbp
10256 call _x86_64_get_dispatch@PLT
10257 popq %rbp
10258 popq %rcx
10259 popq %rdx
10260 popq %rsi
10261 popq %rdi
10262 movq 2280(%rax), %r11
10263 jmp *%r11
10264 #else
10265 movq _glapi_Dispatch(%rip), %rax
10266 testq %rax, %rax
10267 je 1f
10268 movq 2280(%rax), %r11
10269 jmp *%r11
10270 1:
10271 pushq %rdi
10272 pushq %rsi
10273 pushq %rdx
10274 pushq %rcx
10275 pushq %rbp
10276 call _glapi_get_dispatch
10277 popq %rbp
10278 popq %rcx
10279 popq %rdx
10280 popq %rsi
10281 popq %rdi
10282 movq 2280(%rax), %r11
10283 jmp *%r11
10284 #endif /* defined(GLX_USE_TLS) */
10285 .size GL_PREFIX(GetTexLevelParameteriv), .-GL_PREFIX(GetTexLevelParameteriv)
10286
10287 .p2align 4,,15
10288 .globl GL_PREFIX(IsEnabled)
10289 .type GL_PREFIX(IsEnabled), @function
10290 GL_PREFIX(IsEnabled):
10291 #if defined(GLX_USE_TLS)
10292 call _x86_64_get_dispatch@PLT
10293 movq 2288(%rax), %r11
10294 jmp *%r11
10295 #elif defined(PTHREADS)
10296 pushq %rdi
10297 call _x86_64_get_dispatch@PLT
10298 popq %rdi
10299 movq 2288(%rax), %r11
10300 jmp *%r11
10301 #else
10302 movq _glapi_Dispatch(%rip), %rax
10303 testq %rax, %rax
10304 je 1f
10305 movq 2288(%rax), %r11
10306 jmp *%r11
10307 1:
10308 pushq %rdi
10309 call _glapi_get_dispatch
10310 popq %rdi
10311 movq 2288(%rax), %r11
10312 jmp *%r11
10313 #endif /* defined(GLX_USE_TLS) */
10314 .size GL_PREFIX(IsEnabled), .-GL_PREFIX(IsEnabled)
10315
10316 .p2align 4,,15
10317 .globl GL_PREFIX(IsList)
10318 .type GL_PREFIX(IsList), @function
10319 GL_PREFIX(IsList):
10320 #if defined(GLX_USE_TLS)
10321 call _x86_64_get_dispatch@PLT
10322 movq 2296(%rax), %r11
10323 jmp *%r11
10324 #elif defined(PTHREADS)
10325 pushq %rdi
10326 call _x86_64_get_dispatch@PLT
10327 popq %rdi
10328 movq 2296(%rax), %r11
10329 jmp *%r11
10330 #else
10331 movq _glapi_Dispatch(%rip), %rax
10332 testq %rax, %rax
10333 je 1f
10334 movq 2296(%rax), %r11
10335 jmp *%r11
10336 1:
10337 pushq %rdi
10338 call _glapi_get_dispatch
10339 popq %rdi
10340 movq 2296(%rax), %r11
10341 jmp *%r11
10342 #endif /* defined(GLX_USE_TLS) */
10343 .size GL_PREFIX(IsList), .-GL_PREFIX(IsList)
10344
10345 .p2align 4,,15
10346 .globl GL_PREFIX(DepthRange)
10347 .type GL_PREFIX(DepthRange), @function
10348 GL_PREFIX(DepthRange):
10349 #if defined(GLX_USE_TLS)
10350 call _x86_64_get_dispatch@PLT
10351 movq 2304(%rax), %r11
10352 jmp *%r11
10353 #elif defined(PTHREADS)
10354 pushq %rdi
10355 pushq %rsi
10356 pushq %rbp
10357 call _x86_64_get_dispatch@PLT
10358 popq %rbp
10359 popq %rsi
10360 popq %rdi
10361 movq 2304(%rax), %r11
10362 jmp *%r11
10363 #else
10364 movq _glapi_Dispatch(%rip), %rax
10365 testq %rax, %rax
10366 je 1f
10367 movq 2304(%rax), %r11
10368 jmp *%r11
10369 1:
10370 pushq %rdi
10371 pushq %rsi
10372 pushq %rbp
10373 call _glapi_get_dispatch
10374 popq %rbp
10375 popq %rsi
10376 popq %rdi
10377 movq 2304(%rax), %r11
10378 jmp *%r11
10379 #endif /* defined(GLX_USE_TLS) */
10380 .size GL_PREFIX(DepthRange), .-GL_PREFIX(DepthRange)
10381
10382 .p2align 4,,15
10383 .globl GL_PREFIX(Frustum)
10384 .type GL_PREFIX(Frustum), @function
10385 GL_PREFIX(Frustum):
10386 #if defined(GLX_USE_TLS)
10387 call _x86_64_get_dispatch@PLT
10388 movq 2312(%rax), %r11
10389 jmp *%r11
10390 #elif defined(PTHREADS)
10391 subq $56, %rsp
10392 movq %xmm0, (%rsp)
10393 movq %xmm1, 8(%rsp)
10394 movq %xmm2, 16(%rsp)
10395 movq %xmm3, 24(%rsp)
10396 movq %xmm4, 32(%rsp)
10397 movq %xmm5, 40(%rsp)
10398 call _x86_64_get_dispatch@PLT
10399 movq 40(%rsp), %xmm5
10400 movq 32(%rsp), %xmm4
10401 movq 24(%rsp), %xmm3
10402 movq 16(%rsp), %xmm2
10403 movq 8(%rsp), %xmm1
10404 movq (%rsp), %xmm0
10405 addq $56, %rsp
10406 movq 2312(%rax), %r11
10407 jmp *%r11
10408 #else
10409 movq _glapi_Dispatch(%rip), %rax
10410 testq %rax, %rax
10411 je 1f
10412 movq 2312(%rax), %r11
10413 jmp *%r11
10414 1:
10415 subq $56, %rsp
10416 movq %xmm0, (%rsp)
10417 movq %xmm1, 8(%rsp)
10418 movq %xmm2, 16(%rsp)
10419 movq %xmm3, 24(%rsp)
10420 movq %xmm4, 32(%rsp)
10421 movq %xmm5, 40(%rsp)
10422 call _glapi_get_dispatch
10423 movq 40(%rsp), %xmm5
10424 movq 32(%rsp), %xmm4
10425 movq 24(%rsp), %xmm3
10426 movq 16(%rsp), %xmm2
10427 movq 8(%rsp), %xmm1
10428 movq (%rsp), %xmm0
10429 addq $56, %rsp
10430 movq 2312(%rax), %r11
10431 jmp *%r11
10432 #endif /* defined(GLX_USE_TLS) */
10433 .size GL_PREFIX(Frustum), .-GL_PREFIX(Frustum)
10434
10435 .p2align 4,,15
10436 .globl GL_PREFIX(LoadIdentity)
10437 .type GL_PREFIX(LoadIdentity), @function
10438 GL_PREFIX(LoadIdentity):
10439 #if defined(GLX_USE_TLS)
10440 call _x86_64_get_dispatch@PLT
10441 movq 2320(%rax), %r11
10442 jmp *%r11
10443 #elif defined(PTHREADS)
10444 pushq %rbp
10445 call _x86_64_get_dispatch@PLT
10446 popq %rbp
10447 movq 2320(%rax), %r11
10448 jmp *%r11
10449 #else
10450 movq _glapi_Dispatch(%rip), %rax
10451 testq %rax, %rax
10452 je 1f
10453 movq 2320(%rax), %r11
10454 jmp *%r11
10455 1:
10456 pushq %rbp
10457 call _glapi_get_dispatch
10458 popq %rbp
10459 movq 2320(%rax), %r11
10460 jmp *%r11
10461 #endif /* defined(GLX_USE_TLS) */
10462 .size GL_PREFIX(LoadIdentity), .-GL_PREFIX(LoadIdentity)
10463
10464 .p2align 4,,15
10465 .globl GL_PREFIX(LoadMatrixf)
10466 .type GL_PREFIX(LoadMatrixf), @function
10467 GL_PREFIX(LoadMatrixf):
10468 #if defined(GLX_USE_TLS)
10469 call _x86_64_get_dispatch@PLT
10470 movq 2328(%rax), %r11
10471 jmp *%r11
10472 #elif defined(PTHREADS)
10473 pushq %rdi
10474 call _x86_64_get_dispatch@PLT
10475 popq %rdi
10476 movq 2328(%rax), %r11
10477 jmp *%r11
10478 #else
10479 movq _glapi_Dispatch(%rip), %rax
10480 testq %rax, %rax
10481 je 1f
10482 movq 2328(%rax), %r11
10483 jmp *%r11
10484 1:
10485 pushq %rdi
10486 call _glapi_get_dispatch
10487 popq %rdi
10488 movq 2328(%rax), %r11
10489 jmp *%r11
10490 #endif /* defined(GLX_USE_TLS) */
10491 .size GL_PREFIX(LoadMatrixf), .-GL_PREFIX(LoadMatrixf)
10492
10493 .p2align 4,,15
10494 .globl GL_PREFIX(LoadMatrixd)
10495 .type GL_PREFIX(LoadMatrixd), @function
10496 GL_PREFIX(LoadMatrixd):
10497 #if defined(GLX_USE_TLS)
10498 call _x86_64_get_dispatch@PLT
10499 movq 2336(%rax), %r11
10500 jmp *%r11
10501 #elif defined(PTHREADS)
10502 pushq %rdi
10503 call _x86_64_get_dispatch@PLT
10504 popq %rdi
10505 movq 2336(%rax), %r11
10506 jmp *%r11
10507 #else
10508 movq _glapi_Dispatch(%rip), %rax
10509 testq %rax, %rax
10510 je 1f
10511 movq 2336(%rax), %r11
10512 jmp *%r11
10513 1:
10514 pushq %rdi
10515 call _glapi_get_dispatch
10516 popq %rdi
10517 movq 2336(%rax), %r11
10518 jmp *%r11
10519 #endif /* defined(GLX_USE_TLS) */
10520 .size GL_PREFIX(LoadMatrixd), .-GL_PREFIX(LoadMatrixd)
10521
10522 .p2align 4,,15
10523 .globl GL_PREFIX(MatrixMode)
10524 .type GL_PREFIX(MatrixMode), @function
10525 GL_PREFIX(MatrixMode):
10526 #if defined(GLX_USE_TLS)
10527 call _x86_64_get_dispatch@PLT
10528 movq 2344(%rax), %r11
10529 jmp *%r11
10530 #elif defined(PTHREADS)
10531 pushq %rdi
10532 call _x86_64_get_dispatch@PLT
10533 popq %rdi
10534 movq 2344(%rax), %r11
10535 jmp *%r11
10536 #else
10537 movq _glapi_Dispatch(%rip), %rax
10538 testq %rax, %rax
10539 je 1f
10540 movq 2344(%rax), %r11
10541 jmp *%r11
10542 1:
10543 pushq %rdi
10544 call _glapi_get_dispatch
10545 popq %rdi
10546 movq 2344(%rax), %r11
10547 jmp *%r11
10548 #endif /* defined(GLX_USE_TLS) */
10549 .size GL_PREFIX(MatrixMode), .-GL_PREFIX(MatrixMode)
10550
10551 .p2align 4,,15
10552 .globl GL_PREFIX(MultMatrixf)
10553 .type GL_PREFIX(MultMatrixf), @function
10554 GL_PREFIX(MultMatrixf):
10555 #if defined(GLX_USE_TLS)
10556 call _x86_64_get_dispatch@PLT
10557 movq 2352(%rax), %r11
10558 jmp *%r11
10559 #elif defined(PTHREADS)
10560 pushq %rdi
10561 call _x86_64_get_dispatch@PLT
10562 popq %rdi
10563 movq 2352(%rax), %r11
10564 jmp *%r11
10565 #else
10566 movq _glapi_Dispatch(%rip), %rax
10567 testq %rax, %rax
10568 je 1f
10569 movq 2352(%rax), %r11
10570 jmp *%r11
10571 1:
10572 pushq %rdi
10573 call _glapi_get_dispatch
10574 popq %rdi
10575 movq 2352(%rax), %r11
10576 jmp *%r11
10577 #endif /* defined(GLX_USE_TLS) */
10578 .size GL_PREFIX(MultMatrixf), .-GL_PREFIX(MultMatrixf)
10579
10580 .p2align 4,,15
10581 .globl GL_PREFIX(MultMatrixd)
10582 .type GL_PREFIX(MultMatrixd), @function
10583 GL_PREFIX(MultMatrixd):
10584 #if defined(GLX_USE_TLS)
10585 call _x86_64_get_dispatch@PLT
10586 movq 2360(%rax), %r11
10587 jmp *%r11
10588 #elif defined(PTHREADS)
10589 pushq %rdi
10590 call _x86_64_get_dispatch@PLT
10591 popq %rdi
10592 movq 2360(%rax), %r11
10593 jmp *%r11
10594 #else
10595 movq _glapi_Dispatch(%rip), %rax
10596 testq %rax, %rax
10597 je 1f
10598 movq 2360(%rax), %r11
10599 jmp *%r11
10600 1:
10601 pushq %rdi
10602 call _glapi_get_dispatch
10603 popq %rdi
10604 movq 2360(%rax), %r11
10605 jmp *%r11
10606 #endif /* defined(GLX_USE_TLS) */
10607 .size GL_PREFIX(MultMatrixd), .-GL_PREFIX(MultMatrixd)
10608
10609 .p2align 4,,15
10610 .globl GL_PREFIX(Ortho)
10611 .type GL_PREFIX(Ortho), @function
10612 GL_PREFIX(Ortho):
10613 #if defined(GLX_USE_TLS)
10614 call _x86_64_get_dispatch@PLT
10615 movq 2368(%rax), %r11
10616 jmp *%r11
10617 #elif defined(PTHREADS)
10618 subq $56, %rsp
10619 movq %xmm0, (%rsp)
10620 movq %xmm1, 8(%rsp)
10621 movq %xmm2, 16(%rsp)
10622 movq %xmm3, 24(%rsp)
10623 movq %xmm4, 32(%rsp)
10624 movq %xmm5, 40(%rsp)
10625 call _x86_64_get_dispatch@PLT
10626 movq 40(%rsp), %xmm5
10627 movq 32(%rsp), %xmm4
10628 movq 24(%rsp), %xmm3
10629 movq 16(%rsp), %xmm2
10630 movq 8(%rsp), %xmm1
10631 movq (%rsp), %xmm0
10632 addq $56, %rsp
10633 movq 2368(%rax), %r11
10634 jmp *%r11
10635 #else
10636 movq _glapi_Dispatch(%rip), %rax
10637 testq %rax, %rax
10638 je 1f
10639 movq 2368(%rax), %r11
10640 jmp *%r11
10641 1:
10642 subq $56, %rsp
10643 movq %xmm0, (%rsp)
10644 movq %xmm1, 8(%rsp)
10645 movq %xmm2, 16(%rsp)
10646 movq %xmm3, 24(%rsp)
10647 movq %xmm4, 32(%rsp)
10648 movq %xmm5, 40(%rsp)
10649 call _glapi_get_dispatch
10650 movq 40(%rsp), %xmm5
10651 movq 32(%rsp), %xmm4
10652 movq 24(%rsp), %xmm3
10653 movq 16(%rsp), %xmm2
10654 movq 8(%rsp), %xmm1
10655 movq (%rsp), %xmm0
10656 addq $56, %rsp
10657 movq 2368(%rax), %r11
10658 jmp *%r11
10659 #endif /* defined(GLX_USE_TLS) */
10660 .size GL_PREFIX(Ortho), .-GL_PREFIX(Ortho)
10661
10662 .p2align 4,,15
10663 .globl GL_PREFIX(PopMatrix)
10664 .type GL_PREFIX(PopMatrix), @function
10665 GL_PREFIX(PopMatrix):
10666 #if defined(GLX_USE_TLS)
10667 call _x86_64_get_dispatch@PLT
10668 movq 2376(%rax), %r11
10669 jmp *%r11
10670 #elif defined(PTHREADS)
10671 pushq %rbp
10672 call _x86_64_get_dispatch@PLT
10673 popq %rbp
10674 movq 2376(%rax), %r11
10675 jmp *%r11
10676 #else
10677 movq _glapi_Dispatch(%rip), %rax
10678 testq %rax, %rax
10679 je 1f
10680 movq 2376(%rax), %r11
10681 jmp *%r11
10682 1:
10683 pushq %rbp
10684 call _glapi_get_dispatch
10685 popq %rbp
10686 movq 2376(%rax), %r11
10687 jmp *%r11
10688 #endif /* defined(GLX_USE_TLS) */
10689 .size GL_PREFIX(PopMatrix), .-GL_PREFIX(PopMatrix)
10690
10691 .p2align 4,,15
10692 .globl GL_PREFIX(PushMatrix)
10693 .type GL_PREFIX(PushMatrix), @function
10694 GL_PREFIX(PushMatrix):
10695 #if defined(GLX_USE_TLS)
10696 call _x86_64_get_dispatch@PLT
10697 movq 2384(%rax), %r11
10698 jmp *%r11
10699 #elif defined(PTHREADS)
10700 pushq %rbp
10701 call _x86_64_get_dispatch@PLT
10702 popq %rbp
10703 movq 2384(%rax), %r11
10704 jmp *%r11
10705 #else
10706 movq _glapi_Dispatch(%rip), %rax
10707 testq %rax, %rax
10708 je 1f
10709 movq 2384(%rax), %r11
10710 jmp *%r11
10711 1:
10712 pushq %rbp
10713 call _glapi_get_dispatch
10714 popq %rbp
10715 movq 2384(%rax), %r11
10716 jmp *%r11
10717 #endif /* defined(GLX_USE_TLS) */
10718 .size GL_PREFIX(PushMatrix), .-GL_PREFIX(PushMatrix)
10719
10720 .p2align 4,,15
10721 .globl GL_PREFIX(Rotated)
10722 .type GL_PREFIX(Rotated), @function
10723 GL_PREFIX(Rotated):
10724 #if defined(GLX_USE_TLS)
10725 call _x86_64_get_dispatch@PLT
10726 movq 2392(%rax), %r11
10727 jmp *%r11
10728 #elif defined(PTHREADS)
10729 subq $40, %rsp
10730 movq %xmm0, (%rsp)
10731 movq %xmm1, 8(%rsp)
10732 movq %xmm2, 16(%rsp)
10733 movq %xmm3, 24(%rsp)
10734 call _x86_64_get_dispatch@PLT
10735 movq 24(%rsp), %xmm3
10736 movq 16(%rsp), %xmm2
10737 movq 8(%rsp), %xmm1
10738 movq (%rsp), %xmm0
10739 addq $40, %rsp
10740 movq 2392(%rax), %r11
10741 jmp *%r11
10742 #else
10743 movq _glapi_Dispatch(%rip), %rax
10744 testq %rax, %rax
10745 je 1f
10746 movq 2392(%rax), %r11
10747 jmp *%r11
10748 1:
10749 subq $40, %rsp
10750 movq %xmm0, (%rsp)
10751 movq %xmm1, 8(%rsp)
10752 movq %xmm2, 16(%rsp)
10753 movq %xmm3, 24(%rsp)
10754 call _glapi_get_dispatch
10755 movq 24(%rsp), %xmm3
10756 movq 16(%rsp), %xmm2
10757 movq 8(%rsp), %xmm1
10758 movq (%rsp), %xmm0
10759 addq $40, %rsp
10760 movq 2392(%rax), %r11
10761 jmp *%r11
10762 #endif /* defined(GLX_USE_TLS) */
10763 .size GL_PREFIX(Rotated), .-GL_PREFIX(Rotated)
10764
10765 .p2align 4,,15
10766 .globl GL_PREFIX(Rotatef)
10767 .type GL_PREFIX(Rotatef), @function
10768 GL_PREFIX(Rotatef):
10769 #if defined(GLX_USE_TLS)
10770 call _x86_64_get_dispatch@PLT
10771 movq 2400(%rax), %r11
10772 jmp *%r11
10773 #elif defined(PTHREADS)
10774 subq $40, %rsp
10775 movq %xmm0, (%rsp)
10776 movq %xmm1, 8(%rsp)
10777 movq %xmm2, 16(%rsp)
10778 movq %xmm3, 24(%rsp)
10779 call _x86_64_get_dispatch@PLT
10780 movq 24(%rsp), %xmm3
10781 movq 16(%rsp), %xmm2
10782 movq 8(%rsp), %xmm1
10783 movq (%rsp), %xmm0
10784 addq $40, %rsp
10785 movq 2400(%rax), %r11
10786 jmp *%r11
10787 #else
10788 movq _glapi_Dispatch(%rip), %rax
10789 testq %rax, %rax
10790 je 1f
10791 movq 2400(%rax), %r11
10792 jmp *%r11
10793 1:
10794 subq $40, %rsp
10795 movq %xmm0, (%rsp)
10796 movq %xmm1, 8(%rsp)
10797 movq %xmm2, 16(%rsp)
10798 movq %xmm3, 24(%rsp)
10799 call _glapi_get_dispatch
10800 movq 24(%rsp), %xmm3
10801 movq 16(%rsp), %xmm2
10802 movq 8(%rsp), %xmm1
10803 movq (%rsp), %xmm0
10804 addq $40, %rsp
10805 movq 2400(%rax), %r11
10806 jmp *%r11
10807 #endif /* defined(GLX_USE_TLS) */
10808 .size GL_PREFIX(Rotatef), .-GL_PREFIX(Rotatef)
10809
10810 .p2align 4,,15
10811 .globl GL_PREFIX(Scaled)
10812 .type GL_PREFIX(Scaled), @function
10813 GL_PREFIX(Scaled):
10814 #if defined(GLX_USE_TLS)
10815 call _x86_64_get_dispatch@PLT
10816 movq 2408(%rax), %r11
10817 jmp *%r11
10818 #elif defined(PTHREADS)
10819 subq $24, %rsp
10820 movq %xmm0, (%rsp)
10821 movq %xmm1, 8(%rsp)
10822 movq %xmm2, 16(%rsp)
10823 call _x86_64_get_dispatch@PLT
10824 movq 16(%rsp), %xmm2
10825 movq 8(%rsp), %xmm1
10826 movq (%rsp), %xmm0
10827 addq $24, %rsp
10828 movq 2408(%rax), %r11
10829 jmp *%r11
10830 #else
10831 movq _glapi_Dispatch(%rip), %rax
10832 testq %rax, %rax
10833 je 1f
10834 movq 2408(%rax), %r11
10835 jmp *%r11
10836 1:
10837 subq $24, %rsp
10838 movq %xmm0, (%rsp)
10839 movq %xmm1, 8(%rsp)
10840 movq %xmm2, 16(%rsp)
10841 call _glapi_get_dispatch
10842 movq 16(%rsp), %xmm2
10843 movq 8(%rsp), %xmm1
10844 movq (%rsp), %xmm0
10845 addq $24, %rsp
10846 movq 2408(%rax), %r11
10847 jmp *%r11
10848 #endif /* defined(GLX_USE_TLS) */
10849 .size GL_PREFIX(Scaled), .-GL_PREFIX(Scaled)
10850
10851 .p2align 4,,15
10852 .globl GL_PREFIX(Scalef)
10853 .type GL_PREFIX(Scalef), @function
10854 GL_PREFIX(Scalef):
10855 #if defined(GLX_USE_TLS)
10856 call _x86_64_get_dispatch@PLT
10857 movq 2416(%rax), %r11
10858 jmp *%r11
10859 #elif defined(PTHREADS)
10860 subq $24, %rsp
10861 movq %xmm0, (%rsp)
10862 movq %xmm1, 8(%rsp)
10863 movq %xmm2, 16(%rsp)
10864 call _x86_64_get_dispatch@PLT
10865 movq 16(%rsp), %xmm2
10866 movq 8(%rsp), %xmm1
10867 movq (%rsp), %xmm0
10868 addq $24, %rsp
10869 movq 2416(%rax), %r11
10870 jmp *%r11
10871 #else
10872 movq _glapi_Dispatch(%rip), %rax
10873 testq %rax, %rax
10874 je 1f
10875 movq 2416(%rax), %r11
10876 jmp *%r11
10877 1:
10878 subq $24, %rsp
10879 movq %xmm0, (%rsp)
10880 movq %xmm1, 8(%rsp)
10881 movq %xmm2, 16(%rsp)
10882 call _glapi_get_dispatch
10883 movq 16(%rsp), %xmm2
10884 movq 8(%rsp), %xmm1
10885 movq (%rsp), %xmm0
10886 addq $24, %rsp
10887 movq 2416(%rax), %r11
10888 jmp *%r11
10889 #endif /* defined(GLX_USE_TLS) */
10890 .size GL_PREFIX(Scalef), .-GL_PREFIX(Scalef)
10891
10892 .p2align 4,,15
10893 .globl GL_PREFIX(Translated)
10894 .type GL_PREFIX(Translated), @function
10895 GL_PREFIX(Translated):
10896 #if defined(GLX_USE_TLS)
10897 call _x86_64_get_dispatch@PLT
10898 movq 2424(%rax), %r11
10899 jmp *%r11
10900 #elif defined(PTHREADS)
10901 subq $24, %rsp
10902 movq %xmm0, (%rsp)
10903 movq %xmm1, 8(%rsp)
10904 movq %xmm2, 16(%rsp)
10905 call _x86_64_get_dispatch@PLT
10906 movq 16(%rsp), %xmm2
10907 movq 8(%rsp), %xmm1
10908 movq (%rsp), %xmm0
10909 addq $24, %rsp
10910 movq 2424(%rax), %r11
10911 jmp *%r11
10912 #else
10913 movq _glapi_Dispatch(%rip), %rax
10914 testq %rax, %rax
10915 je 1f
10916 movq 2424(%rax), %r11
10917 jmp *%r11
10918 1:
10919 subq $24, %rsp
10920 movq %xmm0, (%rsp)
10921 movq %xmm1, 8(%rsp)
10922 movq %xmm2, 16(%rsp)
10923 call _glapi_get_dispatch
10924 movq 16(%rsp), %xmm2
10925 movq 8(%rsp), %xmm1
10926 movq (%rsp), %xmm0
10927 addq $24, %rsp
10928 movq 2424(%rax), %r11
10929 jmp *%r11
10930 #endif /* defined(GLX_USE_TLS) */
10931 .size GL_PREFIX(Translated), .-GL_PREFIX(Translated)
10932
10933 .p2align 4,,15
10934 .globl GL_PREFIX(Translatef)
10935 .type GL_PREFIX(Translatef), @function
10936 GL_PREFIX(Translatef):
10937 #if defined(GLX_USE_TLS)
10938 call _x86_64_get_dispatch@PLT
10939 movq 2432(%rax), %r11
10940 jmp *%r11
10941 #elif defined(PTHREADS)
10942 subq $24, %rsp
10943 movq %xmm0, (%rsp)
10944 movq %xmm1, 8(%rsp)
10945 movq %xmm2, 16(%rsp)
10946 call _x86_64_get_dispatch@PLT
10947 movq 16(%rsp), %xmm2
10948 movq 8(%rsp), %xmm1
10949 movq (%rsp), %xmm0
10950 addq $24, %rsp
10951 movq 2432(%rax), %r11
10952 jmp *%r11
10953 #else
10954 movq _glapi_Dispatch(%rip), %rax
10955 testq %rax, %rax
10956 je 1f
10957 movq 2432(%rax), %r11
10958 jmp *%r11
10959 1:
10960 subq $24, %rsp
10961 movq %xmm0, (%rsp)
10962 movq %xmm1, 8(%rsp)
10963 movq %xmm2, 16(%rsp)
10964 call _glapi_get_dispatch
10965 movq 16(%rsp), %xmm2
10966 movq 8(%rsp), %xmm1
10967 movq (%rsp), %xmm0
10968 addq $24, %rsp
10969 movq 2432(%rax), %r11
10970 jmp *%r11
10971 #endif /* defined(GLX_USE_TLS) */
10972 .size GL_PREFIX(Translatef), .-GL_PREFIX(Translatef)
10973
10974 .p2align 4,,15
10975 .globl GL_PREFIX(Viewport)
10976 .type GL_PREFIX(Viewport), @function
10977 GL_PREFIX(Viewport):
10978 #if defined(GLX_USE_TLS)
10979 call _x86_64_get_dispatch@PLT
10980 movq 2440(%rax), %r11
10981 jmp *%r11
10982 #elif defined(PTHREADS)
10983 pushq %rdi
10984 pushq %rsi
10985 pushq %rdx
10986 pushq %rcx
10987 pushq %rbp
10988 call _x86_64_get_dispatch@PLT
10989 popq %rbp
10990 popq %rcx
10991 popq %rdx
10992 popq %rsi
10993 popq %rdi
10994 movq 2440(%rax), %r11
10995 jmp *%r11
10996 #else
10997 movq _glapi_Dispatch(%rip), %rax
10998 testq %rax, %rax
10999 je 1f
11000 movq 2440(%rax), %r11
11001 jmp *%r11
11002 1:
11003 pushq %rdi
11004 pushq %rsi
11005 pushq %rdx
11006 pushq %rcx
11007 pushq %rbp
11008 call _glapi_get_dispatch
11009 popq %rbp
11010 popq %rcx
11011 popq %rdx
11012 popq %rsi
11013 popq %rdi
11014 movq 2440(%rax), %r11
11015 jmp *%r11
11016 #endif /* defined(GLX_USE_TLS) */
11017 .size GL_PREFIX(Viewport), .-GL_PREFIX(Viewport)
11018
11019 .p2align 4,,15
11020 .globl GL_PREFIX(ArrayElement)
11021 .type GL_PREFIX(ArrayElement), @function
11022 GL_PREFIX(ArrayElement):
11023 #if defined(GLX_USE_TLS)
11024 call _x86_64_get_dispatch@PLT
11025 movq 2448(%rax), %r11
11026 jmp *%r11
11027 #elif defined(PTHREADS)
11028 pushq %rdi
11029 call _x86_64_get_dispatch@PLT
11030 popq %rdi
11031 movq 2448(%rax), %r11
11032 jmp *%r11
11033 #else
11034 movq _glapi_Dispatch(%rip), %rax
11035 testq %rax, %rax
11036 je 1f
11037 movq 2448(%rax), %r11
11038 jmp *%r11
11039 1:
11040 pushq %rdi
11041 call _glapi_get_dispatch
11042 popq %rdi
11043 movq 2448(%rax), %r11
11044 jmp *%r11
11045 #endif /* defined(GLX_USE_TLS) */
11046 .size GL_PREFIX(ArrayElement), .-GL_PREFIX(ArrayElement)
11047
11048 .p2align 4,,15
11049 .globl GL_PREFIX(BindTexture)
11050 .type GL_PREFIX(BindTexture), @function
11051 GL_PREFIX(BindTexture):
11052 #if defined(GLX_USE_TLS)
11053 call _x86_64_get_dispatch@PLT
11054 movq 2456(%rax), %r11
11055 jmp *%r11
11056 #elif defined(PTHREADS)
11057 pushq %rdi
11058 pushq %rsi
11059 pushq %rbp
11060 call _x86_64_get_dispatch@PLT
11061 popq %rbp
11062 popq %rsi
11063 popq %rdi
11064 movq 2456(%rax), %r11
11065 jmp *%r11
11066 #else
11067 movq _glapi_Dispatch(%rip), %rax
11068 testq %rax, %rax
11069 je 1f
11070 movq 2456(%rax), %r11
11071 jmp *%r11
11072 1:
11073 pushq %rdi
11074 pushq %rsi
11075 pushq %rbp
11076 call _glapi_get_dispatch
11077 popq %rbp
11078 popq %rsi
11079 popq %rdi
11080 movq 2456(%rax), %r11
11081 jmp *%r11
11082 #endif /* defined(GLX_USE_TLS) */
11083 .size GL_PREFIX(BindTexture), .-GL_PREFIX(BindTexture)
11084
11085 .p2align 4,,15
11086 .globl GL_PREFIX(ColorPointer)
11087 .type GL_PREFIX(ColorPointer), @function
11088 GL_PREFIX(ColorPointer):
11089 #if defined(GLX_USE_TLS)
11090 call _x86_64_get_dispatch@PLT
11091 movq 2464(%rax), %r11
11092 jmp *%r11
11093 #elif defined(PTHREADS)
11094 pushq %rdi
11095 pushq %rsi
11096 pushq %rdx
11097 pushq %rcx
11098 pushq %rbp
11099 call _x86_64_get_dispatch@PLT
11100 popq %rbp
11101 popq %rcx
11102 popq %rdx
11103 popq %rsi
11104 popq %rdi
11105 movq 2464(%rax), %r11
11106 jmp *%r11
11107 #else
11108 movq _glapi_Dispatch(%rip), %rax
11109 testq %rax, %rax
11110 je 1f
11111 movq 2464(%rax), %r11
11112 jmp *%r11
11113 1:
11114 pushq %rdi
11115 pushq %rsi
11116 pushq %rdx
11117 pushq %rcx
11118 pushq %rbp
11119 call _glapi_get_dispatch
11120 popq %rbp
11121 popq %rcx
11122 popq %rdx
11123 popq %rsi
11124 popq %rdi
11125 movq 2464(%rax), %r11
11126 jmp *%r11
11127 #endif /* defined(GLX_USE_TLS) */
11128 .size GL_PREFIX(ColorPointer), .-GL_PREFIX(ColorPointer)
11129
11130 .p2align 4,,15
11131 .globl GL_PREFIX(DisableClientState)
11132 .type GL_PREFIX(DisableClientState), @function
11133 GL_PREFIX(DisableClientState):
11134 #if defined(GLX_USE_TLS)
11135 call _x86_64_get_dispatch@PLT
11136 movq 2472(%rax), %r11
11137 jmp *%r11
11138 #elif defined(PTHREADS)
11139 pushq %rdi
11140 call _x86_64_get_dispatch@PLT
11141 popq %rdi
11142 movq 2472(%rax), %r11
11143 jmp *%r11
11144 #else
11145 movq _glapi_Dispatch(%rip), %rax
11146 testq %rax, %rax
11147 je 1f
11148 movq 2472(%rax), %r11
11149 jmp *%r11
11150 1:
11151 pushq %rdi
11152 call _glapi_get_dispatch
11153 popq %rdi
11154 movq 2472(%rax), %r11
11155 jmp *%r11
11156 #endif /* defined(GLX_USE_TLS) */
11157 .size GL_PREFIX(DisableClientState), .-GL_PREFIX(DisableClientState)
11158
11159 .p2align 4,,15
11160 .globl GL_PREFIX(DrawArrays)
11161 .type GL_PREFIX(DrawArrays), @function
11162 GL_PREFIX(DrawArrays):
11163 #if defined(GLX_USE_TLS)
11164 call _x86_64_get_dispatch@PLT
11165 movq 2480(%rax), %r11
11166 jmp *%r11
11167 #elif defined(PTHREADS)
11168 pushq %rdi
11169 pushq %rsi
11170 pushq %rdx
11171 call _x86_64_get_dispatch@PLT
11172 popq %rdx
11173 popq %rsi
11174 popq %rdi
11175 movq 2480(%rax), %r11
11176 jmp *%r11
11177 #else
11178 movq _glapi_Dispatch(%rip), %rax
11179 testq %rax, %rax
11180 je 1f
11181 movq 2480(%rax), %r11
11182 jmp *%r11
11183 1:
11184 pushq %rdi
11185 pushq %rsi
11186 pushq %rdx
11187 call _glapi_get_dispatch
11188 popq %rdx
11189 popq %rsi
11190 popq %rdi
11191 movq 2480(%rax), %r11
11192 jmp *%r11
11193 #endif /* defined(GLX_USE_TLS) */
11194 .size GL_PREFIX(DrawArrays), .-GL_PREFIX(DrawArrays)
11195
11196 .p2align 4,,15
11197 .globl GL_PREFIX(DrawElements)
11198 .type GL_PREFIX(DrawElements), @function
11199 GL_PREFIX(DrawElements):
11200 #if defined(GLX_USE_TLS)
11201 call _x86_64_get_dispatch@PLT
11202 movq 2488(%rax), %r11
11203 jmp *%r11
11204 #elif defined(PTHREADS)
11205 pushq %rdi
11206 pushq %rsi
11207 pushq %rdx
11208 pushq %rcx
11209 pushq %rbp
11210 call _x86_64_get_dispatch@PLT
11211 popq %rbp
11212 popq %rcx
11213 popq %rdx
11214 popq %rsi
11215 popq %rdi
11216 movq 2488(%rax), %r11
11217 jmp *%r11
11218 #else
11219 movq _glapi_Dispatch(%rip), %rax
11220 testq %rax, %rax
11221 je 1f
11222 movq 2488(%rax), %r11
11223 jmp *%r11
11224 1:
11225 pushq %rdi
11226 pushq %rsi
11227 pushq %rdx
11228 pushq %rcx
11229 pushq %rbp
11230 call _glapi_get_dispatch
11231 popq %rbp
11232 popq %rcx
11233 popq %rdx
11234 popq %rsi
11235 popq %rdi
11236 movq 2488(%rax), %r11
11237 jmp *%r11
11238 #endif /* defined(GLX_USE_TLS) */
11239 .size GL_PREFIX(DrawElements), .-GL_PREFIX(DrawElements)
11240
11241 .p2align 4,,15
11242 .globl GL_PREFIX(EdgeFlagPointer)
11243 .type GL_PREFIX(EdgeFlagPointer), @function
11244 GL_PREFIX(EdgeFlagPointer):
11245 #if defined(GLX_USE_TLS)
11246 call _x86_64_get_dispatch@PLT
11247 movq 2496(%rax), %r11
11248 jmp *%r11
11249 #elif defined(PTHREADS)
11250 pushq %rdi
11251 pushq %rsi
11252 pushq %rbp
11253 call _x86_64_get_dispatch@PLT
11254 popq %rbp
11255 popq %rsi
11256 popq %rdi
11257 movq 2496(%rax), %r11
11258 jmp *%r11
11259 #else
11260 movq _glapi_Dispatch(%rip), %rax
11261 testq %rax, %rax
11262 je 1f
11263 movq 2496(%rax), %r11
11264 jmp *%r11
11265 1:
11266 pushq %rdi
11267 pushq %rsi
11268 pushq %rbp
11269 call _glapi_get_dispatch
11270 popq %rbp
11271 popq %rsi
11272 popq %rdi
11273 movq 2496(%rax), %r11
11274 jmp *%r11
11275 #endif /* defined(GLX_USE_TLS) */
11276 .size GL_PREFIX(EdgeFlagPointer), .-GL_PREFIX(EdgeFlagPointer)
11277
11278 .p2align 4,,15
11279 .globl GL_PREFIX(EnableClientState)
11280 .type GL_PREFIX(EnableClientState), @function
11281 GL_PREFIX(EnableClientState):
11282 #if defined(GLX_USE_TLS)
11283 call _x86_64_get_dispatch@PLT
11284 movq 2504(%rax), %r11
11285 jmp *%r11
11286 #elif defined(PTHREADS)
11287 pushq %rdi
11288 call _x86_64_get_dispatch@PLT
11289 popq %rdi
11290 movq 2504(%rax), %r11
11291 jmp *%r11
11292 #else
11293 movq _glapi_Dispatch(%rip), %rax
11294 testq %rax, %rax
11295 je 1f
11296 movq 2504(%rax), %r11
11297 jmp *%r11
11298 1:
11299 pushq %rdi
11300 call _glapi_get_dispatch
11301 popq %rdi
11302 movq 2504(%rax), %r11
11303 jmp *%r11
11304 #endif /* defined(GLX_USE_TLS) */
11305 .size GL_PREFIX(EnableClientState), .-GL_PREFIX(EnableClientState)
11306
11307 .p2align 4,,15
11308 .globl GL_PREFIX(IndexPointer)
11309 .type GL_PREFIX(IndexPointer), @function
11310 GL_PREFIX(IndexPointer):
11311 #if defined(GLX_USE_TLS)
11312 call _x86_64_get_dispatch@PLT
11313 movq 2512(%rax), %r11
11314 jmp *%r11
11315 #elif defined(PTHREADS)
11316 pushq %rdi
11317 pushq %rsi
11318 pushq %rdx
11319 call _x86_64_get_dispatch@PLT
11320 popq %rdx
11321 popq %rsi
11322 popq %rdi
11323 movq 2512(%rax), %r11
11324 jmp *%r11
11325 #else
11326 movq _glapi_Dispatch(%rip), %rax
11327 testq %rax, %rax
11328 je 1f
11329 movq 2512(%rax), %r11
11330 jmp *%r11
11331 1:
11332 pushq %rdi
11333 pushq %rsi
11334 pushq %rdx
11335 call _glapi_get_dispatch
11336 popq %rdx
11337 popq %rsi
11338 popq %rdi
11339 movq 2512(%rax), %r11
11340 jmp *%r11
11341 #endif /* defined(GLX_USE_TLS) */
11342 .size GL_PREFIX(IndexPointer), .-GL_PREFIX(IndexPointer)
11343
11344 .p2align 4,,15
11345 .globl GL_PREFIX(Indexub)
11346 .type GL_PREFIX(Indexub), @function
11347 GL_PREFIX(Indexub):
11348 #if defined(GLX_USE_TLS)
11349 call _x86_64_get_dispatch@PLT
11350 movq 2520(%rax), %r11
11351 jmp *%r11
11352 #elif defined(PTHREADS)
11353 pushq %rdi
11354 call _x86_64_get_dispatch@PLT
11355 popq %rdi
11356 movq 2520(%rax), %r11
11357 jmp *%r11
11358 #else
11359 movq _glapi_Dispatch(%rip), %rax
11360 testq %rax, %rax
11361 je 1f
11362 movq 2520(%rax), %r11
11363 jmp *%r11
11364 1:
11365 pushq %rdi
11366 call _glapi_get_dispatch
11367 popq %rdi
11368 movq 2520(%rax), %r11
11369 jmp *%r11
11370 #endif /* defined(GLX_USE_TLS) */
11371 .size GL_PREFIX(Indexub), .-GL_PREFIX(Indexub)
11372
11373 .p2align 4,,15
11374 .globl GL_PREFIX(Indexubv)
11375 .type GL_PREFIX(Indexubv), @function
11376 GL_PREFIX(Indexubv):
11377 #if defined(GLX_USE_TLS)
11378 call _x86_64_get_dispatch@PLT
11379 movq 2528(%rax), %r11
11380 jmp *%r11
11381 #elif defined(PTHREADS)
11382 pushq %rdi
11383 call _x86_64_get_dispatch@PLT
11384 popq %rdi
11385 movq 2528(%rax), %r11
11386 jmp *%r11
11387 #else
11388 movq _glapi_Dispatch(%rip), %rax
11389 testq %rax, %rax
11390 je 1f
11391 movq 2528(%rax), %r11
11392 jmp *%r11
11393 1:
11394 pushq %rdi
11395 call _glapi_get_dispatch
11396 popq %rdi
11397 movq 2528(%rax), %r11
11398 jmp *%r11
11399 #endif /* defined(GLX_USE_TLS) */
11400 .size GL_PREFIX(Indexubv), .-GL_PREFIX(Indexubv)
11401
11402 .p2align 4,,15
11403 .globl GL_PREFIX(InterleavedArrays)
11404 .type GL_PREFIX(InterleavedArrays), @function
11405 GL_PREFIX(InterleavedArrays):
11406 #if defined(GLX_USE_TLS)
11407 call _x86_64_get_dispatch@PLT
11408 movq 2536(%rax), %r11
11409 jmp *%r11
11410 #elif defined(PTHREADS)
11411 pushq %rdi
11412 pushq %rsi
11413 pushq %rdx
11414 call _x86_64_get_dispatch@PLT
11415 popq %rdx
11416 popq %rsi
11417 popq %rdi
11418 movq 2536(%rax), %r11
11419 jmp *%r11
11420 #else
11421 movq _glapi_Dispatch(%rip), %rax
11422 testq %rax, %rax
11423 je 1f
11424 movq 2536(%rax), %r11
11425 jmp *%r11
11426 1:
11427 pushq %rdi
11428 pushq %rsi
11429 pushq %rdx
11430 call _glapi_get_dispatch
11431 popq %rdx
11432 popq %rsi
11433 popq %rdi
11434 movq 2536(%rax), %r11
11435 jmp *%r11
11436 #endif /* defined(GLX_USE_TLS) */
11437 .size GL_PREFIX(InterleavedArrays), .-GL_PREFIX(InterleavedArrays)
11438
11439 .p2align 4,,15
11440 .globl GL_PREFIX(NormalPointer)
11441 .type GL_PREFIX(NormalPointer), @function
11442 GL_PREFIX(NormalPointer):
11443 #if defined(GLX_USE_TLS)
11444 call _x86_64_get_dispatch@PLT
11445 movq 2544(%rax), %r11
11446 jmp *%r11
11447 #elif defined(PTHREADS)
11448 pushq %rdi
11449 pushq %rsi
11450 pushq %rdx
11451 call _x86_64_get_dispatch@PLT
11452 popq %rdx
11453 popq %rsi
11454 popq %rdi
11455 movq 2544(%rax), %r11
11456 jmp *%r11
11457 #else
11458 movq _glapi_Dispatch(%rip), %rax
11459 testq %rax, %rax
11460 je 1f
11461 movq 2544(%rax), %r11
11462 jmp *%r11
11463 1:
11464 pushq %rdi
11465 pushq %rsi
11466 pushq %rdx
11467 call _glapi_get_dispatch
11468 popq %rdx
11469 popq %rsi
11470 popq %rdi
11471 movq 2544(%rax), %r11
11472 jmp *%r11
11473 #endif /* defined(GLX_USE_TLS) */
11474 .size GL_PREFIX(NormalPointer), .-GL_PREFIX(NormalPointer)
11475
11476 .p2align 4,,15
11477 .globl GL_PREFIX(PolygonOffset)
11478 .type GL_PREFIX(PolygonOffset), @function
11479 GL_PREFIX(PolygonOffset):
11480 #if defined(GLX_USE_TLS)
11481 call _x86_64_get_dispatch@PLT
11482 movq 2552(%rax), %r11
11483 jmp *%r11
11484 #elif defined(PTHREADS)
11485 subq $24, %rsp
11486 movq %xmm0, (%rsp)
11487 movq %xmm1, 8(%rsp)
11488 call _x86_64_get_dispatch@PLT
11489 movq 8(%rsp), %xmm1
11490 movq (%rsp), %xmm0
11491 addq $24, %rsp
11492 movq 2552(%rax), %r11
11493 jmp *%r11
11494 #else
11495 movq _glapi_Dispatch(%rip), %rax
11496 testq %rax, %rax
11497 je 1f
11498 movq 2552(%rax), %r11
11499 jmp *%r11
11500 1:
11501 subq $24, %rsp
11502 movq %xmm0, (%rsp)
11503 movq %xmm1, 8(%rsp)
11504 call _glapi_get_dispatch
11505 movq 8(%rsp), %xmm1
11506 movq (%rsp), %xmm0
11507 addq $24, %rsp
11508 movq 2552(%rax), %r11
11509 jmp *%r11
11510 #endif /* defined(GLX_USE_TLS) */
11511 .size GL_PREFIX(PolygonOffset), .-GL_PREFIX(PolygonOffset)
11512
11513 .p2align 4,,15
11514 .globl GL_PREFIX(TexCoordPointer)
11515 .type GL_PREFIX(TexCoordPointer), @function
11516 GL_PREFIX(TexCoordPointer):
11517 #if defined(GLX_USE_TLS)
11518 call _x86_64_get_dispatch@PLT
11519 movq 2560(%rax), %r11
11520 jmp *%r11
11521 #elif defined(PTHREADS)
11522 pushq %rdi
11523 pushq %rsi
11524 pushq %rdx
11525 pushq %rcx
11526 pushq %rbp
11527 call _x86_64_get_dispatch@PLT
11528 popq %rbp
11529 popq %rcx
11530 popq %rdx
11531 popq %rsi
11532 popq %rdi
11533 movq 2560(%rax), %r11
11534 jmp *%r11
11535 #else
11536 movq _glapi_Dispatch(%rip), %rax
11537 testq %rax, %rax
11538 je 1f
11539 movq 2560(%rax), %r11
11540 jmp *%r11
11541 1:
11542 pushq %rdi
11543 pushq %rsi
11544 pushq %rdx
11545 pushq %rcx
11546 pushq %rbp
11547 call _glapi_get_dispatch
11548 popq %rbp
11549 popq %rcx
11550 popq %rdx
11551 popq %rsi
11552 popq %rdi
11553 movq 2560(%rax), %r11
11554 jmp *%r11
11555 #endif /* defined(GLX_USE_TLS) */
11556 .size GL_PREFIX(TexCoordPointer), .-GL_PREFIX(TexCoordPointer)
11557
11558 .p2align 4,,15
11559 .globl GL_PREFIX(VertexPointer)
11560 .type GL_PREFIX(VertexPointer), @function
11561 GL_PREFIX(VertexPointer):
11562 #if defined(GLX_USE_TLS)
11563 call _x86_64_get_dispatch@PLT
11564 movq 2568(%rax), %r11
11565 jmp *%r11
11566 #elif defined(PTHREADS)
11567 pushq %rdi
11568 pushq %rsi
11569 pushq %rdx
11570 pushq %rcx
11571 pushq %rbp
11572 call _x86_64_get_dispatch@PLT
11573 popq %rbp
11574 popq %rcx
11575 popq %rdx
11576 popq %rsi
11577 popq %rdi
11578 movq 2568(%rax), %r11
11579 jmp *%r11
11580 #else
11581 movq _glapi_Dispatch(%rip), %rax
11582 testq %rax, %rax
11583 je 1f
11584 movq 2568(%rax), %r11
11585 jmp *%r11
11586 1:
11587 pushq %rdi
11588 pushq %rsi
11589 pushq %rdx
11590 pushq %rcx
11591 pushq %rbp
11592 call _glapi_get_dispatch
11593 popq %rbp
11594 popq %rcx
11595 popq %rdx
11596 popq %rsi
11597 popq %rdi
11598 movq 2568(%rax), %r11
11599 jmp *%r11
11600 #endif /* defined(GLX_USE_TLS) */
11601 .size GL_PREFIX(VertexPointer), .-GL_PREFIX(VertexPointer)
11602
11603 .p2align 4,,15
11604 .globl GL_PREFIX(AreTexturesResident)
11605 .type GL_PREFIX(AreTexturesResident), @function
11606 GL_PREFIX(AreTexturesResident):
11607 #if defined(GLX_USE_TLS)
11608 call _x86_64_get_dispatch@PLT
11609 movq 2576(%rax), %r11
11610 jmp *%r11
11611 #elif defined(PTHREADS)
11612 pushq %rdi
11613 pushq %rsi
11614 pushq %rdx
11615 call _x86_64_get_dispatch@PLT
11616 popq %rdx
11617 popq %rsi
11618 popq %rdi
11619 movq 2576(%rax), %r11
11620 jmp *%r11
11621 #else
11622 movq _glapi_Dispatch(%rip), %rax
11623 testq %rax, %rax
11624 je 1f
11625 movq 2576(%rax), %r11
11626 jmp *%r11
11627 1:
11628 pushq %rdi
11629 pushq %rsi
11630 pushq %rdx
11631 call _glapi_get_dispatch
11632 popq %rdx
11633 popq %rsi
11634 popq %rdi
11635 movq 2576(%rax), %r11
11636 jmp *%r11
11637 #endif /* defined(GLX_USE_TLS) */
11638 .size GL_PREFIX(AreTexturesResident), .-GL_PREFIX(AreTexturesResident)
11639
11640 .p2align 4,,15
11641 .globl GL_PREFIX(CopyTexImage1D)
11642 .type GL_PREFIX(CopyTexImage1D), @function
11643 GL_PREFIX(CopyTexImage1D):
11644 #if defined(GLX_USE_TLS)
11645 call _x86_64_get_dispatch@PLT
11646 movq 2584(%rax), %r11
11647 jmp *%r11
11648 #elif defined(PTHREADS)
11649 pushq %rdi
11650 pushq %rsi
11651 pushq %rdx
11652 pushq %rcx
11653 pushq %r8
11654 pushq %r9
11655 pushq %rbp
11656 call _x86_64_get_dispatch@PLT
11657 popq %rbp
11658 popq %r9
11659 popq %r8
11660 popq %rcx
11661 popq %rdx
11662 popq %rsi
11663 popq %rdi
11664 movq 2584(%rax), %r11
11665 jmp *%r11
11666 #else
11667 movq _glapi_Dispatch(%rip), %rax
11668 testq %rax, %rax
11669 je 1f
11670 movq 2584(%rax), %r11
11671 jmp *%r11
11672 1:
11673 pushq %rdi
11674 pushq %rsi
11675 pushq %rdx
11676 pushq %rcx
11677 pushq %r8
11678 pushq %r9
11679 pushq %rbp
11680 call _glapi_get_dispatch
11681 popq %rbp
11682 popq %r9
11683 popq %r8
11684 popq %rcx
11685 popq %rdx
11686 popq %rsi
11687 popq %rdi
11688 movq 2584(%rax), %r11
11689 jmp *%r11
11690 #endif /* defined(GLX_USE_TLS) */
11691 .size GL_PREFIX(CopyTexImage1D), .-GL_PREFIX(CopyTexImage1D)
11692
11693 .p2align 4,,15
11694 .globl GL_PREFIX(CopyTexImage2D)
11695 .type GL_PREFIX(CopyTexImage2D), @function
11696 GL_PREFIX(CopyTexImage2D):
11697 #if defined(GLX_USE_TLS)
11698 call _x86_64_get_dispatch@PLT
11699 movq 2592(%rax), %r11
11700 jmp *%r11
11701 #elif defined(PTHREADS)
11702 pushq %rdi
11703 pushq %rsi
11704 pushq %rdx
11705 pushq %rcx
11706 pushq %r8
11707 pushq %r9
11708 pushq %rbp
11709 call _x86_64_get_dispatch@PLT
11710 popq %rbp
11711 popq %r9
11712 popq %r8
11713 popq %rcx
11714 popq %rdx
11715 popq %rsi
11716 popq %rdi
11717 movq 2592(%rax), %r11
11718 jmp *%r11
11719 #else
11720 movq _glapi_Dispatch(%rip), %rax
11721 testq %rax, %rax
11722 je 1f
11723 movq 2592(%rax), %r11
11724 jmp *%r11
11725 1:
11726 pushq %rdi
11727 pushq %rsi
11728 pushq %rdx
11729 pushq %rcx
11730 pushq %r8
11731 pushq %r9
11732 pushq %rbp
11733 call _glapi_get_dispatch
11734 popq %rbp
11735 popq %r9
11736 popq %r8
11737 popq %rcx
11738 popq %rdx
11739 popq %rsi
11740 popq %rdi
11741 movq 2592(%rax), %r11
11742 jmp *%r11
11743 #endif /* defined(GLX_USE_TLS) */
11744 .size GL_PREFIX(CopyTexImage2D), .-GL_PREFIX(CopyTexImage2D)
11745
11746 .p2align 4,,15
11747 .globl GL_PREFIX(CopyTexSubImage1D)
11748 .type GL_PREFIX(CopyTexSubImage1D), @function
11749 GL_PREFIX(CopyTexSubImage1D):
11750 #if defined(GLX_USE_TLS)
11751 call _x86_64_get_dispatch@PLT
11752 movq 2600(%rax), %r11
11753 jmp *%r11
11754 #elif defined(PTHREADS)
11755 pushq %rdi
11756 pushq %rsi
11757 pushq %rdx
11758 pushq %rcx
11759 pushq %r8
11760 pushq %r9
11761 pushq %rbp
11762 call _x86_64_get_dispatch@PLT
11763 popq %rbp
11764 popq %r9
11765 popq %r8
11766 popq %rcx
11767 popq %rdx
11768 popq %rsi
11769 popq %rdi
11770 movq 2600(%rax), %r11
11771 jmp *%r11
11772 #else
11773 movq _glapi_Dispatch(%rip), %rax
11774 testq %rax, %rax
11775 je 1f
11776 movq 2600(%rax), %r11
11777 jmp *%r11
11778 1:
11779 pushq %rdi
11780 pushq %rsi
11781 pushq %rdx
11782 pushq %rcx
11783 pushq %r8
11784 pushq %r9
11785 pushq %rbp
11786 call _glapi_get_dispatch
11787 popq %rbp
11788 popq %r9
11789 popq %r8
11790 popq %rcx
11791 popq %rdx
11792 popq %rsi
11793 popq %rdi
11794 movq 2600(%rax), %r11
11795 jmp *%r11
11796 #endif /* defined(GLX_USE_TLS) */
11797 .size GL_PREFIX(CopyTexSubImage1D), .-GL_PREFIX(CopyTexSubImage1D)
11798
11799 .p2align 4,,15
11800 .globl GL_PREFIX(CopyTexSubImage2D)
11801 .type GL_PREFIX(CopyTexSubImage2D), @function
11802 GL_PREFIX(CopyTexSubImage2D):
11803 #if defined(GLX_USE_TLS)
11804 call _x86_64_get_dispatch@PLT
11805 movq 2608(%rax), %r11
11806 jmp *%r11
11807 #elif defined(PTHREADS)
11808 pushq %rdi
11809 pushq %rsi
11810 pushq %rdx
11811 pushq %rcx
11812 pushq %r8
11813 pushq %r9
11814 pushq %rbp
11815 call _x86_64_get_dispatch@PLT
11816 popq %rbp
11817 popq %r9
11818 popq %r8
11819 popq %rcx
11820 popq %rdx
11821 popq %rsi
11822 popq %rdi
11823 movq 2608(%rax), %r11
11824 jmp *%r11
11825 #else
11826 movq _glapi_Dispatch(%rip), %rax
11827 testq %rax, %rax
11828 je 1f
11829 movq 2608(%rax), %r11
11830 jmp *%r11
11831 1:
11832 pushq %rdi
11833 pushq %rsi
11834 pushq %rdx
11835 pushq %rcx
11836 pushq %r8
11837 pushq %r9
11838 pushq %rbp
11839 call _glapi_get_dispatch
11840 popq %rbp
11841 popq %r9
11842 popq %r8
11843 popq %rcx
11844 popq %rdx
11845 popq %rsi
11846 popq %rdi
11847 movq 2608(%rax), %r11
11848 jmp *%r11
11849 #endif /* defined(GLX_USE_TLS) */
11850 .size GL_PREFIX(CopyTexSubImage2D), .-GL_PREFIX(CopyTexSubImage2D)
11851
11852 .p2align 4,,15
11853 .globl GL_PREFIX(DeleteTextures)
11854 .type GL_PREFIX(DeleteTextures), @function
11855 GL_PREFIX(DeleteTextures):
11856 #if defined(GLX_USE_TLS)
11857 call _x86_64_get_dispatch@PLT
11858 movq 2616(%rax), %r11
11859 jmp *%r11
11860 #elif defined(PTHREADS)
11861 pushq %rdi
11862 pushq %rsi
11863 pushq %rbp
11864 call _x86_64_get_dispatch@PLT
11865 popq %rbp
11866 popq %rsi
11867 popq %rdi
11868 movq 2616(%rax), %r11
11869 jmp *%r11
11870 #else
11871 movq _glapi_Dispatch(%rip), %rax
11872 testq %rax, %rax
11873 je 1f
11874 movq 2616(%rax), %r11
11875 jmp *%r11
11876 1:
11877 pushq %rdi
11878 pushq %rsi
11879 pushq %rbp
11880 call _glapi_get_dispatch
11881 popq %rbp
11882 popq %rsi
11883 popq %rdi
11884 movq 2616(%rax), %r11
11885 jmp *%r11
11886 #endif /* defined(GLX_USE_TLS) */
11887 .size GL_PREFIX(DeleteTextures), .-GL_PREFIX(DeleteTextures)
11888
11889 .p2align 4,,15
11890 .globl GL_PREFIX(GenTextures)
11891 .type GL_PREFIX(GenTextures), @function
11892 GL_PREFIX(GenTextures):
11893 #if defined(GLX_USE_TLS)
11894 call _x86_64_get_dispatch@PLT
11895 movq 2624(%rax), %r11
11896 jmp *%r11
11897 #elif defined(PTHREADS)
11898 pushq %rdi
11899 pushq %rsi
11900 pushq %rbp
11901 call _x86_64_get_dispatch@PLT
11902 popq %rbp
11903 popq %rsi
11904 popq %rdi
11905 movq 2624(%rax), %r11
11906 jmp *%r11
11907 #else
11908 movq _glapi_Dispatch(%rip), %rax
11909 testq %rax, %rax
11910 je 1f
11911 movq 2624(%rax), %r11
11912 jmp *%r11
11913 1:
11914 pushq %rdi
11915 pushq %rsi
11916 pushq %rbp
11917 call _glapi_get_dispatch
11918 popq %rbp
11919 popq %rsi
11920 popq %rdi
11921 movq 2624(%rax), %r11
11922 jmp *%r11
11923 #endif /* defined(GLX_USE_TLS) */
11924 .size GL_PREFIX(GenTextures), .-GL_PREFIX(GenTextures)
11925
11926 .p2align 4,,15
11927 .globl GL_PREFIX(GetPointerv)
11928 .type GL_PREFIX(GetPointerv), @function
11929 GL_PREFIX(GetPointerv):
11930 #if defined(GLX_USE_TLS)
11931 call _x86_64_get_dispatch@PLT
11932 movq 2632(%rax), %r11
11933 jmp *%r11
11934 #elif defined(PTHREADS)
11935 pushq %rdi
11936 pushq %rsi
11937 pushq %rbp
11938 call _x86_64_get_dispatch@PLT
11939 popq %rbp
11940 popq %rsi
11941 popq %rdi
11942 movq 2632(%rax), %r11
11943 jmp *%r11
11944 #else
11945 movq _glapi_Dispatch(%rip), %rax
11946 testq %rax, %rax
11947 je 1f
11948 movq 2632(%rax), %r11
11949 jmp *%r11
11950 1:
11951 pushq %rdi
11952 pushq %rsi
11953 pushq %rbp
11954 call _glapi_get_dispatch
11955 popq %rbp
11956 popq %rsi
11957 popq %rdi
11958 movq 2632(%rax), %r11
11959 jmp *%r11
11960 #endif /* defined(GLX_USE_TLS) */
11961 .size GL_PREFIX(GetPointerv), .-GL_PREFIX(GetPointerv)
11962
11963 .p2align 4,,15
11964 .globl GL_PREFIX(IsTexture)
11965 .type GL_PREFIX(IsTexture), @function
11966 GL_PREFIX(IsTexture):
11967 #if defined(GLX_USE_TLS)
11968 call _x86_64_get_dispatch@PLT
11969 movq 2640(%rax), %r11
11970 jmp *%r11
11971 #elif defined(PTHREADS)
11972 pushq %rdi
11973 call _x86_64_get_dispatch@PLT
11974 popq %rdi
11975 movq 2640(%rax), %r11
11976 jmp *%r11
11977 #else
11978 movq _glapi_Dispatch(%rip), %rax
11979 testq %rax, %rax
11980 je 1f
11981 movq 2640(%rax), %r11
11982 jmp *%r11
11983 1:
11984 pushq %rdi
11985 call _glapi_get_dispatch
11986 popq %rdi
11987 movq 2640(%rax), %r11
11988 jmp *%r11
11989 #endif /* defined(GLX_USE_TLS) */
11990 .size GL_PREFIX(IsTexture), .-GL_PREFIX(IsTexture)
11991
11992 .p2align 4,,15
11993 .globl GL_PREFIX(PrioritizeTextures)
11994 .type GL_PREFIX(PrioritizeTextures), @function
11995 GL_PREFIX(PrioritizeTextures):
11996 #if defined(GLX_USE_TLS)
11997 call _x86_64_get_dispatch@PLT
11998 movq 2648(%rax), %r11
11999 jmp *%r11
12000 #elif defined(PTHREADS)
12001 pushq %rdi
12002 pushq %rsi
12003 pushq %rdx
12004 call _x86_64_get_dispatch@PLT
12005 popq %rdx
12006 popq %rsi
12007 popq %rdi
12008 movq 2648(%rax), %r11
12009 jmp *%r11
12010 #else
12011 movq _glapi_Dispatch(%rip), %rax
12012 testq %rax, %rax
12013 je 1f
12014 movq 2648(%rax), %r11
12015 jmp *%r11
12016 1:
12017 pushq %rdi
12018 pushq %rsi
12019 pushq %rdx
12020 call _glapi_get_dispatch
12021 popq %rdx
12022 popq %rsi
12023 popq %rdi
12024 movq 2648(%rax), %r11
12025 jmp *%r11
12026 #endif /* defined(GLX_USE_TLS) */
12027 .size GL_PREFIX(PrioritizeTextures), .-GL_PREFIX(PrioritizeTextures)
12028
12029 .p2align 4,,15
12030 .globl GL_PREFIX(TexSubImage1D)
12031 .type GL_PREFIX(TexSubImage1D), @function
12032 GL_PREFIX(TexSubImage1D):
12033 #if defined(GLX_USE_TLS)
12034 call _x86_64_get_dispatch@PLT
12035 movq 2656(%rax), %r11
12036 jmp *%r11
12037 #elif defined(PTHREADS)
12038 pushq %rdi
12039 pushq %rsi
12040 pushq %rdx
12041 pushq %rcx
12042 pushq %r8
12043 pushq %r9
12044 pushq %rbp
12045 call _x86_64_get_dispatch@PLT
12046 popq %rbp
12047 popq %r9
12048 popq %r8
12049 popq %rcx
12050 popq %rdx
12051 popq %rsi
12052 popq %rdi
12053 movq 2656(%rax), %r11
12054 jmp *%r11
12055 #else
12056 movq _glapi_Dispatch(%rip), %rax
12057 testq %rax, %rax
12058 je 1f
12059 movq 2656(%rax), %r11
12060 jmp *%r11
12061 1:
12062 pushq %rdi
12063 pushq %rsi
12064 pushq %rdx
12065 pushq %rcx
12066 pushq %r8
12067 pushq %r9
12068 pushq %rbp
12069 call _glapi_get_dispatch
12070 popq %rbp
12071 popq %r9
12072 popq %r8
12073 popq %rcx
12074 popq %rdx
12075 popq %rsi
12076 popq %rdi
12077 movq 2656(%rax), %r11
12078 jmp *%r11
12079 #endif /* defined(GLX_USE_TLS) */
12080 .size GL_PREFIX(TexSubImage1D), .-GL_PREFIX(TexSubImage1D)
12081
12082 .p2align 4,,15
12083 .globl GL_PREFIX(TexSubImage2D)
12084 .type GL_PREFIX(TexSubImage2D), @function
12085 GL_PREFIX(TexSubImage2D):
12086 #if defined(GLX_USE_TLS)
12087 call _x86_64_get_dispatch@PLT
12088 movq 2664(%rax), %r11
12089 jmp *%r11
12090 #elif defined(PTHREADS)
12091 pushq %rdi
12092 pushq %rsi
12093 pushq %rdx
12094 pushq %rcx
12095 pushq %r8
12096 pushq %r9
12097 pushq %rbp
12098 call _x86_64_get_dispatch@PLT
12099 popq %rbp
12100 popq %r9
12101 popq %r8
12102 popq %rcx
12103 popq %rdx
12104 popq %rsi
12105 popq %rdi
12106 movq 2664(%rax), %r11
12107 jmp *%r11
12108 #else
12109 movq _glapi_Dispatch(%rip), %rax
12110 testq %rax, %rax
12111 je 1f
12112 movq 2664(%rax), %r11
12113 jmp *%r11
12114 1:
12115 pushq %rdi
12116 pushq %rsi
12117 pushq %rdx
12118 pushq %rcx
12119 pushq %r8
12120 pushq %r9
12121 pushq %rbp
12122 call _glapi_get_dispatch
12123 popq %rbp
12124 popq %r9
12125 popq %r8
12126 popq %rcx
12127 popq %rdx
12128 popq %rsi
12129 popq %rdi
12130 movq 2664(%rax), %r11
12131 jmp *%r11
12132 #endif /* defined(GLX_USE_TLS) */
12133 .size GL_PREFIX(TexSubImage2D), .-GL_PREFIX(TexSubImage2D)
12134
12135 .p2align 4,,15
12136 .globl GL_PREFIX(PopClientAttrib)
12137 .type GL_PREFIX(PopClientAttrib), @function
12138 GL_PREFIX(PopClientAttrib):
12139 #if defined(GLX_USE_TLS)
12140 call _x86_64_get_dispatch@PLT
12141 movq 2672(%rax), %r11
12142 jmp *%r11
12143 #elif defined(PTHREADS)
12144 pushq %rbp
12145 call _x86_64_get_dispatch@PLT
12146 popq %rbp
12147 movq 2672(%rax), %r11
12148 jmp *%r11
12149 #else
12150 movq _glapi_Dispatch(%rip), %rax
12151 testq %rax, %rax
12152 je 1f
12153 movq 2672(%rax), %r11
12154 jmp *%r11
12155 1:
12156 pushq %rbp
12157 call _glapi_get_dispatch
12158 popq %rbp
12159 movq 2672(%rax), %r11
12160 jmp *%r11
12161 #endif /* defined(GLX_USE_TLS) */
12162 .size GL_PREFIX(PopClientAttrib), .-GL_PREFIX(PopClientAttrib)
12163
12164 .p2align 4,,15
12165 .globl GL_PREFIX(PushClientAttrib)
12166 .type GL_PREFIX(PushClientAttrib), @function
12167 GL_PREFIX(PushClientAttrib):
12168 #if defined(GLX_USE_TLS)
12169 call _x86_64_get_dispatch@PLT
12170 movq 2680(%rax), %r11
12171 jmp *%r11
12172 #elif defined(PTHREADS)
12173 pushq %rdi
12174 call _x86_64_get_dispatch@PLT
12175 popq %rdi
12176 movq 2680(%rax), %r11
12177 jmp *%r11
12178 #else
12179 movq _glapi_Dispatch(%rip), %rax
12180 testq %rax, %rax
12181 je 1f
12182 movq 2680(%rax), %r11
12183 jmp *%r11
12184 1:
12185 pushq %rdi
12186 call _glapi_get_dispatch
12187 popq %rdi
12188 movq 2680(%rax), %r11
12189 jmp *%r11
12190 #endif /* defined(GLX_USE_TLS) */
12191 .size GL_PREFIX(PushClientAttrib), .-GL_PREFIX(PushClientAttrib)
12192
12193 .p2align 4,,15
12194 .globl GL_PREFIX(BlendColor)
12195 .type GL_PREFIX(BlendColor), @function
12196 GL_PREFIX(BlendColor):
12197 #if defined(GLX_USE_TLS)
12198 call _x86_64_get_dispatch@PLT
12199 movq 2688(%rax), %r11
12200 jmp *%r11
12201 #elif defined(PTHREADS)
12202 pushq %rdi
12203 pushq %rsi
12204 pushq %rdx
12205 pushq %rcx
12206 pushq %rbp
12207 call _x86_64_get_dispatch@PLT
12208 popq %rbp
12209 popq %rcx
12210 popq %rdx
12211 popq %rsi
12212 popq %rdi
12213 movq 2688(%rax), %r11
12214 jmp *%r11
12215 #else
12216 movq _glapi_Dispatch(%rip), %rax
12217 testq %rax, %rax
12218 je 1f
12219 movq 2688(%rax), %r11
12220 jmp *%r11
12221 1:
12222 pushq %rdi
12223 pushq %rsi
12224 pushq %rdx
12225 pushq %rcx
12226 pushq %rbp
12227 call _glapi_get_dispatch
12228 popq %rbp
12229 popq %rcx
12230 popq %rdx
12231 popq %rsi
12232 popq %rdi
12233 movq 2688(%rax), %r11
12234 jmp *%r11
12235 #endif /* defined(GLX_USE_TLS) */
12236 .size GL_PREFIX(BlendColor), .-GL_PREFIX(BlendColor)
12237
12238 .p2align 4,,15
12239 .globl GL_PREFIX(BlendEquation)
12240 .type GL_PREFIX(BlendEquation), @function
12241 GL_PREFIX(BlendEquation):
12242 #if defined(GLX_USE_TLS)
12243 call _x86_64_get_dispatch@PLT
12244 movq 2696(%rax), %r11
12245 jmp *%r11
12246 #elif defined(PTHREADS)
12247 pushq %rdi
12248 call _x86_64_get_dispatch@PLT
12249 popq %rdi
12250 movq 2696(%rax), %r11
12251 jmp *%r11
12252 #else
12253 movq _glapi_Dispatch(%rip), %rax
12254 testq %rax, %rax
12255 je 1f
12256 movq 2696(%rax), %r11
12257 jmp *%r11
12258 1:
12259 pushq %rdi
12260 call _glapi_get_dispatch
12261 popq %rdi
12262 movq 2696(%rax), %r11
12263 jmp *%r11
12264 #endif /* defined(GLX_USE_TLS) */
12265 .size GL_PREFIX(BlendEquation), .-GL_PREFIX(BlendEquation)
12266
12267 .p2align 4,,15
12268 .globl GL_PREFIX(DrawRangeElements)
12269 .type GL_PREFIX(DrawRangeElements), @function
12270 GL_PREFIX(DrawRangeElements):
12271 #if defined(GLX_USE_TLS)
12272 call _x86_64_get_dispatch@PLT
12273 movq 2704(%rax), %r11
12274 jmp *%r11
12275 #elif defined(PTHREADS)
12276 pushq %rdi
12277 pushq %rsi
12278 pushq %rdx
12279 pushq %rcx
12280 pushq %r8
12281 pushq %r9
12282 pushq %rbp
12283 call _x86_64_get_dispatch@PLT
12284 popq %rbp
12285 popq %r9
12286 popq %r8
12287 popq %rcx
12288 popq %rdx
12289 popq %rsi
12290 popq %rdi
12291 movq 2704(%rax), %r11
12292 jmp *%r11
12293 #else
12294 movq _glapi_Dispatch(%rip), %rax
12295 testq %rax, %rax
12296 je 1f
12297 movq 2704(%rax), %r11
12298 jmp *%r11
12299 1:
12300 pushq %rdi
12301 pushq %rsi
12302 pushq %rdx
12303 pushq %rcx
12304 pushq %r8
12305 pushq %r9
12306 pushq %rbp
12307 call _glapi_get_dispatch
12308 popq %rbp
12309 popq %r9
12310 popq %r8
12311 popq %rcx
12312 popq %rdx
12313 popq %rsi
12314 popq %rdi
12315 movq 2704(%rax), %r11
12316 jmp *%r11
12317 #endif /* defined(GLX_USE_TLS) */
12318 .size GL_PREFIX(DrawRangeElements), .-GL_PREFIX(DrawRangeElements)
12319
12320 .p2align 4,,15
12321 .globl GL_PREFIX(ColorTable)
12322 .type GL_PREFIX(ColorTable), @function
12323 GL_PREFIX(ColorTable):
12324 #if defined(GLX_USE_TLS)
12325 call _x86_64_get_dispatch@PLT
12326 movq 2712(%rax), %r11
12327 jmp *%r11
12328 #elif defined(PTHREADS)
12329 pushq %rdi
12330 pushq %rsi
12331 pushq %rdx
12332 pushq %rcx
12333 pushq %r8
12334 pushq %r9
12335 pushq %rbp
12336 call _x86_64_get_dispatch@PLT
12337 popq %rbp
12338 popq %r9
12339 popq %r8
12340 popq %rcx
12341 popq %rdx
12342 popq %rsi
12343 popq %rdi
12344 movq 2712(%rax), %r11
12345 jmp *%r11
12346 #else
12347 movq _glapi_Dispatch(%rip), %rax
12348 testq %rax, %rax
12349 je 1f
12350 movq 2712(%rax), %r11
12351 jmp *%r11
12352 1:
12353 pushq %rdi
12354 pushq %rsi
12355 pushq %rdx
12356 pushq %rcx
12357 pushq %r8
12358 pushq %r9
12359 pushq %rbp
12360 call _glapi_get_dispatch
12361 popq %rbp
12362 popq %r9
12363 popq %r8
12364 popq %rcx
12365 popq %rdx
12366 popq %rsi
12367 popq %rdi
12368 movq 2712(%rax), %r11
12369 jmp *%r11
12370 #endif /* defined(GLX_USE_TLS) */
12371 .size GL_PREFIX(ColorTable), .-GL_PREFIX(ColorTable)
12372
12373 .p2align 4,,15
12374 .globl GL_PREFIX(ColorTableParameterfv)
12375 .type GL_PREFIX(ColorTableParameterfv), @function
12376 GL_PREFIX(ColorTableParameterfv):
12377 #if defined(GLX_USE_TLS)
12378 call _x86_64_get_dispatch@PLT
12379 movq 2720(%rax), %r11
12380 jmp *%r11
12381 #elif defined(PTHREADS)
12382 pushq %rdi
12383 pushq %rsi
12384 pushq %rdx
12385 call _x86_64_get_dispatch@PLT
12386 popq %rdx
12387 popq %rsi
12388 popq %rdi
12389 movq 2720(%rax), %r11
12390 jmp *%r11
12391 #else
12392 movq _glapi_Dispatch(%rip), %rax
12393 testq %rax, %rax
12394 je 1f
12395 movq 2720(%rax), %r11
12396 jmp *%r11
12397 1:
12398 pushq %rdi
12399 pushq %rsi
12400 pushq %rdx
12401 call _glapi_get_dispatch
12402 popq %rdx
12403 popq %rsi
12404 popq %rdi
12405 movq 2720(%rax), %r11
12406 jmp *%r11
12407 #endif /* defined(GLX_USE_TLS) */
12408 .size GL_PREFIX(ColorTableParameterfv), .-GL_PREFIX(ColorTableParameterfv)
12409
12410 .p2align 4,,15
12411 .globl GL_PREFIX(ColorTableParameteriv)
12412 .type GL_PREFIX(ColorTableParameteriv), @function
12413 GL_PREFIX(ColorTableParameteriv):
12414 #if defined(GLX_USE_TLS)
12415 call _x86_64_get_dispatch@PLT
12416 movq 2728(%rax), %r11
12417 jmp *%r11
12418 #elif defined(PTHREADS)
12419 pushq %rdi
12420 pushq %rsi
12421 pushq %rdx
12422 call _x86_64_get_dispatch@PLT
12423 popq %rdx
12424 popq %rsi
12425 popq %rdi
12426 movq 2728(%rax), %r11
12427 jmp *%r11
12428 #else
12429 movq _glapi_Dispatch(%rip), %rax
12430 testq %rax, %rax
12431 je 1f
12432 movq 2728(%rax), %r11
12433 jmp *%r11
12434 1:
12435 pushq %rdi
12436 pushq %rsi
12437 pushq %rdx
12438 call _glapi_get_dispatch
12439 popq %rdx
12440 popq %rsi
12441 popq %rdi
12442 movq 2728(%rax), %r11
12443 jmp *%r11
12444 #endif /* defined(GLX_USE_TLS) */
12445 .size GL_PREFIX(ColorTableParameteriv), .-GL_PREFIX(ColorTableParameteriv)
12446
12447 .p2align 4,,15
12448 .globl GL_PREFIX(CopyColorTable)
12449 .type GL_PREFIX(CopyColorTable), @function
12450 GL_PREFIX(CopyColorTable):
12451 #if defined(GLX_USE_TLS)
12452 call _x86_64_get_dispatch@PLT
12453 movq 2736(%rax), %r11
12454 jmp *%r11
12455 #elif defined(PTHREADS)
12456 pushq %rdi
12457 pushq %rsi
12458 pushq %rdx
12459 pushq %rcx
12460 pushq %r8
12461 call _x86_64_get_dispatch@PLT
12462 popq %r8
12463 popq %rcx
12464 popq %rdx
12465 popq %rsi
12466 popq %rdi
12467 movq 2736(%rax), %r11
12468 jmp *%r11
12469 #else
12470 movq _glapi_Dispatch(%rip), %rax
12471 testq %rax, %rax
12472 je 1f
12473 movq 2736(%rax), %r11
12474 jmp *%r11
12475 1:
12476 pushq %rdi
12477 pushq %rsi
12478 pushq %rdx
12479 pushq %rcx
12480 pushq %r8
12481 call _glapi_get_dispatch
12482 popq %r8
12483 popq %rcx
12484 popq %rdx
12485 popq %rsi
12486 popq %rdi
12487 movq 2736(%rax), %r11
12488 jmp *%r11
12489 #endif /* defined(GLX_USE_TLS) */
12490 .size GL_PREFIX(CopyColorTable), .-GL_PREFIX(CopyColorTable)
12491
12492 .p2align 4,,15
12493 .globl GL_PREFIX(GetColorTable)
12494 .type GL_PREFIX(GetColorTable), @function
12495 GL_PREFIX(GetColorTable):
12496 #if defined(GLX_USE_TLS)
12497 call _x86_64_get_dispatch@PLT
12498 movq 2744(%rax), %r11
12499 jmp *%r11
12500 #elif defined(PTHREADS)
12501 pushq %rdi
12502 pushq %rsi
12503 pushq %rdx
12504 pushq %rcx
12505 pushq %rbp
12506 call _x86_64_get_dispatch@PLT
12507 popq %rbp
12508 popq %rcx
12509 popq %rdx
12510 popq %rsi
12511 popq %rdi
12512 movq 2744(%rax), %r11
12513 jmp *%r11
12514 #else
12515 movq _glapi_Dispatch(%rip), %rax
12516 testq %rax, %rax
12517 je 1f
12518 movq 2744(%rax), %r11
12519 jmp *%r11
12520 1:
12521 pushq %rdi
12522 pushq %rsi
12523 pushq %rdx
12524 pushq %rcx
12525 pushq %rbp
12526 call _glapi_get_dispatch
12527 popq %rbp
12528 popq %rcx
12529 popq %rdx
12530 popq %rsi
12531 popq %rdi
12532 movq 2744(%rax), %r11
12533 jmp *%r11
12534 #endif /* defined(GLX_USE_TLS) */
12535 .size GL_PREFIX(GetColorTable), .-GL_PREFIX(GetColorTable)
12536
12537 .p2align 4,,15
12538 .globl GL_PREFIX(GetColorTableParameterfv)
12539 .type GL_PREFIX(GetColorTableParameterfv), @function
12540 GL_PREFIX(GetColorTableParameterfv):
12541 #if defined(GLX_USE_TLS)
12542 call _x86_64_get_dispatch@PLT
12543 movq 2752(%rax), %r11
12544 jmp *%r11
12545 #elif defined(PTHREADS)
12546 pushq %rdi
12547 pushq %rsi
12548 pushq %rdx
12549 call _x86_64_get_dispatch@PLT
12550 popq %rdx
12551 popq %rsi
12552 popq %rdi
12553 movq 2752(%rax), %r11
12554 jmp *%r11
12555 #else
12556 movq _glapi_Dispatch(%rip), %rax
12557 testq %rax, %rax
12558 je 1f
12559 movq 2752(%rax), %r11
12560 jmp *%r11
12561 1:
12562 pushq %rdi
12563 pushq %rsi
12564 pushq %rdx
12565 call _glapi_get_dispatch
12566 popq %rdx
12567 popq %rsi
12568 popq %rdi
12569 movq 2752(%rax), %r11
12570 jmp *%r11
12571 #endif /* defined(GLX_USE_TLS) */
12572 .size GL_PREFIX(GetColorTableParameterfv), .-GL_PREFIX(GetColorTableParameterfv)
12573
12574 .p2align 4,,15
12575 .globl GL_PREFIX(GetColorTableParameteriv)
12576 .type GL_PREFIX(GetColorTableParameteriv), @function
12577 GL_PREFIX(GetColorTableParameteriv):
12578 #if defined(GLX_USE_TLS)
12579 call _x86_64_get_dispatch@PLT
12580 movq 2760(%rax), %r11
12581 jmp *%r11
12582 #elif defined(PTHREADS)
12583 pushq %rdi
12584 pushq %rsi
12585 pushq %rdx
12586 call _x86_64_get_dispatch@PLT
12587 popq %rdx
12588 popq %rsi
12589 popq %rdi
12590 movq 2760(%rax), %r11
12591 jmp *%r11
12592 #else
12593 movq _glapi_Dispatch(%rip), %rax
12594 testq %rax, %rax
12595 je 1f
12596 movq 2760(%rax), %r11
12597 jmp *%r11
12598 1:
12599 pushq %rdi
12600 pushq %rsi
12601 pushq %rdx
12602 call _glapi_get_dispatch
12603 popq %rdx
12604 popq %rsi
12605 popq %rdi
12606 movq 2760(%rax), %r11
12607 jmp *%r11
12608 #endif /* defined(GLX_USE_TLS) */
12609 .size GL_PREFIX(GetColorTableParameteriv), .-GL_PREFIX(GetColorTableParameteriv)
12610
12611 .p2align 4,,15
12612 .globl GL_PREFIX(ColorSubTable)
12613 .type GL_PREFIX(ColorSubTable), @function
12614 GL_PREFIX(ColorSubTable):
12615 #if defined(GLX_USE_TLS)
12616 call _x86_64_get_dispatch@PLT
12617 movq 2768(%rax), %r11
12618 jmp *%r11
12619 #elif defined(PTHREADS)
12620 pushq %rdi
12621 pushq %rsi
12622 pushq %rdx
12623 pushq %rcx
12624 pushq %r8
12625 pushq %r9
12626 pushq %rbp
12627 call _x86_64_get_dispatch@PLT
12628 popq %rbp
12629 popq %r9
12630 popq %r8
12631 popq %rcx
12632 popq %rdx
12633 popq %rsi
12634 popq %rdi
12635 movq 2768(%rax), %r11
12636 jmp *%r11
12637 #else
12638 movq _glapi_Dispatch(%rip), %rax
12639 testq %rax, %rax
12640 je 1f
12641 movq 2768(%rax), %r11
12642 jmp *%r11
12643 1:
12644 pushq %rdi
12645 pushq %rsi
12646 pushq %rdx
12647 pushq %rcx
12648 pushq %r8
12649 pushq %r9
12650 pushq %rbp
12651 call _glapi_get_dispatch
12652 popq %rbp
12653 popq %r9
12654 popq %r8
12655 popq %rcx
12656 popq %rdx
12657 popq %rsi
12658 popq %rdi
12659 movq 2768(%rax), %r11
12660 jmp *%r11
12661 #endif /* defined(GLX_USE_TLS) */
12662 .size GL_PREFIX(ColorSubTable), .-GL_PREFIX(ColorSubTable)
12663
12664 .p2align 4,,15
12665 .globl GL_PREFIX(CopyColorSubTable)
12666 .type GL_PREFIX(CopyColorSubTable), @function
12667 GL_PREFIX(CopyColorSubTable):
12668 #if defined(GLX_USE_TLS)
12669 call _x86_64_get_dispatch@PLT
12670 movq 2776(%rax), %r11
12671 jmp *%r11
12672 #elif defined(PTHREADS)
12673 pushq %rdi
12674 pushq %rsi
12675 pushq %rdx
12676 pushq %rcx
12677 pushq %r8
12678 call _x86_64_get_dispatch@PLT
12679 popq %r8
12680 popq %rcx
12681 popq %rdx
12682 popq %rsi
12683 popq %rdi
12684 movq 2776(%rax), %r11
12685 jmp *%r11
12686 #else
12687 movq _glapi_Dispatch(%rip), %rax
12688 testq %rax, %rax
12689 je 1f
12690 movq 2776(%rax), %r11
12691 jmp *%r11
12692 1:
12693 pushq %rdi
12694 pushq %rsi
12695 pushq %rdx
12696 pushq %rcx
12697 pushq %r8
12698 call _glapi_get_dispatch
12699 popq %r8
12700 popq %rcx
12701 popq %rdx
12702 popq %rsi
12703 popq %rdi
12704 movq 2776(%rax), %r11
12705 jmp *%r11
12706 #endif /* defined(GLX_USE_TLS) */
12707 .size GL_PREFIX(CopyColorSubTable), .-GL_PREFIX(CopyColorSubTable)
12708
12709 .p2align 4,,15
12710 .globl GL_PREFIX(ConvolutionFilter1D)
12711 .type GL_PREFIX(ConvolutionFilter1D), @function
12712 GL_PREFIX(ConvolutionFilter1D):
12713 #if defined(GLX_USE_TLS)
12714 call _x86_64_get_dispatch@PLT
12715 movq 2784(%rax), %r11
12716 jmp *%r11
12717 #elif defined(PTHREADS)
12718 pushq %rdi
12719 pushq %rsi
12720 pushq %rdx
12721 pushq %rcx
12722 pushq %r8
12723 pushq %r9
12724 pushq %rbp
12725 call _x86_64_get_dispatch@PLT
12726 popq %rbp
12727 popq %r9
12728 popq %r8
12729 popq %rcx
12730 popq %rdx
12731 popq %rsi
12732 popq %rdi
12733 movq 2784(%rax), %r11
12734 jmp *%r11
12735 #else
12736 movq _glapi_Dispatch(%rip), %rax
12737 testq %rax, %rax
12738 je 1f
12739 movq 2784(%rax), %r11
12740 jmp *%r11
12741 1:
12742 pushq %rdi
12743 pushq %rsi
12744 pushq %rdx
12745 pushq %rcx
12746 pushq %r8
12747 pushq %r9
12748 pushq %rbp
12749 call _glapi_get_dispatch
12750 popq %rbp
12751 popq %r9
12752 popq %r8
12753 popq %rcx
12754 popq %rdx
12755 popq %rsi
12756 popq %rdi
12757 movq 2784(%rax), %r11
12758 jmp *%r11
12759 #endif /* defined(GLX_USE_TLS) */
12760 .size GL_PREFIX(ConvolutionFilter1D), .-GL_PREFIX(ConvolutionFilter1D)
12761
12762 .p2align 4,,15
12763 .globl GL_PREFIX(ConvolutionFilter2D)
12764 .type GL_PREFIX(ConvolutionFilter2D), @function
12765 GL_PREFIX(ConvolutionFilter2D):
12766 #if defined(GLX_USE_TLS)
12767 call _x86_64_get_dispatch@PLT
12768 movq 2792(%rax), %r11
12769 jmp *%r11
12770 #elif defined(PTHREADS)
12771 pushq %rdi
12772 pushq %rsi
12773 pushq %rdx
12774 pushq %rcx
12775 pushq %r8
12776 pushq %r9
12777 pushq %rbp
12778 call _x86_64_get_dispatch@PLT
12779 popq %rbp
12780 popq %r9
12781 popq %r8
12782 popq %rcx
12783 popq %rdx
12784 popq %rsi
12785 popq %rdi
12786 movq 2792(%rax), %r11
12787 jmp *%r11
12788 #else
12789 movq _glapi_Dispatch(%rip), %rax
12790 testq %rax, %rax
12791 je 1f
12792 movq 2792(%rax), %r11
12793 jmp *%r11
12794 1:
12795 pushq %rdi
12796 pushq %rsi
12797 pushq %rdx
12798 pushq %rcx
12799 pushq %r8
12800 pushq %r9
12801 pushq %rbp
12802 call _glapi_get_dispatch
12803 popq %rbp
12804 popq %r9
12805 popq %r8
12806 popq %rcx
12807 popq %rdx
12808 popq %rsi
12809 popq %rdi
12810 movq 2792(%rax), %r11
12811 jmp *%r11
12812 #endif /* defined(GLX_USE_TLS) */
12813 .size GL_PREFIX(ConvolutionFilter2D), .-GL_PREFIX(ConvolutionFilter2D)
12814
12815 .p2align 4,,15
12816 .globl GL_PREFIX(ConvolutionParameterf)
12817 .type GL_PREFIX(ConvolutionParameterf), @function
12818 GL_PREFIX(ConvolutionParameterf):
12819 #if defined(GLX_USE_TLS)
12820 call _x86_64_get_dispatch@PLT
12821 movq 2800(%rax), %r11
12822 jmp *%r11
12823 #elif defined(PTHREADS)
12824 subq $24, %rsp
12825 movq %rdi, (%rsp)
12826 movq %rsi, 8(%rsp)
12827 movq %xmm0, 16(%rsp)
12828 call _x86_64_get_dispatch@PLT
12829 movq 16(%rsp), %xmm0
12830 movq 8(%rsp), %rsi
12831 movq (%rsp), %rdi
12832 addq $24, %rsp
12833 movq 2800(%rax), %r11
12834 jmp *%r11
12835 #else
12836 movq _glapi_Dispatch(%rip), %rax
12837 testq %rax, %rax
12838 je 1f
12839 movq 2800(%rax), %r11
12840 jmp *%r11
12841 1:
12842 subq $24, %rsp
12843 movq %rdi, (%rsp)
12844 movq %rsi, 8(%rsp)
12845 movq %xmm0, 16(%rsp)
12846 call _glapi_get_dispatch
12847 movq 16(%rsp), %xmm0
12848 movq 8(%rsp), %rsi
12849 movq (%rsp), %rdi
12850 addq $24, %rsp
12851 movq 2800(%rax), %r11
12852 jmp *%r11
12853 #endif /* defined(GLX_USE_TLS) */
12854 .size GL_PREFIX(ConvolutionParameterf), .-GL_PREFIX(ConvolutionParameterf)
12855
12856 .p2align 4,,15
12857 .globl GL_PREFIX(ConvolutionParameterfv)
12858 .type GL_PREFIX(ConvolutionParameterfv), @function
12859 GL_PREFIX(ConvolutionParameterfv):
12860 #if defined(GLX_USE_TLS)
12861 call _x86_64_get_dispatch@PLT
12862 movq 2808(%rax), %r11
12863 jmp *%r11
12864 #elif defined(PTHREADS)
12865 pushq %rdi
12866 pushq %rsi
12867 pushq %rdx
12868 call _x86_64_get_dispatch@PLT
12869 popq %rdx
12870 popq %rsi
12871 popq %rdi
12872 movq 2808(%rax), %r11
12873 jmp *%r11
12874 #else
12875 movq _glapi_Dispatch(%rip), %rax
12876 testq %rax, %rax
12877 je 1f
12878 movq 2808(%rax), %r11
12879 jmp *%r11
12880 1:
12881 pushq %rdi
12882 pushq %rsi
12883 pushq %rdx
12884 call _glapi_get_dispatch
12885 popq %rdx
12886 popq %rsi
12887 popq %rdi
12888 movq 2808(%rax), %r11
12889 jmp *%r11
12890 #endif /* defined(GLX_USE_TLS) */
12891 .size GL_PREFIX(ConvolutionParameterfv), .-GL_PREFIX(ConvolutionParameterfv)
12892
12893 .p2align 4,,15
12894 .globl GL_PREFIX(ConvolutionParameteri)
12895 .type GL_PREFIX(ConvolutionParameteri), @function
12896 GL_PREFIX(ConvolutionParameteri):
12897 #if defined(GLX_USE_TLS)
12898 call _x86_64_get_dispatch@PLT
12899 movq 2816(%rax), %r11
12900 jmp *%r11
12901 #elif defined(PTHREADS)
12902 pushq %rdi
12903 pushq %rsi
12904 pushq %rdx
12905 call _x86_64_get_dispatch@PLT
12906 popq %rdx
12907 popq %rsi
12908 popq %rdi
12909 movq 2816(%rax), %r11
12910 jmp *%r11
12911 #else
12912 movq _glapi_Dispatch(%rip), %rax
12913 testq %rax, %rax
12914 je 1f
12915 movq 2816(%rax), %r11
12916 jmp *%r11
12917 1:
12918 pushq %rdi
12919 pushq %rsi
12920 pushq %rdx
12921 call _glapi_get_dispatch
12922 popq %rdx
12923 popq %rsi
12924 popq %rdi
12925 movq 2816(%rax), %r11
12926 jmp *%r11
12927 #endif /* defined(GLX_USE_TLS) */
12928 .size GL_PREFIX(ConvolutionParameteri), .-GL_PREFIX(ConvolutionParameteri)
12929
12930 .p2align 4,,15
12931 .globl GL_PREFIX(ConvolutionParameteriv)
12932 .type GL_PREFIX(ConvolutionParameteriv), @function
12933 GL_PREFIX(ConvolutionParameteriv):
12934 #if defined(GLX_USE_TLS)
12935 call _x86_64_get_dispatch@PLT
12936 movq 2824(%rax), %r11
12937 jmp *%r11
12938 #elif defined(PTHREADS)
12939 pushq %rdi
12940 pushq %rsi
12941 pushq %rdx
12942 call _x86_64_get_dispatch@PLT
12943 popq %rdx
12944 popq %rsi
12945 popq %rdi
12946 movq 2824(%rax), %r11
12947 jmp *%r11
12948 #else
12949 movq _glapi_Dispatch(%rip), %rax
12950 testq %rax, %rax
12951 je 1f
12952 movq 2824(%rax), %r11
12953 jmp *%r11
12954 1:
12955 pushq %rdi
12956 pushq %rsi
12957 pushq %rdx
12958 call _glapi_get_dispatch
12959 popq %rdx
12960 popq %rsi
12961 popq %rdi
12962 movq 2824(%rax), %r11
12963 jmp *%r11
12964 #endif /* defined(GLX_USE_TLS) */
12965 .size GL_PREFIX(ConvolutionParameteriv), .-GL_PREFIX(ConvolutionParameteriv)
12966
12967 .p2align 4,,15
12968 .globl GL_PREFIX(CopyConvolutionFilter1D)
12969 .type GL_PREFIX(CopyConvolutionFilter1D), @function
12970 GL_PREFIX(CopyConvolutionFilter1D):
12971 #if defined(GLX_USE_TLS)
12972 call _x86_64_get_dispatch@PLT
12973 movq 2832(%rax), %r11
12974 jmp *%r11
12975 #elif defined(PTHREADS)
12976 pushq %rdi
12977 pushq %rsi
12978 pushq %rdx
12979 pushq %rcx
12980 pushq %r8
12981 call _x86_64_get_dispatch@PLT
12982 popq %r8
12983 popq %rcx
12984 popq %rdx
12985 popq %rsi
12986 popq %rdi
12987 movq 2832(%rax), %r11
12988 jmp *%r11
12989 #else
12990 movq _glapi_Dispatch(%rip), %rax
12991 testq %rax, %rax
12992 je 1f
12993 movq 2832(%rax), %r11
12994 jmp *%r11
12995 1:
12996 pushq %rdi
12997 pushq %rsi
12998 pushq %rdx
12999 pushq %rcx
13000 pushq %r8
13001 call _glapi_get_dispatch
13002 popq %r8
13003 popq %rcx
13004 popq %rdx
13005 popq %rsi
13006 popq %rdi
13007 movq 2832(%rax), %r11
13008 jmp *%r11
13009 #endif /* defined(GLX_USE_TLS) */
13010 .size GL_PREFIX(CopyConvolutionFilter1D), .-GL_PREFIX(CopyConvolutionFilter1D)
13011
13012 .p2align 4,,15
13013 .globl GL_PREFIX(CopyConvolutionFilter2D)
13014 .type GL_PREFIX(CopyConvolutionFilter2D), @function
13015 GL_PREFIX(CopyConvolutionFilter2D):
13016 #if defined(GLX_USE_TLS)
13017 call _x86_64_get_dispatch@PLT
13018 movq 2840(%rax), %r11
13019 jmp *%r11
13020 #elif defined(PTHREADS)
13021 pushq %rdi
13022 pushq %rsi
13023 pushq %rdx
13024 pushq %rcx
13025 pushq %r8
13026 pushq %r9
13027 pushq %rbp
13028 call _x86_64_get_dispatch@PLT
13029 popq %rbp
13030 popq %r9
13031 popq %r8
13032 popq %rcx
13033 popq %rdx
13034 popq %rsi
13035 popq %rdi
13036 movq 2840(%rax), %r11
13037 jmp *%r11
13038 #else
13039 movq _glapi_Dispatch(%rip), %rax
13040 testq %rax, %rax
13041 je 1f
13042 movq 2840(%rax), %r11
13043 jmp *%r11
13044 1:
13045 pushq %rdi
13046 pushq %rsi
13047 pushq %rdx
13048 pushq %rcx
13049 pushq %r8
13050 pushq %r9
13051 pushq %rbp
13052 call _glapi_get_dispatch
13053 popq %rbp
13054 popq %r9
13055 popq %r8
13056 popq %rcx
13057 popq %rdx
13058 popq %rsi
13059 popq %rdi
13060 movq 2840(%rax), %r11
13061 jmp *%r11
13062 #endif /* defined(GLX_USE_TLS) */
13063 .size GL_PREFIX(CopyConvolutionFilter2D), .-GL_PREFIX(CopyConvolutionFilter2D)
13064
13065 .p2align 4,,15
13066 .globl GL_PREFIX(GetConvolutionFilter)
13067 .type GL_PREFIX(GetConvolutionFilter), @function
13068 GL_PREFIX(GetConvolutionFilter):
13069 #if defined(GLX_USE_TLS)
13070 call _x86_64_get_dispatch@PLT
13071 movq 2848(%rax), %r11
13072 jmp *%r11
13073 #elif defined(PTHREADS)
13074 pushq %rdi
13075 pushq %rsi
13076 pushq %rdx
13077 pushq %rcx
13078 pushq %rbp
13079 call _x86_64_get_dispatch@PLT
13080 popq %rbp
13081 popq %rcx
13082 popq %rdx
13083 popq %rsi
13084 popq %rdi
13085 movq 2848(%rax), %r11
13086 jmp *%r11
13087 #else
13088 movq _glapi_Dispatch(%rip), %rax
13089 testq %rax, %rax
13090 je 1f
13091 movq 2848(%rax), %r11
13092 jmp *%r11
13093 1:
13094 pushq %rdi
13095 pushq %rsi
13096 pushq %rdx
13097 pushq %rcx
13098 pushq %rbp
13099 call _glapi_get_dispatch
13100 popq %rbp
13101 popq %rcx
13102 popq %rdx
13103 popq %rsi
13104 popq %rdi
13105 movq 2848(%rax), %r11
13106 jmp *%r11
13107 #endif /* defined(GLX_USE_TLS) */
13108 .size GL_PREFIX(GetConvolutionFilter), .-GL_PREFIX(GetConvolutionFilter)
13109
13110 .p2align 4,,15
13111 .globl GL_PREFIX(GetConvolutionParameterfv)
13112 .type GL_PREFIX(GetConvolutionParameterfv), @function
13113 GL_PREFIX(GetConvolutionParameterfv):
13114 #if defined(GLX_USE_TLS)
13115 call _x86_64_get_dispatch@PLT
13116 movq 2856(%rax), %r11
13117 jmp *%r11
13118 #elif defined(PTHREADS)
13119 pushq %rdi
13120 pushq %rsi
13121 pushq %rdx
13122 call _x86_64_get_dispatch@PLT
13123 popq %rdx
13124 popq %rsi
13125 popq %rdi
13126 movq 2856(%rax), %r11
13127 jmp *%r11
13128 #else
13129 movq _glapi_Dispatch(%rip), %rax
13130 testq %rax, %rax
13131 je 1f
13132 movq 2856(%rax), %r11
13133 jmp *%r11
13134 1:
13135 pushq %rdi
13136 pushq %rsi
13137 pushq %rdx
13138 call _glapi_get_dispatch
13139 popq %rdx
13140 popq %rsi
13141 popq %rdi
13142 movq 2856(%rax), %r11
13143 jmp *%r11
13144 #endif /* defined(GLX_USE_TLS) */
13145 .size GL_PREFIX(GetConvolutionParameterfv), .-GL_PREFIX(GetConvolutionParameterfv)
13146
13147 .p2align 4,,15
13148 .globl GL_PREFIX(GetConvolutionParameteriv)
13149 .type GL_PREFIX(GetConvolutionParameteriv), @function
13150 GL_PREFIX(GetConvolutionParameteriv):
13151 #if defined(GLX_USE_TLS)
13152 call _x86_64_get_dispatch@PLT
13153 movq 2864(%rax), %r11
13154 jmp *%r11
13155 #elif defined(PTHREADS)
13156 pushq %rdi
13157 pushq %rsi
13158 pushq %rdx
13159 call _x86_64_get_dispatch@PLT
13160 popq %rdx
13161 popq %rsi
13162 popq %rdi
13163 movq 2864(%rax), %r11
13164 jmp *%r11
13165 #else
13166 movq _glapi_Dispatch(%rip), %rax
13167 testq %rax, %rax
13168 je 1f
13169 movq 2864(%rax), %r11
13170 jmp *%r11
13171 1:
13172 pushq %rdi
13173 pushq %rsi
13174 pushq %rdx
13175 call _glapi_get_dispatch
13176 popq %rdx
13177 popq %rsi
13178 popq %rdi
13179 movq 2864(%rax), %r11
13180 jmp *%r11
13181 #endif /* defined(GLX_USE_TLS) */
13182 .size GL_PREFIX(GetConvolutionParameteriv), .-GL_PREFIX(GetConvolutionParameteriv)
13183
13184 .p2align 4,,15
13185 .globl GL_PREFIX(GetSeparableFilter)
13186 .type GL_PREFIX(GetSeparableFilter), @function
13187 GL_PREFIX(GetSeparableFilter):
13188 #if defined(GLX_USE_TLS)
13189 call _x86_64_get_dispatch@PLT
13190 movq 2872(%rax), %r11
13191 jmp *%r11
13192 #elif defined(PTHREADS)
13193 pushq %rdi
13194 pushq %rsi
13195 pushq %rdx
13196 pushq %rcx
13197 pushq %r8
13198 pushq %r9
13199 pushq %rbp
13200 call _x86_64_get_dispatch@PLT
13201 popq %rbp
13202 popq %r9
13203 popq %r8
13204 popq %rcx
13205 popq %rdx
13206 popq %rsi
13207 popq %rdi
13208 movq 2872(%rax), %r11
13209 jmp *%r11
13210 #else
13211 movq _glapi_Dispatch(%rip), %rax
13212 testq %rax, %rax
13213 je 1f
13214 movq 2872(%rax), %r11
13215 jmp *%r11
13216 1:
13217 pushq %rdi
13218 pushq %rsi
13219 pushq %rdx
13220 pushq %rcx
13221 pushq %r8
13222 pushq %r9
13223 pushq %rbp
13224 call _glapi_get_dispatch
13225 popq %rbp
13226 popq %r9
13227 popq %r8
13228 popq %rcx
13229 popq %rdx
13230 popq %rsi
13231 popq %rdi
13232 movq 2872(%rax), %r11
13233 jmp *%r11
13234 #endif /* defined(GLX_USE_TLS) */
13235 .size GL_PREFIX(GetSeparableFilter), .-GL_PREFIX(GetSeparableFilter)
13236
13237 .p2align 4,,15
13238 .globl GL_PREFIX(SeparableFilter2D)
13239 .type GL_PREFIX(SeparableFilter2D), @function
13240 GL_PREFIX(SeparableFilter2D):
13241 #if defined(GLX_USE_TLS)
13242 call _x86_64_get_dispatch@PLT
13243 movq 2880(%rax), %r11
13244 jmp *%r11
13245 #elif defined(PTHREADS)
13246 pushq %rdi
13247 pushq %rsi
13248 pushq %rdx
13249 pushq %rcx
13250 pushq %r8
13251 pushq %r9
13252 pushq %rbp
13253 call _x86_64_get_dispatch@PLT
13254 popq %rbp
13255 popq %r9
13256 popq %r8
13257 popq %rcx
13258 popq %rdx
13259 popq %rsi
13260 popq %rdi
13261 movq 2880(%rax), %r11
13262 jmp *%r11
13263 #else
13264 movq _glapi_Dispatch(%rip), %rax
13265 testq %rax, %rax
13266 je 1f
13267 movq 2880(%rax), %r11
13268 jmp *%r11
13269 1:
13270 pushq %rdi
13271 pushq %rsi
13272 pushq %rdx
13273 pushq %rcx
13274 pushq %r8
13275 pushq %r9
13276 pushq %rbp
13277 call _glapi_get_dispatch
13278 popq %rbp
13279 popq %r9
13280 popq %r8
13281 popq %rcx
13282 popq %rdx
13283 popq %rsi
13284 popq %rdi
13285 movq 2880(%rax), %r11
13286 jmp *%r11
13287 #endif /* defined(GLX_USE_TLS) */
13288 .size GL_PREFIX(SeparableFilter2D), .-GL_PREFIX(SeparableFilter2D)
13289
13290 .p2align 4,,15
13291 .globl GL_PREFIX(GetHistogram)
13292 .type GL_PREFIX(GetHistogram), @function
13293 GL_PREFIX(GetHistogram):
13294 #if defined(GLX_USE_TLS)
13295 call _x86_64_get_dispatch@PLT
13296 movq 2888(%rax), %r11
13297 jmp *%r11
13298 #elif defined(PTHREADS)
13299 pushq %rdi
13300 pushq %rsi
13301 pushq %rdx
13302 pushq %rcx
13303 pushq %r8
13304 call _x86_64_get_dispatch@PLT
13305 popq %r8
13306 popq %rcx
13307 popq %rdx
13308 popq %rsi
13309 popq %rdi
13310 movq 2888(%rax), %r11
13311 jmp *%r11
13312 #else
13313 movq _glapi_Dispatch(%rip), %rax
13314 testq %rax, %rax
13315 je 1f
13316 movq 2888(%rax), %r11
13317 jmp *%r11
13318 1:
13319 pushq %rdi
13320 pushq %rsi
13321 pushq %rdx
13322 pushq %rcx
13323 pushq %r8
13324 call _glapi_get_dispatch
13325 popq %r8
13326 popq %rcx
13327 popq %rdx
13328 popq %rsi
13329 popq %rdi
13330 movq 2888(%rax), %r11
13331 jmp *%r11
13332 #endif /* defined(GLX_USE_TLS) */
13333 .size GL_PREFIX(GetHistogram), .-GL_PREFIX(GetHistogram)
13334
13335 .p2align 4,,15
13336 .globl GL_PREFIX(GetHistogramParameterfv)
13337 .type GL_PREFIX(GetHistogramParameterfv), @function
13338 GL_PREFIX(GetHistogramParameterfv):
13339 #if defined(GLX_USE_TLS)
13340 call _x86_64_get_dispatch@PLT
13341 movq 2896(%rax), %r11
13342 jmp *%r11
13343 #elif defined(PTHREADS)
13344 pushq %rdi
13345 pushq %rsi
13346 pushq %rdx
13347 call _x86_64_get_dispatch@PLT
13348 popq %rdx
13349 popq %rsi
13350 popq %rdi
13351 movq 2896(%rax), %r11
13352 jmp *%r11
13353 #else
13354 movq _glapi_Dispatch(%rip), %rax
13355 testq %rax, %rax
13356 je 1f
13357 movq 2896(%rax), %r11
13358 jmp *%r11
13359 1:
13360 pushq %rdi
13361 pushq %rsi
13362 pushq %rdx
13363 call _glapi_get_dispatch
13364 popq %rdx
13365 popq %rsi
13366 popq %rdi
13367 movq 2896(%rax), %r11
13368 jmp *%r11
13369 #endif /* defined(GLX_USE_TLS) */
13370 .size GL_PREFIX(GetHistogramParameterfv), .-GL_PREFIX(GetHistogramParameterfv)
13371
13372 .p2align 4,,15
13373 .globl GL_PREFIX(GetHistogramParameteriv)
13374 .type GL_PREFIX(GetHistogramParameteriv), @function
13375 GL_PREFIX(GetHistogramParameteriv):
13376 #if defined(GLX_USE_TLS)
13377 call _x86_64_get_dispatch@PLT
13378 movq 2904(%rax), %r11
13379 jmp *%r11
13380 #elif defined(PTHREADS)
13381 pushq %rdi
13382 pushq %rsi
13383 pushq %rdx
13384 call _x86_64_get_dispatch@PLT
13385 popq %rdx
13386 popq %rsi
13387 popq %rdi
13388 movq 2904(%rax), %r11
13389 jmp *%r11
13390 #else
13391 movq _glapi_Dispatch(%rip), %rax
13392 testq %rax, %rax
13393 je 1f
13394 movq 2904(%rax), %r11
13395 jmp *%r11
13396 1:
13397 pushq %rdi
13398 pushq %rsi
13399 pushq %rdx
13400 call _glapi_get_dispatch
13401 popq %rdx
13402 popq %rsi
13403 popq %rdi
13404 movq 2904(%rax), %r11
13405 jmp *%r11
13406 #endif /* defined(GLX_USE_TLS) */
13407 .size GL_PREFIX(GetHistogramParameteriv), .-GL_PREFIX(GetHistogramParameteriv)
13408
13409 .p2align 4,,15
13410 .globl GL_PREFIX(GetMinmax)
13411 .type GL_PREFIX(GetMinmax), @function
13412 GL_PREFIX(GetMinmax):
13413 #if defined(GLX_USE_TLS)
13414 call _x86_64_get_dispatch@PLT
13415 movq 2912(%rax), %r11
13416 jmp *%r11
13417 #elif defined(PTHREADS)
13418 pushq %rdi
13419 pushq %rsi
13420 pushq %rdx
13421 pushq %rcx
13422 pushq %r8
13423 call _x86_64_get_dispatch@PLT
13424 popq %r8
13425 popq %rcx
13426 popq %rdx
13427 popq %rsi
13428 popq %rdi
13429 movq 2912(%rax), %r11
13430 jmp *%r11
13431 #else
13432 movq _glapi_Dispatch(%rip), %rax
13433 testq %rax, %rax
13434 je 1f
13435 movq 2912(%rax), %r11
13436 jmp *%r11
13437 1:
13438 pushq %rdi
13439 pushq %rsi
13440 pushq %rdx
13441 pushq %rcx
13442 pushq %r8
13443 call _glapi_get_dispatch
13444 popq %r8
13445 popq %rcx
13446 popq %rdx
13447 popq %rsi
13448 popq %rdi
13449 movq 2912(%rax), %r11
13450 jmp *%r11
13451 #endif /* defined(GLX_USE_TLS) */
13452 .size GL_PREFIX(GetMinmax), .-GL_PREFIX(GetMinmax)
13453
13454 .p2align 4,,15
13455 .globl GL_PREFIX(GetMinmaxParameterfv)
13456 .type GL_PREFIX(GetMinmaxParameterfv), @function
13457 GL_PREFIX(GetMinmaxParameterfv):
13458 #if defined(GLX_USE_TLS)
13459 call _x86_64_get_dispatch@PLT
13460 movq 2920(%rax), %r11
13461 jmp *%r11
13462 #elif defined(PTHREADS)
13463 pushq %rdi
13464 pushq %rsi
13465 pushq %rdx
13466 call _x86_64_get_dispatch@PLT
13467 popq %rdx
13468 popq %rsi
13469 popq %rdi
13470 movq 2920(%rax), %r11
13471 jmp *%r11
13472 #else
13473 movq _glapi_Dispatch(%rip), %rax
13474 testq %rax, %rax
13475 je 1f
13476 movq 2920(%rax), %r11
13477 jmp *%r11
13478 1:
13479 pushq %rdi
13480 pushq %rsi
13481 pushq %rdx
13482 call _glapi_get_dispatch
13483 popq %rdx
13484 popq %rsi
13485 popq %rdi
13486 movq 2920(%rax), %r11
13487 jmp *%r11
13488 #endif /* defined(GLX_USE_TLS) */
13489 .size GL_PREFIX(GetMinmaxParameterfv), .-GL_PREFIX(GetMinmaxParameterfv)
13490
13491 .p2align 4,,15
13492 .globl GL_PREFIX(GetMinmaxParameteriv)
13493 .type GL_PREFIX(GetMinmaxParameteriv), @function
13494 GL_PREFIX(GetMinmaxParameteriv):
13495 #if defined(GLX_USE_TLS)
13496 call _x86_64_get_dispatch@PLT
13497 movq 2928(%rax), %r11
13498 jmp *%r11
13499 #elif defined(PTHREADS)
13500 pushq %rdi
13501 pushq %rsi
13502 pushq %rdx
13503 call _x86_64_get_dispatch@PLT
13504 popq %rdx
13505 popq %rsi
13506 popq %rdi
13507 movq 2928(%rax), %r11
13508 jmp *%r11
13509 #else
13510 movq _glapi_Dispatch(%rip), %rax
13511 testq %rax, %rax
13512 je 1f
13513 movq 2928(%rax), %r11
13514 jmp *%r11
13515 1:
13516 pushq %rdi
13517 pushq %rsi
13518 pushq %rdx
13519 call _glapi_get_dispatch
13520 popq %rdx
13521 popq %rsi
13522 popq %rdi
13523 movq 2928(%rax), %r11
13524 jmp *%r11
13525 #endif /* defined(GLX_USE_TLS) */
13526 .size GL_PREFIX(GetMinmaxParameteriv), .-GL_PREFIX(GetMinmaxParameteriv)
13527
13528 .p2align 4,,15
13529 .globl GL_PREFIX(Histogram)
13530 .type GL_PREFIX(Histogram), @function
13531 GL_PREFIX(Histogram):
13532 #if defined(GLX_USE_TLS)
13533 call _x86_64_get_dispatch@PLT
13534 movq 2936(%rax), %r11
13535 jmp *%r11
13536 #elif defined(PTHREADS)
13537 pushq %rdi
13538 pushq %rsi
13539 pushq %rdx
13540 pushq %rcx
13541 pushq %rbp
13542 call _x86_64_get_dispatch@PLT
13543 popq %rbp
13544 popq %rcx
13545 popq %rdx
13546 popq %rsi
13547 popq %rdi
13548 movq 2936(%rax), %r11
13549 jmp *%r11
13550 #else
13551 movq _glapi_Dispatch(%rip), %rax
13552 testq %rax, %rax
13553 je 1f
13554 movq 2936(%rax), %r11
13555 jmp *%r11
13556 1:
13557 pushq %rdi
13558 pushq %rsi
13559 pushq %rdx
13560 pushq %rcx
13561 pushq %rbp
13562 call _glapi_get_dispatch
13563 popq %rbp
13564 popq %rcx
13565 popq %rdx
13566 popq %rsi
13567 popq %rdi
13568 movq 2936(%rax), %r11
13569 jmp *%r11
13570 #endif /* defined(GLX_USE_TLS) */
13571 .size GL_PREFIX(Histogram), .-GL_PREFIX(Histogram)
13572
13573 .p2align 4,,15
13574 .globl GL_PREFIX(Minmax)
13575 .type GL_PREFIX(Minmax), @function
13576 GL_PREFIX(Minmax):
13577 #if defined(GLX_USE_TLS)
13578 call _x86_64_get_dispatch@PLT
13579 movq 2944(%rax), %r11
13580 jmp *%r11
13581 #elif defined(PTHREADS)
13582 pushq %rdi
13583 pushq %rsi
13584 pushq %rdx
13585 call _x86_64_get_dispatch@PLT
13586 popq %rdx
13587 popq %rsi
13588 popq %rdi
13589 movq 2944(%rax), %r11
13590 jmp *%r11
13591 #else
13592 movq _glapi_Dispatch(%rip), %rax
13593 testq %rax, %rax
13594 je 1f
13595 movq 2944(%rax), %r11
13596 jmp *%r11
13597 1:
13598 pushq %rdi
13599 pushq %rsi
13600 pushq %rdx
13601 call _glapi_get_dispatch
13602 popq %rdx
13603 popq %rsi
13604 popq %rdi
13605 movq 2944(%rax), %r11
13606 jmp *%r11
13607 #endif /* defined(GLX_USE_TLS) */
13608 .size GL_PREFIX(Minmax), .-GL_PREFIX(Minmax)
13609
13610 .p2align 4,,15
13611 .globl GL_PREFIX(ResetHistogram)
13612 .type GL_PREFIX(ResetHistogram), @function
13613 GL_PREFIX(ResetHistogram):
13614 #if defined(GLX_USE_TLS)
13615 call _x86_64_get_dispatch@PLT
13616 movq 2952(%rax), %r11
13617 jmp *%r11
13618 #elif defined(PTHREADS)
13619 pushq %rdi
13620 call _x86_64_get_dispatch@PLT
13621 popq %rdi
13622 movq 2952(%rax), %r11
13623 jmp *%r11
13624 #else
13625 movq _glapi_Dispatch(%rip), %rax
13626 testq %rax, %rax
13627 je 1f
13628 movq 2952(%rax), %r11
13629 jmp *%r11
13630 1:
13631 pushq %rdi
13632 call _glapi_get_dispatch
13633 popq %rdi
13634 movq 2952(%rax), %r11
13635 jmp *%r11
13636 #endif /* defined(GLX_USE_TLS) */
13637 .size GL_PREFIX(ResetHistogram), .-GL_PREFIX(ResetHistogram)
13638
13639 .p2align 4,,15
13640 .globl GL_PREFIX(ResetMinmax)
13641 .type GL_PREFIX(ResetMinmax), @function
13642 GL_PREFIX(ResetMinmax):
13643 #if defined(GLX_USE_TLS)
13644 call _x86_64_get_dispatch@PLT
13645 movq 2960(%rax), %r11
13646 jmp *%r11
13647 #elif defined(PTHREADS)
13648 pushq %rdi
13649 call _x86_64_get_dispatch@PLT
13650 popq %rdi
13651 movq 2960(%rax), %r11
13652 jmp *%r11
13653 #else
13654 movq _glapi_Dispatch(%rip), %rax
13655 testq %rax, %rax
13656 je 1f
13657 movq 2960(%rax), %r11
13658 jmp *%r11
13659 1:
13660 pushq %rdi
13661 call _glapi_get_dispatch
13662 popq %rdi
13663 movq 2960(%rax), %r11
13664 jmp *%r11
13665 #endif /* defined(GLX_USE_TLS) */
13666 .size GL_PREFIX(ResetMinmax), .-GL_PREFIX(ResetMinmax)
13667
13668 .p2align 4,,15
13669 .globl GL_PREFIX(TexImage3D)
13670 .type GL_PREFIX(TexImage3D), @function
13671 GL_PREFIX(TexImage3D):
13672 #if defined(GLX_USE_TLS)
13673 call _x86_64_get_dispatch@PLT
13674 movq 2968(%rax), %r11
13675 jmp *%r11
13676 #elif defined(PTHREADS)
13677 pushq %rdi
13678 pushq %rsi
13679 pushq %rdx
13680 pushq %rcx
13681 pushq %r8
13682 pushq %r9
13683 pushq %rbp
13684 call _x86_64_get_dispatch@PLT
13685 popq %rbp
13686 popq %r9
13687 popq %r8
13688 popq %rcx
13689 popq %rdx
13690 popq %rsi
13691 popq %rdi
13692 movq 2968(%rax), %r11
13693 jmp *%r11
13694 #else
13695 movq _glapi_Dispatch(%rip), %rax
13696 testq %rax, %rax
13697 je 1f
13698 movq 2968(%rax), %r11
13699 jmp *%r11
13700 1:
13701 pushq %rdi
13702 pushq %rsi
13703 pushq %rdx
13704 pushq %rcx
13705 pushq %r8
13706 pushq %r9
13707 pushq %rbp
13708 call _glapi_get_dispatch
13709 popq %rbp
13710 popq %r9
13711 popq %r8
13712 popq %rcx
13713 popq %rdx
13714 popq %rsi
13715 popq %rdi
13716 movq 2968(%rax), %r11
13717 jmp *%r11
13718 #endif /* defined(GLX_USE_TLS) */
13719 .size GL_PREFIX(TexImage3D), .-GL_PREFIX(TexImage3D)
13720
13721 .p2align 4,,15
13722 .globl GL_PREFIX(TexSubImage3D)
13723 .type GL_PREFIX(TexSubImage3D), @function
13724 GL_PREFIX(TexSubImage3D):
13725 #if defined(GLX_USE_TLS)
13726 call _x86_64_get_dispatch@PLT
13727 movq 2976(%rax), %r11
13728 jmp *%r11
13729 #elif defined(PTHREADS)
13730 pushq %rdi
13731 pushq %rsi
13732 pushq %rdx
13733 pushq %rcx
13734 pushq %r8
13735 pushq %r9
13736 pushq %rbp
13737 call _x86_64_get_dispatch@PLT
13738 popq %rbp
13739 popq %r9
13740 popq %r8
13741 popq %rcx
13742 popq %rdx
13743 popq %rsi
13744 popq %rdi
13745 movq 2976(%rax), %r11
13746 jmp *%r11
13747 #else
13748 movq _glapi_Dispatch(%rip), %rax
13749 testq %rax, %rax
13750 je 1f
13751 movq 2976(%rax), %r11
13752 jmp *%r11
13753 1:
13754 pushq %rdi
13755 pushq %rsi
13756 pushq %rdx
13757 pushq %rcx
13758 pushq %r8
13759 pushq %r9
13760 pushq %rbp
13761 call _glapi_get_dispatch
13762 popq %rbp
13763 popq %r9
13764 popq %r8
13765 popq %rcx
13766 popq %rdx
13767 popq %rsi
13768 popq %rdi
13769 movq 2976(%rax), %r11
13770 jmp *%r11
13771 #endif /* defined(GLX_USE_TLS) */
13772 .size GL_PREFIX(TexSubImage3D), .-GL_PREFIX(TexSubImage3D)
13773
13774 .p2align 4,,15
13775 .globl GL_PREFIX(CopyTexSubImage3D)
13776 .type GL_PREFIX(CopyTexSubImage3D), @function
13777 GL_PREFIX(CopyTexSubImage3D):
13778 #if defined(GLX_USE_TLS)
13779 call _x86_64_get_dispatch@PLT
13780 movq 2984(%rax), %r11
13781 jmp *%r11
13782 #elif defined(PTHREADS)
13783 pushq %rdi
13784 pushq %rsi
13785 pushq %rdx
13786 pushq %rcx
13787 pushq %r8
13788 pushq %r9
13789 pushq %rbp
13790 call _x86_64_get_dispatch@PLT
13791 popq %rbp
13792 popq %r9
13793 popq %r8
13794 popq %rcx
13795 popq %rdx
13796 popq %rsi
13797 popq %rdi
13798 movq 2984(%rax), %r11
13799 jmp *%r11
13800 #else
13801 movq _glapi_Dispatch(%rip), %rax
13802 testq %rax, %rax
13803 je 1f
13804 movq 2984(%rax), %r11
13805 jmp *%r11
13806 1:
13807 pushq %rdi
13808 pushq %rsi
13809 pushq %rdx
13810 pushq %rcx
13811 pushq %r8
13812 pushq %r9
13813 pushq %rbp
13814 call _glapi_get_dispatch
13815 popq %rbp
13816 popq %r9
13817 popq %r8
13818 popq %rcx
13819 popq %rdx
13820 popq %rsi
13821 popq %rdi
13822 movq 2984(%rax), %r11
13823 jmp *%r11
13824 #endif /* defined(GLX_USE_TLS) */
13825 .size GL_PREFIX(CopyTexSubImage3D), .-GL_PREFIX(CopyTexSubImage3D)
13826
13827 .p2align 4,,15
13828 .globl GL_PREFIX(ActiveTextureARB)
13829 .type GL_PREFIX(ActiveTextureARB), @function
13830 GL_PREFIX(ActiveTextureARB):
13831 #if defined(GLX_USE_TLS)
13832 call _x86_64_get_dispatch@PLT
13833 movq 2992(%rax), %r11
13834 jmp *%r11
13835 #elif defined(PTHREADS)
13836 pushq %rdi
13837 call _x86_64_get_dispatch@PLT
13838 popq %rdi
13839 movq 2992(%rax), %r11
13840 jmp *%r11
13841 #else
13842 movq _glapi_Dispatch(%rip), %rax
13843 testq %rax, %rax
13844 je 1f
13845 movq 2992(%rax), %r11
13846 jmp *%r11
13847 1:
13848 pushq %rdi
13849 call _glapi_get_dispatch
13850 popq %rdi
13851 movq 2992(%rax), %r11
13852 jmp *%r11
13853 #endif /* defined(GLX_USE_TLS) */
13854 .size GL_PREFIX(ActiveTextureARB), .-GL_PREFIX(ActiveTextureARB)
13855
13856 .p2align 4,,15
13857 .globl GL_PREFIX(ClientActiveTextureARB)
13858 .type GL_PREFIX(ClientActiveTextureARB), @function
13859 GL_PREFIX(ClientActiveTextureARB):
13860 #if defined(GLX_USE_TLS)
13861 call _x86_64_get_dispatch@PLT
13862 movq 3000(%rax), %r11
13863 jmp *%r11
13864 #elif defined(PTHREADS)
13865 pushq %rdi
13866 call _x86_64_get_dispatch@PLT
13867 popq %rdi
13868 movq 3000(%rax), %r11
13869 jmp *%r11
13870 #else
13871 movq _glapi_Dispatch(%rip), %rax
13872 testq %rax, %rax
13873 je 1f
13874 movq 3000(%rax), %r11
13875 jmp *%r11
13876 1:
13877 pushq %rdi
13878 call _glapi_get_dispatch
13879 popq %rdi
13880 movq 3000(%rax), %r11
13881 jmp *%r11
13882 #endif /* defined(GLX_USE_TLS) */
13883 .size GL_PREFIX(ClientActiveTextureARB), .-GL_PREFIX(ClientActiveTextureARB)
13884
13885 .p2align 4,,15
13886 .globl GL_PREFIX(MultiTexCoord1dARB)
13887 .type GL_PREFIX(MultiTexCoord1dARB), @function
13888 GL_PREFIX(MultiTexCoord1dARB):
13889 #if defined(GLX_USE_TLS)
13890 call _x86_64_get_dispatch@PLT
13891 movq 3008(%rax), %r11
13892 jmp *%r11
13893 #elif defined(PTHREADS)
13894 subq $24, %rsp
13895 movq %rdi, (%rsp)
13896 movq %xmm0, 8(%rsp)
13897 call _x86_64_get_dispatch@PLT
13898 movq 8(%rsp), %xmm0
13899 movq (%rsp), %rdi
13900 addq $24, %rsp
13901 movq 3008(%rax), %r11
13902 jmp *%r11
13903 #else
13904 movq _glapi_Dispatch(%rip), %rax
13905 testq %rax, %rax
13906 je 1f
13907 movq 3008(%rax), %r11
13908 jmp *%r11
13909 1:
13910 subq $24, %rsp
13911 movq %rdi, (%rsp)
13912 movq %xmm0, 8(%rsp)
13913 call _glapi_get_dispatch
13914 movq 8(%rsp), %xmm0
13915 movq (%rsp), %rdi
13916 addq $24, %rsp
13917 movq 3008(%rax), %r11
13918 jmp *%r11
13919 #endif /* defined(GLX_USE_TLS) */
13920 .size GL_PREFIX(MultiTexCoord1dARB), .-GL_PREFIX(MultiTexCoord1dARB)
13921
13922 .p2align 4,,15
13923 .globl GL_PREFIX(MultiTexCoord1dvARB)
13924 .type GL_PREFIX(MultiTexCoord1dvARB), @function
13925 GL_PREFIX(MultiTexCoord1dvARB):
13926 #if defined(GLX_USE_TLS)
13927 call _x86_64_get_dispatch@PLT
13928 movq 3016(%rax), %r11
13929 jmp *%r11
13930 #elif defined(PTHREADS)
13931 pushq %rdi
13932 pushq %rsi
13933 pushq %rbp
13934 call _x86_64_get_dispatch@PLT
13935 popq %rbp
13936 popq %rsi
13937 popq %rdi
13938 movq 3016(%rax), %r11
13939 jmp *%r11
13940 #else
13941 movq _glapi_Dispatch(%rip), %rax
13942 testq %rax, %rax
13943 je 1f
13944 movq 3016(%rax), %r11
13945 jmp *%r11
13946 1:
13947 pushq %rdi
13948 pushq %rsi
13949 pushq %rbp
13950 call _glapi_get_dispatch
13951 popq %rbp
13952 popq %rsi
13953 popq %rdi
13954 movq 3016(%rax), %r11
13955 jmp *%r11
13956 #endif /* defined(GLX_USE_TLS) */
13957 .size GL_PREFIX(MultiTexCoord1dvARB), .-GL_PREFIX(MultiTexCoord1dvARB)
13958
13959 .p2align 4,,15
13960 .globl GL_PREFIX(MultiTexCoord1fARB)
13961 .type GL_PREFIX(MultiTexCoord1fARB), @function
13962 GL_PREFIX(MultiTexCoord1fARB):
13963 #if defined(GLX_USE_TLS)
13964 call _x86_64_get_dispatch@PLT
13965 movq 3024(%rax), %r11
13966 jmp *%r11
13967 #elif defined(PTHREADS)
13968 subq $24, %rsp
13969 movq %rdi, (%rsp)
13970 movq %xmm0, 8(%rsp)
13971 call _x86_64_get_dispatch@PLT
13972 movq 8(%rsp), %xmm0
13973 movq (%rsp), %rdi
13974 addq $24, %rsp
13975 movq 3024(%rax), %r11
13976 jmp *%r11
13977 #else
13978 movq _glapi_Dispatch(%rip), %rax
13979 testq %rax, %rax
13980 je 1f
13981 movq 3024(%rax), %r11
13982 jmp *%r11
13983 1:
13984 subq $24, %rsp
13985 movq %rdi, (%rsp)
13986 movq %xmm0, 8(%rsp)
13987 call _glapi_get_dispatch
13988 movq 8(%rsp), %xmm0
13989 movq (%rsp), %rdi
13990 addq $24, %rsp
13991 movq 3024(%rax), %r11
13992 jmp *%r11
13993 #endif /* defined(GLX_USE_TLS) */
13994 .size GL_PREFIX(MultiTexCoord1fARB), .-GL_PREFIX(MultiTexCoord1fARB)
13995
13996 .p2align 4,,15
13997 .globl GL_PREFIX(MultiTexCoord1fvARB)
13998 .type GL_PREFIX(MultiTexCoord1fvARB), @function
13999 GL_PREFIX(MultiTexCoord1fvARB):
14000 #if defined(GLX_USE_TLS)
14001 call _x86_64_get_dispatch@PLT
14002 movq 3032(%rax), %r11
14003 jmp *%r11
14004 #elif defined(PTHREADS)
14005 pushq %rdi
14006 pushq %rsi
14007 pushq %rbp
14008 call _x86_64_get_dispatch@PLT
14009 popq %rbp
14010 popq %rsi
14011 popq %rdi
14012 movq 3032(%rax), %r11
14013 jmp *%r11
14014 #else
14015 movq _glapi_Dispatch(%rip), %rax
14016 testq %rax, %rax
14017 je 1f
14018 movq 3032(%rax), %r11
14019 jmp *%r11
14020 1:
14021 pushq %rdi
14022 pushq %rsi
14023 pushq %rbp
14024 call _glapi_get_dispatch
14025 popq %rbp
14026 popq %rsi
14027 popq %rdi
14028 movq 3032(%rax), %r11
14029 jmp *%r11
14030 #endif /* defined(GLX_USE_TLS) */
14031 .size GL_PREFIX(MultiTexCoord1fvARB), .-GL_PREFIX(MultiTexCoord1fvARB)
14032
14033 .p2align 4,,15
14034 .globl GL_PREFIX(MultiTexCoord1iARB)
14035 .type GL_PREFIX(MultiTexCoord1iARB), @function
14036 GL_PREFIX(MultiTexCoord1iARB):
14037 #if defined(GLX_USE_TLS)
14038 call _x86_64_get_dispatch@PLT
14039 movq 3040(%rax), %r11
14040 jmp *%r11
14041 #elif defined(PTHREADS)
14042 pushq %rdi
14043 pushq %rsi
14044 pushq %rbp
14045 call _x86_64_get_dispatch@PLT
14046 popq %rbp
14047 popq %rsi
14048 popq %rdi
14049 movq 3040(%rax), %r11
14050 jmp *%r11
14051 #else
14052 movq _glapi_Dispatch(%rip), %rax
14053 testq %rax, %rax
14054 je 1f
14055 movq 3040(%rax), %r11
14056 jmp *%r11
14057 1:
14058 pushq %rdi
14059 pushq %rsi
14060 pushq %rbp
14061 call _glapi_get_dispatch
14062 popq %rbp
14063 popq %rsi
14064 popq %rdi
14065 movq 3040(%rax), %r11
14066 jmp *%r11
14067 #endif /* defined(GLX_USE_TLS) */
14068 .size GL_PREFIX(MultiTexCoord1iARB), .-GL_PREFIX(MultiTexCoord1iARB)
14069
14070 .p2align 4,,15
14071 .globl GL_PREFIX(MultiTexCoord1ivARB)
14072 .type GL_PREFIX(MultiTexCoord1ivARB), @function
14073 GL_PREFIX(MultiTexCoord1ivARB):
14074 #if defined(GLX_USE_TLS)
14075 call _x86_64_get_dispatch@PLT
14076 movq 3048(%rax), %r11
14077 jmp *%r11
14078 #elif defined(PTHREADS)
14079 pushq %rdi
14080 pushq %rsi
14081 pushq %rbp
14082 call _x86_64_get_dispatch@PLT
14083 popq %rbp
14084 popq %rsi
14085 popq %rdi
14086 movq 3048(%rax), %r11
14087 jmp *%r11
14088 #else
14089 movq _glapi_Dispatch(%rip), %rax
14090 testq %rax, %rax
14091 je 1f
14092 movq 3048(%rax), %r11
14093 jmp *%r11
14094 1:
14095 pushq %rdi
14096 pushq %rsi
14097 pushq %rbp
14098 call _glapi_get_dispatch
14099 popq %rbp
14100 popq %rsi
14101 popq %rdi
14102 movq 3048(%rax), %r11
14103 jmp *%r11
14104 #endif /* defined(GLX_USE_TLS) */
14105 .size GL_PREFIX(MultiTexCoord1ivARB), .-GL_PREFIX(MultiTexCoord1ivARB)
14106
14107 .p2align 4,,15
14108 .globl GL_PREFIX(MultiTexCoord1sARB)
14109 .type GL_PREFIX(MultiTexCoord1sARB), @function
14110 GL_PREFIX(MultiTexCoord1sARB):
14111 #if defined(GLX_USE_TLS)
14112 call _x86_64_get_dispatch@PLT
14113 movq 3056(%rax), %r11
14114 jmp *%r11
14115 #elif defined(PTHREADS)
14116 pushq %rdi
14117 pushq %rsi
14118 pushq %rbp
14119 call _x86_64_get_dispatch@PLT
14120 popq %rbp
14121 popq %rsi
14122 popq %rdi
14123 movq 3056(%rax), %r11
14124 jmp *%r11
14125 #else
14126 movq _glapi_Dispatch(%rip), %rax
14127 testq %rax, %rax
14128 je 1f
14129 movq 3056(%rax), %r11
14130 jmp *%r11
14131 1:
14132 pushq %rdi
14133 pushq %rsi
14134 pushq %rbp
14135 call _glapi_get_dispatch
14136 popq %rbp
14137 popq %rsi
14138 popq %rdi
14139 movq 3056(%rax), %r11
14140 jmp *%r11
14141 #endif /* defined(GLX_USE_TLS) */
14142 .size GL_PREFIX(MultiTexCoord1sARB), .-GL_PREFIX(MultiTexCoord1sARB)
14143
14144 .p2align 4,,15
14145 .globl GL_PREFIX(MultiTexCoord1svARB)
14146 .type GL_PREFIX(MultiTexCoord1svARB), @function
14147 GL_PREFIX(MultiTexCoord1svARB):
14148 #if defined(GLX_USE_TLS)
14149 call _x86_64_get_dispatch@PLT
14150 movq 3064(%rax), %r11
14151 jmp *%r11
14152 #elif defined(PTHREADS)
14153 pushq %rdi
14154 pushq %rsi
14155 pushq %rbp
14156 call _x86_64_get_dispatch@PLT
14157 popq %rbp
14158 popq %rsi
14159 popq %rdi
14160 movq 3064(%rax), %r11
14161 jmp *%r11
14162 #else
14163 movq _glapi_Dispatch(%rip), %rax
14164 testq %rax, %rax
14165 je 1f
14166 movq 3064(%rax), %r11
14167 jmp *%r11
14168 1:
14169 pushq %rdi
14170 pushq %rsi
14171 pushq %rbp
14172 call _glapi_get_dispatch
14173 popq %rbp
14174 popq %rsi
14175 popq %rdi
14176 movq 3064(%rax), %r11
14177 jmp *%r11
14178 #endif /* defined(GLX_USE_TLS) */
14179 .size GL_PREFIX(MultiTexCoord1svARB), .-GL_PREFIX(MultiTexCoord1svARB)
14180
14181 .p2align 4,,15
14182 .globl GL_PREFIX(MultiTexCoord2dARB)
14183 .type GL_PREFIX(MultiTexCoord2dARB), @function
14184 GL_PREFIX(MultiTexCoord2dARB):
14185 #if defined(GLX_USE_TLS)
14186 call _x86_64_get_dispatch@PLT
14187 movq 3072(%rax), %r11
14188 jmp *%r11
14189 #elif defined(PTHREADS)
14190 subq $24, %rsp
14191 movq %rdi, (%rsp)
14192 movq %xmm0, 8(%rsp)
14193 movq %xmm1, 16(%rsp)
14194 call _x86_64_get_dispatch@PLT
14195 movq 16(%rsp), %xmm1
14196 movq 8(%rsp), %xmm0
14197 movq (%rsp), %rdi
14198 addq $24, %rsp
14199 movq 3072(%rax), %r11
14200 jmp *%r11
14201 #else
14202 movq _glapi_Dispatch(%rip), %rax
14203 testq %rax, %rax
14204 je 1f
14205 movq 3072(%rax), %r11
14206 jmp *%r11
14207 1:
14208 subq $24, %rsp
14209 movq %rdi, (%rsp)
14210 movq %xmm0, 8(%rsp)
14211 movq %xmm1, 16(%rsp)
14212 call _glapi_get_dispatch
14213 movq 16(%rsp), %xmm1
14214 movq 8(%rsp), %xmm0
14215 movq (%rsp), %rdi
14216 addq $24, %rsp
14217 movq 3072(%rax), %r11
14218 jmp *%r11
14219 #endif /* defined(GLX_USE_TLS) */
14220 .size GL_PREFIX(MultiTexCoord2dARB), .-GL_PREFIX(MultiTexCoord2dARB)
14221
14222 .p2align 4,,15
14223 .globl GL_PREFIX(MultiTexCoord2dvARB)
14224 .type GL_PREFIX(MultiTexCoord2dvARB), @function
14225 GL_PREFIX(MultiTexCoord2dvARB):
14226 #if defined(GLX_USE_TLS)
14227 call _x86_64_get_dispatch@PLT
14228 movq 3080(%rax), %r11
14229 jmp *%r11
14230 #elif defined(PTHREADS)
14231 pushq %rdi
14232 pushq %rsi
14233 pushq %rbp
14234 call _x86_64_get_dispatch@PLT
14235 popq %rbp
14236 popq %rsi
14237 popq %rdi
14238 movq 3080(%rax), %r11
14239 jmp *%r11
14240 #else
14241 movq _glapi_Dispatch(%rip), %rax
14242 testq %rax, %rax
14243 je 1f
14244 movq 3080(%rax), %r11
14245 jmp *%r11
14246 1:
14247 pushq %rdi
14248 pushq %rsi
14249 pushq %rbp
14250 call _glapi_get_dispatch
14251 popq %rbp
14252 popq %rsi
14253 popq %rdi
14254 movq 3080(%rax), %r11
14255 jmp *%r11
14256 #endif /* defined(GLX_USE_TLS) */
14257 .size GL_PREFIX(MultiTexCoord2dvARB), .-GL_PREFIX(MultiTexCoord2dvARB)
14258
14259 .p2align 4,,15
14260 .globl GL_PREFIX(MultiTexCoord2fARB)
14261 .type GL_PREFIX(MultiTexCoord2fARB), @function
14262 GL_PREFIX(MultiTexCoord2fARB):
14263 #if defined(GLX_USE_TLS)
14264 call _x86_64_get_dispatch@PLT
14265 movq 3088(%rax), %r11
14266 jmp *%r11
14267 #elif defined(PTHREADS)
14268 subq $24, %rsp
14269 movq %rdi, (%rsp)
14270 movq %xmm0, 8(%rsp)
14271 movq %xmm1, 16(%rsp)
14272 call _x86_64_get_dispatch@PLT
14273 movq 16(%rsp), %xmm1
14274 movq 8(%rsp), %xmm0
14275 movq (%rsp), %rdi
14276 addq $24, %rsp
14277 movq 3088(%rax), %r11
14278 jmp *%r11
14279 #else
14280 movq _glapi_Dispatch(%rip), %rax
14281 testq %rax, %rax
14282 je 1f
14283 movq 3088(%rax), %r11
14284 jmp *%r11
14285 1:
14286 subq $24, %rsp
14287 movq %rdi, (%rsp)
14288 movq %xmm0, 8(%rsp)
14289 movq %xmm1, 16(%rsp)
14290 call _glapi_get_dispatch
14291 movq 16(%rsp), %xmm1
14292 movq 8(%rsp), %xmm0
14293 movq (%rsp), %rdi
14294 addq $24, %rsp
14295 movq 3088(%rax), %r11
14296 jmp *%r11
14297 #endif /* defined(GLX_USE_TLS) */
14298 .size GL_PREFIX(MultiTexCoord2fARB), .-GL_PREFIX(MultiTexCoord2fARB)
14299
14300 .p2align 4,,15
14301 .globl GL_PREFIX(MultiTexCoord2fvARB)
14302 .type GL_PREFIX(MultiTexCoord2fvARB), @function
14303 GL_PREFIX(MultiTexCoord2fvARB):
14304 #if defined(GLX_USE_TLS)
14305 call _x86_64_get_dispatch@PLT
14306 movq 3096(%rax), %r11
14307 jmp *%r11
14308 #elif defined(PTHREADS)
14309 pushq %rdi
14310 pushq %rsi
14311 pushq %rbp
14312 call _x86_64_get_dispatch@PLT
14313 popq %rbp
14314 popq %rsi
14315 popq %rdi
14316 movq 3096(%rax), %r11
14317 jmp *%r11
14318 #else
14319 movq _glapi_Dispatch(%rip), %rax
14320 testq %rax, %rax
14321 je 1f
14322 movq 3096(%rax), %r11
14323 jmp *%r11
14324 1:
14325 pushq %rdi
14326 pushq %rsi
14327 pushq %rbp
14328 call _glapi_get_dispatch
14329 popq %rbp
14330 popq %rsi
14331 popq %rdi
14332 movq 3096(%rax), %r11
14333 jmp *%r11
14334 #endif /* defined(GLX_USE_TLS) */
14335 .size GL_PREFIX(MultiTexCoord2fvARB), .-GL_PREFIX(MultiTexCoord2fvARB)
14336
14337 .p2align 4,,15
14338 .globl GL_PREFIX(MultiTexCoord2iARB)
14339 .type GL_PREFIX(MultiTexCoord2iARB), @function
14340 GL_PREFIX(MultiTexCoord2iARB):
14341 #if defined(GLX_USE_TLS)
14342 call _x86_64_get_dispatch@PLT
14343 movq 3104(%rax), %r11
14344 jmp *%r11
14345 #elif defined(PTHREADS)
14346 pushq %rdi
14347 pushq %rsi
14348 pushq %rdx
14349 call _x86_64_get_dispatch@PLT
14350 popq %rdx
14351 popq %rsi
14352 popq %rdi
14353 movq 3104(%rax), %r11
14354 jmp *%r11
14355 #else
14356 movq _glapi_Dispatch(%rip), %rax
14357 testq %rax, %rax
14358 je 1f
14359 movq 3104(%rax), %r11
14360 jmp *%r11
14361 1:
14362 pushq %rdi
14363 pushq %rsi
14364 pushq %rdx
14365 call _glapi_get_dispatch
14366 popq %rdx
14367 popq %rsi
14368 popq %rdi
14369 movq 3104(%rax), %r11
14370 jmp *%r11
14371 #endif /* defined(GLX_USE_TLS) */
14372 .size GL_PREFIX(MultiTexCoord2iARB), .-GL_PREFIX(MultiTexCoord2iARB)
14373
14374 .p2align 4,,15
14375 .globl GL_PREFIX(MultiTexCoord2ivARB)
14376 .type GL_PREFIX(MultiTexCoord2ivARB), @function
14377 GL_PREFIX(MultiTexCoord2ivARB):
14378 #if defined(GLX_USE_TLS)
14379 call _x86_64_get_dispatch@PLT
14380 movq 3112(%rax), %r11
14381 jmp *%r11
14382 #elif defined(PTHREADS)
14383 pushq %rdi
14384 pushq %rsi
14385 pushq %rbp
14386 call _x86_64_get_dispatch@PLT
14387 popq %rbp
14388 popq %rsi
14389 popq %rdi
14390 movq 3112(%rax), %r11
14391 jmp *%r11
14392 #else
14393 movq _glapi_Dispatch(%rip), %rax
14394 testq %rax, %rax
14395 je 1f
14396 movq 3112(%rax), %r11
14397 jmp *%r11
14398 1:
14399 pushq %rdi
14400 pushq %rsi
14401 pushq %rbp
14402 call _glapi_get_dispatch
14403 popq %rbp
14404 popq %rsi
14405 popq %rdi
14406 movq 3112(%rax), %r11
14407 jmp *%r11
14408 #endif /* defined(GLX_USE_TLS) */
14409 .size GL_PREFIX(MultiTexCoord2ivARB), .-GL_PREFIX(MultiTexCoord2ivARB)
14410
14411 .p2align 4,,15
14412 .globl GL_PREFIX(MultiTexCoord2sARB)
14413 .type GL_PREFIX(MultiTexCoord2sARB), @function
14414 GL_PREFIX(MultiTexCoord2sARB):
14415 #if defined(GLX_USE_TLS)
14416 call _x86_64_get_dispatch@PLT
14417 movq 3120(%rax), %r11
14418 jmp *%r11
14419 #elif defined(PTHREADS)
14420 pushq %rdi
14421 pushq %rsi
14422 pushq %rdx
14423 call _x86_64_get_dispatch@PLT
14424 popq %rdx
14425 popq %rsi
14426 popq %rdi
14427 movq 3120(%rax), %r11
14428 jmp *%r11
14429 #else
14430 movq _glapi_Dispatch(%rip), %rax
14431 testq %rax, %rax
14432 je 1f
14433 movq 3120(%rax), %r11
14434 jmp *%r11
14435 1:
14436 pushq %rdi
14437 pushq %rsi
14438 pushq %rdx
14439 call _glapi_get_dispatch
14440 popq %rdx
14441 popq %rsi
14442 popq %rdi
14443 movq 3120(%rax), %r11
14444 jmp *%r11
14445 #endif /* defined(GLX_USE_TLS) */
14446 .size GL_PREFIX(MultiTexCoord2sARB), .-GL_PREFIX(MultiTexCoord2sARB)
14447
14448 .p2align 4,,15
14449 .globl GL_PREFIX(MultiTexCoord2svARB)
14450 .type GL_PREFIX(MultiTexCoord2svARB), @function
14451 GL_PREFIX(MultiTexCoord2svARB):
14452 #if defined(GLX_USE_TLS)
14453 call _x86_64_get_dispatch@PLT
14454 movq 3128(%rax), %r11
14455 jmp *%r11
14456 #elif defined(PTHREADS)
14457 pushq %rdi
14458 pushq %rsi
14459 pushq %rbp
14460 call _x86_64_get_dispatch@PLT
14461 popq %rbp
14462 popq %rsi
14463 popq %rdi
14464 movq 3128(%rax), %r11
14465 jmp *%r11
14466 #else
14467 movq _glapi_Dispatch(%rip), %rax
14468 testq %rax, %rax
14469 je 1f
14470 movq 3128(%rax), %r11
14471 jmp *%r11
14472 1:
14473 pushq %rdi
14474 pushq %rsi
14475 pushq %rbp
14476 call _glapi_get_dispatch
14477 popq %rbp
14478 popq %rsi
14479 popq %rdi
14480 movq 3128(%rax), %r11
14481 jmp *%r11
14482 #endif /* defined(GLX_USE_TLS) */
14483 .size GL_PREFIX(MultiTexCoord2svARB), .-GL_PREFIX(MultiTexCoord2svARB)
14484
14485 .p2align 4,,15
14486 .globl GL_PREFIX(MultiTexCoord3dARB)
14487 .type GL_PREFIX(MultiTexCoord3dARB), @function
14488 GL_PREFIX(MultiTexCoord3dARB):
14489 #if defined(GLX_USE_TLS)
14490 call _x86_64_get_dispatch@PLT
14491 movq 3136(%rax), %r11
14492 jmp *%r11
14493 #elif defined(PTHREADS)
14494 subq $40, %rsp
14495 movq %rdi, (%rsp)
14496 movq %xmm0, 8(%rsp)
14497 movq %xmm1, 16(%rsp)
14498 movq %xmm2, 24(%rsp)
14499 call _x86_64_get_dispatch@PLT
14500 movq 24(%rsp), %xmm2
14501 movq 16(%rsp), %xmm1
14502 movq 8(%rsp), %xmm0
14503 movq (%rsp), %rdi
14504 addq $40, %rsp
14505 movq 3136(%rax), %r11
14506 jmp *%r11
14507 #else
14508 movq _glapi_Dispatch(%rip), %rax
14509 testq %rax, %rax
14510 je 1f
14511 movq 3136(%rax), %r11
14512 jmp *%r11
14513 1:
14514 subq $40, %rsp
14515 movq %rdi, (%rsp)
14516 movq %xmm0, 8(%rsp)
14517 movq %xmm1, 16(%rsp)
14518 movq %xmm2, 24(%rsp)
14519 call _glapi_get_dispatch
14520 movq 24(%rsp), %xmm2
14521 movq 16(%rsp), %xmm1
14522 movq 8(%rsp), %xmm0
14523 movq (%rsp), %rdi
14524 addq $40, %rsp
14525 movq 3136(%rax), %r11
14526 jmp *%r11
14527 #endif /* defined(GLX_USE_TLS) */
14528 .size GL_PREFIX(MultiTexCoord3dARB), .-GL_PREFIX(MultiTexCoord3dARB)
14529
14530 .p2align 4,,15
14531 .globl GL_PREFIX(MultiTexCoord3dvARB)
14532 .type GL_PREFIX(MultiTexCoord3dvARB), @function
14533 GL_PREFIX(MultiTexCoord3dvARB):
14534 #if defined(GLX_USE_TLS)
14535 call _x86_64_get_dispatch@PLT
14536 movq 3144(%rax), %r11
14537 jmp *%r11
14538 #elif defined(PTHREADS)
14539 pushq %rdi
14540 pushq %rsi
14541 pushq %rbp
14542 call _x86_64_get_dispatch@PLT
14543 popq %rbp
14544 popq %rsi
14545 popq %rdi
14546 movq 3144(%rax), %r11
14547 jmp *%r11
14548 #else
14549 movq _glapi_Dispatch(%rip), %rax
14550 testq %rax, %rax
14551 je 1f
14552 movq 3144(%rax), %r11
14553 jmp *%r11
14554 1:
14555 pushq %rdi
14556 pushq %rsi
14557 pushq %rbp
14558 call _glapi_get_dispatch
14559 popq %rbp
14560 popq %rsi
14561 popq %rdi
14562 movq 3144(%rax), %r11
14563 jmp *%r11
14564 #endif /* defined(GLX_USE_TLS) */
14565 .size GL_PREFIX(MultiTexCoord3dvARB), .-GL_PREFIX(MultiTexCoord3dvARB)
14566
14567 .p2align 4,,15
14568 .globl GL_PREFIX(MultiTexCoord3fARB)
14569 .type GL_PREFIX(MultiTexCoord3fARB), @function
14570 GL_PREFIX(MultiTexCoord3fARB):
14571 #if defined(GLX_USE_TLS)
14572 call _x86_64_get_dispatch@PLT
14573 movq 3152(%rax), %r11
14574 jmp *%r11
14575 #elif defined(PTHREADS)
14576 subq $40, %rsp
14577 movq %rdi, (%rsp)
14578 movq %xmm0, 8(%rsp)
14579 movq %xmm1, 16(%rsp)
14580 movq %xmm2, 24(%rsp)
14581 call _x86_64_get_dispatch@PLT
14582 movq 24(%rsp), %xmm2
14583 movq 16(%rsp), %xmm1
14584 movq 8(%rsp), %xmm0
14585 movq (%rsp), %rdi
14586 addq $40, %rsp
14587 movq 3152(%rax), %r11
14588 jmp *%r11
14589 #else
14590 movq _glapi_Dispatch(%rip), %rax
14591 testq %rax, %rax
14592 je 1f
14593 movq 3152(%rax), %r11
14594 jmp *%r11
14595 1:
14596 subq $40, %rsp
14597 movq %rdi, (%rsp)
14598 movq %xmm0, 8(%rsp)
14599 movq %xmm1, 16(%rsp)
14600 movq %xmm2, 24(%rsp)
14601 call _glapi_get_dispatch
14602 movq 24(%rsp), %xmm2
14603 movq 16(%rsp), %xmm1
14604 movq 8(%rsp), %xmm0
14605 movq (%rsp), %rdi
14606 addq $40, %rsp
14607 movq 3152(%rax), %r11
14608 jmp *%r11
14609 #endif /* defined(GLX_USE_TLS) */
14610 .size GL_PREFIX(MultiTexCoord3fARB), .-GL_PREFIX(MultiTexCoord3fARB)
14611
14612 .p2align 4,,15
14613 .globl GL_PREFIX(MultiTexCoord3fvARB)
14614 .type GL_PREFIX(MultiTexCoord3fvARB), @function
14615 GL_PREFIX(MultiTexCoord3fvARB):
14616 #if defined(GLX_USE_TLS)
14617 call _x86_64_get_dispatch@PLT
14618 movq 3160(%rax), %r11
14619 jmp *%r11
14620 #elif defined(PTHREADS)
14621 pushq %rdi
14622 pushq %rsi
14623 pushq %rbp
14624 call _x86_64_get_dispatch@PLT
14625 popq %rbp
14626 popq %rsi
14627 popq %rdi
14628 movq 3160(%rax), %r11
14629 jmp *%r11
14630 #else
14631 movq _glapi_Dispatch(%rip), %rax
14632 testq %rax, %rax
14633 je 1f
14634 movq 3160(%rax), %r11
14635 jmp *%r11
14636 1:
14637 pushq %rdi
14638 pushq %rsi
14639 pushq %rbp
14640 call _glapi_get_dispatch
14641 popq %rbp
14642 popq %rsi
14643 popq %rdi
14644 movq 3160(%rax), %r11
14645 jmp *%r11
14646 #endif /* defined(GLX_USE_TLS) */
14647 .size GL_PREFIX(MultiTexCoord3fvARB), .-GL_PREFIX(MultiTexCoord3fvARB)
14648
14649 .p2align 4,,15
14650 .globl GL_PREFIX(MultiTexCoord3iARB)
14651 .type GL_PREFIX(MultiTexCoord3iARB), @function
14652 GL_PREFIX(MultiTexCoord3iARB):
14653 #if defined(GLX_USE_TLS)
14654 call _x86_64_get_dispatch@PLT
14655 movq 3168(%rax), %r11
14656 jmp *%r11
14657 #elif defined(PTHREADS)
14658 pushq %rdi
14659 pushq %rsi
14660 pushq %rdx
14661 pushq %rcx
14662 pushq %rbp
14663 call _x86_64_get_dispatch@PLT
14664 popq %rbp
14665 popq %rcx
14666 popq %rdx
14667 popq %rsi
14668 popq %rdi
14669 movq 3168(%rax), %r11
14670 jmp *%r11
14671 #else
14672 movq _glapi_Dispatch(%rip), %rax
14673 testq %rax, %rax
14674 je 1f
14675 movq 3168(%rax), %r11
14676 jmp *%r11
14677 1:
14678 pushq %rdi
14679 pushq %rsi
14680 pushq %rdx
14681 pushq %rcx
14682 pushq %rbp
14683 call _glapi_get_dispatch
14684 popq %rbp
14685 popq %rcx
14686 popq %rdx
14687 popq %rsi
14688 popq %rdi
14689 movq 3168(%rax), %r11
14690 jmp *%r11
14691 #endif /* defined(GLX_USE_TLS) */
14692 .size GL_PREFIX(MultiTexCoord3iARB), .-GL_PREFIX(MultiTexCoord3iARB)
14693
14694 .p2align 4,,15
14695 .globl GL_PREFIX(MultiTexCoord3ivARB)
14696 .type GL_PREFIX(MultiTexCoord3ivARB), @function
14697 GL_PREFIX(MultiTexCoord3ivARB):
14698 #if defined(GLX_USE_TLS)
14699 call _x86_64_get_dispatch@PLT
14700 movq 3176(%rax), %r11
14701 jmp *%r11
14702 #elif defined(PTHREADS)
14703 pushq %rdi
14704 pushq %rsi
14705 pushq %rbp
14706 call _x86_64_get_dispatch@PLT
14707 popq %rbp
14708 popq %rsi
14709 popq %rdi
14710 movq 3176(%rax), %r11
14711 jmp *%r11
14712 #else
14713 movq _glapi_Dispatch(%rip), %rax
14714 testq %rax, %rax
14715 je 1f
14716 movq 3176(%rax), %r11
14717 jmp *%r11
14718 1:
14719 pushq %rdi
14720 pushq %rsi
14721 pushq %rbp
14722 call _glapi_get_dispatch
14723 popq %rbp
14724 popq %rsi
14725 popq %rdi
14726 movq 3176(%rax), %r11
14727 jmp *%r11
14728 #endif /* defined(GLX_USE_TLS) */
14729 .size GL_PREFIX(MultiTexCoord3ivARB), .-GL_PREFIX(MultiTexCoord3ivARB)
14730
14731 .p2align 4,,15
14732 .globl GL_PREFIX(MultiTexCoord3sARB)
14733 .type GL_PREFIX(MultiTexCoord3sARB), @function
14734 GL_PREFIX(MultiTexCoord3sARB):
14735 #if defined(GLX_USE_TLS)
14736 call _x86_64_get_dispatch@PLT
14737 movq 3184(%rax), %r11
14738 jmp *%r11
14739 #elif defined(PTHREADS)
14740 pushq %rdi
14741 pushq %rsi
14742 pushq %rdx
14743 pushq %rcx
14744 pushq %rbp
14745 call _x86_64_get_dispatch@PLT
14746 popq %rbp
14747 popq %rcx
14748 popq %rdx
14749 popq %rsi
14750 popq %rdi
14751 movq 3184(%rax), %r11
14752 jmp *%r11
14753 #else
14754 movq _glapi_Dispatch(%rip), %rax
14755 testq %rax, %rax
14756 je 1f
14757 movq 3184(%rax), %r11
14758 jmp *%r11
14759 1:
14760 pushq %rdi
14761 pushq %rsi
14762 pushq %rdx
14763 pushq %rcx
14764 pushq %rbp
14765 call _glapi_get_dispatch
14766 popq %rbp
14767 popq %rcx
14768 popq %rdx
14769 popq %rsi
14770 popq %rdi
14771 movq 3184(%rax), %r11
14772 jmp *%r11
14773 #endif /* defined(GLX_USE_TLS) */
14774 .size GL_PREFIX(MultiTexCoord3sARB), .-GL_PREFIX(MultiTexCoord3sARB)
14775
14776 .p2align 4,,15
14777 .globl GL_PREFIX(MultiTexCoord3svARB)
14778 .type GL_PREFIX(MultiTexCoord3svARB), @function
14779 GL_PREFIX(MultiTexCoord3svARB):
14780 #if defined(GLX_USE_TLS)
14781 call _x86_64_get_dispatch@PLT
14782 movq 3192(%rax), %r11
14783 jmp *%r11
14784 #elif defined(PTHREADS)
14785 pushq %rdi
14786 pushq %rsi
14787 pushq %rbp
14788 call _x86_64_get_dispatch@PLT
14789 popq %rbp
14790 popq %rsi
14791 popq %rdi
14792 movq 3192(%rax), %r11
14793 jmp *%r11
14794 #else
14795 movq _glapi_Dispatch(%rip), %rax
14796 testq %rax, %rax
14797 je 1f
14798 movq 3192(%rax), %r11
14799 jmp *%r11
14800 1:
14801 pushq %rdi
14802 pushq %rsi
14803 pushq %rbp
14804 call _glapi_get_dispatch
14805 popq %rbp
14806 popq %rsi
14807 popq %rdi
14808 movq 3192(%rax), %r11
14809 jmp *%r11
14810 #endif /* defined(GLX_USE_TLS) */
14811 .size GL_PREFIX(MultiTexCoord3svARB), .-GL_PREFIX(MultiTexCoord3svARB)
14812
14813 .p2align 4,,15
14814 .globl GL_PREFIX(MultiTexCoord4dARB)
14815 .type GL_PREFIX(MultiTexCoord4dARB), @function
14816 GL_PREFIX(MultiTexCoord4dARB):
14817 #if defined(GLX_USE_TLS)
14818 call _x86_64_get_dispatch@PLT
14819 movq 3200(%rax), %r11
14820 jmp *%r11
14821 #elif defined(PTHREADS)
14822 subq $40, %rsp
14823 movq %rdi, (%rsp)
14824 movq %xmm0, 8(%rsp)
14825 movq %xmm1, 16(%rsp)
14826 movq %xmm2, 24(%rsp)
14827 movq %xmm3, 32(%rsp)
14828 call _x86_64_get_dispatch@PLT
14829 movq 32(%rsp), %xmm3
14830 movq 24(%rsp), %xmm2
14831 movq 16(%rsp), %xmm1
14832 movq 8(%rsp), %xmm0
14833 movq (%rsp), %rdi
14834 addq $40, %rsp
14835 movq 3200(%rax), %r11
14836 jmp *%r11
14837 #else
14838 movq _glapi_Dispatch(%rip), %rax
14839 testq %rax, %rax
14840 je 1f
14841 movq 3200(%rax), %r11
14842 jmp *%r11
14843 1:
14844 subq $40, %rsp
14845 movq %rdi, (%rsp)
14846 movq %xmm0, 8(%rsp)
14847 movq %xmm1, 16(%rsp)
14848 movq %xmm2, 24(%rsp)
14849 movq %xmm3, 32(%rsp)
14850 call _glapi_get_dispatch
14851 movq 32(%rsp), %xmm3
14852 movq 24(%rsp), %xmm2
14853 movq 16(%rsp), %xmm1
14854 movq 8(%rsp), %xmm0
14855 movq (%rsp), %rdi
14856 addq $40, %rsp
14857 movq 3200(%rax), %r11
14858 jmp *%r11
14859 #endif /* defined(GLX_USE_TLS) */
14860 .size GL_PREFIX(MultiTexCoord4dARB), .-GL_PREFIX(MultiTexCoord4dARB)
14861
14862 .p2align 4,,15
14863 .globl GL_PREFIX(MultiTexCoord4dvARB)
14864 .type GL_PREFIX(MultiTexCoord4dvARB), @function
14865 GL_PREFIX(MultiTexCoord4dvARB):
14866 #if defined(GLX_USE_TLS)
14867 call _x86_64_get_dispatch@PLT
14868 movq 3208(%rax), %r11
14869 jmp *%r11
14870 #elif defined(PTHREADS)
14871 pushq %rdi
14872 pushq %rsi
14873 pushq %rbp
14874 call _x86_64_get_dispatch@PLT
14875 popq %rbp
14876 popq %rsi
14877 popq %rdi
14878 movq 3208(%rax), %r11
14879 jmp *%r11
14880 #else
14881 movq _glapi_Dispatch(%rip), %rax
14882 testq %rax, %rax
14883 je 1f
14884 movq 3208(%rax), %r11
14885 jmp *%r11
14886 1:
14887 pushq %rdi
14888 pushq %rsi
14889 pushq %rbp
14890 call _glapi_get_dispatch
14891 popq %rbp
14892 popq %rsi
14893 popq %rdi
14894 movq 3208(%rax), %r11
14895 jmp *%r11
14896 #endif /* defined(GLX_USE_TLS) */
14897 .size GL_PREFIX(MultiTexCoord4dvARB), .-GL_PREFIX(MultiTexCoord4dvARB)
14898
14899 .p2align 4,,15
14900 .globl GL_PREFIX(MultiTexCoord4fARB)
14901 .type GL_PREFIX(MultiTexCoord4fARB), @function
14902 GL_PREFIX(MultiTexCoord4fARB):
14903 #if defined(GLX_USE_TLS)
14904 call _x86_64_get_dispatch@PLT
14905 movq 3216(%rax), %r11
14906 jmp *%r11
14907 #elif defined(PTHREADS)
14908 subq $40, %rsp
14909 movq %rdi, (%rsp)
14910 movq %xmm0, 8(%rsp)
14911 movq %xmm1, 16(%rsp)
14912 movq %xmm2, 24(%rsp)
14913 movq %xmm3, 32(%rsp)
14914 call _x86_64_get_dispatch@PLT
14915 movq 32(%rsp), %xmm3
14916 movq 24(%rsp), %xmm2
14917 movq 16(%rsp), %xmm1
14918 movq 8(%rsp), %xmm0
14919 movq (%rsp), %rdi
14920 addq $40, %rsp
14921 movq 3216(%rax), %r11
14922 jmp *%r11
14923 #else
14924 movq _glapi_Dispatch(%rip), %rax
14925 testq %rax, %rax
14926 je 1f
14927 movq 3216(%rax), %r11
14928 jmp *%r11
14929 1:
14930 subq $40, %rsp
14931 movq %rdi, (%rsp)
14932 movq %xmm0, 8(%rsp)
14933 movq %xmm1, 16(%rsp)
14934 movq %xmm2, 24(%rsp)
14935 movq %xmm3, 32(%rsp)
14936 call _glapi_get_dispatch
14937 movq 32(%rsp), %xmm3
14938 movq 24(%rsp), %xmm2
14939 movq 16(%rsp), %xmm1
14940 movq 8(%rsp), %xmm0
14941 movq (%rsp), %rdi
14942 addq $40, %rsp
14943 movq 3216(%rax), %r11
14944 jmp *%r11
14945 #endif /* defined(GLX_USE_TLS) */
14946 .size GL_PREFIX(MultiTexCoord4fARB), .-GL_PREFIX(MultiTexCoord4fARB)
14947
14948 .p2align 4,,15
14949 .globl GL_PREFIX(MultiTexCoord4fvARB)
14950 .type GL_PREFIX(MultiTexCoord4fvARB), @function
14951 GL_PREFIX(MultiTexCoord4fvARB):
14952 #if defined(GLX_USE_TLS)
14953 call _x86_64_get_dispatch@PLT
14954 movq 3224(%rax), %r11
14955 jmp *%r11
14956 #elif defined(PTHREADS)
14957 pushq %rdi
14958 pushq %rsi
14959 pushq %rbp
14960 call _x86_64_get_dispatch@PLT
14961 popq %rbp
14962 popq %rsi
14963 popq %rdi
14964 movq 3224(%rax), %r11
14965 jmp *%r11
14966 #else
14967 movq _glapi_Dispatch(%rip), %rax
14968 testq %rax, %rax
14969 je 1f
14970 movq 3224(%rax), %r11
14971 jmp *%r11
14972 1:
14973 pushq %rdi
14974 pushq %rsi
14975 pushq %rbp
14976 call _glapi_get_dispatch
14977 popq %rbp
14978 popq %rsi
14979 popq %rdi
14980 movq 3224(%rax), %r11
14981 jmp *%r11
14982 #endif /* defined(GLX_USE_TLS) */
14983 .size GL_PREFIX(MultiTexCoord4fvARB), .-GL_PREFIX(MultiTexCoord4fvARB)
14984
14985 .p2align 4,,15
14986 .globl GL_PREFIX(MultiTexCoord4iARB)
14987 .type GL_PREFIX(MultiTexCoord4iARB), @function
14988 GL_PREFIX(MultiTexCoord4iARB):
14989 #if defined(GLX_USE_TLS)
14990 call _x86_64_get_dispatch@PLT
14991 movq 3232(%rax), %r11
14992 jmp *%r11
14993 #elif defined(PTHREADS)
14994 pushq %rdi
14995 pushq %rsi
14996 pushq %rdx
14997 pushq %rcx
14998 pushq %r8
14999 call _x86_64_get_dispatch@PLT
15000 popq %r8
15001 popq %rcx
15002 popq %rdx
15003 popq %rsi
15004 popq %rdi
15005 movq 3232(%rax), %r11
15006 jmp *%r11
15007 #else
15008 movq _glapi_Dispatch(%rip), %rax
15009 testq %rax, %rax
15010 je 1f
15011 movq 3232(%rax), %r11
15012 jmp *%r11
15013 1:
15014 pushq %rdi
15015 pushq %rsi
15016 pushq %rdx
15017 pushq %rcx
15018 pushq %r8
15019 call _glapi_get_dispatch
15020 popq %r8
15021 popq %rcx
15022 popq %rdx
15023 popq %rsi
15024 popq %rdi
15025 movq 3232(%rax), %r11
15026 jmp *%r11
15027 #endif /* defined(GLX_USE_TLS) */
15028 .size GL_PREFIX(MultiTexCoord4iARB), .-GL_PREFIX(MultiTexCoord4iARB)
15029
15030 .p2align 4,,15
15031 .globl GL_PREFIX(MultiTexCoord4ivARB)
15032 .type GL_PREFIX(MultiTexCoord4ivARB), @function
15033 GL_PREFIX(MultiTexCoord4ivARB):
15034 #if defined(GLX_USE_TLS)
15035 call _x86_64_get_dispatch@PLT
15036 movq 3240(%rax), %r11
15037 jmp *%r11
15038 #elif defined(PTHREADS)
15039 pushq %rdi
15040 pushq %rsi
15041 pushq %rbp
15042 call _x86_64_get_dispatch@PLT
15043 popq %rbp
15044 popq %rsi
15045 popq %rdi
15046 movq 3240(%rax), %r11
15047 jmp *%r11
15048 #else
15049 movq _glapi_Dispatch(%rip), %rax
15050 testq %rax, %rax
15051 je 1f
15052 movq 3240(%rax), %r11
15053 jmp *%r11
15054 1:
15055 pushq %rdi
15056 pushq %rsi
15057 pushq %rbp
15058 call _glapi_get_dispatch
15059 popq %rbp
15060 popq %rsi
15061 popq %rdi
15062 movq 3240(%rax), %r11
15063 jmp *%r11
15064 #endif /* defined(GLX_USE_TLS) */
15065 .size GL_PREFIX(MultiTexCoord4ivARB), .-GL_PREFIX(MultiTexCoord4ivARB)
15066
15067 .p2align 4,,15
15068 .globl GL_PREFIX(MultiTexCoord4sARB)
15069 .type GL_PREFIX(MultiTexCoord4sARB), @function
15070 GL_PREFIX(MultiTexCoord4sARB):
15071 #if defined(GLX_USE_TLS)
15072 call _x86_64_get_dispatch@PLT
15073 movq 3248(%rax), %r11
15074 jmp *%r11
15075 #elif defined(PTHREADS)
15076 pushq %rdi
15077 pushq %rsi
15078 pushq %rdx
15079 pushq %rcx
15080 pushq %r8
15081 call _x86_64_get_dispatch@PLT
15082 popq %r8
15083 popq %rcx
15084 popq %rdx
15085 popq %rsi
15086 popq %rdi
15087 movq 3248(%rax), %r11
15088 jmp *%r11
15089 #else
15090 movq _glapi_Dispatch(%rip), %rax
15091 testq %rax, %rax
15092 je 1f
15093 movq 3248(%rax), %r11
15094 jmp *%r11
15095 1:
15096 pushq %rdi
15097 pushq %rsi
15098 pushq %rdx
15099 pushq %rcx
15100 pushq %r8
15101 call _glapi_get_dispatch
15102 popq %r8
15103 popq %rcx
15104 popq %rdx
15105 popq %rsi
15106 popq %rdi
15107 movq 3248(%rax), %r11
15108 jmp *%r11
15109 #endif /* defined(GLX_USE_TLS) */
15110 .size GL_PREFIX(MultiTexCoord4sARB), .-GL_PREFIX(MultiTexCoord4sARB)
15111
15112 .p2align 4,,15
15113 .globl GL_PREFIX(MultiTexCoord4svARB)
15114 .type GL_PREFIX(MultiTexCoord4svARB), @function
15115 GL_PREFIX(MultiTexCoord4svARB):
15116 #if defined(GLX_USE_TLS)
15117 call _x86_64_get_dispatch@PLT
15118 movq 3256(%rax), %r11
15119 jmp *%r11
15120 #elif defined(PTHREADS)
15121 pushq %rdi
15122 pushq %rsi
15123 pushq %rbp
15124 call _x86_64_get_dispatch@PLT
15125 popq %rbp
15126 popq %rsi
15127 popq %rdi
15128 movq 3256(%rax), %r11
15129 jmp *%r11
15130 #else
15131 movq _glapi_Dispatch(%rip), %rax
15132 testq %rax, %rax
15133 je 1f
15134 movq 3256(%rax), %r11
15135 jmp *%r11
15136 1:
15137 pushq %rdi
15138 pushq %rsi
15139 pushq %rbp
15140 call _glapi_get_dispatch
15141 popq %rbp
15142 popq %rsi
15143 popq %rdi
15144 movq 3256(%rax), %r11
15145 jmp *%r11
15146 #endif /* defined(GLX_USE_TLS) */
15147 .size GL_PREFIX(MultiTexCoord4svARB), .-GL_PREFIX(MultiTexCoord4svARB)
15148
15149 .p2align 4,,15
15150 .globl GL_PREFIX(AttachShader)
15151 .type GL_PREFIX(AttachShader), @function
15152 GL_PREFIX(AttachShader):
15153 #if defined(GLX_USE_TLS)
15154 call _x86_64_get_dispatch@PLT
15155 movq 3264(%rax), %r11
15156 jmp *%r11
15157 #elif defined(PTHREADS)
15158 pushq %rdi
15159 pushq %rsi
15160 pushq %rbp
15161 call _x86_64_get_dispatch@PLT
15162 popq %rbp
15163 popq %rsi
15164 popq %rdi
15165 movq 3264(%rax), %r11
15166 jmp *%r11
15167 #else
15168 movq _glapi_Dispatch(%rip), %rax
15169 testq %rax, %rax
15170 je 1f
15171 movq 3264(%rax), %r11
15172 jmp *%r11
15173 1:
15174 pushq %rdi
15175 pushq %rsi
15176 pushq %rbp
15177 call _glapi_get_dispatch
15178 popq %rbp
15179 popq %rsi
15180 popq %rdi
15181 movq 3264(%rax), %r11
15182 jmp *%r11
15183 #endif /* defined(GLX_USE_TLS) */
15184 .size GL_PREFIX(AttachShader), .-GL_PREFIX(AttachShader)
15185
15186 .p2align 4,,15
15187 .globl GL_PREFIX(CreateProgram)
15188 .type GL_PREFIX(CreateProgram), @function
15189 GL_PREFIX(CreateProgram):
15190 #if defined(GLX_USE_TLS)
15191 call _x86_64_get_dispatch@PLT
15192 movq 3272(%rax), %r11
15193 jmp *%r11
15194 #elif defined(PTHREADS)
15195 pushq %rbp
15196 call _x86_64_get_dispatch@PLT
15197 popq %rbp
15198 movq 3272(%rax), %r11
15199 jmp *%r11
15200 #else
15201 movq _glapi_Dispatch(%rip), %rax
15202 testq %rax, %rax
15203 je 1f
15204 movq 3272(%rax), %r11
15205 jmp *%r11
15206 1:
15207 pushq %rbp
15208 call _glapi_get_dispatch
15209 popq %rbp
15210 movq 3272(%rax), %r11
15211 jmp *%r11
15212 #endif /* defined(GLX_USE_TLS) */
15213 .size GL_PREFIX(CreateProgram), .-GL_PREFIX(CreateProgram)
15214
15215 .p2align 4,,15
15216 .globl GL_PREFIX(CreateShader)
15217 .type GL_PREFIX(CreateShader), @function
15218 GL_PREFIX(CreateShader):
15219 #if defined(GLX_USE_TLS)
15220 call _x86_64_get_dispatch@PLT
15221 movq 3280(%rax), %r11
15222 jmp *%r11
15223 #elif defined(PTHREADS)
15224 pushq %rdi
15225 call _x86_64_get_dispatch@PLT
15226 popq %rdi
15227 movq 3280(%rax), %r11
15228 jmp *%r11
15229 #else
15230 movq _glapi_Dispatch(%rip), %rax
15231 testq %rax, %rax
15232 je 1f
15233 movq 3280(%rax), %r11
15234 jmp *%r11
15235 1:
15236 pushq %rdi
15237 call _glapi_get_dispatch
15238 popq %rdi
15239 movq 3280(%rax), %r11
15240 jmp *%r11
15241 #endif /* defined(GLX_USE_TLS) */
15242 .size GL_PREFIX(CreateShader), .-GL_PREFIX(CreateShader)
15243
15244 .p2align 4,,15
15245 .globl GL_PREFIX(DeleteProgram)
15246 .type GL_PREFIX(DeleteProgram), @function
15247 GL_PREFIX(DeleteProgram):
15248 #if defined(GLX_USE_TLS)
15249 call _x86_64_get_dispatch@PLT
15250 movq 3288(%rax), %r11
15251 jmp *%r11
15252 #elif defined(PTHREADS)
15253 pushq %rdi
15254 call _x86_64_get_dispatch@PLT
15255 popq %rdi
15256 movq 3288(%rax), %r11
15257 jmp *%r11
15258 #else
15259 movq _glapi_Dispatch(%rip), %rax
15260 testq %rax, %rax
15261 je 1f
15262 movq 3288(%rax), %r11
15263 jmp *%r11
15264 1:
15265 pushq %rdi
15266 call _glapi_get_dispatch
15267 popq %rdi
15268 movq 3288(%rax), %r11
15269 jmp *%r11
15270 #endif /* defined(GLX_USE_TLS) */
15271 .size GL_PREFIX(DeleteProgram), .-GL_PREFIX(DeleteProgram)
15272
15273 .p2align 4,,15
15274 .globl GL_PREFIX(DeleteShader)
15275 .type GL_PREFIX(DeleteShader), @function
15276 GL_PREFIX(DeleteShader):
15277 #if defined(GLX_USE_TLS)
15278 call _x86_64_get_dispatch@PLT
15279 movq 3296(%rax), %r11
15280 jmp *%r11
15281 #elif defined(PTHREADS)
15282 pushq %rdi
15283 call _x86_64_get_dispatch@PLT
15284 popq %rdi
15285 movq 3296(%rax), %r11
15286 jmp *%r11
15287 #else
15288 movq _glapi_Dispatch(%rip), %rax
15289 testq %rax, %rax
15290 je 1f
15291 movq 3296(%rax), %r11
15292 jmp *%r11
15293 1:
15294 pushq %rdi
15295 call _glapi_get_dispatch
15296 popq %rdi
15297 movq 3296(%rax), %r11
15298 jmp *%r11
15299 #endif /* defined(GLX_USE_TLS) */
15300 .size GL_PREFIX(DeleteShader), .-GL_PREFIX(DeleteShader)
15301
15302 .p2align 4,,15
15303 .globl GL_PREFIX(DetachShader)
15304 .type GL_PREFIX(DetachShader), @function
15305 GL_PREFIX(DetachShader):
15306 #if defined(GLX_USE_TLS)
15307 call _x86_64_get_dispatch@PLT
15308 movq 3304(%rax), %r11
15309 jmp *%r11
15310 #elif defined(PTHREADS)
15311 pushq %rdi
15312 pushq %rsi
15313 pushq %rbp
15314 call _x86_64_get_dispatch@PLT
15315 popq %rbp
15316 popq %rsi
15317 popq %rdi
15318 movq 3304(%rax), %r11
15319 jmp *%r11
15320 #else
15321 movq _glapi_Dispatch(%rip), %rax
15322 testq %rax, %rax
15323 je 1f
15324 movq 3304(%rax), %r11
15325 jmp *%r11
15326 1:
15327 pushq %rdi
15328 pushq %rsi
15329 pushq %rbp
15330 call _glapi_get_dispatch
15331 popq %rbp
15332 popq %rsi
15333 popq %rdi
15334 movq 3304(%rax), %r11
15335 jmp *%r11
15336 #endif /* defined(GLX_USE_TLS) */
15337 .size GL_PREFIX(DetachShader), .-GL_PREFIX(DetachShader)
15338
15339 .p2align 4,,15
15340 .globl GL_PREFIX(GetAttachedShaders)
15341 .type GL_PREFIX(GetAttachedShaders), @function
15342 GL_PREFIX(GetAttachedShaders):
15343 #if defined(GLX_USE_TLS)
15344 call _x86_64_get_dispatch@PLT
15345 movq 3312(%rax), %r11
15346 jmp *%r11
15347 #elif defined(PTHREADS)
15348 pushq %rdi
15349 pushq %rsi
15350 pushq %rdx
15351 pushq %rcx
15352 pushq %rbp
15353 call _x86_64_get_dispatch@PLT
15354 popq %rbp
15355 popq %rcx
15356 popq %rdx
15357 popq %rsi
15358 popq %rdi
15359 movq 3312(%rax), %r11
15360 jmp *%r11
15361 #else
15362 movq _glapi_Dispatch(%rip), %rax
15363 testq %rax, %rax
15364 je 1f
15365 movq 3312(%rax), %r11
15366 jmp *%r11
15367 1:
15368 pushq %rdi
15369 pushq %rsi
15370 pushq %rdx
15371 pushq %rcx
15372 pushq %rbp
15373 call _glapi_get_dispatch
15374 popq %rbp
15375 popq %rcx
15376 popq %rdx
15377 popq %rsi
15378 popq %rdi
15379 movq 3312(%rax), %r11
15380 jmp *%r11
15381 #endif /* defined(GLX_USE_TLS) */
15382 .size GL_PREFIX(GetAttachedShaders), .-GL_PREFIX(GetAttachedShaders)
15383
15384 .p2align 4,,15
15385 .globl GL_PREFIX(GetProgramInfoLog)
15386 .type GL_PREFIX(GetProgramInfoLog), @function
15387 GL_PREFIX(GetProgramInfoLog):
15388 #if defined(GLX_USE_TLS)
15389 call _x86_64_get_dispatch@PLT
15390 movq 3320(%rax), %r11
15391 jmp *%r11
15392 #elif defined(PTHREADS)
15393 pushq %rdi
15394 pushq %rsi
15395 pushq %rdx
15396 pushq %rcx
15397 pushq %rbp
15398 call _x86_64_get_dispatch@PLT
15399 popq %rbp
15400 popq %rcx
15401 popq %rdx
15402 popq %rsi
15403 popq %rdi
15404 movq 3320(%rax), %r11
15405 jmp *%r11
15406 #else
15407 movq _glapi_Dispatch(%rip), %rax
15408 testq %rax, %rax
15409 je 1f
15410 movq 3320(%rax), %r11
15411 jmp *%r11
15412 1:
15413 pushq %rdi
15414 pushq %rsi
15415 pushq %rdx
15416 pushq %rcx
15417 pushq %rbp
15418 call _glapi_get_dispatch
15419 popq %rbp
15420 popq %rcx
15421 popq %rdx
15422 popq %rsi
15423 popq %rdi
15424 movq 3320(%rax), %r11
15425 jmp *%r11
15426 #endif /* defined(GLX_USE_TLS) */
15427 .size GL_PREFIX(GetProgramInfoLog), .-GL_PREFIX(GetProgramInfoLog)
15428
15429 .p2align 4,,15
15430 .globl GL_PREFIX(GetProgramiv)
15431 .type GL_PREFIX(GetProgramiv), @function
15432 GL_PREFIX(GetProgramiv):
15433 #if defined(GLX_USE_TLS)
15434 call _x86_64_get_dispatch@PLT
15435 movq 3328(%rax), %r11
15436 jmp *%r11
15437 #elif defined(PTHREADS)
15438 pushq %rdi
15439 pushq %rsi
15440 pushq %rdx
15441 call _x86_64_get_dispatch@PLT
15442 popq %rdx
15443 popq %rsi
15444 popq %rdi
15445 movq 3328(%rax), %r11
15446 jmp *%r11
15447 #else
15448 movq _glapi_Dispatch(%rip), %rax
15449 testq %rax, %rax
15450 je 1f
15451 movq 3328(%rax), %r11
15452 jmp *%r11
15453 1:
15454 pushq %rdi
15455 pushq %rsi
15456 pushq %rdx
15457 call _glapi_get_dispatch
15458 popq %rdx
15459 popq %rsi
15460 popq %rdi
15461 movq 3328(%rax), %r11
15462 jmp *%r11
15463 #endif /* defined(GLX_USE_TLS) */
15464 .size GL_PREFIX(GetProgramiv), .-GL_PREFIX(GetProgramiv)
15465
15466 .p2align 4,,15
15467 .globl GL_PREFIX(GetShaderInfoLog)
15468 .type GL_PREFIX(GetShaderInfoLog), @function
15469 GL_PREFIX(GetShaderInfoLog):
15470 #if defined(GLX_USE_TLS)
15471 call _x86_64_get_dispatch@PLT
15472 movq 3336(%rax), %r11
15473 jmp *%r11
15474 #elif defined(PTHREADS)
15475 pushq %rdi
15476 pushq %rsi
15477 pushq %rdx
15478 pushq %rcx
15479 pushq %rbp
15480 call _x86_64_get_dispatch@PLT
15481 popq %rbp
15482 popq %rcx
15483 popq %rdx
15484 popq %rsi
15485 popq %rdi
15486 movq 3336(%rax), %r11
15487 jmp *%r11
15488 #else
15489 movq _glapi_Dispatch(%rip), %rax
15490 testq %rax, %rax
15491 je 1f
15492 movq 3336(%rax), %r11
15493 jmp *%r11
15494 1:
15495 pushq %rdi
15496 pushq %rsi
15497 pushq %rdx
15498 pushq %rcx
15499 pushq %rbp
15500 call _glapi_get_dispatch
15501 popq %rbp
15502 popq %rcx
15503 popq %rdx
15504 popq %rsi
15505 popq %rdi
15506 movq 3336(%rax), %r11
15507 jmp *%r11
15508 #endif /* defined(GLX_USE_TLS) */
15509 .size GL_PREFIX(GetShaderInfoLog), .-GL_PREFIX(GetShaderInfoLog)
15510
15511 .p2align 4,,15
15512 .globl GL_PREFIX(GetShaderiv)
15513 .type GL_PREFIX(GetShaderiv), @function
15514 GL_PREFIX(GetShaderiv):
15515 #if defined(GLX_USE_TLS)
15516 call _x86_64_get_dispatch@PLT
15517 movq 3344(%rax), %r11
15518 jmp *%r11
15519 #elif defined(PTHREADS)
15520 pushq %rdi
15521 pushq %rsi
15522 pushq %rdx
15523 call _x86_64_get_dispatch@PLT
15524 popq %rdx
15525 popq %rsi
15526 popq %rdi
15527 movq 3344(%rax), %r11
15528 jmp *%r11
15529 #else
15530 movq _glapi_Dispatch(%rip), %rax
15531 testq %rax, %rax
15532 je 1f
15533 movq 3344(%rax), %r11
15534 jmp *%r11
15535 1:
15536 pushq %rdi
15537 pushq %rsi
15538 pushq %rdx
15539 call _glapi_get_dispatch
15540 popq %rdx
15541 popq %rsi
15542 popq %rdi
15543 movq 3344(%rax), %r11
15544 jmp *%r11
15545 #endif /* defined(GLX_USE_TLS) */
15546 .size GL_PREFIX(GetShaderiv), .-GL_PREFIX(GetShaderiv)
15547
15548 .p2align 4,,15
15549 .globl GL_PREFIX(IsProgram)
15550 .type GL_PREFIX(IsProgram), @function
15551 GL_PREFIX(IsProgram):
15552 #if defined(GLX_USE_TLS)
15553 call _x86_64_get_dispatch@PLT
15554 movq 3352(%rax), %r11
15555 jmp *%r11
15556 #elif defined(PTHREADS)
15557 pushq %rdi
15558 call _x86_64_get_dispatch@PLT
15559 popq %rdi
15560 movq 3352(%rax), %r11
15561 jmp *%r11
15562 #else
15563 movq _glapi_Dispatch(%rip), %rax
15564 testq %rax, %rax
15565 je 1f
15566 movq 3352(%rax), %r11
15567 jmp *%r11
15568 1:
15569 pushq %rdi
15570 call _glapi_get_dispatch
15571 popq %rdi
15572 movq 3352(%rax), %r11
15573 jmp *%r11
15574 #endif /* defined(GLX_USE_TLS) */
15575 .size GL_PREFIX(IsProgram), .-GL_PREFIX(IsProgram)
15576
15577 .p2align 4,,15
15578 .globl GL_PREFIX(IsShader)
15579 .type GL_PREFIX(IsShader), @function
15580 GL_PREFIX(IsShader):
15581 #if defined(GLX_USE_TLS)
15582 call _x86_64_get_dispatch@PLT
15583 movq 3360(%rax), %r11
15584 jmp *%r11
15585 #elif defined(PTHREADS)
15586 pushq %rdi
15587 call _x86_64_get_dispatch@PLT
15588 popq %rdi
15589 movq 3360(%rax), %r11
15590 jmp *%r11
15591 #else
15592 movq _glapi_Dispatch(%rip), %rax
15593 testq %rax, %rax
15594 je 1f
15595 movq 3360(%rax), %r11
15596 jmp *%r11
15597 1:
15598 pushq %rdi
15599 call _glapi_get_dispatch
15600 popq %rdi
15601 movq 3360(%rax), %r11
15602 jmp *%r11
15603 #endif /* defined(GLX_USE_TLS) */
15604 .size GL_PREFIX(IsShader), .-GL_PREFIX(IsShader)
15605
15606 .p2align 4,,15
15607 .globl GL_PREFIX(StencilFuncSeparate)
15608 .type GL_PREFIX(StencilFuncSeparate), @function
15609 GL_PREFIX(StencilFuncSeparate):
15610 #if defined(GLX_USE_TLS)
15611 call _x86_64_get_dispatch@PLT
15612 movq 3368(%rax), %r11
15613 jmp *%r11
15614 #elif defined(PTHREADS)
15615 pushq %rdi
15616 pushq %rsi
15617 pushq %rdx
15618 pushq %rcx
15619 pushq %rbp
15620 call _x86_64_get_dispatch@PLT
15621 popq %rbp
15622 popq %rcx
15623 popq %rdx
15624 popq %rsi
15625 popq %rdi
15626 movq 3368(%rax), %r11
15627 jmp *%r11
15628 #else
15629 movq _glapi_Dispatch(%rip), %rax
15630 testq %rax, %rax
15631 je 1f
15632 movq 3368(%rax), %r11
15633 jmp *%r11
15634 1:
15635 pushq %rdi
15636 pushq %rsi
15637 pushq %rdx
15638 pushq %rcx
15639 pushq %rbp
15640 call _glapi_get_dispatch
15641 popq %rbp
15642 popq %rcx
15643 popq %rdx
15644 popq %rsi
15645 popq %rdi
15646 movq 3368(%rax), %r11
15647 jmp *%r11
15648 #endif /* defined(GLX_USE_TLS) */
15649 .size GL_PREFIX(StencilFuncSeparate), .-GL_PREFIX(StencilFuncSeparate)
15650
15651 .p2align 4,,15
15652 .globl GL_PREFIX(StencilMaskSeparate)
15653 .type GL_PREFIX(StencilMaskSeparate), @function
15654 GL_PREFIX(StencilMaskSeparate):
15655 #if defined(GLX_USE_TLS)
15656 call _x86_64_get_dispatch@PLT
15657 movq 3376(%rax), %r11
15658 jmp *%r11
15659 #elif defined(PTHREADS)
15660 pushq %rdi
15661 pushq %rsi
15662 pushq %rbp
15663 call _x86_64_get_dispatch@PLT
15664 popq %rbp
15665 popq %rsi
15666 popq %rdi
15667 movq 3376(%rax), %r11
15668 jmp *%r11
15669 #else
15670 movq _glapi_Dispatch(%rip), %rax
15671 testq %rax, %rax
15672 je 1f
15673 movq 3376(%rax), %r11
15674 jmp *%r11
15675 1:
15676 pushq %rdi
15677 pushq %rsi
15678 pushq %rbp
15679 call _glapi_get_dispatch
15680 popq %rbp
15681 popq %rsi
15682 popq %rdi
15683 movq 3376(%rax), %r11
15684 jmp *%r11
15685 #endif /* defined(GLX_USE_TLS) */
15686 .size GL_PREFIX(StencilMaskSeparate), .-GL_PREFIX(StencilMaskSeparate)
15687
15688 .p2align 4,,15
15689 .globl GL_PREFIX(StencilOpSeparate)
15690 .type GL_PREFIX(StencilOpSeparate), @function
15691 GL_PREFIX(StencilOpSeparate):
15692 #if defined(GLX_USE_TLS)
15693 call _x86_64_get_dispatch@PLT
15694 movq 3384(%rax), %r11
15695 jmp *%r11
15696 #elif defined(PTHREADS)
15697 pushq %rdi
15698 pushq %rsi
15699 pushq %rdx
15700 pushq %rcx
15701 pushq %rbp
15702 call _x86_64_get_dispatch@PLT
15703 popq %rbp
15704 popq %rcx
15705 popq %rdx
15706 popq %rsi
15707 popq %rdi
15708 movq 3384(%rax), %r11
15709 jmp *%r11
15710 #else
15711 movq _glapi_Dispatch(%rip), %rax
15712 testq %rax, %rax
15713 je 1f
15714 movq 3384(%rax), %r11
15715 jmp *%r11
15716 1:
15717 pushq %rdi
15718 pushq %rsi
15719 pushq %rdx
15720 pushq %rcx
15721 pushq %rbp
15722 call _glapi_get_dispatch
15723 popq %rbp
15724 popq %rcx
15725 popq %rdx
15726 popq %rsi
15727 popq %rdi
15728 movq 3384(%rax), %r11
15729 jmp *%r11
15730 #endif /* defined(GLX_USE_TLS) */
15731 .size GL_PREFIX(StencilOpSeparate), .-GL_PREFIX(StencilOpSeparate)
15732
15733 .p2align 4,,15
15734 .globl GL_PREFIX(UniformMatrix2x3fv)
15735 .type GL_PREFIX(UniformMatrix2x3fv), @function
15736 GL_PREFIX(UniformMatrix2x3fv):
15737 #if defined(GLX_USE_TLS)
15738 call _x86_64_get_dispatch@PLT
15739 movq 3392(%rax), %r11
15740 jmp *%r11
15741 #elif defined(PTHREADS)
15742 pushq %rdi
15743 pushq %rsi
15744 pushq %rdx
15745 pushq %rcx
15746 pushq %rbp
15747 call _x86_64_get_dispatch@PLT
15748 popq %rbp
15749 popq %rcx
15750 popq %rdx
15751 popq %rsi
15752 popq %rdi
15753 movq 3392(%rax), %r11
15754 jmp *%r11
15755 #else
15756 movq _glapi_Dispatch(%rip), %rax
15757 testq %rax, %rax
15758 je 1f
15759 movq 3392(%rax), %r11
15760 jmp *%r11
15761 1:
15762 pushq %rdi
15763 pushq %rsi
15764 pushq %rdx
15765 pushq %rcx
15766 pushq %rbp
15767 call _glapi_get_dispatch
15768 popq %rbp
15769 popq %rcx
15770 popq %rdx
15771 popq %rsi
15772 popq %rdi
15773 movq 3392(%rax), %r11
15774 jmp *%r11
15775 #endif /* defined(GLX_USE_TLS) */
15776 .size GL_PREFIX(UniformMatrix2x3fv), .-GL_PREFIX(UniformMatrix2x3fv)
15777
15778 .p2align 4,,15
15779 .globl GL_PREFIX(UniformMatrix2x4fv)
15780 .type GL_PREFIX(UniformMatrix2x4fv), @function
15781 GL_PREFIX(UniformMatrix2x4fv):
15782 #if defined(GLX_USE_TLS)
15783 call _x86_64_get_dispatch@PLT
15784 movq 3400(%rax), %r11
15785 jmp *%r11
15786 #elif defined(PTHREADS)
15787 pushq %rdi
15788 pushq %rsi
15789 pushq %rdx
15790 pushq %rcx
15791 pushq %rbp
15792 call _x86_64_get_dispatch@PLT
15793 popq %rbp
15794 popq %rcx
15795 popq %rdx
15796 popq %rsi
15797 popq %rdi
15798 movq 3400(%rax), %r11
15799 jmp *%r11
15800 #else
15801 movq _glapi_Dispatch(%rip), %rax
15802 testq %rax, %rax
15803 je 1f
15804 movq 3400(%rax), %r11
15805 jmp *%r11
15806 1:
15807 pushq %rdi
15808 pushq %rsi
15809 pushq %rdx
15810 pushq %rcx
15811 pushq %rbp
15812 call _glapi_get_dispatch
15813 popq %rbp
15814 popq %rcx
15815 popq %rdx
15816 popq %rsi
15817 popq %rdi
15818 movq 3400(%rax), %r11
15819 jmp *%r11
15820 #endif /* defined(GLX_USE_TLS) */
15821 .size GL_PREFIX(UniformMatrix2x4fv), .-GL_PREFIX(UniformMatrix2x4fv)
15822
15823 .p2align 4,,15
15824 .globl GL_PREFIX(UniformMatrix3x2fv)
15825 .type GL_PREFIX(UniformMatrix3x2fv), @function
15826 GL_PREFIX(UniformMatrix3x2fv):
15827 #if defined(GLX_USE_TLS)
15828 call _x86_64_get_dispatch@PLT
15829 movq 3408(%rax), %r11
15830 jmp *%r11
15831 #elif defined(PTHREADS)
15832 pushq %rdi
15833 pushq %rsi
15834 pushq %rdx
15835 pushq %rcx
15836 pushq %rbp
15837 call _x86_64_get_dispatch@PLT
15838 popq %rbp
15839 popq %rcx
15840 popq %rdx
15841 popq %rsi
15842 popq %rdi
15843 movq 3408(%rax), %r11
15844 jmp *%r11
15845 #else
15846 movq _glapi_Dispatch(%rip), %rax
15847 testq %rax, %rax
15848 je 1f
15849 movq 3408(%rax), %r11
15850 jmp *%r11
15851 1:
15852 pushq %rdi
15853 pushq %rsi
15854 pushq %rdx
15855 pushq %rcx
15856 pushq %rbp
15857 call _glapi_get_dispatch
15858 popq %rbp
15859 popq %rcx
15860 popq %rdx
15861 popq %rsi
15862 popq %rdi
15863 movq 3408(%rax), %r11
15864 jmp *%r11
15865 #endif /* defined(GLX_USE_TLS) */
15866 .size GL_PREFIX(UniformMatrix3x2fv), .-GL_PREFIX(UniformMatrix3x2fv)
15867
15868 .p2align 4,,15
15869 .globl GL_PREFIX(UniformMatrix3x4fv)
15870 .type GL_PREFIX(UniformMatrix3x4fv), @function
15871 GL_PREFIX(UniformMatrix3x4fv):
15872 #if defined(GLX_USE_TLS)
15873 call _x86_64_get_dispatch@PLT
15874 movq 3416(%rax), %r11
15875 jmp *%r11
15876 #elif defined(PTHREADS)
15877 pushq %rdi
15878 pushq %rsi
15879 pushq %rdx
15880 pushq %rcx
15881 pushq %rbp
15882 call _x86_64_get_dispatch@PLT
15883 popq %rbp
15884 popq %rcx
15885 popq %rdx
15886 popq %rsi
15887 popq %rdi
15888 movq 3416(%rax), %r11
15889 jmp *%r11
15890 #else
15891 movq _glapi_Dispatch(%rip), %rax
15892 testq %rax, %rax
15893 je 1f
15894 movq 3416(%rax), %r11
15895 jmp *%r11
15896 1:
15897 pushq %rdi
15898 pushq %rsi
15899 pushq %rdx
15900 pushq %rcx
15901 pushq %rbp
15902 call _glapi_get_dispatch
15903 popq %rbp
15904 popq %rcx
15905 popq %rdx
15906 popq %rsi
15907 popq %rdi
15908 movq 3416(%rax), %r11
15909 jmp *%r11
15910 #endif /* defined(GLX_USE_TLS) */
15911 .size GL_PREFIX(UniformMatrix3x4fv), .-GL_PREFIX(UniformMatrix3x4fv)
15912
15913 .p2align 4,,15
15914 .globl GL_PREFIX(UniformMatrix4x2fv)
15915 .type GL_PREFIX(UniformMatrix4x2fv), @function
15916 GL_PREFIX(UniformMatrix4x2fv):
15917 #if defined(GLX_USE_TLS)
15918 call _x86_64_get_dispatch@PLT
15919 movq 3424(%rax), %r11
15920 jmp *%r11
15921 #elif defined(PTHREADS)
15922 pushq %rdi
15923 pushq %rsi
15924 pushq %rdx
15925 pushq %rcx
15926 pushq %rbp
15927 call _x86_64_get_dispatch@PLT
15928 popq %rbp
15929 popq %rcx
15930 popq %rdx
15931 popq %rsi
15932 popq %rdi
15933 movq 3424(%rax), %r11
15934 jmp *%r11
15935 #else
15936 movq _glapi_Dispatch(%rip), %rax
15937 testq %rax, %rax
15938 je 1f
15939 movq 3424(%rax), %r11
15940 jmp *%r11
15941 1:
15942 pushq %rdi
15943 pushq %rsi
15944 pushq %rdx
15945 pushq %rcx
15946 pushq %rbp
15947 call _glapi_get_dispatch
15948 popq %rbp
15949 popq %rcx
15950 popq %rdx
15951 popq %rsi
15952 popq %rdi
15953 movq 3424(%rax), %r11
15954 jmp *%r11
15955 #endif /* defined(GLX_USE_TLS) */
15956 .size GL_PREFIX(UniformMatrix4x2fv), .-GL_PREFIX(UniformMatrix4x2fv)
15957
15958 .p2align 4,,15
15959 .globl GL_PREFIX(UniformMatrix4x3fv)
15960 .type GL_PREFIX(UniformMatrix4x3fv), @function
15961 GL_PREFIX(UniformMatrix4x3fv):
15962 #if defined(GLX_USE_TLS)
15963 call _x86_64_get_dispatch@PLT
15964 movq 3432(%rax), %r11
15965 jmp *%r11
15966 #elif defined(PTHREADS)
15967 pushq %rdi
15968 pushq %rsi
15969 pushq %rdx
15970 pushq %rcx
15971 pushq %rbp
15972 call _x86_64_get_dispatch@PLT
15973 popq %rbp
15974 popq %rcx
15975 popq %rdx
15976 popq %rsi
15977 popq %rdi
15978 movq 3432(%rax), %r11
15979 jmp *%r11
15980 #else
15981 movq _glapi_Dispatch(%rip), %rax
15982 testq %rax, %rax
15983 je 1f
15984 movq 3432(%rax), %r11
15985 jmp *%r11
15986 1:
15987 pushq %rdi
15988 pushq %rsi
15989 pushq %rdx
15990 pushq %rcx
15991 pushq %rbp
15992 call _glapi_get_dispatch
15993 popq %rbp
15994 popq %rcx
15995 popq %rdx
15996 popq %rsi
15997 popq %rdi
15998 movq 3432(%rax), %r11
15999 jmp *%r11
16000 #endif /* defined(GLX_USE_TLS) */
16001 .size GL_PREFIX(UniformMatrix4x3fv), .-GL_PREFIX(UniformMatrix4x3fv)
16002
16003 .p2align 4,,15
16004 .globl GL_PREFIX(ClampColor)
16005 .type GL_PREFIX(ClampColor), @function
16006 GL_PREFIX(ClampColor):
16007 #if defined(GLX_USE_TLS)
16008 call _x86_64_get_dispatch@PLT
16009 movq 3440(%rax), %r11
16010 jmp *%r11
16011 #elif defined(PTHREADS)
16012 pushq %rdi
16013 pushq %rsi
16014 pushq %rbp
16015 call _x86_64_get_dispatch@PLT
16016 popq %rbp
16017 popq %rsi
16018 popq %rdi
16019 movq 3440(%rax), %r11
16020 jmp *%r11
16021 #else
16022 movq _glapi_Dispatch(%rip), %rax
16023 testq %rax, %rax
16024 je 1f
16025 movq 3440(%rax), %r11
16026 jmp *%r11
16027 1:
16028 pushq %rdi
16029 pushq %rsi
16030 pushq %rbp
16031 call _glapi_get_dispatch
16032 popq %rbp
16033 popq %rsi
16034 popq %rdi
16035 movq 3440(%rax), %r11
16036 jmp *%r11
16037 #endif /* defined(GLX_USE_TLS) */
16038 .size GL_PREFIX(ClampColor), .-GL_PREFIX(ClampColor)
16039
16040 .p2align 4,,15
16041 .globl GL_PREFIX(ClearBufferfi)
16042 .type GL_PREFIX(ClearBufferfi), @function
16043 GL_PREFIX(ClearBufferfi):
16044 #if defined(GLX_USE_TLS)
16045 call _x86_64_get_dispatch@PLT
16046 movq 3448(%rax), %r11
16047 jmp *%r11
16048 #elif defined(PTHREADS)
16049 subq $40, %rsp
16050 movq %rdi, (%rsp)
16051 movq %rsi, 8(%rsp)
16052 movq %xmm0, 16(%rsp)
16053 movq %rdx, 24(%rsp)
16054 call _x86_64_get_dispatch@PLT
16055 movq 24(%rsp), %rdx
16056 movq 16(%rsp), %xmm0
16057 movq 8(%rsp), %rsi
16058 movq (%rsp), %rdi
16059 addq $40, %rsp
16060 movq 3448(%rax), %r11
16061 jmp *%r11
16062 #else
16063 movq _glapi_Dispatch(%rip), %rax
16064 testq %rax, %rax
16065 je 1f
16066 movq 3448(%rax), %r11
16067 jmp *%r11
16068 1:
16069 subq $40, %rsp
16070 movq %rdi, (%rsp)
16071 movq %rsi, 8(%rsp)
16072 movq %xmm0, 16(%rsp)
16073 movq %rdx, 24(%rsp)
16074 call _glapi_get_dispatch
16075 movq 24(%rsp), %rdx
16076 movq 16(%rsp), %xmm0
16077 movq 8(%rsp), %rsi
16078 movq (%rsp), %rdi
16079 addq $40, %rsp
16080 movq 3448(%rax), %r11
16081 jmp *%r11
16082 #endif /* defined(GLX_USE_TLS) */
16083 .size GL_PREFIX(ClearBufferfi), .-GL_PREFIX(ClearBufferfi)
16084
16085 .p2align 4,,15
16086 .globl GL_PREFIX(ClearBufferfv)
16087 .type GL_PREFIX(ClearBufferfv), @function
16088 GL_PREFIX(ClearBufferfv):
16089 #if defined(GLX_USE_TLS)
16090 call _x86_64_get_dispatch@PLT
16091 movq 3456(%rax), %r11
16092 jmp *%r11
16093 #elif defined(PTHREADS)
16094 pushq %rdi
16095 pushq %rsi
16096 pushq %rdx
16097 call _x86_64_get_dispatch@PLT
16098 popq %rdx
16099 popq %rsi
16100 popq %rdi
16101 movq 3456(%rax), %r11
16102 jmp *%r11
16103 #else
16104 movq _glapi_Dispatch(%rip), %rax
16105 testq %rax, %rax
16106 je 1f
16107 movq 3456(%rax), %r11
16108 jmp *%r11
16109 1:
16110 pushq %rdi
16111 pushq %rsi
16112 pushq %rdx
16113 call _glapi_get_dispatch
16114 popq %rdx
16115 popq %rsi
16116 popq %rdi
16117 movq 3456(%rax), %r11
16118 jmp *%r11
16119 #endif /* defined(GLX_USE_TLS) */
16120 .size GL_PREFIX(ClearBufferfv), .-GL_PREFIX(ClearBufferfv)
16121
16122 .p2align 4,,15
16123 .globl GL_PREFIX(ClearBufferiv)
16124 .type GL_PREFIX(ClearBufferiv), @function
16125 GL_PREFIX(ClearBufferiv):
16126 #if defined(GLX_USE_TLS)
16127 call _x86_64_get_dispatch@PLT
16128 movq 3464(%rax), %r11
16129 jmp *%r11
16130 #elif defined(PTHREADS)
16131 pushq %rdi
16132 pushq %rsi
16133 pushq %rdx
16134 call _x86_64_get_dispatch@PLT
16135 popq %rdx
16136 popq %rsi
16137 popq %rdi
16138 movq 3464(%rax), %r11
16139 jmp *%r11
16140 #else
16141 movq _glapi_Dispatch(%rip), %rax
16142 testq %rax, %rax
16143 je 1f
16144 movq 3464(%rax), %r11
16145 jmp *%r11
16146 1:
16147 pushq %rdi
16148 pushq %rsi
16149 pushq %rdx
16150 call _glapi_get_dispatch
16151 popq %rdx
16152 popq %rsi
16153 popq %rdi
16154 movq 3464(%rax), %r11
16155 jmp *%r11
16156 #endif /* defined(GLX_USE_TLS) */
16157 .size GL_PREFIX(ClearBufferiv), .-GL_PREFIX(ClearBufferiv)
16158
16159 .p2align 4,,15
16160 .globl GL_PREFIX(ClearBufferuiv)
16161 .type GL_PREFIX(ClearBufferuiv), @function
16162 GL_PREFIX(ClearBufferuiv):
16163 #if defined(GLX_USE_TLS)
16164 call _x86_64_get_dispatch@PLT
16165 movq 3472(%rax), %r11
16166 jmp *%r11
16167 #elif defined(PTHREADS)
16168 pushq %rdi
16169 pushq %rsi
16170 pushq %rdx
16171 call _x86_64_get_dispatch@PLT
16172 popq %rdx
16173 popq %rsi
16174 popq %rdi
16175 movq 3472(%rax), %r11
16176 jmp *%r11
16177 #else
16178 movq _glapi_Dispatch(%rip), %rax
16179 testq %rax, %rax
16180 je 1f
16181 movq 3472(%rax), %r11
16182 jmp *%r11
16183 1:
16184 pushq %rdi
16185 pushq %rsi
16186 pushq %rdx
16187 call _glapi_get_dispatch
16188 popq %rdx
16189 popq %rsi
16190 popq %rdi
16191 movq 3472(%rax), %r11
16192 jmp *%r11
16193 #endif /* defined(GLX_USE_TLS) */
16194 .size GL_PREFIX(ClearBufferuiv), .-GL_PREFIX(ClearBufferuiv)
16195
16196 .p2align 4,,15
16197 .globl GL_PREFIX(GetStringi)
16198 .type GL_PREFIX(GetStringi), @function
16199 GL_PREFIX(GetStringi):
16200 #if defined(GLX_USE_TLS)
16201 call _x86_64_get_dispatch@PLT
16202 movq 3480(%rax), %r11
16203 jmp *%r11
16204 #elif defined(PTHREADS)
16205 pushq %rdi
16206 pushq %rsi
16207 pushq %rbp
16208 call _x86_64_get_dispatch@PLT
16209 popq %rbp
16210 popq %rsi
16211 popq %rdi
16212 movq 3480(%rax), %r11
16213 jmp *%r11
16214 #else
16215 movq _glapi_Dispatch(%rip), %rax
16216 testq %rax, %rax
16217 je 1f
16218 movq 3480(%rax), %r11
16219 jmp *%r11
16220 1:
16221 pushq %rdi
16222 pushq %rsi
16223 pushq %rbp
16224 call _glapi_get_dispatch
16225 popq %rbp
16226 popq %rsi
16227 popq %rdi
16228 movq 3480(%rax), %r11
16229 jmp *%r11
16230 #endif /* defined(GLX_USE_TLS) */
16231 .size GL_PREFIX(GetStringi), .-GL_PREFIX(GetStringi)
16232
16233 .p2align 4,,15
16234 .globl GL_PREFIX(TexBuffer)
16235 .type GL_PREFIX(TexBuffer), @function
16236 GL_PREFIX(TexBuffer):
16237 #if defined(GLX_USE_TLS)
16238 call _x86_64_get_dispatch@PLT
16239 movq 3488(%rax), %r11
16240 jmp *%r11
16241 #elif defined(PTHREADS)
16242 pushq %rdi
16243 pushq %rsi
16244 pushq %rdx
16245 call _x86_64_get_dispatch@PLT
16246 popq %rdx
16247 popq %rsi
16248 popq %rdi
16249 movq 3488(%rax), %r11
16250 jmp *%r11
16251 #else
16252 movq _glapi_Dispatch(%rip), %rax
16253 testq %rax, %rax
16254 je 1f
16255 movq 3488(%rax), %r11
16256 jmp *%r11
16257 1:
16258 pushq %rdi
16259 pushq %rsi
16260 pushq %rdx
16261 call _glapi_get_dispatch
16262 popq %rdx
16263 popq %rsi
16264 popq %rdi
16265 movq 3488(%rax), %r11
16266 jmp *%r11
16267 #endif /* defined(GLX_USE_TLS) */
16268 .size GL_PREFIX(TexBuffer), .-GL_PREFIX(TexBuffer)
16269
16270 .p2align 4,,15
16271 .globl GL_PREFIX(FramebufferTexture)
16272 .type GL_PREFIX(FramebufferTexture), @function
16273 GL_PREFIX(FramebufferTexture):
16274 #if defined(GLX_USE_TLS)
16275 call _x86_64_get_dispatch@PLT
16276 movq 3496(%rax), %r11
16277 jmp *%r11
16278 #elif defined(PTHREADS)
16279 pushq %rdi
16280 pushq %rsi
16281 pushq %rdx
16282 pushq %rcx
16283 pushq %rbp
16284 call _x86_64_get_dispatch@PLT
16285 popq %rbp
16286 popq %rcx
16287 popq %rdx
16288 popq %rsi
16289 popq %rdi
16290 movq 3496(%rax), %r11
16291 jmp *%r11
16292 #else
16293 movq _glapi_Dispatch(%rip), %rax
16294 testq %rax, %rax
16295 je 1f
16296 movq 3496(%rax), %r11
16297 jmp *%r11
16298 1:
16299 pushq %rdi
16300 pushq %rsi
16301 pushq %rdx
16302 pushq %rcx
16303 pushq %rbp
16304 call _glapi_get_dispatch
16305 popq %rbp
16306 popq %rcx
16307 popq %rdx
16308 popq %rsi
16309 popq %rdi
16310 movq 3496(%rax), %r11
16311 jmp *%r11
16312 #endif /* defined(GLX_USE_TLS) */
16313 .size GL_PREFIX(FramebufferTexture), .-GL_PREFIX(FramebufferTexture)
16314
16315 .p2align 4,,15
16316 .globl GL_PREFIX(GetBufferParameteri64v)
16317 .type GL_PREFIX(GetBufferParameteri64v), @function
16318 GL_PREFIX(GetBufferParameteri64v):
16319 #if defined(GLX_USE_TLS)
16320 call _x86_64_get_dispatch@PLT
16321 movq 3504(%rax), %r11
16322 jmp *%r11
16323 #elif defined(PTHREADS)
16324 pushq %rdi
16325 pushq %rsi
16326 pushq %rdx
16327 call _x86_64_get_dispatch@PLT
16328 popq %rdx
16329 popq %rsi
16330 popq %rdi
16331 movq 3504(%rax), %r11
16332 jmp *%r11
16333 #else
16334 movq _glapi_Dispatch(%rip), %rax
16335 testq %rax, %rax
16336 je 1f
16337 movq 3504(%rax), %r11
16338 jmp *%r11
16339 1:
16340 pushq %rdi
16341 pushq %rsi
16342 pushq %rdx
16343 call _glapi_get_dispatch
16344 popq %rdx
16345 popq %rsi
16346 popq %rdi
16347 movq 3504(%rax), %r11
16348 jmp *%r11
16349 #endif /* defined(GLX_USE_TLS) */
16350 .size GL_PREFIX(GetBufferParameteri64v), .-GL_PREFIX(GetBufferParameteri64v)
16351
16352 .p2align 4,,15
16353 .globl GL_PREFIX(GetInteger64i_v)
16354 .type GL_PREFIX(GetInteger64i_v), @function
16355 GL_PREFIX(GetInteger64i_v):
16356 #if defined(GLX_USE_TLS)
16357 call _x86_64_get_dispatch@PLT
16358 movq 3512(%rax), %r11
16359 jmp *%r11
16360 #elif defined(PTHREADS)
16361 pushq %rdi
16362 pushq %rsi
16363 pushq %rdx
16364 call _x86_64_get_dispatch@PLT
16365 popq %rdx
16366 popq %rsi
16367 popq %rdi
16368 movq 3512(%rax), %r11
16369 jmp *%r11
16370 #else
16371 movq _glapi_Dispatch(%rip), %rax
16372 testq %rax, %rax
16373 je 1f
16374 movq 3512(%rax), %r11
16375 jmp *%r11
16376 1:
16377 pushq %rdi
16378 pushq %rsi
16379 pushq %rdx
16380 call _glapi_get_dispatch
16381 popq %rdx
16382 popq %rsi
16383 popq %rdi
16384 movq 3512(%rax), %r11
16385 jmp *%r11
16386 #endif /* defined(GLX_USE_TLS) */
16387 .size GL_PREFIX(GetInteger64i_v), .-GL_PREFIX(GetInteger64i_v)
16388
16389 .p2align 4,,15
16390 .globl GL_PREFIX(VertexAttribDivisor)
16391 .type GL_PREFIX(VertexAttribDivisor), @function
16392 GL_PREFIX(VertexAttribDivisor):
16393 #if defined(GLX_USE_TLS)
16394 call _x86_64_get_dispatch@PLT
16395 movq 3520(%rax), %r11
16396 jmp *%r11
16397 #elif defined(PTHREADS)
16398 pushq %rdi
16399 pushq %rsi
16400 pushq %rbp
16401 call _x86_64_get_dispatch@PLT
16402 popq %rbp
16403 popq %rsi
16404 popq %rdi
16405 movq 3520(%rax), %r11
16406 jmp *%r11
16407 #else
16408 movq _glapi_Dispatch(%rip), %rax
16409 testq %rax, %rax
16410 je 1f
16411 movq 3520(%rax), %r11
16412 jmp *%r11
16413 1:
16414 pushq %rdi
16415 pushq %rsi
16416 pushq %rbp
16417 call _glapi_get_dispatch
16418 popq %rbp
16419 popq %rsi
16420 popq %rdi
16421 movq 3520(%rax), %r11
16422 jmp *%r11
16423 #endif /* defined(GLX_USE_TLS) */
16424 .size GL_PREFIX(VertexAttribDivisor), .-GL_PREFIX(VertexAttribDivisor)
16425
16426 .p2align 4,,15
16427 .globl GL_PREFIX(LoadTransposeMatrixdARB)
16428 .type GL_PREFIX(LoadTransposeMatrixdARB), @function
16429 GL_PREFIX(LoadTransposeMatrixdARB):
16430 #if defined(GLX_USE_TLS)
16431 call _x86_64_get_dispatch@PLT
16432 movq 3528(%rax), %r11
16433 jmp *%r11
16434 #elif defined(PTHREADS)
16435 pushq %rdi
16436 call _x86_64_get_dispatch@PLT
16437 popq %rdi
16438 movq 3528(%rax), %r11
16439 jmp *%r11
16440 #else
16441 movq _glapi_Dispatch(%rip), %rax
16442 testq %rax, %rax
16443 je 1f
16444 movq 3528(%rax), %r11
16445 jmp *%r11
16446 1:
16447 pushq %rdi
16448 call _glapi_get_dispatch
16449 popq %rdi
16450 movq 3528(%rax), %r11
16451 jmp *%r11
16452 #endif /* defined(GLX_USE_TLS) */
16453 .size GL_PREFIX(LoadTransposeMatrixdARB), .-GL_PREFIX(LoadTransposeMatrixdARB)
16454
16455 .p2align 4,,15
16456 .globl GL_PREFIX(LoadTransposeMatrixfARB)
16457 .type GL_PREFIX(LoadTransposeMatrixfARB), @function
16458 GL_PREFIX(LoadTransposeMatrixfARB):
16459 #if defined(GLX_USE_TLS)
16460 call _x86_64_get_dispatch@PLT
16461 movq 3536(%rax), %r11
16462 jmp *%r11
16463 #elif defined(PTHREADS)
16464 pushq %rdi
16465 call _x86_64_get_dispatch@PLT
16466 popq %rdi
16467 movq 3536(%rax), %r11
16468 jmp *%r11
16469 #else
16470 movq _glapi_Dispatch(%rip), %rax
16471 testq %rax, %rax
16472 je 1f
16473 movq 3536(%rax), %r11
16474 jmp *%r11
16475 1:
16476 pushq %rdi
16477 call _glapi_get_dispatch
16478 popq %rdi
16479 movq 3536(%rax), %r11
16480 jmp *%r11
16481 #endif /* defined(GLX_USE_TLS) */
16482 .size GL_PREFIX(LoadTransposeMatrixfARB), .-GL_PREFIX(LoadTransposeMatrixfARB)
16483
16484 .p2align 4,,15
16485 .globl GL_PREFIX(MultTransposeMatrixdARB)
16486 .type GL_PREFIX(MultTransposeMatrixdARB), @function
16487 GL_PREFIX(MultTransposeMatrixdARB):
16488 #if defined(GLX_USE_TLS)
16489 call _x86_64_get_dispatch@PLT
16490 movq 3544(%rax), %r11
16491 jmp *%r11
16492 #elif defined(PTHREADS)
16493 pushq %rdi
16494 call _x86_64_get_dispatch@PLT
16495 popq %rdi
16496 movq 3544(%rax), %r11
16497 jmp *%r11
16498 #else
16499 movq _glapi_Dispatch(%rip), %rax
16500 testq %rax, %rax
16501 je 1f
16502 movq 3544(%rax), %r11
16503 jmp *%r11
16504 1:
16505 pushq %rdi
16506 call _glapi_get_dispatch
16507 popq %rdi
16508 movq 3544(%rax), %r11
16509 jmp *%r11
16510 #endif /* defined(GLX_USE_TLS) */
16511 .size GL_PREFIX(MultTransposeMatrixdARB), .-GL_PREFIX(MultTransposeMatrixdARB)
16512
16513 .p2align 4,,15
16514 .globl GL_PREFIX(MultTransposeMatrixfARB)
16515 .type GL_PREFIX(MultTransposeMatrixfARB), @function
16516 GL_PREFIX(MultTransposeMatrixfARB):
16517 #if defined(GLX_USE_TLS)
16518 call _x86_64_get_dispatch@PLT
16519 movq 3552(%rax), %r11
16520 jmp *%r11
16521 #elif defined(PTHREADS)
16522 pushq %rdi
16523 call _x86_64_get_dispatch@PLT
16524 popq %rdi
16525 movq 3552(%rax), %r11
16526 jmp *%r11
16527 #else
16528 movq _glapi_Dispatch(%rip), %rax
16529 testq %rax, %rax
16530 je 1f
16531 movq 3552(%rax), %r11
16532 jmp *%r11
16533 1:
16534 pushq %rdi
16535 call _glapi_get_dispatch
16536 popq %rdi
16537 movq 3552(%rax), %r11
16538 jmp *%r11
16539 #endif /* defined(GLX_USE_TLS) */
16540 .size GL_PREFIX(MultTransposeMatrixfARB), .-GL_PREFIX(MultTransposeMatrixfARB)
16541
16542 .p2align 4,,15
16543 .globl GL_PREFIX(SampleCoverageARB)
16544 .type GL_PREFIX(SampleCoverageARB), @function
16545 GL_PREFIX(SampleCoverageARB):
16546 #if defined(GLX_USE_TLS)
16547 call _x86_64_get_dispatch@PLT
16548 movq 3560(%rax), %r11
16549 jmp *%r11
16550 #elif defined(PTHREADS)
16551 pushq %rdi
16552 pushq %rsi
16553 pushq %rbp
16554 call _x86_64_get_dispatch@PLT
16555 popq %rbp
16556 popq %rsi
16557 popq %rdi
16558 movq 3560(%rax), %r11
16559 jmp *%r11
16560 #else
16561 movq _glapi_Dispatch(%rip), %rax
16562 testq %rax, %rax
16563 je 1f
16564 movq 3560(%rax), %r11
16565 jmp *%r11
16566 1:
16567 pushq %rdi
16568 pushq %rsi
16569 pushq %rbp
16570 call _glapi_get_dispatch
16571 popq %rbp
16572 popq %rsi
16573 popq %rdi
16574 movq 3560(%rax), %r11
16575 jmp *%r11
16576 #endif /* defined(GLX_USE_TLS) */
16577 .size GL_PREFIX(SampleCoverageARB), .-GL_PREFIX(SampleCoverageARB)
16578
16579 .p2align 4,,15
16580 .globl GL_PREFIX(CompressedTexImage1DARB)
16581 .type GL_PREFIX(CompressedTexImage1DARB), @function
16582 GL_PREFIX(CompressedTexImage1DARB):
16583 #if defined(GLX_USE_TLS)
16584 call _x86_64_get_dispatch@PLT
16585 movq 3568(%rax), %r11
16586 jmp *%r11
16587 #elif defined(PTHREADS)
16588 pushq %rdi
16589 pushq %rsi
16590 pushq %rdx
16591 pushq %rcx
16592 pushq %r8
16593 pushq %r9
16594 pushq %rbp
16595 call _x86_64_get_dispatch@PLT
16596 popq %rbp
16597 popq %r9
16598 popq %r8
16599 popq %rcx
16600 popq %rdx
16601 popq %rsi
16602 popq %rdi
16603 movq 3568(%rax), %r11
16604 jmp *%r11
16605 #else
16606 movq _glapi_Dispatch(%rip), %rax
16607 testq %rax, %rax
16608 je 1f
16609 movq 3568(%rax), %r11
16610 jmp *%r11
16611 1:
16612 pushq %rdi
16613 pushq %rsi
16614 pushq %rdx
16615 pushq %rcx
16616 pushq %r8
16617 pushq %r9
16618 pushq %rbp
16619 call _glapi_get_dispatch
16620 popq %rbp
16621 popq %r9
16622 popq %r8
16623 popq %rcx
16624 popq %rdx
16625 popq %rsi
16626 popq %rdi
16627 movq 3568(%rax), %r11
16628 jmp *%r11
16629 #endif /* defined(GLX_USE_TLS) */
16630 .size GL_PREFIX(CompressedTexImage1DARB), .-GL_PREFIX(CompressedTexImage1DARB)
16631
16632 .p2align 4,,15
16633 .globl GL_PREFIX(CompressedTexImage2DARB)
16634 .type GL_PREFIX(CompressedTexImage2DARB), @function
16635 GL_PREFIX(CompressedTexImage2DARB):
16636 #if defined(GLX_USE_TLS)
16637 call _x86_64_get_dispatch@PLT
16638 movq 3576(%rax), %r11
16639 jmp *%r11
16640 #elif defined(PTHREADS)
16641 pushq %rdi
16642 pushq %rsi
16643 pushq %rdx
16644 pushq %rcx
16645 pushq %r8
16646 pushq %r9
16647 pushq %rbp
16648 call _x86_64_get_dispatch@PLT
16649 popq %rbp
16650 popq %r9
16651 popq %r8
16652 popq %rcx
16653 popq %rdx
16654 popq %rsi
16655 popq %rdi
16656 movq 3576(%rax), %r11
16657 jmp *%r11
16658 #else
16659 movq _glapi_Dispatch(%rip), %rax
16660 testq %rax, %rax
16661 je 1f
16662 movq 3576(%rax), %r11
16663 jmp *%r11
16664 1:
16665 pushq %rdi
16666 pushq %rsi
16667 pushq %rdx
16668 pushq %rcx
16669 pushq %r8
16670 pushq %r9
16671 pushq %rbp
16672 call _glapi_get_dispatch
16673 popq %rbp
16674 popq %r9
16675 popq %r8
16676 popq %rcx
16677 popq %rdx
16678 popq %rsi
16679 popq %rdi
16680 movq 3576(%rax), %r11
16681 jmp *%r11
16682 #endif /* defined(GLX_USE_TLS) */
16683 .size GL_PREFIX(CompressedTexImage2DARB), .-GL_PREFIX(CompressedTexImage2DARB)
16684
16685 .p2align 4,,15
16686 .globl GL_PREFIX(CompressedTexImage3DARB)
16687 .type GL_PREFIX(CompressedTexImage3DARB), @function
16688 GL_PREFIX(CompressedTexImage3DARB):
16689 #if defined(GLX_USE_TLS)
16690 call _x86_64_get_dispatch@PLT
16691 movq 3584(%rax), %r11
16692 jmp *%r11
16693 #elif defined(PTHREADS)
16694 pushq %rdi
16695 pushq %rsi
16696 pushq %rdx
16697 pushq %rcx
16698 pushq %r8
16699 pushq %r9
16700 pushq %rbp
16701 call _x86_64_get_dispatch@PLT
16702 popq %rbp
16703 popq %r9
16704 popq %r8
16705 popq %rcx
16706 popq %rdx
16707 popq %rsi
16708 popq %rdi
16709 movq 3584(%rax), %r11
16710 jmp *%r11
16711 #else
16712 movq _glapi_Dispatch(%rip), %rax
16713 testq %rax, %rax
16714 je 1f
16715 movq 3584(%rax), %r11
16716 jmp *%r11
16717 1:
16718 pushq %rdi
16719 pushq %rsi
16720 pushq %rdx
16721 pushq %rcx
16722 pushq %r8
16723 pushq %r9
16724 pushq %rbp
16725 call _glapi_get_dispatch
16726 popq %rbp
16727 popq %r9
16728 popq %r8
16729 popq %rcx
16730 popq %rdx
16731 popq %rsi
16732 popq %rdi
16733 movq 3584(%rax), %r11
16734 jmp *%r11
16735 #endif /* defined(GLX_USE_TLS) */
16736 .size GL_PREFIX(CompressedTexImage3DARB), .-GL_PREFIX(CompressedTexImage3DARB)
16737
16738 .p2align 4,,15
16739 .globl GL_PREFIX(CompressedTexSubImage1DARB)
16740 .type GL_PREFIX(CompressedTexSubImage1DARB), @function
16741 GL_PREFIX(CompressedTexSubImage1DARB):
16742 #if defined(GLX_USE_TLS)
16743 call _x86_64_get_dispatch@PLT
16744 movq 3592(%rax), %r11
16745 jmp *%r11
16746 #elif defined(PTHREADS)
16747 pushq %rdi
16748 pushq %rsi
16749 pushq %rdx
16750 pushq %rcx
16751 pushq %r8
16752 pushq %r9
16753 pushq %rbp
16754 call _x86_64_get_dispatch@PLT
16755 popq %rbp
16756 popq %r9
16757 popq %r8
16758 popq %rcx
16759 popq %rdx
16760 popq %rsi
16761 popq %rdi
16762 movq 3592(%rax), %r11
16763 jmp *%r11
16764 #else
16765 movq _glapi_Dispatch(%rip), %rax
16766 testq %rax, %rax
16767 je 1f
16768 movq 3592(%rax), %r11
16769 jmp *%r11
16770 1:
16771 pushq %rdi
16772 pushq %rsi
16773 pushq %rdx
16774 pushq %rcx
16775 pushq %r8
16776 pushq %r9
16777 pushq %rbp
16778 call _glapi_get_dispatch
16779 popq %rbp
16780 popq %r9
16781 popq %r8
16782 popq %rcx
16783 popq %rdx
16784 popq %rsi
16785 popq %rdi
16786 movq 3592(%rax), %r11
16787 jmp *%r11
16788 #endif /* defined(GLX_USE_TLS) */
16789 .size GL_PREFIX(CompressedTexSubImage1DARB), .-GL_PREFIX(CompressedTexSubImage1DARB)
16790
16791 .p2align 4,,15
16792 .globl GL_PREFIX(CompressedTexSubImage2DARB)
16793 .type GL_PREFIX(CompressedTexSubImage2DARB), @function
16794 GL_PREFIX(CompressedTexSubImage2DARB):
16795 #if defined(GLX_USE_TLS)
16796 call _x86_64_get_dispatch@PLT
16797 movq 3600(%rax), %r11
16798 jmp *%r11
16799 #elif defined(PTHREADS)
16800 pushq %rdi
16801 pushq %rsi
16802 pushq %rdx
16803 pushq %rcx
16804 pushq %r8
16805 pushq %r9
16806 pushq %rbp
16807 call _x86_64_get_dispatch@PLT
16808 popq %rbp
16809 popq %r9
16810 popq %r8
16811 popq %rcx
16812 popq %rdx
16813 popq %rsi
16814 popq %rdi
16815 movq 3600(%rax), %r11
16816 jmp *%r11
16817 #else
16818 movq _glapi_Dispatch(%rip), %rax
16819 testq %rax, %rax
16820 je 1f
16821 movq 3600(%rax), %r11
16822 jmp *%r11
16823 1:
16824 pushq %rdi
16825 pushq %rsi
16826 pushq %rdx
16827 pushq %rcx
16828 pushq %r8
16829 pushq %r9
16830 pushq %rbp
16831 call _glapi_get_dispatch
16832 popq %rbp
16833 popq %r9
16834 popq %r8
16835 popq %rcx
16836 popq %rdx
16837 popq %rsi
16838 popq %rdi
16839 movq 3600(%rax), %r11
16840 jmp *%r11
16841 #endif /* defined(GLX_USE_TLS) */
16842 .size GL_PREFIX(CompressedTexSubImage2DARB), .-GL_PREFIX(CompressedTexSubImage2DARB)
16843
16844 .p2align 4,,15
16845 .globl GL_PREFIX(CompressedTexSubImage3DARB)
16846 .type GL_PREFIX(CompressedTexSubImage3DARB), @function
16847 GL_PREFIX(CompressedTexSubImage3DARB):
16848 #if defined(GLX_USE_TLS)
16849 call _x86_64_get_dispatch@PLT
16850 movq 3608(%rax), %r11
16851 jmp *%r11
16852 #elif defined(PTHREADS)
16853 pushq %rdi
16854 pushq %rsi
16855 pushq %rdx
16856 pushq %rcx
16857 pushq %r8
16858 pushq %r9
16859 pushq %rbp
16860 call _x86_64_get_dispatch@PLT
16861 popq %rbp
16862 popq %r9
16863 popq %r8
16864 popq %rcx
16865 popq %rdx
16866 popq %rsi
16867 popq %rdi
16868 movq 3608(%rax), %r11
16869 jmp *%r11
16870 #else
16871 movq _glapi_Dispatch(%rip), %rax
16872 testq %rax, %rax
16873 je 1f
16874 movq 3608(%rax), %r11
16875 jmp *%r11
16876 1:
16877 pushq %rdi
16878 pushq %rsi
16879 pushq %rdx
16880 pushq %rcx
16881 pushq %r8
16882 pushq %r9
16883 pushq %rbp
16884 call _glapi_get_dispatch
16885 popq %rbp
16886 popq %r9
16887 popq %r8
16888 popq %rcx
16889 popq %rdx
16890 popq %rsi
16891 popq %rdi
16892 movq 3608(%rax), %r11
16893 jmp *%r11
16894 #endif /* defined(GLX_USE_TLS) */
16895 .size GL_PREFIX(CompressedTexSubImage3DARB), .-GL_PREFIX(CompressedTexSubImage3DARB)
16896
16897 .p2align 4,,15
16898 .globl GL_PREFIX(GetCompressedTexImageARB)
16899 .type GL_PREFIX(GetCompressedTexImageARB), @function
16900 GL_PREFIX(GetCompressedTexImageARB):
16901 #if defined(GLX_USE_TLS)
16902 call _x86_64_get_dispatch@PLT
16903 movq 3616(%rax), %r11
16904 jmp *%r11
16905 #elif defined(PTHREADS)
16906 pushq %rdi
16907 pushq %rsi
16908 pushq %rdx
16909 call _x86_64_get_dispatch@PLT
16910 popq %rdx
16911 popq %rsi
16912 popq %rdi
16913 movq 3616(%rax), %r11
16914 jmp *%r11
16915 #else
16916 movq _glapi_Dispatch(%rip), %rax
16917 testq %rax, %rax
16918 je 1f
16919 movq 3616(%rax), %r11
16920 jmp *%r11
16921 1:
16922 pushq %rdi
16923 pushq %rsi
16924 pushq %rdx
16925 call _glapi_get_dispatch
16926 popq %rdx
16927 popq %rsi
16928 popq %rdi
16929 movq 3616(%rax), %r11
16930 jmp *%r11
16931 #endif /* defined(GLX_USE_TLS) */
16932 .size GL_PREFIX(GetCompressedTexImageARB), .-GL_PREFIX(GetCompressedTexImageARB)
16933
16934 .p2align 4,,15
16935 .globl GL_PREFIX(DisableVertexAttribArrayARB)
16936 .type GL_PREFIX(DisableVertexAttribArrayARB), @function
16937 GL_PREFIX(DisableVertexAttribArrayARB):
16938 #if defined(GLX_USE_TLS)
16939 call _x86_64_get_dispatch@PLT
16940 movq 3624(%rax), %r11
16941 jmp *%r11
16942 #elif defined(PTHREADS)
16943 pushq %rdi
16944 call _x86_64_get_dispatch@PLT
16945 popq %rdi
16946 movq 3624(%rax), %r11
16947 jmp *%r11
16948 #else
16949 movq _glapi_Dispatch(%rip), %rax
16950 testq %rax, %rax
16951 je 1f
16952 movq 3624(%rax), %r11
16953 jmp *%r11
16954 1:
16955 pushq %rdi
16956 call _glapi_get_dispatch
16957 popq %rdi
16958 movq 3624(%rax), %r11
16959 jmp *%r11
16960 #endif /* defined(GLX_USE_TLS) */
16961 .size GL_PREFIX(DisableVertexAttribArrayARB), .-GL_PREFIX(DisableVertexAttribArrayARB)
16962
16963 .p2align 4,,15
16964 .globl GL_PREFIX(EnableVertexAttribArrayARB)
16965 .type GL_PREFIX(EnableVertexAttribArrayARB), @function
16966 GL_PREFIX(EnableVertexAttribArrayARB):
16967 #if defined(GLX_USE_TLS)
16968 call _x86_64_get_dispatch@PLT
16969 movq 3632(%rax), %r11
16970 jmp *%r11
16971 #elif defined(PTHREADS)
16972 pushq %rdi
16973 call _x86_64_get_dispatch@PLT
16974 popq %rdi
16975 movq 3632(%rax), %r11
16976 jmp *%r11
16977 #else
16978 movq _glapi_Dispatch(%rip), %rax
16979 testq %rax, %rax
16980 je 1f
16981 movq 3632(%rax), %r11
16982 jmp *%r11
16983 1:
16984 pushq %rdi
16985 call _glapi_get_dispatch
16986 popq %rdi
16987 movq 3632(%rax), %r11
16988 jmp *%r11
16989 #endif /* defined(GLX_USE_TLS) */
16990 .size GL_PREFIX(EnableVertexAttribArrayARB), .-GL_PREFIX(EnableVertexAttribArrayARB)
16991
16992 .p2align 4,,15
16993 .globl GL_PREFIX(GetProgramEnvParameterdvARB)
16994 .type GL_PREFIX(GetProgramEnvParameterdvARB), @function
16995 GL_PREFIX(GetProgramEnvParameterdvARB):
16996 #if defined(GLX_USE_TLS)
16997 call _x86_64_get_dispatch@PLT
16998 movq 3640(%rax), %r11
16999 jmp *%r11
17000 #elif defined(PTHREADS)
17001 pushq %rdi
17002 pushq %rsi
17003 pushq %rdx
17004 call _x86_64_get_dispatch@PLT
17005 popq %rdx
17006 popq %rsi
17007 popq %rdi
17008 movq 3640(%rax), %r11
17009 jmp *%r11
17010 #else
17011 movq _glapi_Dispatch(%rip), %rax
17012 testq %rax, %rax
17013 je 1f
17014 movq 3640(%rax), %r11
17015 jmp *%r11
17016 1:
17017 pushq %rdi
17018 pushq %rsi
17019 pushq %rdx
17020 call _glapi_get_dispatch
17021 popq %rdx
17022 popq %rsi
17023 popq %rdi
17024 movq 3640(%rax), %r11
17025 jmp *%r11
17026 #endif /* defined(GLX_USE_TLS) */
17027 .size GL_PREFIX(GetProgramEnvParameterdvARB), .-GL_PREFIX(GetProgramEnvParameterdvARB)
17028
17029 .p2align 4,,15
17030 .globl GL_PREFIX(GetProgramEnvParameterfvARB)
17031 .type GL_PREFIX(GetProgramEnvParameterfvARB), @function
17032 GL_PREFIX(GetProgramEnvParameterfvARB):
17033 #if defined(GLX_USE_TLS)
17034 call _x86_64_get_dispatch@PLT
17035 movq 3648(%rax), %r11
17036 jmp *%r11
17037 #elif defined(PTHREADS)
17038 pushq %rdi
17039 pushq %rsi
17040 pushq %rdx
17041 call _x86_64_get_dispatch@PLT
17042 popq %rdx
17043 popq %rsi
17044 popq %rdi
17045 movq 3648(%rax), %r11
17046 jmp *%r11
17047 #else
17048 movq _glapi_Dispatch(%rip), %rax
17049 testq %rax, %rax
17050 je 1f
17051 movq 3648(%rax), %r11
17052 jmp *%r11
17053 1:
17054 pushq %rdi
17055 pushq %rsi
17056 pushq %rdx
17057 call _glapi_get_dispatch
17058 popq %rdx
17059 popq %rsi
17060 popq %rdi
17061 movq 3648(%rax), %r11
17062 jmp *%r11
17063 #endif /* defined(GLX_USE_TLS) */
17064 .size GL_PREFIX(GetProgramEnvParameterfvARB), .-GL_PREFIX(GetProgramEnvParameterfvARB)
17065
17066 .p2align 4,,15
17067 .globl GL_PREFIX(GetProgramLocalParameterdvARB)
17068 .type GL_PREFIX(GetProgramLocalParameterdvARB), @function
17069 GL_PREFIX(GetProgramLocalParameterdvARB):
17070 #if defined(GLX_USE_TLS)
17071 call _x86_64_get_dispatch@PLT
17072 movq 3656(%rax), %r11
17073 jmp *%r11
17074 #elif defined(PTHREADS)
17075 pushq %rdi
17076 pushq %rsi
17077 pushq %rdx
17078 call _x86_64_get_dispatch@PLT
17079 popq %rdx
17080 popq %rsi
17081 popq %rdi
17082 movq 3656(%rax), %r11
17083 jmp *%r11
17084 #else
17085 movq _glapi_Dispatch(%rip), %rax
17086 testq %rax, %rax
17087 je 1f
17088 movq 3656(%rax), %r11
17089 jmp *%r11
17090 1:
17091 pushq %rdi
17092 pushq %rsi
17093 pushq %rdx
17094 call _glapi_get_dispatch
17095 popq %rdx
17096 popq %rsi
17097 popq %rdi
17098 movq 3656(%rax), %r11
17099 jmp *%r11
17100 #endif /* defined(GLX_USE_TLS) */
17101 .size GL_PREFIX(GetProgramLocalParameterdvARB), .-GL_PREFIX(GetProgramLocalParameterdvARB)
17102
17103 .p2align 4,,15
17104 .globl GL_PREFIX(GetProgramLocalParameterfvARB)
17105 .type GL_PREFIX(GetProgramLocalParameterfvARB), @function
17106 GL_PREFIX(GetProgramLocalParameterfvARB):
17107 #if defined(GLX_USE_TLS)
17108 call _x86_64_get_dispatch@PLT
17109 movq 3664(%rax), %r11
17110 jmp *%r11
17111 #elif defined(PTHREADS)
17112 pushq %rdi
17113 pushq %rsi
17114 pushq %rdx
17115 call _x86_64_get_dispatch@PLT
17116 popq %rdx
17117 popq %rsi
17118 popq %rdi
17119 movq 3664(%rax), %r11
17120 jmp *%r11
17121 #else
17122 movq _glapi_Dispatch(%rip), %rax
17123 testq %rax, %rax
17124 je 1f
17125 movq 3664(%rax), %r11
17126 jmp *%r11
17127 1:
17128 pushq %rdi
17129 pushq %rsi
17130 pushq %rdx
17131 call _glapi_get_dispatch
17132 popq %rdx
17133 popq %rsi
17134 popq %rdi
17135 movq 3664(%rax), %r11
17136 jmp *%r11
17137 #endif /* defined(GLX_USE_TLS) */
17138 .size GL_PREFIX(GetProgramLocalParameterfvARB), .-GL_PREFIX(GetProgramLocalParameterfvARB)
17139
17140 .p2align 4,,15
17141 .globl GL_PREFIX(GetProgramStringARB)
17142 .type GL_PREFIX(GetProgramStringARB), @function
17143 GL_PREFIX(GetProgramStringARB):
17144 #if defined(GLX_USE_TLS)
17145 call _x86_64_get_dispatch@PLT
17146 movq 3672(%rax), %r11
17147 jmp *%r11
17148 #elif defined(PTHREADS)
17149 pushq %rdi
17150 pushq %rsi
17151 pushq %rdx
17152 call _x86_64_get_dispatch@PLT
17153 popq %rdx
17154 popq %rsi
17155 popq %rdi
17156 movq 3672(%rax), %r11
17157 jmp *%r11
17158 #else
17159 movq _glapi_Dispatch(%rip), %rax
17160 testq %rax, %rax
17161 je 1f
17162 movq 3672(%rax), %r11
17163 jmp *%r11
17164 1:
17165 pushq %rdi
17166 pushq %rsi
17167 pushq %rdx
17168 call _glapi_get_dispatch
17169 popq %rdx
17170 popq %rsi
17171 popq %rdi
17172 movq 3672(%rax), %r11
17173 jmp *%r11
17174 #endif /* defined(GLX_USE_TLS) */
17175 .size GL_PREFIX(GetProgramStringARB), .-GL_PREFIX(GetProgramStringARB)
17176
17177 .p2align 4,,15
17178 .globl GL_PREFIX(GetProgramivARB)
17179 .type GL_PREFIX(GetProgramivARB), @function
17180 GL_PREFIX(GetProgramivARB):
17181 #if defined(GLX_USE_TLS)
17182 call _x86_64_get_dispatch@PLT
17183 movq 3680(%rax), %r11
17184 jmp *%r11
17185 #elif defined(PTHREADS)
17186 pushq %rdi
17187 pushq %rsi
17188 pushq %rdx
17189 call _x86_64_get_dispatch@PLT
17190 popq %rdx
17191 popq %rsi
17192 popq %rdi
17193 movq 3680(%rax), %r11
17194 jmp *%r11
17195 #else
17196 movq _glapi_Dispatch(%rip), %rax
17197 testq %rax, %rax
17198 je 1f
17199 movq 3680(%rax), %r11
17200 jmp *%r11
17201 1:
17202 pushq %rdi
17203 pushq %rsi
17204 pushq %rdx
17205 call _glapi_get_dispatch
17206 popq %rdx
17207 popq %rsi
17208 popq %rdi
17209 movq 3680(%rax), %r11
17210 jmp *%r11
17211 #endif /* defined(GLX_USE_TLS) */
17212 .size GL_PREFIX(GetProgramivARB), .-GL_PREFIX(GetProgramivARB)
17213
17214 .p2align 4,,15
17215 .globl GL_PREFIX(GetVertexAttribdvARB)
17216 .type GL_PREFIX(GetVertexAttribdvARB), @function
17217 GL_PREFIX(GetVertexAttribdvARB):
17218 #if defined(GLX_USE_TLS)
17219 call _x86_64_get_dispatch@PLT
17220 movq 3688(%rax), %r11
17221 jmp *%r11
17222 #elif defined(PTHREADS)
17223 pushq %rdi
17224 pushq %rsi
17225 pushq %rdx
17226 call _x86_64_get_dispatch@PLT
17227 popq %rdx
17228 popq %rsi
17229 popq %rdi
17230 movq 3688(%rax), %r11
17231 jmp *%r11
17232 #else
17233 movq _glapi_Dispatch(%rip), %rax
17234 testq %rax, %rax
17235 je 1f
17236 movq 3688(%rax), %r11
17237 jmp *%r11
17238 1:
17239 pushq %rdi
17240 pushq %rsi
17241 pushq %rdx
17242 call _glapi_get_dispatch
17243 popq %rdx
17244 popq %rsi
17245 popq %rdi
17246 movq 3688(%rax), %r11
17247 jmp *%r11
17248 #endif /* defined(GLX_USE_TLS) */
17249 .size GL_PREFIX(GetVertexAttribdvARB), .-GL_PREFIX(GetVertexAttribdvARB)
17250
17251 .p2align 4,,15
17252 .globl GL_PREFIX(GetVertexAttribfvARB)
17253 .type GL_PREFIX(GetVertexAttribfvARB), @function
17254 GL_PREFIX(GetVertexAttribfvARB):
17255 #if defined(GLX_USE_TLS)
17256 call _x86_64_get_dispatch@PLT
17257 movq 3696(%rax), %r11
17258 jmp *%r11
17259 #elif defined(PTHREADS)
17260 pushq %rdi
17261 pushq %rsi
17262 pushq %rdx
17263 call _x86_64_get_dispatch@PLT
17264 popq %rdx
17265 popq %rsi
17266 popq %rdi
17267 movq 3696(%rax), %r11
17268 jmp *%r11
17269 #else
17270 movq _glapi_Dispatch(%rip), %rax
17271 testq %rax, %rax
17272 je 1f
17273 movq 3696(%rax), %r11
17274 jmp *%r11
17275 1:
17276 pushq %rdi
17277 pushq %rsi
17278 pushq %rdx
17279 call _glapi_get_dispatch
17280 popq %rdx
17281 popq %rsi
17282 popq %rdi
17283 movq 3696(%rax), %r11
17284 jmp *%r11
17285 #endif /* defined(GLX_USE_TLS) */
17286 .size GL_PREFIX(GetVertexAttribfvARB), .-GL_PREFIX(GetVertexAttribfvARB)
17287
17288 .p2align 4,,15
17289 .globl GL_PREFIX(GetVertexAttribivARB)
17290 .type GL_PREFIX(GetVertexAttribivARB), @function
17291 GL_PREFIX(GetVertexAttribivARB):
17292 #if defined(GLX_USE_TLS)
17293 call _x86_64_get_dispatch@PLT
17294 movq 3704(%rax), %r11
17295 jmp *%r11
17296 #elif defined(PTHREADS)
17297 pushq %rdi
17298 pushq %rsi
17299 pushq %rdx
17300 call _x86_64_get_dispatch@PLT
17301 popq %rdx
17302 popq %rsi
17303 popq %rdi
17304 movq 3704(%rax), %r11
17305 jmp *%r11
17306 #else
17307 movq _glapi_Dispatch(%rip), %rax
17308 testq %rax, %rax
17309 je 1f
17310 movq 3704(%rax), %r11
17311 jmp *%r11
17312 1:
17313 pushq %rdi
17314 pushq %rsi
17315 pushq %rdx
17316 call _glapi_get_dispatch
17317 popq %rdx
17318 popq %rsi
17319 popq %rdi
17320 movq 3704(%rax), %r11
17321 jmp *%r11
17322 #endif /* defined(GLX_USE_TLS) */
17323 .size GL_PREFIX(GetVertexAttribivARB), .-GL_PREFIX(GetVertexAttribivARB)
17324
17325 .p2align 4,,15
17326 .globl GL_PREFIX(ProgramEnvParameter4dARB)
17327 .type GL_PREFIX(ProgramEnvParameter4dARB), @function
17328 GL_PREFIX(ProgramEnvParameter4dARB):
17329 #if defined(GLX_USE_TLS)
17330 call _x86_64_get_dispatch@PLT
17331 movq 3712(%rax), %r11
17332 jmp *%r11
17333 #elif defined(PTHREADS)
17334 subq $56, %rsp
17335 movq %rdi, (%rsp)
17336 movq %rsi, 8(%rsp)
17337 movq %xmm0, 16(%rsp)
17338 movq %xmm1, 24(%rsp)
17339 movq %xmm2, 32(%rsp)
17340 movq %xmm3, 40(%rsp)
17341 call _x86_64_get_dispatch@PLT
17342 movq 40(%rsp), %xmm3
17343 movq 32(%rsp), %xmm2
17344 movq 24(%rsp), %xmm1
17345 movq 16(%rsp), %xmm0
17346 movq 8(%rsp), %rsi
17347 movq (%rsp), %rdi
17348 addq $56, %rsp
17349 movq 3712(%rax), %r11
17350 jmp *%r11
17351 #else
17352 movq _glapi_Dispatch(%rip), %rax
17353 testq %rax, %rax
17354 je 1f
17355 movq 3712(%rax), %r11
17356 jmp *%r11
17357 1:
17358 subq $56, %rsp
17359 movq %rdi, (%rsp)
17360 movq %rsi, 8(%rsp)
17361 movq %xmm0, 16(%rsp)
17362 movq %xmm1, 24(%rsp)
17363 movq %xmm2, 32(%rsp)
17364 movq %xmm3, 40(%rsp)
17365 call _glapi_get_dispatch
17366 movq 40(%rsp), %xmm3
17367 movq 32(%rsp), %xmm2
17368 movq 24(%rsp), %xmm1
17369 movq 16(%rsp), %xmm0
17370 movq 8(%rsp), %rsi
17371 movq (%rsp), %rdi
17372 addq $56, %rsp
17373 movq 3712(%rax), %r11
17374 jmp *%r11
17375 #endif /* defined(GLX_USE_TLS) */
17376 .size GL_PREFIX(ProgramEnvParameter4dARB), .-GL_PREFIX(ProgramEnvParameter4dARB)
17377
17378 .p2align 4,,15
17379 .globl GL_PREFIX(ProgramEnvParameter4dvARB)
17380 .type GL_PREFIX(ProgramEnvParameter4dvARB), @function
17381 GL_PREFIX(ProgramEnvParameter4dvARB):
17382 #if defined(GLX_USE_TLS)
17383 call _x86_64_get_dispatch@PLT
17384 movq 3720(%rax), %r11
17385 jmp *%r11
17386 #elif defined(PTHREADS)
17387 pushq %rdi
17388 pushq %rsi
17389 pushq %rdx
17390 call _x86_64_get_dispatch@PLT
17391 popq %rdx
17392 popq %rsi
17393 popq %rdi
17394 movq 3720(%rax), %r11
17395 jmp *%r11
17396 #else
17397 movq _glapi_Dispatch(%rip), %rax
17398 testq %rax, %rax
17399 je 1f
17400 movq 3720(%rax), %r11
17401 jmp *%r11
17402 1:
17403 pushq %rdi
17404 pushq %rsi
17405 pushq %rdx
17406 call _glapi_get_dispatch
17407 popq %rdx
17408 popq %rsi
17409 popq %rdi
17410 movq 3720(%rax), %r11
17411 jmp *%r11
17412 #endif /* defined(GLX_USE_TLS) */
17413 .size GL_PREFIX(ProgramEnvParameter4dvARB), .-GL_PREFIX(ProgramEnvParameter4dvARB)
17414
17415 .p2align 4,,15
17416 .globl GL_PREFIX(ProgramEnvParameter4fARB)
17417 .type GL_PREFIX(ProgramEnvParameter4fARB), @function
17418 GL_PREFIX(ProgramEnvParameter4fARB):
17419 #if defined(GLX_USE_TLS)
17420 call _x86_64_get_dispatch@PLT
17421 movq 3728(%rax), %r11
17422 jmp *%r11
17423 #elif defined(PTHREADS)
17424 subq $56, %rsp
17425 movq %rdi, (%rsp)
17426 movq %rsi, 8(%rsp)
17427 movq %xmm0, 16(%rsp)
17428 movq %xmm1, 24(%rsp)
17429 movq %xmm2, 32(%rsp)
17430 movq %xmm3, 40(%rsp)
17431 call _x86_64_get_dispatch@PLT
17432 movq 40(%rsp), %xmm3
17433 movq 32(%rsp), %xmm2
17434 movq 24(%rsp), %xmm1
17435 movq 16(%rsp), %xmm0
17436 movq 8(%rsp), %rsi
17437 movq (%rsp), %rdi
17438 addq $56, %rsp
17439 movq 3728(%rax), %r11
17440 jmp *%r11
17441 #else
17442 movq _glapi_Dispatch(%rip), %rax
17443 testq %rax, %rax
17444 je 1f
17445 movq 3728(%rax), %r11
17446 jmp *%r11
17447 1:
17448 subq $56, %rsp
17449 movq %rdi, (%rsp)
17450 movq %rsi, 8(%rsp)
17451 movq %xmm0, 16(%rsp)
17452 movq %xmm1, 24(%rsp)
17453 movq %xmm2, 32(%rsp)
17454 movq %xmm3, 40(%rsp)
17455 call _glapi_get_dispatch
17456 movq 40(%rsp), %xmm3
17457 movq 32(%rsp), %xmm2
17458 movq 24(%rsp), %xmm1
17459 movq 16(%rsp), %xmm0
17460 movq 8(%rsp), %rsi
17461 movq (%rsp), %rdi
17462 addq $56, %rsp
17463 movq 3728(%rax), %r11
17464 jmp *%r11
17465 #endif /* defined(GLX_USE_TLS) */
17466 .size GL_PREFIX(ProgramEnvParameter4fARB), .-GL_PREFIX(ProgramEnvParameter4fARB)
17467
17468 .p2align 4,,15
17469 .globl GL_PREFIX(ProgramEnvParameter4fvARB)
17470 .type GL_PREFIX(ProgramEnvParameter4fvARB), @function
17471 GL_PREFIX(ProgramEnvParameter4fvARB):
17472 #if defined(GLX_USE_TLS)
17473 call _x86_64_get_dispatch@PLT
17474 movq 3736(%rax), %r11
17475 jmp *%r11
17476 #elif defined(PTHREADS)
17477 pushq %rdi
17478 pushq %rsi
17479 pushq %rdx
17480 call _x86_64_get_dispatch@PLT
17481 popq %rdx
17482 popq %rsi
17483 popq %rdi
17484 movq 3736(%rax), %r11
17485 jmp *%r11
17486 #else
17487 movq _glapi_Dispatch(%rip), %rax
17488 testq %rax, %rax
17489 je 1f
17490 movq 3736(%rax), %r11
17491 jmp *%r11
17492 1:
17493 pushq %rdi
17494 pushq %rsi
17495 pushq %rdx
17496 call _glapi_get_dispatch
17497 popq %rdx
17498 popq %rsi
17499 popq %rdi
17500 movq 3736(%rax), %r11
17501 jmp *%r11
17502 #endif /* defined(GLX_USE_TLS) */
17503 .size GL_PREFIX(ProgramEnvParameter4fvARB), .-GL_PREFIX(ProgramEnvParameter4fvARB)
17504
17505 .p2align 4,,15
17506 .globl GL_PREFIX(ProgramLocalParameter4dARB)
17507 .type GL_PREFIX(ProgramLocalParameter4dARB), @function
17508 GL_PREFIX(ProgramLocalParameter4dARB):
17509 #if defined(GLX_USE_TLS)
17510 call _x86_64_get_dispatch@PLT
17511 movq 3744(%rax), %r11
17512 jmp *%r11
17513 #elif defined(PTHREADS)
17514 subq $56, %rsp
17515 movq %rdi, (%rsp)
17516 movq %rsi, 8(%rsp)
17517 movq %xmm0, 16(%rsp)
17518 movq %xmm1, 24(%rsp)
17519 movq %xmm2, 32(%rsp)
17520 movq %xmm3, 40(%rsp)
17521 call _x86_64_get_dispatch@PLT
17522 movq 40(%rsp), %xmm3
17523 movq 32(%rsp), %xmm2
17524 movq 24(%rsp), %xmm1
17525 movq 16(%rsp), %xmm0
17526 movq 8(%rsp), %rsi
17527 movq (%rsp), %rdi
17528 addq $56, %rsp
17529 movq 3744(%rax), %r11
17530 jmp *%r11
17531 #else
17532 movq _glapi_Dispatch(%rip), %rax
17533 testq %rax, %rax
17534 je 1f
17535 movq 3744(%rax), %r11
17536 jmp *%r11
17537 1:
17538 subq $56, %rsp
17539 movq %rdi, (%rsp)
17540 movq %rsi, 8(%rsp)
17541 movq %xmm0, 16(%rsp)
17542 movq %xmm1, 24(%rsp)
17543 movq %xmm2, 32(%rsp)
17544 movq %xmm3, 40(%rsp)
17545 call _glapi_get_dispatch
17546 movq 40(%rsp), %xmm3
17547 movq 32(%rsp), %xmm2
17548 movq 24(%rsp), %xmm1
17549 movq 16(%rsp), %xmm0
17550 movq 8(%rsp), %rsi
17551 movq (%rsp), %rdi
17552 addq $56, %rsp
17553 movq 3744(%rax), %r11
17554 jmp *%r11
17555 #endif /* defined(GLX_USE_TLS) */
17556 .size GL_PREFIX(ProgramLocalParameter4dARB), .-GL_PREFIX(ProgramLocalParameter4dARB)
17557
17558 .p2align 4,,15
17559 .globl GL_PREFIX(ProgramLocalParameter4dvARB)
17560 .type GL_PREFIX(ProgramLocalParameter4dvARB), @function
17561 GL_PREFIX(ProgramLocalParameter4dvARB):
17562 #if defined(GLX_USE_TLS)
17563 call _x86_64_get_dispatch@PLT
17564 movq 3752(%rax), %r11
17565 jmp *%r11
17566 #elif defined(PTHREADS)
17567 pushq %rdi
17568 pushq %rsi
17569 pushq %rdx
17570 call _x86_64_get_dispatch@PLT
17571 popq %rdx
17572 popq %rsi
17573 popq %rdi
17574 movq 3752(%rax), %r11
17575 jmp *%r11
17576 #else
17577 movq _glapi_Dispatch(%rip), %rax
17578 testq %rax, %rax
17579 je 1f
17580 movq 3752(%rax), %r11
17581 jmp *%r11
17582 1:
17583 pushq %rdi
17584 pushq %rsi
17585 pushq %rdx
17586 call _glapi_get_dispatch
17587 popq %rdx
17588 popq %rsi
17589 popq %rdi
17590 movq 3752(%rax), %r11
17591 jmp *%r11
17592 #endif /* defined(GLX_USE_TLS) */
17593 .size GL_PREFIX(ProgramLocalParameter4dvARB), .-GL_PREFIX(ProgramLocalParameter4dvARB)
17594
17595 .p2align 4,,15
17596 .globl GL_PREFIX(ProgramLocalParameter4fARB)
17597 .type GL_PREFIX(ProgramLocalParameter4fARB), @function
17598 GL_PREFIX(ProgramLocalParameter4fARB):
17599 #if defined(GLX_USE_TLS)
17600 call _x86_64_get_dispatch@PLT
17601 movq 3760(%rax), %r11
17602 jmp *%r11
17603 #elif defined(PTHREADS)
17604 subq $56, %rsp
17605 movq %rdi, (%rsp)
17606 movq %rsi, 8(%rsp)
17607 movq %xmm0, 16(%rsp)
17608 movq %xmm1, 24(%rsp)
17609 movq %xmm2, 32(%rsp)
17610 movq %xmm3, 40(%rsp)
17611 call _x86_64_get_dispatch@PLT
17612 movq 40(%rsp), %xmm3
17613 movq 32(%rsp), %xmm2
17614 movq 24(%rsp), %xmm1
17615 movq 16(%rsp), %xmm0
17616 movq 8(%rsp), %rsi
17617 movq (%rsp), %rdi
17618 addq $56, %rsp
17619 movq 3760(%rax), %r11
17620 jmp *%r11
17621 #else
17622 movq _glapi_Dispatch(%rip), %rax
17623 testq %rax, %rax
17624 je 1f
17625 movq 3760(%rax), %r11
17626 jmp *%r11
17627 1:
17628 subq $56, %rsp
17629 movq %rdi, (%rsp)
17630 movq %rsi, 8(%rsp)
17631 movq %xmm0, 16(%rsp)
17632 movq %xmm1, 24(%rsp)
17633 movq %xmm2, 32(%rsp)
17634 movq %xmm3, 40(%rsp)
17635 call _glapi_get_dispatch
17636 movq 40(%rsp), %xmm3
17637 movq 32(%rsp), %xmm2
17638 movq 24(%rsp), %xmm1
17639 movq 16(%rsp), %xmm0
17640 movq 8(%rsp), %rsi
17641 movq (%rsp), %rdi
17642 addq $56, %rsp
17643 movq 3760(%rax), %r11
17644 jmp *%r11
17645 #endif /* defined(GLX_USE_TLS) */
17646 .size GL_PREFIX(ProgramLocalParameter4fARB), .-GL_PREFIX(ProgramLocalParameter4fARB)
17647
17648 .p2align 4,,15
17649 .globl GL_PREFIX(ProgramLocalParameter4fvARB)
17650 .type GL_PREFIX(ProgramLocalParameter4fvARB), @function
17651 GL_PREFIX(ProgramLocalParameter4fvARB):
17652 #if defined(GLX_USE_TLS)
17653 call _x86_64_get_dispatch@PLT
17654 movq 3768(%rax), %r11
17655 jmp *%r11
17656 #elif defined(PTHREADS)
17657 pushq %rdi
17658 pushq %rsi
17659 pushq %rdx
17660 call _x86_64_get_dispatch@PLT
17661 popq %rdx
17662 popq %rsi
17663 popq %rdi
17664 movq 3768(%rax), %r11
17665 jmp *%r11
17666 #else
17667 movq _glapi_Dispatch(%rip), %rax
17668 testq %rax, %rax
17669 je 1f
17670 movq 3768(%rax), %r11
17671 jmp *%r11
17672 1:
17673 pushq %rdi
17674 pushq %rsi
17675 pushq %rdx
17676 call _glapi_get_dispatch
17677 popq %rdx
17678 popq %rsi
17679 popq %rdi
17680 movq 3768(%rax), %r11
17681 jmp *%r11
17682 #endif /* defined(GLX_USE_TLS) */
17683 .size GL_PREFIX(ProgramLocalParameter4fvARB), .-GL_PREFIX(ProgramLocalParameter4fvARB)
17684
17685 .p2align 4,,15
17686 .globl GL_PREFIX(ProgramStringARB)
17687 .type GL_PREFIX(ProgramStringARB), @function
17688 GL_PREFIX(ProgramStringARB):
17689 #if defined(GLX_USE_TLS)
17690 call _x86_64_get_dispatch@PLT
17691 movq 3776(%rax), %r11
17692 jmp *%r11
17693 #elif defined(PTHREADS)
17694 pushq %rdi
17695 pushq %rsi
17696 pushq %rdx
17697 pushq %rcx
17698 pushq %rbp
17699 call _x86_64_get_dispatch@PLT
17700 popq %rbp
17701 popq %rcx
17702 popq %rdx
17703 popq %rsi
17704 popq %rdi
17705 movq 3776(%rax), %r11
17706 jmp *%r11
17707 #else
17708 movq _glapi_Dispatch(%rip), %rax
17709 testq %rax, %rax
17710 je 1f
17711 movq 3776(%rax), %r11
17712 jmp *%r11
17713 1:
17714 pushq %rdi
17715 pushq %rsi
17716 pushq %rdx
17717 pushq %rcx
17718 pushq %rbp
17719 call _glapi_get_dispatch
17720 popq %rbp
17721 popq %rcx
17722 popq %rdx
17723 popq %rsi
17724 popq %rdi
17725 movq 3776(%rax), %r11
17726 jmp *%r11
17727 #endif /* defined(GLX_USE_TLS) */
17728 .size GL_PREFIX(ProgramStringARB), .-GL_PREFIX(ProgramStringARB)
17729
17730 .p2align 4,,15
17731 .globl GL_PREFIX(VertexAttrib1dARB)
17732 .type GL_PREFIX(VertexAttrib1dARB), @function
17733 GL_PREFIX(VertexAttrib1dARB):
17734 #if defined(GLX_USE_TLS)
17735 call _x86_64_get_dispatch@PLT
17736 movq 3784(%rax), %r11
17737 jmp *%r11
17738 #elif defined(PTHREADS)
17739 subq $24, %rsp
17740 movq %rdi, (%rsp)
17741 movq %xmm0, 8(%rsp)
17742 call _x86_64_get_dispatch@PLT
17743 movq 8(%rsp), %xmm0
17744 movq (%rsp), %rdi
17745 addq $24, %rsp
17746 movq 3784(%rax), %r11
17747 jmp *%r11
17748 #else
17749 movq _glapi_Dispatch(%rip), %rax
17750 testq %rax, %rax
17751 je 1f
17752 movq 3784(%rax), %r11
17753 jmp *%r11
17754 1:
17755 subq $24, %rsp
17756 movq %rdi, (%rsp)
17757 movq %xmm0, 8(%rsp)
17758 call _glapi_get_dispatch
17759 movq 8(%rsp), %xmm0
17760 movq (%rsp), %rdi
17761 addq $24, %rsp
17762 movq 3784(%rax), %r11
17763 jmp *%r11
17764 #endif /* defined(GLX_USE_TLS) */
17765 .size GL_PREFIX(VertexAttrib1dARB), .-GL_PREFIX(VertexAttrib1dARB)
17766
17767 .p2align 4,,15
17768 .globl GL_PREFIX(VertexAttrib1dvARB)
17769 .type GL_PREFIX(VertexAttrib1dvARB), @function
17770 GL_PREFIX(VertexAttrib1dvARB):
17771 #if defined(GLX_USE_TLS)
17772 call _x86_64_get_dispatch@PLT
17773 movq 3792(%rax), %r11
17774 jmp *%r11
17775 #elif defined(PTHREADS)
17776 pushq %rdi
17777 pushq %rsi
17778 pushq %rbp
17779 call _x86_64_get_dispatch@PLT
17780 popq %rbp
17781 popq %rsi
17782 popq %rdi
17783 movq 3792(%rax), %r11
17784 jmp *%r11
17785 #else
17786 movq _glapi_Dispatch(%rip), %rax
17787 testq %rax, %rax
17788 je 1f
17789 movq 3792(%rax), %r11
17790 jmp *%r11
17791 1:
17792 pushq %rdi
17793 pushq %rsi
17794 pushq %rbp
17795 call _glapi_get_dispatch
17796 popq %rbp
17797 popq %rsi
17798 popq %rdi
17799 movq 3792(%rax), %r11
17800 jmp *%r11
17801 #endif /* defined(GLX_USE_TLS) */
17802 .size GL_PREFIX(VertexAttrib1dvARB), .-GL_PREFIX(VertexAttrib1dvARB)
17803
17804 .p2align 4,,15
17805 .globl GL_PREFIX(VertexAttrib1fARB)
17806 .type GL_PREFIX(VertexAttrib1fARB), @function
17807 GL_PREFIX(VertexAttrib1fARB):
17808 #if defined(GLX_USE_TLS)
17809 call _x86_64_get_dispatch@PLT
17810 movq 3800(%rax), %r11
17811 jmp *%r11
17812 #elif defined(PTHREADS)
17813 subq $24, %rsp
17814 movq %rdi, (%rsp)
17815 movq %xmm0, 8(%rsp)
17816 call _x86_64_get_dispatch@PLT
17817 movq 8(%rsp), %xmm0
17818 movq (%rsp), %rdi
17819 addq $24, %rsp
17820 movq 3800(%rax), %r11
17821 jmp *%r11
17822 #else
17823 movq _glapi_Dispatch(%rip), %rax
17824 testq %rax, %rax
17825 je 1f
17826 movq 3800(%rax), %r11
17827 jmp *%r11
17828 1:
17829 subq $24, %rsp
17830 movq %rdi, (%rsp)
17831 movq %xmm0, 8(%rsp)
17832 call _glapi_get_dispatch
17833 movq 8(%rsp), %xmm0
17834 movq (%rsp), %rdi
17835 addq $24, %rsp
17836 movq 3800(%rax), %r11
17837 jmp *%r11
17838 #endif /* defined(GLX_USE_TLS) */
17839 .size GL_PREFIX(VertexAttrib1fARB), .-GL_PREFIX(VertexAttrib1fARB)
17840
17841 .p2align 4,,15
17842 .globl GL_PREFIX(VertexAttrib1fvARB)
17843 .type GL_PREFIX(VertexAttrib1fvARB), @function
17844 GL_PREFIX(VertexAttrib1fvARB):
17845 #if defined(GLX_USE_TLS)
17846 call _x86_64_get_dispatch@PLT
17847 movq 3808(%rax), %r11
17848 jmp *%r11
17849 #elif defined(PTHREADS)
17850 pushq %rdi
17851 pushq %rsi
17852 pushq %rbp
17853 call _x86_64_get_dispatch@PLT
17854 popq %rbp
17855 popq %rsi
17856 popq %rdi
17857 movq 3808(%rax), %r11
17858 jmp *%r11
17859 #else
17860 movq _glapi_Dispatch(%rip), %rax
17861 testq %rax, %rax
17862 je 1f
17863 movq 3808(%rax), %r11
17864 jmp *%r11
17865 1:
17866 pushq %rdi
17867 pushq %rsi
17868 pushq %rbp
17869 call _glapi_get_dispatch
17870 popq %rbp
17871 popq %rsi
17872 popq %rdi
17873 movq 3808(%rax), %r11
17874 jmp *%r11
17875 #endif /* defined(GLX_USE_TLS) */
17876 .size GL_PREFIX(VertexAttrib1fvARB), .-GL_PREFIX(VertexAttrib1fvARB)
17877
17878 .p2align 4,,15
17879 .globl GL_PREFIX(VertexAttrib1sARB)
17880 .type GL_PREFIX(VertexAttrib1sARB), @function
17881 GL_PREFIX(VertexAttrib1sARB):
17882 #if defined(GLX_USE_TLS)
17883 call _x86_64_get_dispatch@PLT
17884 movq 3816(%rax), %r11
17885 jmp *%r11
17886 #elif defined(PTHREADS)
17887 pushq %rdi
17888 pushq %rsi
17889 pushq %rbp
17890 call _x86_64_get_dispatch@PLT
17891 popq %rbp
17892 popq %rsi
17893 popq %rdi
17894 movq 3816(%rax), %r11
17895 jmp *%r11
17896 #else
17897 movq _glapi_Dispatch(%rip), %rax
17898 testq %rax, %rax
17899 je 1f
17900 movq 3816(%rax), %r11
17901 jmp *%r11
17902 1:
17903 pushq %rdi
17904 pushq %rsi
17905 pushq %rbp
17906 call _glapi_get_dispatch
17907 popq %rbp
17908 popq %rsi
17909 popq %rdi
17910 movq 3816(%rax), %r11
17911 jmp *%r11
17912 #endif /* defined(GLX_USE_TLS) */
17913 .size GL_PREFIX(VertexAttrib1sARB), .-GL_PREFIX(VertexAttrib1sARB)
17914
17915 .p2align 4,,15
17916 .globl GL_PREFIX(VertexAttrib1svARB)
17917 .type GL_PREFIX(VertexAttrib1svARB), @function
17918 GL_PREFIX(VertexAttrib1svARB):
17919 #if defined(GLX_USE_TLS)
17920 call _x86_64_get_dispatch@PLT
17921 movq 3824(%rax), %r11
17922 jmp *%r11
17923 #elif defined(PTHREADS)
17924 pushq %rdi
17925 pushq %rsi
17926 pushq %rbp
17927 call _x86_64_get_dispatch@PLT
17928 popq %rbp
17929 popq %rsi
17930 popq %rdi
17931 movq 3824(%rax), %r11
17932 jmp *%r11
17933 #else
17934 movq _glapi_Dispatch(%rip), %rax
17935 testq %rax, %rax
17936 je 1f
17937 movq 3824(%rax), %r11
17938 jmp *%r11
17939 1:
17940 pushq %rdi
17941 pushq %rsi
17942 pushq %rbp
17943 call _glapi_get_dispatch
17944 popq %rbp
17945 popq %rsi
17946 popq %rdi
17947 movq 3824(%rax), %r11
17948 jmp *%r11
17949 #endif /* defined(GLX_USE_TLS) */
17950 .size GL_PREFIX(VertexAttrib1svARB), .-GL_PREFIX(VertexAttrib1svARB)
17951
17952 .p2align 4,,15
17953 .globl GL_PREFIX(VertexAttrib2dARB)
17954 .type GL_PREFIX(VertexAttrib2dARB), @function
17955 GL_PREFIX(VertexAttrib2dARB):
17956 #if defined(GLX_USE_TLS)
17957 call _x86_64_get_dispatch@PLT
17958 movq 3832(%rax), %r11
17959 jmp *%r11
17960 #elif defined(PTHREADS)
17961 subq $24, %rsp
17962 movq %rdi, (%rsp)
17963 movq %xmm0, 8(%rsp)
17964 movq %xmm1, 16(%rsp)
17965 call _x86_64_get_dispatch@PLT
17966 movq 16(%rsp), %xmm1
17967 movq 8(%rsp), %xmm0
17968 movq (%rsp), %rdi
17969 addq $24, %rsp
17970 movq 3832(%rax), %r11
17971 jmp *%r11
17972 #else
17973 movq _glapi_Dispatch(%rip), %rax
17974 testq %rax, %rax
17975 je 1f
17976 movq 3832(%rax), %r11
17977 jmp *%r11
17978 1:
17979 subq $24, %rsp
17980 movq %rdi, (%rsp)
17981 movq %xmm0, 8(%rsp)
17982 movq %xmm1, 16(%rsp)
17983 call _glapi_get_dispatch
17984 movq 16(%rsp), %xmm1
17985 movq 8(%rsp), %xmm0
17986 movq (%rsp), %rdi
17987 addq $24, %rsp
17988 movq 3832(%rax), %r11
17989 jmp *%r11
17990 #endif /* defined(GLX_USE_TLS) */
17991 .size GL_PREFIX(VertexAttrib2dARB), .-GL_PREFIX(VertexAttrib2dARB)
17992
17993 .p2align 4,,15
17994 .globl GL_PREFIX(VertexAttrib2dvARB)
17995 .type GL_PREFIX(VertexAttrib2dvARB), @function
17996 GL_PREFIX(VertexAttrib2dvARB):
17997 #if defined(GLX_USE_TLS)
17998 call _x86_64_get_dispatch@PLT
17999 movq 3840(%rax), %r11
18000 jmp *%r11
18001 #elif defined(PTHREADS)
18002 pushq %rdi
18003 pushq %rsi
18004 pushq %rbp
18005 call _x86_64_get_dispatch@PLT
18006 popq %rbp
18007 popq %rsi
18008 popq %rdi
18009 movq 3840(%rax), %r11
18010 jmp *%r11
18011 #else
18012 movq _glapi_Dispatch(%rip), %rax
18013 testq %rax, %rax
18014 je 1f
18015 movq 3840(%rax), %r11
18016 jmp *%r11
18017 1:
18018 pushq %rdi
18019 pushq %rsi
18020 pushq %rbp
18021 call _glapi_get_dispatch
18022 popq %rbp
18023 popq %rsi
18024 popq %rdi
18025 movq 3840(%rax), %r11
18026 jmp *%r11
18027 #endif /* defined(GLX_USE_TLS) */
18028 .size GL_PREFIX(VertexAttrib2dvARB), .-GL_PREFIX(VertexAttrib2dvARB)
18029
18030 .p2align 4,,15
18031 .globl GL_PREFIX(VertexAttrib2fARB)
18032 .type GL_PREFIX(VertexAttrib2fARB), @function
18033 GL_PREFIX(VertexAttrib2fARB):
18034 #if defined(GLX_USE_TLS)
18035 call _x86_64_get_dispatch@PLT
18036 movq 3848(%rax), %r11
18037 jmp *%r11
18038 #elif defined(PTHREADS)
18039 subq $24, %rsp
18040 movq %rdi, (%rsp)
18041 movq %xmm0, 8(%rsp)
18042 movq %xmm1, 16(%rsp)
18043 call _x86_64_get_dispatch@PLT
18044 movq 16(%rsp), %xmm1
18045 movq 8(%rsp), %xmm0
18046 movq (%rsp), %rdi
18047 addq $24, %rsp
18048 movq 3848(%rax), %r11
18049 jmp *%r11
18050 #else
18051 movq _glapi_Dispatch(%rip), %rax
18052 testq %rax, %rax
18053 je 1f
18054 movq 3848(%rax), %r11
18055 jmp *%r11
18056 1:
18057 subq $24, %rsp
18058 movq %rdi, (%rsp)
18059 movq %xmm0, 8(%rsp)
18060 movq %xmm1, 16(%rsp)
18061 call _glapi_get_dispatch
18062 movq 16(%rsp), %xmm1
18063 movq 8(%rsp), %xmm0
18064 movq (%rsp), %rdi
18065 addq $24, %rsp
18066 movq 3848(%rax), %r11
18067 jmp *%r11
18068 #endif /* defined(GLX_USE_TLS) */
18069 .size GL_PREFIX(VertexAttrib2fARB), .-GL_PREFIX(VertexAttrib2fARB)
18070
18071 .p2align 4,,15
18072 .globl GL_PREFIX(VertexAttrib2fvARB)
18073 .type GL_PREFIX(VertexAttrib2fvARB), @function
18074 GL_PREFIX(VertexAttrib2fvARB):
18075 #if defined(GLX_USE_TLS)
18076 call _x86_64_get_dispatch@PLT
18077 movq 3856(%rax), %r11
18078 jmp *%r11
18079 #elif defined(PTHREADS)
18080 pushq %rdi
18081 pushq %rsi
18082 pushq %rbp
18083 call _x86_64_get_dispatch@PLT
18084 popq %rbp
18085 popq %rsi
18086 popq %rdi
18087 movq 3856(%rax), %r11
18088 jmp *%r11
18089 #else
18090 movq _glapi_Dispatch(%rip), %rax
18091 testq %rax, %rax
18092 je 1f
18093 movq 3856(%rax), %r11
18094 jmp *%r11
18095 1:
18096 pushq %rdi
18097 pushq %rsi
18098 pushq %rbp
18099 call _glapi_get_dispatch
18100 popq %rbp
18101 popq %rsi
18102 popq %rdi
18103 movq 3856(%rax), %r11
18104 jmp *%r11
18105 #endif /* defined(GLX_USE_TLS) */
18106 .size GL_PREFIX(VertexAttrib2fvARB), .-GL_PREFIX(VertexAttrib2fvARB)
18107
18108 .p2align 4,,15
18109 .globl GL_PREFIX(VertexAttrib2sARB)
18110 .type GL_PREFIX(VertexAttrib2sARB), @function
18111 GL_PREFIX(VertexAttrib2sARB):
18112 #if defined(GLX_USE_TLS)
18113 call _x86_64_get_dispatch@PLT
18114 movq 3864(%rax), %r11
18115 jmp *%r11
18116 #elif defined(PTHREADS)
18117 pushq %rdi
18118 pushq %rsi
18119 pushq %rdx
18120 call _x86_64_get_dispatch@PLT
18121 popq %rdx
18122 popq %rsi
18123 popq %rdi
18124 movq 3864(%rax), %r11
18125 jmp *%r11
18126 #else
18127 movq _glapi_Dispatch(%rip), %rax
18128 testq %rax, %rax
18129 je 1f
18130 movq 3864(%rax), %r11
18131 jmp *%r11
18132 1:
18133 pushq %rdi
18134 pushq %rsi
18135 pushq %rdx
18136 call _glapi_get_dispatch
18137 popq %rdx
18138 popq %rsi
18139 popq %rdi
18140 movq 3864(%rax), %r11
18141 jmp *%r11
18142 #endif /* defined(GLX_USE_TLS) */
18143 .size GL_PREFIX(VertexAttrib2sARB), .-GL_PREFIX(VertexAttrib2sARB)
18144
18145 .p2align 4,,15
18146 .globl GL_PREFIX(VertexAttrib2svARB)
18147 .type GL_PREFIX(VertexAttrib2svARB), @function
18148 GL_PREFIX(VertexAttrib2svARB):
18149 #if defined(GLX_USE_TLS)
18150 call _x86_64_get_dispatch@PLT
18151 movq 3872(%rax), %r11
18152 jmp *%r11
18153 #elif defined(PTHREADS)
18154 pushq %rdi
18155 pushq %rsi
18156 pushq %rbp
18157 call _x86_64_get_dispatch@PLT
18158 popq %rbp
18159 popq %rsi
18160 popq %rdi
18161 movq 3872(%rax), %r11
18162 jmp *%r11
18163 #else
18164 movq _glapi_Dispatch(%rip), %rax
18165 testq %rax, %rax
18166 je 1f
18167 movq 3872(%rax), %r11
18168 jmp *%r11
18169 1:
18170 pushq %rdi
18171 pushq %rsi
18172 pushq %rbp
18173 call _glapi_get_dispatch
18174 popq %rbp
18175 popq %rsi
18176 popq %rdi
18177 movq 3872(%rax), %r11
18178 jmp *%r11
18179 #endif /* defined(GLX_USE_TLS) */
18180 .size GL_PREFIX(VertexAttrib2svARB), .-GL_PREFIX(VertexAttrib2svARB)
18181
18182 .p2align 4,,15
18183 .globl GL_PREFIX(VertexAttrib3dARB)
18184 .type GL_PREFIX(VertexAttrib3dARB), @function
18185 GL_PREFIX(VertexAttrib3dARB):
18186 #if defined(GLX_USE_TLS)
18187 call _x86_64_get_dispatch@PLT
18188 movq 3880(%rax), %r11
18189 jmp *%r11
18190 #elif defined(PTHREADS)
18191 subq $40, %rsp
18192 movq %rdi, (%rsp)
18193 movq %xmm0, 8(%rsp)
18194 movq %xmm1, 16(%rsp)
18195 movq %xmm2, 24(%rsp)
18196 call _x86_64_get_dispatch@PLT
18197 movq 24(%rsp), %xmm2
18198 movq 16(%rsp), %xmm1
18199 movq 8(%rsp), %xmm0
18200 movq (%rsp), %rdi
18201 addq $40, %rsp
18202 movq 3880(%rax), %r11
18203 jmp *%r11
18204 #else
18205 movq _glapi_Dispatch(%rip), %rax
18206 testq %rax, %rax
18207 je 1f
18208 movq 3880(%rax), %r11
18209 jmp *%r11
18210 1:
18211 subq $40, %rsp
18212 movq %rdi, (%rsp)
18213 movq %xmm0, 8(%rsp)
18214 movq %xmm1, 16(%rsp)
18215 movq %xmm2, 24(%rsp)
18216 call _glapi_get_dispatch
18217 movq 24(%rsp), %xmm2
18218 movq 16(%rsp), %xmm1
18219 movq 8(%rsp), %xmm0
18220 movq (%rsp), %rdi
18221 addq $40, %rsp
18222 movq 3880(%rax), %r11
18223 jmp *%r11
18224 #endif /* defined(GLX_USE_TLS) */
18225 .size GL_PREFIX(VertexAttrib3dARB), .-GL_PREFIX(VertexAttrib3dARB)
18226
18227 .p2align 4,,15
18228 .globl GL_PREFIX(VertexAttrib3dvARB)
18229 .type GL_PREFIX(VertexAttrib3dvARB), @function
18230 GL_PREFIX(VertexAttrib3dvARB):
18231 #if defined(GLX_USE_TLS)
18232 call _x86_64_get_dispatch@PLT
18233 movq 3888(%rax), %r11
18234 jmp *%r11
18235 #elif defined(PTHREADS)
18236 pushq %rdi
18237 pushq %rsi
18238 pushq %rbp
18239 call _x86_64_get_dispatch@PLT
18240 popq %rbp
18241 popq %rsi
18242 popq %rdi
18243 movq 3888(%rax), %r11
18244 jmp *%r11
18245 #else
18246 movq _glapi_Dispatch(%rip), %rax
18247 testq %rax, %rax
18248 je 1f
18249 movq 3888(%rax), %r11
18250 jmp *%r11
18251 1:
18252 pushq %rdi
18253 pushq %rsi
18254 pushq %rbp
18255 call _glapi_get_dispatch
18256 popq %rbp
18257 popq %rsi
18258 popq %rdi
18259 movq 3888(%rax), %r11
18260 jmp *%r11
18261 #endif /* defined(GLX_USE_TLS) */
18262 .size GL_PREFIX(VertexAttrib3dvARB), .-GL_PREFIX(VertexAttrib3dvARB)
18263
18264 .p2align 4,,15
18265 .globl GL_PREFIX(VertexAttrib3fARB)
18266 .type GL_PREFIX(VertexAttrib3fARB), @function
18267 GL_PREFIX(VertexAttrib3fARB):
18268 #if defined(GLX_USE_TLS)
18269 call _x86_64_get_dispatch@PLT
18270 movq 3896(%rax), %r11
18271 jmp *%r11
18272 #elif defined(PTHREADS)
18273 subq $40, %rsp
18274 movq %rdi, (%rsp)
18275 movq %xmm0, 8(%rsp)
18276 movq %xmm1, 16(%rsp)
18277 movq %xmm2, 24(%rsp)
18278 call _x86_64_get_dispatch@PLT
18279 movq 24(%rsp), %xmm2
18280 movq 16(%rsp), %xmm1
18281 movq 8(%rsp), %xmm0
18282 movq (%rsp), %rdi
18283 addq $40, %rsp
18284 movq 3896(%rax), %r11
18285 jmp *%r11
18286 #else
18287 movq _glapi_Dispatch(%rip), %rax
18288 testq %rax, %rax
18289 je 1f
18290 movq 3896(%rax), %r11
18291 jmp *%r11
18292 1:
18293 subq $40, %rsp
18294 movq %rdi, (%rsp)
18295 movq %xmm0, 8(%rsp)
18296 movq %xmm1, 16(%rsp)
18297 movq %xmm2, 24(%rsp)
18298 call _glapi_get_dispatch
18299 movq 24(%rsp), %xmm2
18300 movq 16(%rsp), %xmm1
18301 movq 8(%rsp), %xmm0
18302 movq (%rsp), %rdi
18303 addq $40, %rsp
18304 movq 3896(%rax), %r11
18305 jmp *%r11
18306 #endif /* defined(GLX_USE_TLS) */
18307 .size GL_PREFIX(VertexAttrib3fARB), .-GL_PREFIX(VertexAttrib3fARB)
18308
18309 .p2align 4,,15
18310 .globl GL_PREFIX(VertexAttrib3fvARB)
18311 .type GL_PREFIX(VertexAttrib3fvARB), @function
18312 GL_PREFIX(VertexAttrib3fvARB):
18313 #if defined(GLX_USE_TLS)
18314 call _x86_64_get_dispatch@PLT
18315 movq 3904(%rax), %r11
18316 jmp *%r11
18317 #elif defined(PTHREADS)
18318 pushq %rdi
18319 pushq %rsi
18320 pushq %rbp
18321 call _x86_64_get_dispatch@PLT
18322 popq %rbp
18323 popq %rsi
18324 popq %rdi
18325 movq 3904(%rax), %r11
18326 jmp *%r11
18327 #else
18328 movq _glapi_Dispatch(%rip), %rax
18329 testq %rax, %rax
18330 je 1f
18331 movq 3904(%rax), %r11
18332 jmp *%r11
18333 1:
18334 pushq %rdi
18335 pushq %rsi
18336 pushq %rbp
18337 call _glapi_get_dispatch
18338 popq %rbp
18339 popq %rsi
18340 popq %rdi
18341 movq 3904(%rax), %r11
18342 jmp *%r11
18343 #endif /* defined(GLX_USE_TLS) */
18344 .size GL_PREFIX(VertexAttrib3fvARB), .-GL_PREFIX(VertexAttrib3fvARB)
18345
18346 .p2align 4,,15
18347 .globl GL_PREFIX(VertexAttrib3sARB)
18348 .type GL_PREFIX(VertexAttrib3sARB), @function
18349 GL_PREFIX(VertexAttrib3sARB):
18350 #if defined(GLX_USE_TLS)
18351 call _x86_64_get_dispatch@PLT
18352 movq 3912(%rax), %r11
18353 jmp *%r11
18354 #elif defined(PTHREADS)
18355 pushq %rdi
18356 pushq %rsi
18357 pushq %rdx
18358 pushq %rcx
18359 pushq %rbp
18360 call _x86_64_get_dispatch@PLT
18361 popq %rbp
18362 popq %rcx
18363 popq %rdx
18364 popq %rsi
18365 popq %rdi
18366 movq 3912(%rax), %r11
18367 jmp *%r11
18368 #else
18369 movq _glapi_Dispatch(%rip), %rax
18370 testq %rax, %rax
18371 je 1f
18372 movq 3912(%rax), %r11
18373 jmp *%r11
18374 1:
18375 pushq %rdi
18376 pushq %rsi
18377 pushq %rdx
18378 pushq %rcx
18379 pushq %rbp
18380 call _glapi_get_dispatch
18381 popq %rbp
18382 popq %rcx
18383 popq %rdx
18384 popq %rsi
18385 popq %rdi
18386 movq 3912(%rax), %r11
18387 jmp *%r11
18388 #endif /* defined(GLX_USE_TLS) */
18389 .size GL_PREFIX(VertexAttrib3sARB), .-GL_PREFIX(VertexAttrib3sARB)
18390
18391 .p2align 4,,15
18392 .globl GL_PREFIX(VertexAttrib3svARB)
18393 .type GL_PREFIX(VertexAttrib3svARB), @function
18394 GL_PREFIX(VertexAttrib3svARB):
18395 #if defined(GLX_USE_TLS)
18396 call _x86_64_get_dispatch@PLT
18397 movq 3920(%rax), %r11
18398 jmp *%r11
18399 #elif defined(PTHREADS)
18400 pushq %rdi
18401 pushq %rsi
18402 pushq %rbp
18403 call _x86_64_get_dispatch@PLT
18404 popq %rbp
18405 popq %rsi
18406 popq %rdi
18407 movq 3920(%rax), %r11
18408 jmp *%r11
18409 #else
18410 movq _glapi_Dispatch(%rip), %rax
18411 testq %rax, %rax
18412 je 1f
18413 movq 3920(%rax), %r11
18414 jmp *%r11
18415 1:
18416 pushq %rdi
18417 pushq %rsi
18418 pushq %rbp
18419 call _glapi_get_dispatch
18420 popq %rbp
18421 popq %rsi
18422 popq %rdi
18423 movq 3920(%rax), %r11
18424 jmp *%r11
18425 #endif /* defined(GLX_USE_TLS) */
18426 .size GL_PREFIX(VertexAttrib3svARB), .-GL_PREFIX(VertexAttrib3svARB)
18427
18428 .p2align 4,,15
18429 .globl GL_PREFIX(VertexAttrib4NbvARB)
18430 .type GL_PREFIX(VertexAttrib4NbvARB), @function
18431 GL_PREFIX(VertexAttrib4NbvARB):
18432 #if defined(GLX_USE_TLS)
18433 call _x86_64_get_dispatch@PLT
18434 movq 3928(%rax), %r11
18435 jmp *%r11
18436 #elif defined(PTHREADS)
18437 pushq %rdi
18438 pushq %rsi
18439 pushq %rbp
18440 call _x86_64_get_dispatch@PLT
18441 popq %rbp
18442 popq %rsi
18443 popq %rdi
18444 movq 3928(%rax), %r11
18445 jmp *%r11
18446 #else
18447 movq _glapi_Dispatch(%rip), %rax
18448 testq %rax, %rax
18449 je 1f
18450 movq 3928(%rax), %r11
18451 jmp *%r11
18452 1:
18453 pushq %rdi
18454 pushq %rsi
18455 pushq %rbp
18456 call _glapi_get_dispatch
18457 popq %rbp
18458 popq %rsi
18459 popq %rdi
18460 movq 3928(%rax), %r11
18461 jmp *%r11
18462 #endif /* defined(GLX_USE_TLS) */
18463 .size GL_PREFIX(VertexAttrib4NbvARB), .-GL_PREFIX(VertexAttrib4NbvARB)
18464
18465 .p2align 4,,15
18466 .globl GL_PREFIX(VertexAttrib4NivARB)
18467 .type GL_PREFIX(VertexAttrib4NivARB), @function
18468 GL_PREFIX(VertexAttrib4NivARB):
18469 #if defined(GLX_USE_TLS)
18470 call _x86_64_get_dispatch@PLT
18471 movq 3936(%rax), %r11
18472 jmp *%r11
18473 #elif defined(PTHREADS)
18474 pushq %rdi
18475 pushq %rsi
18476 pushq %rbp
18477 call _x86_64_get_dispatch@PLT
18478 popq %rbp
18479 popq %rsi
18480 popq %rdi
18481 movq 3936(%rax), %r11
18482 jmp *%r11
18483 #else
18484 movq _glapi_Dispatch(%rip), %rax
18485 testq %rax, %rax
18486 je 1f
18487 movq 3936(%rax), %r11
18488 jmp *%r11
18489 1:
18490 pushq %rdi
18491 pushq %rsi
18492 pushq %rbp
18493 call _glapi_get_dispatch
18494 popq %rbp
18495 popq %rsi
18496 popq %rdi
18497 movq 3936(%rax), %r11
18498 jmp *%r11
18499 #endif /* defined(GLX_USE_TLS) */
18500 .size GL_PREFIX(VertexAttrib4NivARB), .-GL_PREFIX(VertexAttrib4NivARB)
18501
18502 .p2align 4,,15
18503 .globl GL_PREFIX(VertexAttrib4NsvARB)
18504 .type GL_PREFIX(VertexAttrib4NsvARB), @function
18505 GL_PREFIX(VertexAttrib4NsvARB):
18506 #if defined(GLX_USE_TLS)
18507 call _x86_64_get_dispatch@PLT
18508 movq 3944(%rax), %r11
18509 jmp *%r11
18510 #elif defined(PTHREADS)
18511 pushq %rdi
18512 pushq %rsi
18513 pushq %rbp
18514 call _x86_64_get_dispatch@PLT
18515 popq %rbp
18516 popq %rsi
18517 popq %rdi
18518 movq 3944(%rax), %r11
18519 jmp *%r11
18520 #else
18521 movq _glapi_Dispatch(%rip), %rax
18522 testq %rax, %rax
18523 je 1f
18524 movq 3944(%rax), %r11
18525 jmp *%r11
18526 1:
18527 pushq %rdi
18528 pushq %rsi
18529 pushq %rbp
18530 call _glapi_get_dispatch
18531 popq %rbp
18532 popq %rsi
18533 popq %rdi
18534 movq 3944(%rax), %r11
18535 jmp *%r11
18536 #endif /* defined(GLX_USE_TLS) */
18537 .size GL_PREFIX(VertexAttrib4NsvARB), .-GL_PREFIX(VertexAttrib4NsvARB)
18538
18539 .p2align 4,,15
18540 .globl GL_PREFIX(VertexAttrib4NubARB)
18541 .type GL_PREFIX(VertexAttrib4NubARB), @function
18542 GL_PREFIX(VertexAttrib4NubARB):
18543 #if defined(GLX_USE_TLS)
18544 call _x86_64_get_dispatch@PLT
18545 movq 3952(%rax), %r11
18546 jmp *%r11
18547 #elif defined(PTHREADS)
18548 pushq %rdi
18549 pushq %rsi
18550 pushq %rdx
18551 pushq %rcx
18552 pushq %r8
18553 call _x86_64_get_dispatch@PLT
18554 popq %r8
18555 popq %rcx
18556 popq %rdx
18557 popq %rsi
18558 popq %rdi
18559 movq 3952(%rax), %r11
18560 jmp *%r11
18561 #else
18562 movq _glapi_Dispatch(%rip), %rax
18563 testq %rax, %rax
18564 je 1f
18565 movq 3952(%rax), %r11
18566 jmp *%r11
18567 1:
18568 pushq %rdi
18569 pushq %rsi
18570 pushq %rdx
18571 pushq %rcx
18572 pushq %r8
18573 call _glapi_get_dispatch
18574 popq %r8
18575 popq %rcx
18576 popq %rdx
18577 popq %rsi
18578 popq %rdi
18579 movq 3952(%rax), %r11
18580 jmp *%r11
18581 #endif /* defined(GLX_USE_TLS) */
18582 .size GL_PREFIX(VertexAttrib4NubARB), .-GL_PREFIX(VertexAttrib4NubARB)
18583
18584 .p2align 4,,15
18585 .globl GL_PREFIX(VertexAttrib4NubvARB)
18586 .type GL_PREFIX(VertexAttrib4NubvARB), @function
18587 GL_PREFIX(VertexAttrib4NubvARB):
18588 #if defined(GLX_USE_TLS)
18589 call _x86_64_get_dispatch@PLT
18590 movq 3960(%rax), %r11
18591 jmp *%r11
18592 #elif defined(PTHREADS)
18593 pushq %rdi
18594 pushq %rsi
18595 pushq %rbp
18596 call _x86_64_get_dispatch@PLT
18597 popq %rbp
18598 popq %rsi
18599 popq %rdi
18600 movq 3960(%rax), %r11
18601 jmp *%r11
18602 #else
18603 movq _glapi_Dispatch(%rip), %rax
18604 testq %rax, %rax
18605 je 1f
18606 movq 3960(%rax), %r11
18607 jmp *%r11
18608 1:
18609 pushq %rdi
18610 pushq %rsi
18611 pushq %rbp
18612 call _glapi_get_dispatch
18613 popq %rbp
18614 popq %rsi
18615 popq %rdi
18616 movq 3960(%rax), %r11
18617 jmp *%r11
18618 #endif /* defined(GLX_USE_TLS) */
18619 .size GL_PREFIX(VertexAttrib4NubvARB), .-GL_PREFIX(VertexAttrib4NubvARB)
18620
18621 .p2align 4,,15
18622 .globl GL_PREFIX(VertexAttrib4NuivARB)
18623 .type GL_PREFIX(VertexAttrib4NuivARB), @function
18624 GL_PREFIX(VertexAttrib4NuivARB):
18625 #if defined(GLX_USE_TLS)
18626 call _x86_64_get_dispatch@PLT
18627 movq 3968(%rax), %r11
18628 jmp *%r11
18629 #elif defined(PTHREADS)
18630 pushq %rdi
18631 pushq %rsi
18632 pushq %rbp
18633 call _x86_64_get_dispatch@PLT
18634 popq %rbp
18635 popq %rsi
18636 popq %rdi
18637 movq 3968(%rax), %r11
18638 jmp *%r11
18639 #else
18640 movq _glapi_Dispatch(%rip), %rax
18641 testq %rax, %rax
18642 je 1f
18643 movq 3968(%rax), %r11
18644 jmp *%r11
18645 1:
18646 pushq %rdi
18647 pushq %rsi
18648 pushq %rbp
18649 call _glapi_get_dispatch
18650 popq %rbp
18651 popq %rsi
18652 popq %rdi
18653 movq 3968(%rax), %r11
18654 jmp *%r11
18655 #endif /* defined(GLX_USE_TLS) */
18656 .size GL_PREFIX(VertexAttrib4NuivARB), .-GL_PREFIX(VertexAttrib4NuivARB)
18657
18658 .p2align 4,,15
18659 .globl GL_PREFIX(VertexAttrib4NusvARB)
18660 .type GL_PREFIX(VertexAttrib4NusvARB), @function
18661 GL_PREFIX(VertexAttrib4NusvARB):
18662 #if defined(GLX_USE_TLS)
18663 call _x86_64_get_dispatch@PLT
18664 movq 3976(%rax), %r11
18665 jmp *%r11
18666 #elif defined(PTHREADS)
18667 pushq %rdi
18668 pushq %rsi
18669 pushq %rbp
18670 call _x86_64_get_dispatch@PLT
18671 popq %rbp
18672 popq %rsi
18673 popq %rdi
18674 movq 3976(%rax), %r11
18675 jmp *%r11
18676 #else
18677 movq _glapi_Dispatch(%rip), %rax
18678 testq %rax, %rax
18679 je 1f
18680 movq 3976(%rax), %r11
18681 jmp *%r11
18682 1:
18683 pushq %rdi
18684 pushq %rsi
18685 pushq %rbp
18686 call _glapi_get_dispatch
18687 popq %rbp
18688 popq %rsi
18689 popq %rdi
18690 movq 3976(%rax), %r11
18691 jmp *%r11
18692 #endif /* defined(GLX_USE_TLS) */
18693 .size GL_PREFIX(VertexAttrib4NusvARB), .-GL_PREFIX(VertexAttrib4NusvARB)
18694
18695 .p2align 4,,15
18696 .globl GL_PREFIX(VertexAttrib4bvARB)
18697 .type GL_PREFIX(VertexAttrib4bvARB), @function
18698 GL_PREFIX(VertexAttrib4bvARB):
18699 #if defined(GLX_USE_TLS)
18700 call _x86_64_get_dispatch@PLT
18701 movq 3984(%rax), %r11
18702 jmp *%r11
18703 #elif defined(PTHREADS)
18704 pushq %rdi
18705 pushq %rsi
18706 pushq %rbp
18707 call _x86_64_get_dispatch@PLT
18708 popq %rbp
18709 popq %rsi
18710 popq %rdi
18711 movq 3984(%rax), %r11
18712 jmp *%r11
18713 #else
18714 movq _glapi_Dispatch(%rip), %rax
18715 testq %rax, %rax
18716 je 1f
18717 movq 3984(%rax), %r11
18718 jmp *%r11
18719 1:
18720 pushq %rdi
18721 pushq %rsi
18722 pushq %rbp
18723 call _glapi_get_dispatch
18724 popq %rbp
18725 popq %rsi
18726 popq %rdi
18727 movq 3984(%rax), %r11
18728 jmp *%r11
18729 #endif /* defined(GLX_USE_TLS) */
18730 .size GL_PREFIX(VertexAttrib4bvARB), .-GL_PREFIX(VertexAttrib4bvARB)
18731
18732 .p2align 4,,15
18733 .globl GL_PREFIX(VertexAttrib4dARB)
18734 .type GL_PREFIX(VertexAttrib4dARB), @function
18735 GL_PREFIX(VertexAttrib4dARB):
18736 #if defined(GLX_USE_TLS)
18737 call _x86_64_get_dispatch@PLT
18738 movq 3992(%rax), %r11
18739 jmp *%r11
18740 #elif defined(PTHREADS)
18741 subq $40, %rsp
18742 movq %rdi, (%rsp)
18743 movq %xmm0, 8(%rsp)
18744 movq %xmm1, 16(%rsp)
18745 movq %xmm2, 24(%rsp)
18746 movq %xmm3, 32(%rsp)
18747 call _x86_64_get_dispatch@PLT
18748 movq 32(%rsp), %xmm3
18749 movq 24(%rsp), %xmm2
18750 movq 16(%rsp), %xmm1
18751 movq 8(%rsp), %xmm0
18752 movq (%rsp), %rdi
18753 addq $40, %rsp
18754 movq 3992(%rax), %r11
18755 jmp *%r11
18756 #else
18757 movq _glapi_Dispatch(%rip), %rax
18758 testq %rax, %rax
18759 je 1f
18760 movq 3992(%rax), %r11
18761 jmp *%r11
18762 1:
18763 subq $40, %rsp
18764 movq %rdi, (%rsp)
18765 movq %xmm0, 8(%rsp)
18766 movq %xmm1, 16(%rsp)
18767 movq %xmm2, 24(%rsp)
18768 movq %xmm3, 32(%rsp)
18769 call _glapi_get_dispatch
18770 movq 32(%rsp), %xmm3
18771 movq 24(%rsp), %xmm2
18772 movq 16(%rsp), %xmm1
18773 movq 8(%rsp), %xmm0
18774 movq (%rsp), %rdi
18775 addq $40, %rsp
18776 movq 3992(%rax), %r11
18777 jmp *%r11
18778 #endif /* defined(GLX_USE_TLS) */
18779 .size GL_PREFIX(VertexAttrib4dARB), .-GL_PREFIX(VertexAttrib4dARB)
18780
18781 .p2align 4,,15
18782 .globl GL_PREFIX(VertexAttrib4dvARB)
18783 .type GL_PREFIX(VertexAttrib4dvARB), @function
18784 GL_PREFIX(VertexAttrib4dvARB):
18785 #if defined(GLX_USE_TLS)
18786 call _x86_64_get_dispatch@PLT
18787 movq 4000(%rax), %r11
18788 jmp *%r11
18789 #elif defined(PTHREADS)
18790 pushq %rdi
18791 pushq %rsi
18792 pushq %rbp
18793 call _x86_64_get_dispatch@PLT
18794 popq %rbp
18795 popq %rsi
18796 popq %rdi
18797 movq 4000(%rax), %r11
18798 jmp *%r11
18799 #else
18800 movq _glapi_Dispatch(%rip), %rax
18801 testq %rax, %rax
18802 je 1f
18803 movq 4000(%rax), %r11
18804 jmp *%r11
18805 1:
18806 pushq %rdi
18807 pushq %rsi
18808 pushq %rbp
18809 call _glapi_get_dispatch
18810 popq %rbp
18811 popq %rsi
18812 popq %rdi
18813 movq 4000(%rax), %r11
18814 jmp *%r11
18815 #endif /* defined(GLX_USE_TLS) */
18816 .size GL_PREFIX(VertexAttrib4dvARB), .-GL_PREFIX(VertexAttrib4dvARB)
18817
18818 .p2align 4,,15
18819 .globl GL_PREFIX(VertexAttrib4fARB)
18820 .type GL_PREFIX(VertexAttrib4fARB), @function
18821 GL_PREFIX(VertexAttrib4fARB):
18822 #if defined(GLX_USE_TLS)
18823 call _x86_64_get_dispatch@PLT
18824 movq 4008(%rax), %r11
18825 jmp *%r11
18826 #elif defined(PTHREADS)
18827 subq $40, %rsp
18828 movq %rdi, (%rsp)
18829 movq %xmm0, 8(%rsp)
18830 movq %xmm1, 16(%rsp)
18831 movq %xmm2, 24(%rsp)
18832 movq %xmm3, 32(%rsp)
18833 call _x86_64_get_dispatch@PLT
18834 movq 32(%rsp), %xmm3
18835 movq 24(%rsp), %xmm2
18836 movq 16(%rsp), %xmm1
18837 movq 8(%rsp), %xmm0
18838 movq (%rsp), %rdi
18839 addq $40, %rsp
18840 movq 4008(%rax), %r11
18841 jmp *%r11
18842 #else
18843 movq _glapi_Dispatch(%rip), %rax
18844 testq %rax, %rax
18845 je 1f
18846 movq 4008(%rax), %r11
18847 jmp *%r11
18848 1:
18849 subq $40, %rsp
18850 movq %rdi, (%rsp)
18851 movq %xmm0, 8(%rsp)
18852 movq %xmm1, 16(%rsp)
18853 movq %xmm2, 24(%rsp)
18854 movq %xmm3, 32(%rsp)
18855 call _glapi_get_dispatch
18856 movq 32(%rsp), %xmm3
18857 movq 24(%rsp), %xmm2
18858 movq 16(%rsp), %xmm1
18859 movq 8(%rsp), %xmm0
18860 movq (%rsp), %rdi
18861 addq $40, %rsp
18862 movq 4008(%rax), %r11
18863 jmp *%r11
18864 #endif /* defined(GLX_USE_TLS) */
18865 .size GL_PREFIX(VertexAttrib4fARB), .-GL_PREFIX(VertexAttrib4fARB)
18866
18867 .p2align 4,,15
18868 .globl GL_PREFIX(VertexAttrib4fvARB)
18869 .type GL_PREFIX(VertexAttrib4fvARB), @function
18870 GL_PREFIX(VertexAttrib4fvARB):
18871 #if defined(GLX_USE_TLS)
18872 call _x86_64_get_dispatch@PLT
18873 movq 4016(%rax), %r11
18874 jmp *%r11
18875 #elif defined(PTHREADS)
18876 pushq %rdi
18877 pushq %rsi
18878 pushq %rbp
18879 call _x86_64_get_dispatch@PLT
18880 popq %rbp
18881 popq %rsi
18882 popq %rdi
18883 movq 4016(%rax), %r11
18884 jmp *%r11
18885 #else
18886 movq _glapi_Dispatch(%rip), %rax
18887 testq %rax, %rax
18888 je 1f
18889 movq 4016(%rax), %r11
18890 jmp *%r11
18891 1:
18892 pushq %rdi
18893 pushq %rsi
18894 pushq %rbp
18895 call _glapi_get_dispatch
18896 popq %rbp
18897 popq %rsi
18898 popq %rdi
18899 movq 4016(%rax), %r11
18900 jmp *%r11
18901 #endif /* defined(GLX_USE_TLS) */
18902 .size GL_PREFIX(VertexAttrib4fvARB), .-GL_PREFIX(VertexAttrib4fvARB)
18903
18904 .p2align 4,,15
18905 .globl GL_PREFIX(VertexAttrib4ivARB)
18906 .type GL_PREFIX(VertexAttrib4ivARB), @function
18907 GL_PREFIX(VertexAttrib4ivARB):
18908 #if defined(GLX_USE_TLS)
18909 call _x86_64_get_dispatch@PLT
18910 movq 4024(%rax), %r11
18911 jmp *%r11
18912 #elif defined(PTHREADS)
18913 pushq %rdi
18914 pushq %rsi
18915 pushq %rbp
18916 call _x86_64_get_dispatch@PLT
18917 popq %rbp
18918 popq %rsi
18919 popq %rdi
18920 movq 4024(%rax), %r11
18921 jmp *%r11
18922 #else
18923 movq _glapi_Dispatch(%rip), %rax
18924 testq %rax, %rax
18925 je 1f
18926 movq 4024(%rax), %r11
18927 jmp *%r11
18928 1:
18929 pushq %rdi
18930 pushq %rsi
18931 pushq %rbp
18932 call _glapi_get_dispatch
18933 popq %rbp
18934 popq %rsi
18935 popq %rdi
18936 movq 4024(%rax), %r11
18937 jmp *%r11
18938 #endif /* defined(GLX_USE_TLS) */
18939 .size GL_PREFIX(VertexAttrib4ivARB), .-GL_PREFIX(VertexAttrib4ivARB)
18940
18941 .p2align 4,,15
18942 .globl GL_PREFIX(VertexAttrib4sARB)
18943 .type GL_PREFIX(VertexAttrib4sARB), @function
18944 GL_PREFIX(VertexAttrib4sARB):
18945 #if defined(GLX_USE_TLS)
18946 call _x86_64_get_dispatch@PLT
18947 movq 4032(%rax), %r11
18948 jmp *%r11
18949 #elif defined(PTHREADS)
18950 pushq %rdi
18951 pushq %rsi
18952 pushq %rdx
18953 pushq %rcx
18954 pushq %r8
18955 call _x86_64_get_dispatch@PLT
18956 popq %r8
18957 popq %rcx
18958 popq %rdx
18959 popq %rsi
18960 popq %rdi
18961 movq 4032(%rax), %r11
18962 jmp *%r11
18963 #else
18964 movq _glapi_Dispatch(%rip), %rax
18965 testq %rax, %rax
18966 je 1f
18967 movq 4032(%rax), %r11
18968 jmp *%r11
18969 1:
18970 pushq %rdi
18971 pushq %rsi
18972 pushq %rdx
18973 pushq %rcx
18974 pushq %r8
18975 call _glapi_get_dispatch
18976 popq %r8
18977 popq %rcx
18978 popq %rdx
18979 popq %rsi
18980 popq %rdi
18981 movq 4032(%rax), %r11
18982 jmp *%r11
18983 #endif /* defined(GLX_USE_TLS) */
18984 .size GL_PREFIX(VertexAttrib4sARB), .-GL_PREFIX(VertexAttrib4sARB)
18985
18986 .p2align 4,,15
18987 .globl GL_PREFIX(VertexAttrib4svARB)
18988 .type GL_PREFIX(VertexAttrib4svARB), @function
18989 GL_PREFIX(VertexAttrib4svARB):
18990 #if defined(GLX_USE_TLS)
18991 call _x86_64_get_dispatch@PLT
18992 movq 4040(%rax), %r11
18993 jmp *%r11
18994 #elif defined(PTHREADS)
18995 pushq %rdi
18996 pushq %rsi
18997 pushq %rbp
18998 call _x86_64_get_dispatch@PLT
18999 popq %rbp
19000 popq %rsi
19001 popq %rdi
19002 movq 4040(%rax), %r11
19003 jmp *%r11
19004 #else
19005 movq _glapi_Dispatch(%rip), %rax
19006 testq %rax, %rax
19007 je 1f
19008 movq 4040(%rax), %r11
19009 jmp *%r11
19010 1:
19011 pushq %rdi
19012 pushq %rsi
19013 pushq %rbp
19014 call _glapi_get_dispatch
19015 popq %rbp
19016 popq %rsi
19017 popq %rdi
19018 movq 4040(%rax), %r11
19019 jmp *%r11
19020 #endif /* defined(GLX_USE_TLS) */
19021 .size GL_PREFIX(VertexAttrib4svARB), .-GL_PREFIX(VertexAttrib4svARB)
19022
19023 .p2align 4,,15
19024 .globl GL_PREFIX(VertexAttrib4ubvARB)
19025 .type GL_PREFIX(VertexAttrib4ubvARB), @function
19026 GL_PREFIX(VertexAttrib4ubvARB):
19027 #if defined(GLX_USE_TLS)
19028 call _x86_64_get_dispatch@PLT
19029 movq 4048(%rax), %r11
19030 jmp *%r11
19031 #elif defined(PTHREADS)
19032 pushq %rdi
19033 pushq %rsi
19034 pushq %rbp
19035 call _x86_64_get_dispatch@PLT
19036 popq %rbp
19037 popq %rsi
19038 popq %rdi
19039 movq 4048(%rax), %r11
19040 jmp *%r11
19041 #else
19042 movq _glapi_Dispatch(%rip), %rax
19043 testq %rax, %rax
19044 je 1f
19045 movq 4048(%rax), %r11
19046 jmp *%r11
19047 1:
19048 pushq %rdi
19049 pushq %rsi
19050 pushq %rbp
19051 call _glapi_get_dispatch
19052 popq %rbp
19053 popq %rsi
19054 popq %rdi
19055 movq 4048(%rax), %r11
19056 jmp *%r11
19057 #endif /* defined(GLX_USE_TLS) */
19058 .size GL_PREFIX(VertexAttrib4ubvARB), .-GL_PREFIX(VertexAttrib4ubvARB)
19059
19060 .p2align 4,,15
19061 .globl GL_PREFIX(VertexAttrib4uivARB)
19062 .type GL_PREFIX(VertexAttrib4uivARB), @function
19063 GL_PREFIX(VertexAttrib4uivARB):
19064 #if defined(GLX_USE_TLS)
19065 call _x86_64_get_dispatch@PLT
19066 movq 4056(%rax), %r11
19067 jmp *%r11
19068 #elif defined(PTHREADS)
19069 pushq %rdi
19070 pushq %rsi
19071 pushq %rbp
19072 call _x86_64_get_dispatch@PLT
19073 popq %rbp
19074 popq %rsi
19075 popq %rdi
19076 movq 4056(%rax), %r11
19077 jmp *%r11
19078 #else
19079 movq _glapi_Dispatch(%rip), %rax
19080 testq %rax, %rax
19081 je 1f
19082 movq 4056(%rax), %r11
19083 jmp *%r11
19084 1:
19085 pushq %rdi
19086 pushq %rsi
19087 pushq %rbp
19088 call _glapi_get_dispatch
19089 popq %rbp
19090 popq %rsi
19091 popq %rdi
19092 movq 4056(%rax), %r11
19093 jmp *%r11
19094 #endif /* defined(GLX_USE_TLS) */
19095 .size GL_PREFIX(VertexAttrib4uivARB), .-GL_PREFIX(VertexAttrib4uivARB)
19096
19097 .p2align 4,,15
19098 .globl GL_PREFIX(VertexAttrib4usvARB)
19099 .type GL_PREFIX(VertexAttrib4usvARB), @function
19100 GL_PREFIX(VertexAttrib4usvARB):
19101 #if defined(GLX_USE_TLS)
19102 call _x86_64_get_dispatch@PLT
19103 movq 4064(%rax), %r11
19104 jmp *%r11
19105 #elif defined(PTHREADS)
19106 pushq %rdi
19107 pushq %rsi
19108 pushq %rbp
19109 call _x86_64_get_dispatch@PLT
19110 popq %rbp
19111 popq %rsi
19112 popq %rdi
19113 movq 4064(%rax), %r11
19114 jmp *%r11
19115 #else
19116 movq _glapi_Dispatch(%rip), %rax
19117 testq %rax, %rax
19118 je 1f
19119 movq 4064(%rax), %r11
19120 jmp *%r11
19121 1:
19122 pushq %rdi
19123 pushq %rsi
19124 pushq %rbp
19125 call _glapi_get_dispatch
19126 popq %rbp
19127 popq %rsi
19128 popq %rdi
19129 movq 4064(%rax), %r11
19130 jmp *%r11
19131 #endif /* defined(GLX_USE_TLS) */
19132 .size GL_PREFIX(VertexAttrib4usvARB), .-GL_PREFIX(VertexAttrib4usvARB)
19133
19134 .p2align 4,,15
19135 .globl GL_PREFIX(VertexAttribPointerARB)
19136 .type GL_PREFIX(VertexAttribPointerARB), @function
19137 GL_PREFIX(VertexAttribPointerARB):
19138 #if defined(GLX_USE_TLS)
19139 call _x86_64_get_dispatch@PLT
19140 movq 4072(%rax), %r11
19141 jmp *%r11
19142 #elif defined(PTHREADS)
19143 pushq %rdi
19144 pushq %rsi
19145 pushq %rdx
19146 pushq %rcx
19147 pushq %r8
19148 pushq %r9
19149 pushq %rbp
19150 call _x86_64_get_dispatch@PLT
19151 popq %rbp
19152 popq %r9
19153 popq %r8
19154 popq %rcx
19155 popq %rdx
19156 popq %rsi
19157 popq %rdi
19158 movq 4072(%rax), %r11
19159 jmp *%r11
19160 #else
19161 movq _glapi_Dispatch(%rip), %rax
19162 testq %rax, %rax
19163 je 1f
19164 movq 4072(%rax), %r11
19165 jmp *%r11
19166 1:
19167 pushq %rdi
19168 pushq %rsi
19169 pushq %rdx
19170 pushq %rcx
19171 pushq %r8
19172 pushq %r9
19173 pushq %rbp
19174 call _glapi_get_dispatch
19175 popq %rbp
19176 popq %r9
19177 popq %r8
19178 popq %rcx
19179 popq %rdx
19180 popq %rsi
19181 popq %rdi
19182 movq 4072(%rax), %r11
19183 jmp *%r11
19184 #endif /* defined(GLX_USE_TLS) */
19185 .size GL_PREFIX(VertexAttribPointerARB), .-GL_PREFIX(VertexAttribPointerARB)
19186
19187 .p2align 4,,15
19188 .globl GL_PREFIX(BindBufferARB)
19189 .type GL_PREFIX(BindBufferARB), @function
19190 GL_PREFIX(BindBufferARB):
19191 #if defined(GLX_USE_TLS)
19192 call _x86_64_get_dispatch@PLT
19193 movq 4080(%rax), %r11
19194 jmp *%r11
19195 #elif defined(PTHREADS)
19196 pushq %rdi
19197 pushq %rsi
19198 pushq %rbp
19199 call _x86_64_get_dispatch@PLT
19200 popq %rbp
19201 popq %rsi
19202 popq %rdi
19203 movq 4080(%rax), %r11
19204 jmp *%r11
19205 #else
19206 movq _glapi_Dispatch(%rip), %rax
19207 testq %rax, %rax
19208 je 1f
19209 movq 4080(%rax), %r11
19210 jmp *%r11
19211 1:
19212 pushq %rdi
19213 pushq %rsi
19214 pushq %rbp
19215 call _glapi_get_dispatch
19216 popq %rbp
19217 popq %rsi
19218 popq %rdi
19219 movq 4080(%rax), %r11
19220 jmp *%r11
19221 #endif /* defined(GLX_USE_TLS) */
19222 .size GL_PREFIX(BindBufferARB), .-GL_PREFIX(BindBufferARB)
19223
19224 .p2align 4,,15
19225 .globl GL_PREFIX(BufferDataARB)
19226 .type GL_PREFIX(BufferDataARB), @function
19227 GL_PREFIX(BufferDataARB):
19228 #if defined(GLX_USE_TLS)
19229 call _x86_64_get_dispatch@PLT
19230 movq 4088(%rax), %r11
19231 jmp *%r11
19232 #elif defined(PTHREADS)
19233 pushq %rdi
19234 pushq %rsi
19235 pushq %rdx
19236 pushq %rcx
19237 pushq %rbp
19238 call _x86_64_get_dispatch@PLT
19239 popq %rbp
19240 popq %rcx
19241 popq %rdx
19242 popq %rsi
19243 popq %rdi
19244 movq 4088(%rax), %r11
19245 jmp *%r11
19246 #else
19247 movq _glapi_Dispatch(%rip), %rax
19248 testq %rax, %rax
19249 je 1f
19250 movq 4088(%rax), %r11
19251 jmp *%r11
19252 1:
19253 pushq %rdi
19254 pushq %rsi
19255 pushq %rdx
19256 pushq %rcx
19257 pushq %rbp
19258 call _glapi_get_dispatch
19259 popq %rbp
19260 popq %rcx
19261 popq %rdx
19262 popq %rsi
19263 popq %rdi
19264 movq 4088(%rax), %r11
19265 jmp *%r11
19266 #endif /* defined(GLX_USE_TLS) */
19267 .size GL_PREFIX(BufferDataARB), .-GL_PREFIX(BufferDataARB)
19268
19269 .p2align 4,,15
19270 .globl GL_PREFIX(BufferSubDataARB)
19271 .type GL_PREFIX(BufferSubDataARB), @function
19272 GL_PREFIX(BufferSubDataARB):
19273 #if defined(GLX_USE_TLS)
19274 call _x86_64_get_dispatch@PLT
19275 movq 4096(%rax), %r11
19276 jmp *%r11
19277 #elif defined(PTHREADS)
19278 pushq %rdi
19279 pushq %rsi
19280 pushq %rdx
19281 pushq %rcx
19282 pushq %rbp
19283 call _x86_64_get_dispatch@PLT
19284 popq %rbp
19285 popq %rcx
19286 popq %rdx
19287 popq %rsi
19288 popq %rdi
19289 movq 4096(%rax), %r11
19290 jmp *%r11
19291 #else
19292 movq _glapi_Dispatch(%rip), %rax
19293 testq %rax, %rax
19294 je 1f
19295 movq 4096(%rax), %r11
19296 jmp *%r11
19297 1:
19298 pushq %rdi
19299 pushq %rsi
19300 pushq %rdx
19301 pushq %rcx
19302 pushq %rbp
19303 call _glapi_get_dispatch
19304 popq %rbp
19305 popq %rcx
19306 popq %rdx
19307 popq %rsi
19308 popq %rdi
19309 movq 4096(%rax), %r11
19310 jmp *%r11
19311 #endif /* defined(GLX_USE_TLS) */
19312 .size GL_PREFIX(BufferSubDataARB), .-GL_PREFIX(BufferSubDataARB)
19313
19314 .p2align 4,,15
19315 .globl GL_PREFIX(DeleteBuffersARB)
19316 .type GL_PREFIX(DeleteBuffersARB), @function
19317 GL_PREFIX(DeleteBuffersARB):
19318 #if defined(GLX_USE_TLS)
19319 call _x86_64_get_dispatch@PLT
19320 movq 4104(%rax), %r11
19321 jmp *%r11
19322 #elif defined(PTHREADS)
19323 pushq %rdi
19324 pushq %rsi
19325 pushq %rbp
19326 call _x86_64_get_dispatch@PLT
19327 popq %rbp
19328 popq %rsi
19329 popq %rdi
19330 movq 4104(%rax), %r11
19331 jmp *%r11
19332 #else
19333 movq _glapi_Dispatch(%rip), %rax
19334 testq %rax, %rax
19335 je 1f
19336 movq 4104(%rax), %r11
19337 jmp *%r11
19338 1:
19339 pushq %rdi
19340 pushq %rsi
19341 pushq %rbp
19342 call _glapi_get_dispatch
19343 popq %rbp
19344 popq %rsi
19345 popq %rdi
19346 movq 4104(%rax), %r11
19347 jmp *%r11
19348 #endif /* defined(GLX_USE_TLS) */
19349 .size GL_PREFIX(DeleteBuffersARB), .-GL_PREFIX(DeleteBuffersARB)
19350
19351 .p2align 4,,15
19352 .globl GL_PREFIX(GenBuffersARB)
19353 .type GL_PREFIX(GenBuffersARB), @function
19354 GL_PREFIX(GenBuffersARB):
19355 #if defined(GLX_USE_TLS)
19356 call _x86_64_get_dispatch@PLT
19357 movq 4112(%rax), %r11
19358 jmp *%r11
19359 #elif defined(PTHREADS)
19360 pushq %rdi
19361 pushq %rsi
19362 pushq %rbp
19363 call _x86_64_get_dispatch@PLT
19364 popq %rbp
19365 popq %rsi
19366 popq %rdi
19367 movq 4112(%rax), %r11
19368 jmp *%r11
19369 #else
19370 movq _glapi_Dispatch(%rip), %rax
19371 testq %rax, %rax
19372 je 1f
19373 movq 4112(%rax), %r11
19374 jmp *%r11
19375 1:
19376 pushq %rdi
19377 pushq %rsi
19378 pushq %rbp
19379 call _glapi_get_dispatch
19380 popq %rbp
19381 popq %rsi
19382 popq %rdi
19383 movq 4112(%rax), %r11
19384 jmp *%r11
19385 #endif /* defined(GLX_USE_TLS) */
19386 .size GL_PREFIX(GenBuffersARB), .-GL_PREFIX(GenBuffersARB)
19387
19388 .p2align 4,,15
19389 .globl GL_PREFIX(GetBufferParameterivARB)
19390 .type GL_PREFIX(GetBufferParameterivARB), @function
19391 GL_PREFIX(GetBufferParameterivARB):
19392 #if defined(GLX_USE_TLS)
19393 call _x86_64_get_dispatch@PLT
19394 movq 4120(%rax), %r11
19395 jmp *%r11
19396 #elif defined(PTHREADS)
19397 pushq %rdi
19398 pushq %rsi
19399 pushq %rdx
19400 call _x86_64_get_dispatch@PLT
19401 popq %rdx
19402 popq %rsi
19403 popq %rdi
19404 movq 4120(%rax), %r11
19405 jmp *%r11
19406 #else
19407 movq _glapi_Dispatch(%rip), %rax
19408 testq %rax, %rax
19409 je 1f
19410 movq 4120(%rax), %r11
19411 jmp *%r11
19412 1:
19413 pushq %rdi
19414 pushq %rsi
19415 pushq %rdx
19416 call _glapi_get_dispatch
19417 popq %rdx
19418 popq %rsi
19419 popq %rdi
19420 movq 4120(%rax), %r11
19421 jmp *%r11
19422 #endif /* defined(GLX_USE_TLS) */
19423 .size GL_PREFIX(GetBufferParameterivARB), .-GL_PREFIX(GetBufferParameterivARB)
19424
19425 .p2align 4,,15
19426 .globl GL_PREFIX(GetBufferPointervARB)
19427 .type GL_PREFIX(GetBufferPointervARB), @function
19428 GL_PREFIX(GetBufferPointervARB):
19429 #if defined(GLX_USE_TLS)
19430 call _x86_64_get_dispatch@PLT
19431 movq 4128(%rax), %r11
19432 jmp *%r11
19433 #elif defined(PTHREADS)
19434 pushq %rdi
19435 pushq %rsi
19436 pushq %rdx
19437 call _x86_64_get_dispatch@PLT
19438 popq %rdx
19439 popq %rsi
19440 popq %rdi
19441 movq 4128(%rax), %r11
19442 jmp *%r11
19443 #else
19444 movq _glapi_Dispatch(%rip), %rax
19445 testq %rax, %rax
19446 je 1f
19447 movq 4128(%rax), %r11
19448 jmp *%r11
19449 1:
19450 pushq %rdi
19451 pushq %rsi
19452 pushq %rdx
19453 call _glapi_get_dispatch
19454 popq %rdx
19455 popq %rsi
19456 popq %rdi
19457 movq 4128(%rax), %r11
19458 jmp *%r11
19459 #endif /* defined(GLX_USE_TLS) */
19460 .size GL_PREFIX(GetBufferPointervARB), .-GL_PREFIX(GetBufferPointervARB)
19461
19462 .p2align 4,,15
19463 .globl GL_PREFIX(GetBufferSubDataARB)
19464 .type GL_PREFIX(GetBufferSubDataARB), @function
19465 GL_PREFIX(GetBufferSubDataARB):
19466 #if defined(GLX_USE_TLS)
19467 call _x86_64_get_dispatch@PLT
19468 movq 4136(%rax), %r11
19469 jmp *%r11
19470 #elif defined(PTHREADS)
19471 pushq %rdi
19472 pushq %rsi
19473 pushq %rdx
19474 pushq %rcx
19475 pushq %rbp
19476 call _x86_64_get_dispatch@PLT
19477 popq %rbp
19478 popq %rcx
19479 popq %rdx
19480 popq %rsi
19481 popq %rdi
19482 movq 4136(%rax), %r11
19483 jmp *%r11
19484 #else
19485 movq _glapi_Dispatch(%rip), %rax
19486 testq %rax, %rax
19487 je 1f
19488 movq 4136(%rax), %r11
19489 jmp *%r11
19490 1:
19491 pushq %rdi
19492 pushq %rsi
19493 pushq %rdx
19494 pushq %rcx
19495 pushq %rbp
19496 call _glapi_get_dispatch
19497 popq %rbp
19498 popq %rcx
19499 popq %rdx
19500 popq %rsi
19501 popq %rdi
19502 movq 4136(%rax), %r11
19503 jmp *%r11
19504 #endif /* defined(GLX_USE_TLS) */
19505 .size GL_PREFIX(GetBufferSubDataARB), .-GL_PREFIX(GetBufferSubDataARB)
19506
19507 .p2align 4,,15
19508 .globl GL_PREFIX(IsBufferARB)
19509 .type GL_PREFIX(IsBufferARB), @function
19510 GL_PREFIX(IsBufferARB):
19511 #if defined(GLX_USE_TLS)
19512 call _x86_64_get_dispatch@PLT
19513 movq 4144(%rax), %r11
19514 jmp *%r11
19515 #elif defined(PTHREADS)
19516 pushq %rdi
19517 call _x86_64_get_dispatch@PLT
19518 popq %rdi
19519 movq 4144(%rax), %r11
19520 jmp *%r11
19521 #else
19522 movq _glapi_Dispatch(%rip), %rax
19523 testq %rax, %rax
19524 je 1f
19525 movq 4144(%rax), %r11
19526 jmp *%r11
19527 1:
19528 pushq %rdi
19529 call _glapi_get_dispatch
19530 popq %rdi
19531 movq 4144(%rax), %r11
19532 jmp *%r11
19533 #endif /* defined(GLX_USE_TLS) */
19534 .size GL_PREFIX(IsBufferARB), .-GL_PREFIX(IsBufferARB)
19535
19536 .p2align 4,,15
19537 .globl GL_PREFIX(MapBufferARB)
19538 .type GL_PREFIX(MapBufferARB), @function
19539 GL_PREFIX(MapBufferARB):
19540 #if defined(GLX_USE_TLS)
19541 call _x86_64_get_dispatch@PLT
19542 movq 4152(%rax), %r11
19543 jmp *%r11
19544 #elif defined(PTHREADS)
19545 pushq %rdi
19546 pushq %rsi
19547 pushq %rbp
19548 call _x86_64_get_dispatch@PLT
19549 popq %rbp
19550 popq %rsi
19551 popq %rdi
19552 movq 4152(%rax), %r11
19553 jmp *%r11
19554 #else
19555 movq _glapi_Dispatch(%rip), %rax
19556 testq %rax, %rax
19557 je 1f
19558 movq 4152(%rax), %r11
19559 jmp *%r11
19560 1:
19561 pushq %rdi
19562 pushq %rsi
19563 pushq %rbp
19564 call _glapi_get_dispatch
19565 popq %rbp
19566 popq %rsi
19567 popq %rdi
19568 movq 4152(%rax), %r11
19569 jmp *%r11
19570 #endif /* defined(GLX_USE_TLS) */
19571 .size GL_PREFIX(MapBufferARB), .-GL_PREFIX(MapBufferARB)
19572
19573 .p2align 4,,15
19574 .globl GL_PREFIX(UnmapBufferARB)
19575 .type GL_PREFIX(UnmapBufferARB), @function
19576 GL_PREFIX(UnmapBufferARB):
19577 #if defined(GLX_USE_TLS)
19578 call _x86_64_get_dispatch@PLT
19579 movq 4160(%rax), %r11
19580 jmp *%r11
19581 #elif defined(PTHREADS)
19582 pushq %rdi
19583 call _x86_64_get_dispatch@PLT
19584 popq %rdi
19585 movq 4160(%rax), %r11
19586 jmp *%r11
19587 #else
19588 movq _glapi_Dispatch(%rip), %rax
19589 testq %rax, %rax
19590 je 1f
19591 movq 4160(%rax), %r11
19592 jmp *%r11
19593 1:
19594 pushq %rdi
19595 call _glapi_get_dispatch
19596 popq %rdi
19597 movq 4160(%rax), %r11
19598 jmp *%r11
19599 #endif /* defined(GLX_USE_TLS) */
19600 .size GL_PREFIX(UnmapBufferARB), .-GL_PREFIX(UnmapBufferARB)
19601
19602 .p2align 4,,15
19603 .globl GL_PREFIX(BeginQueryARB)
19604 .type GL_PREFIX(BeginQueryARB), @function
19605 GL_PREFIX(BeginQueryARB):
19606 #if defined(GLX_USE_TLS)
19607 call _x86_64_get_dispatch@PLT
19608 movq 4168(%rax), %r11
19609 jmp *%r11
19610 #elif defined(PTHREADS)
19611 pushq %rdi
19612 pushq %rsi
19613 pushq %rbp
19614 call _x86_64_get_dispatch@PLT
19615 popq %rbp
19616 popq %rsi
19617 popq %rdi
19618 movq 4168(%rax), %r11
19619 jmp *%r11
19620 #else
19621 movq _glapi_Dispatch(%rip), %rax
19622 testq %rax, %rax
19623 je 1f
19624 movq 4168(%rax), %r11
19625 jmp *%r11
19626 1:
19627 pushq %rdi
19628 pushq %rsi
19629 pushq %rbp
19630 call _glapi_get_dispatch
19631 popq %rbp
19632 popq %rsi
19633 popq %rdi
19634 movq 4168(%rax), %r11
19635 jmp *%r11
19636 #endif /* defined(GLX_USE_TLS) */
19637 .size GL_PREFIX(BeginQueryARB), .-GL_PREFIX(BeginQueryARB)
19638
19639 .p2align 4,,15
19640 .globl GL_PREFIX(DeleteQueriesARB)
19641 .type GL_PREFIX(DeleteQueriesARB), @function
19642 GL_PREFIX(DeleteQueriesARB):
19643 #if defined(GLX_USE_TLS)
19644 call _x86_64_get_dispatch@PLT
19645 movq 4176(%rax), %r11
19646 jmp *%r11
19647 #elif defined(PTHREADS)
19648 pushq %rdi
19649 pushq %rsi
19650 pushq %rbp
19651 call _x86_64_get_dispatch@PLT
19652 popq %rbp
19653 popq %rsi
19654 popq %rdi
19655 movq 4176(%rax), %r11
19656 jmp *%r11
19657 #else
19658 movq _glapi_Dispatch(%rip), %rax
19659 testq %rax, %rax
19660 je 1f
19661 movq 4176(%rax), %r11
19662 jmp *%r11
19663 1:
19664 pushq %rdi
19665 pushq %rsi
19666 pushq %rbp
19667 call _glapi_get_dispatch
19668 popq %rbp
19669 popq %rsi
19670 popq %rdi
19671 movq 4176(%rax), %r11
19672 jmp *%r11
19673 #endif /* defined(GLX_USE_TLS) */
19674 .size GL_PREFIX(DeleteQueriesARB), .-GL_PREFIX(DeleteQueriesARB)
19675
19676 .p2align 4,,15
19677 .globl GL_PREFIX(EndQueryARB)
19678 .type GL_PREFIX(EndQueryARB), @function
19679 GL_PREFIX(EndQueryARB):
19680 #if defined(GLX_USE_TLS)
19681 call _x86_64_get_dispatch@PLT
19682 movq 4184(%rax), %r11
19683 jmp *%r11
19684 #elif defined(PTHREADS)
19685 pushq %rdi
19686 call _x86_64_get_dispatch@PLT
19687 popq %rdi
19688 movq 4184(%rax), %r11
19689 jmp *%r11
19690 #else
19691 movq _glapi_Dispatch(%rip), %rax
19692 testq %rax, %rax
19693 je 1f
19694 movq 4184(%rax), %r11
19695 jmp *%r11
19696 1:
19697 pushq %rdi
19698 call _glapi_get_dispatch
19699 popq %rdi
19700 movq 4184(%rax), %r11
19701 jmp *%r11
19702 #endif /* defined(GLX_USE_TLS) */
19703 .size GL_PREFIX(EndQueryARB), .-GL_PREFIX(EndQueryARB)
19704
19705 .p2align 4,,15
19706 .globl GL_PREFIX(GenQueriesARB)
19707 .type GL_PREFIX(GenQueriesARB), @function
19708 GL_PREFIX(GenQueriesARB):
19709 #if defined(GLX_USE_TLS)
19710 call _x86_64_get_dispatch@PLT
19711 movq 4192(%rax), %r11
19712 jmp *%r11
19713 #elif defined(PTHREADS)
19714 pushq %rdi
19715 pushq %rsi
19716 pushq %rbp
19717 call _x86_64_get_dispatch@PLT
19718 popq %rbp
19719 popq %rsi
19720 popq %rdi
19721 movq 4192(%rax), %r11
19722 jmp *%r11
19723 #else
19724 movq _glapi_Dispatch(%rip), %rax
19725 testq %rax, %rax
19726 je 1f
19727 movq 4192(%rax), %r11
19728 jmp *%r11
19729 1:
19730 pushq %rdi
19731 pushq %rsi
19732 pushq %rbp
19733 call _glapi_get_dispatch
19734 popq %rbp
19735 popq %rsi
19736 popq %rdi
19737 movq 4192(%rax), %r11
19738 jmp *%r11
19739 #endif /* defined(GLX_USE_TLS) */
19740 .size GL_PREFIX(GenQueriesARB), .-GL_PREFIX(GenQueriesARB)
19741
19742 .p2align 4,,15
19743 .globl GL_PREFIX(GetQueryObjectivARB)
19744 .type GL_PREFIX(GetQueryObjectivARB), @function
19745 GL_PREFIX(GetQueryObjectivARB):
19746 #if defined(GLX_USE_TLS)
19747 call _x86_64_get_dispatch@PLT
19748 movq 4200(%rax), %r11
19749 jmp *%r11
19750 #elif defined(PTHREADS)
19751 pushq %rdi
19752 pushq %rsi
19753 pushq %rdx
19754 call _x86_64_get_dispatch@PLT
19755 popq %rdx
19756 popq %rsi
19757 popq %rdi
19758 movq 4200(%rax), %r11
19759 jmp *%r11
19760 #else
19761 movq _glapi_Dispatch(%rip), %rax
19762 testq %rax, %rax
19763 je 1f
19764 movq 4200(%rax), %r11
19765 jmp *%r11
19766 1:
19767 pushq %rdi
19768 pushq %rsi
19769 pushq %rdx
19770 call _glapi_get_dispatch
19771 popq %rdx
19772 popq %rsi
19773 popq %rdi
19774 movq 4200(%rax), %r11
19775 jmp *%r11
19776 #endif /* defined(GLX_USE_TLS) */
19777 .size GL_PREFIX(GetQueryObjectivARB), .-GL_PREFIX(GetQueryObjectivARB)
19778
19779 .p2align 4,,15
19780 .globl GL_PREFIX(GetQueryObjectuivARB)
19781 .type GL_PREFIX(GetQueryObjectuivARB), @function
19782 GL_PREFIX(GetQueryObjectuivARB):
19783 #if defined(GLX_USE_TLS)
19784 call _x86_64_get_dispatch@PLT
19785 movq 4208(%rax), %r11
19786 jmp *%r11
19787 #elif defined(PTHREADS)
19788 pushq %rdi
19789 pushq %rsi
19790 pushq %rdx
19791 call _x86_64_get_dispatch@PLT
19792 popq %rdx
19793 popq %rsi
19794 popq %rdi
19795 movq 4208(%rax), %r11
19796 jmp *%r11
19797 #else
19798 movq _glapi_Dispatch(%rip), %rax
19799 testq %rax, %rax
19800 je 1f
19801 movq 4208(%rax), %r11
19802 jmp *%r11
19803 1:
19804 pushq %rdi
19805 pushq %rsi
19806 pushq %rdx
19807 call _glapi_get_dispatch
19808 popq %rdx
19809 popq %rsi
19810 popq %rdi
19811 movq 4208(%rax), %r11
19812 jmp *%r11
19813 #endif /* defined(GLX_USE_TLS) */
19814 .size GL_PREFIX(GetQueryObjectuivARB), .-GL_PREFIX(GetQueryObjectuivARB)
19815
19816 .p2align 4,,15
19817 .globl GL_PREFIX(GetQueryivARB)
19818 .type GL_PREFIX(GetQueryivARB), @function
19819 GL_PREFIX(GetQueryivARB):
19820 #if defined(GLX_USE_TLS)
19821 call _x86_64_get_dispatch@PLT
19822 movq 4216(%rax), %r11
19823 jmp *%r11
19824 #elif defined(PTHREADS)
19825 pushq %rdi
19826 pushq %rsi
19827 pushq %rdx
19828 call _x86_64_get_dispatch@PLT
19829 popq %rdx
19830 popq %rsi
19831 popq %rdi
19832 movq 4216(%rax), %r11
19833 jmp *%r11
19834 #else
19835 movq _glapi_Dispatch(%rip), %rax
19836 testq %rax, %rax
19837 je 1f
19838 movq 4216(%rax), %r11
19839 jmp *%r11
19840 1:
19841 pushq %rdi
19842 pushq %rsi
19843 pushq %rdx
19844 call _glapi_get_dispatch
19845 popq %rdx
19846 popq %rsi
19847 popq %rdi
19848 movq 4216(%rax), %r11
19849 jmp *%r11
19850 #endif /* defined(GLX_USE_TLS) */
19851 .size GL_PREFIX(GetQueryivARB), .-GL_PREFIX(GetQueryivARB)
19852
19853 .p2align 4,,15
19854 .globl GL_PREFIX(IsQueryARB)
19855 .type GL_PREFIX(IsQueryARB), @function
19856 GL_PREFIX(IsQueryARB):
19857 #if defined(GLX_USE_TLS)
19858 call _x86_64_get_dispatch@PLT
19859 movq 4224(%rax), %r11
19860 jmp *%r11
19861 #elif defined(PTHREADS)
19862 pushq %rdi
19863 call _x86_64_get_dispatch@PLT
19864 popq %rdi
19865 movq 4224(%rax), %r11
19866 jmp *%r11
19867 #else
19868 movq _glapi_Dispatch(%rip), %rax
19869 testq %rax, %rax
19870 je 1f
19871 movq 4224(%rax), %r11
19872 jmp *%r11
19873 1:
19874 pushq %rdi
19875 call _glapi_get_dispatch
19876 popq %rdi
19877 movq 4224(%rax), %r11
19878 jmp *%r11
19879 #endif /* defined(GLX_USE_TLS) */
19880 .size GL_PREFIX(IsQueryARB), .-GL_PREFIX(IsQueryARB)
19881
19882 .p2align 4,,15
19883 .globl GL_PREFIX(AttachObjectARB)
19884 .type GL_PREFIX(AttachObjectARB), @function
19885 GL_PREFIX(AttachObjectARB):
19886 #if defined(GLX_USE_TLS)
19887 call _x86_64_get_dispatch@PLT
19888 movq 4232(%rax), %r11
19889 jmp *%r11
19890 #elif defined(PTHREADS)
19891 pushq %rdi
19892 pushq %rsi
19893 pushq %rbp
19894 call _x86_64_get_dispatch@PLT
19895 popq %rbp
19896 popq %rsi
19897 popq %rdi
19898 movq 4232(%rax), %r11
19899 jmp *%r11
19900 #else
19901 movq _glapi_Dispatch(%rip), %rax
19902 testq %rax, %rax
19903 je 1f
19904 movq 4232(%rax), %r11
19905 jmp *%r11
19906 1:
19907 pushq %rdi
19908 pushq %rsi
19909 pushq %rbp
19910 call _glapi_get_dispatch
19911 popq %rbp
19912 popq %rsi
19913 popq %rdi
19914 movq 4232(%rax), %r11
19915 jmp *%r11
19916 #endif /* defined(GLX_USE_TLS) */
19917 .size GL_PREFIX(AttachObjectARB), .-GL_PREFIX(AttachObjectARB)
19918
19919 .p2align 4,,15
19920 .globl GL_PREFIX(CompileShaderARB)
19921 .type GL_PREFIX(CompileShaderARB), @function
19922 GL_PREFIX(CompileShaderARB):
19923 #if defined(GLX_USE_TLS)
19924 call _x86_64_get_dispatch@PLT
19925 movq 4240(%rax), %r11
19926 jmp *%r11
19927 #elif defined(PTHREADS)
19928 pushq %rdi
19929 call _x86_64_get_dispatch@PLT
19930 popq %rdi
19931 movq 4240(%rax), %r11
19932 jmp *%r11
19933 #else
19934 movq _glapi_Dispatch(%rip), %rax
19935 testq %rax, %rax
19936 je 1f
19937 movq 4240(%rax), %r11
19938 jmp *%r11
19939 1:
19940 pushq %rdi
19941 call _glapi_get_dispatch
19942 popq %rdi
19943 movq 4240(%rax), %r11
19944 jmp *%r11
19945 #endif /* defined(GLX_USE_TLS) */
19946 .size GL_PREFIX(CompileShaderARB), .-GL_PREFIX(CompileShaderARB)
19947
19948 .p2align 4,,15
19949 .globl GL_PREFIX(CreateProgramObjectARB)
19950 .type GL_PREFIX(CreateProgramObjectARB), @function
19951 GL_PREFIX(CreateProgramObjectARB):
19952 #if defined(GLX_USE_TLS)
19953 call _x86_64_get_dispatch@PLT
19954 movq 4248(%rax), %r11
19955 jmp *%r11
19956 #elif defined(PTHREADS)
19957 pushq %rbp
19958 call _x86_64_get_dispatch@PLT
19959 popq %rbp
19960 movq 4248(%rax), %r11
19961 jmp *%r11
19962 #else
19963 movq _glapi_Dispatch(%rip), %rax
19964 testq %rax, %rax
19965 je 1f
19966 movq 4248(%rax), %r11
19967 jmp *%r11
19968 1:
19969 pushq %rbp
19970 call _glapi_get_dispatch
19971 popq %rbp
19972 movq 4248(%rax), %r11
19973 jmp *%r11
19974 #endif /* defined(GLX_USE_TLS) */
19975 .size GL_PREFIX(CreateProgramObjectARB), .-GL_PREFIX(CreateProgramObjectARB)
19976
19977 .p2align 4,,15
19978 .globl GL_PREFIX(CreateShaderObjectARB)
19979 .type GL_PREFIX(CreateShaderObjectARB), @function
19980 GL_PREFIX(CreateShaderObjectARB):
19981 #if defined(GLX_USE_TLS)
19982 call _x86_64_get_dispatch@PLT
19983 movq 4256(%rax), %r11
19984 jmp *%r11
19985 #elif defined(PTHREADS)
19986 pushq %rdi
19987 call _x86_64_get_dispatch@PLT
19988 popq %rdi
19989 movq 4256(%rax), %r11
19990 jmp *%r11
19991 #else
19992 movq _glapi_Dispatch(%rip), %rax
19993 testq %rax, %rax
19994 je 1f
19995 movq 4256(%rax), %r11
19996 jmp *%r11
19997 1:
19998 pushq %rdi
19999 call _glapi_get_dispatch
20000 popq %rdi
20001 movq 4256(%rax), %r11
20002 jmp *%r11
20003 #endif /* defined(GLX_USE_TLS) */
20004 .size GL_PREFIX(CreateShaderObjectARB), .-GL_PREFIX(CreateShaderObjectARB)
20005
20006 .p2align 4,,15
20007 .globl GL_PREFIX(DeleteObjectARB)
20008 .type GL_PREFIX(DeleteObjectARB), @function
20009 GL_PREFIX(DeleteObjectARB):
20010 #if defined(GLX_USE_TLS)
20011 call _x86_64_get_dispatch@PLT
20012 movq 4264(%rax), %r11
20013 jmp *%r11
20014 #elif defined(PTHREADS)
20015 pushq %rdi
20016 call _x86_64_get_dispatch@PLT
20017 popq %rdi
20018 movq 4264(%rax), %r11
20019 jmp *%r11
20020 #else
20021 movq _glapi_Dispatch(%rip), %rax
20022 testq %rax, %rax
20023 je 1f
20024 movq 4264(%rax), %r11
20025 jmp *%r11
20026 1:
20027 pushq %rdi
20028 call _glapi_get_dispatch
20029 popq %rdi
20030 movq 4264(%rax), %r11
20031 jmp *%r11
20032 #endif /* defined(GLX_USE_TLS) */
20033 .size GL_PREFIX(DeleteObjectARB), .-GL_PREFIX(DeleteObjectARB)
20034
20035 .p2align 4,,15
20036 .globl GL_PREFIX(DetachObjectARB)
20037 .type GL_PREFIX(DetachObjectARB), @function
20038 GL_PREFIX(DetachObjectARB):
20039 #if defined(GLX_USE_TLS)
20040 call _x86_64_get_dispatch@PLT
20041 movq 4272(%rax), %r11
20042 jmp *%r11
20043 #elif defined(PTHREADS)
20044 pushq %rdi
20045 pushq %rsi
20046 pushq %rbp
20047 call _x86_64_get_dispatch@PLT
20048 popq %rbp
20049 popq %rsi
20050 popq %rdi
20051 movq 4272(%rax), %r11
20052 jmp *%r11
20053 #else
20054 movq _glapi_Dispatch(%rip), %rax
20055 testq %rax, %rax
20056 je 1f
20057 movq 4272(%rax), %r11
20058 jmp *%r11
20059 1:
20060 pushq %rdi
20061 pushq %rsi
20062 pushq %rbp
20063 call _glapi_get_dispatch
20064 popq %rbp
20065 popq %rsi
20066 popq %rdi
20067 movq 4272(%rax), %r11
20068 jmp *%r11
20069 #endif /* defined(GLX_USE_TLS) */
20070 .size GL_PREFIX(DetachObjectARB), .-GL_PREFIX(DetachObjectARB)
20071
20072 .p2align 4,,15
20073 .globl GL_PREFIX(GetActiveUniformARB)
20074 .type GL_PREFIX(GetActiveUniformARB), @function
20075 GL_PREFIX(GetActiveUniformARB):
20076 #if defined(GLX_USE_TLS)
20077 call _x86_64_get_dispatch@PLT
20078 movq 4280(%rax), %r11
20079 jmp *%r11
20080 #elif defined(PTHREADS)
20081 pushq %rdi
20082 pushq %rsi
20083 pushq %rdx
20084 pushq %rcx
20085 pushq %r8
20086 pushq %r9
20087 pushq %rbp
20088 call _x86_64_get_dispatch@PLT
20089 popq %rbp
20090 popq %r9
20091 popq %r8
20092 popq %rcx
20093 popq %rdx
20094 popq %rsi
20095 popq %rdi
20096 movq 4280(%rax), %r11
20097 jmp *%r11
20098 #else
20099 movq _glapi_Dispatch(%rip), %rax
20100 testq %rax, %rax
20101 je 1f
20102 movq 4280(%rax), %r11
20103 jmp *%r11
20104 1:
20105 pushq %rdi
20106 pushq %rsi
20107 pushq %rdx
20108 pushq %rcx
20109 pushq %r8
20110 pushq %r9
20111 pushq %rbp
20112 call _glapi_get_dispatch
20113 popq %rbp
20114 popq %r9
20115 popq %r8
20116 popq %rcx
20117 popq %rdx
20118 popq %rsi
20119 popq %rdi
20120 movq 4280(%rax), %r11
20121 jmp *%r11
20122 #endif /* defined(GLX_USE_TLS) */
20123 .size GL_PREFIX(GetActiveUniformARB), .-GL_PREFIX(GetActiveUniformARB)
20124
20125 .p2align 4,,15
20126 .globl GL_PREFIX(GetAttachedObjectsARB)
20127 .type GL_PREFIX(GetAttachedObjectsARB), @function
20128 GL_PREFIX(GetAttachedObjectsARB):
20129 #if defined(GLX_USE_TLS)
20130 call _x86_64_get_dispatch@PLT
20131 movq 4288(%rax), %r11
20132 jmp *%r11
20133 #elif defined(PTHREADS)
20134 pushq %rdi
20135 pushq %rsi
20136 pushq %rdx
20137 pushq %rcx
20138 pushq %rbp
20139 call _x86_64_get_dispatch@PLT
20140 popq %rbp
20141 popq %rcx
20142 popq %rdx
20143 popq %rsi
20144 popq %rdi
20145 movq 4288(%rax), %r11
20146 jmp *%r11
20147 #else
20148 movq _glapi_Dispatch(%rip), %rax
20149 testq %rax, %rax
20150 je 1f
20151 movq 4288(%rax), %r11
20152 jmp *%r11
20153 1:
20154 pushq %rdi
20155 pushq %rsi
20156 pushq %rdx
20157 pushq %rcx
20158 pushq %rbp
20159 call _glapi_get_dispatch
20160 popq %rbp
20161 popq %rcx
20162 popq %rdx
20163 popq %rsi
20164 popq %rdi
20165 movq 4288(%rax), %r11
20166 jmp *%r11
20167 #endif /* defined(GLX_USE_TLS) */
20168 .size GL_PREFIX(GetAttachedObjectsARB), .-GL_PREFIX(GetAttachedObjectsARB)
20169
20170 .p2align 4,,15
20171 .globl GL_PREFIX(GetHandleARB)
20172 .type GL_PREFIX(GetHandleARB), @function
20173 GL_PREFIX(GetHandleARB):
20174 #if defined(GLX_USE_TLS)
20175 call _x86_64_get_dispatch@PLT
20176 movq 4296(%rax), %r11
20177 jmp *%r11
20178 #elif defined(PTHREADS)
20179 pushq %rdi
20180 call _x86_64_get_dispatch@PLT
20181 popq %rdi
20182 movq 4296(%rax), %r11
20183 jmp *%r11
20184 #else
20185 movq _glapi_Dispatch(%rip), %rax
20186 testq %rax, %rax
20187 je 1f
20188 movq 4296(%rax), %r11
20189 jmp *%r11
20190 1:
20191 pushq %rdi
20192 call _glapi_get_dispatch
20193 popq %rdi
20194 movq 4296(%rax), %r11
20195 jmp *%r11
20196 #endif /* defined(GLX_USE_TLS) */
20197 .size GL_PREFIX(GetHandleARB), .-GL_PREFIX(GetHandleARB)
20198
20199 .p2align 4,,15
20200 .globl GL_PREFIX(GetInfoLogARB)
20201 .type GL_PREFIX(GetInfoLogARB), @function
20202 GL_PREFIX(GetInfoLogARB):
20203 #if defined(GLX_USE_TLS)
20204 call _x86_64_get_dispatch@PLT
20205 movq 4304(%rax), %r11
20206 jmp *%r11
20207 #elif defined(PTHREADS)
20208 pushq %rdi
20209 pushq %rsi
20210 pushq %rdx
20211 pushq %rcx
20212 pushq %rbp
20213 call _x86_64_get_dispatch@PLT
20214 popq %rbp
20215 popq %rcx
20216 popq %rdx
20217 popq %rsi
20218 popq %rdi
20219 movq 4304(%rax), %r11
20220 jmp *%r11
20221 #else
20222 movq _glapi_Dispatch(%rip), %rax
20223 testq %rax, %rax
20224 je 1f
20225 movq 4304(%rax), %r11
20226 jmp *%r11
20227 1:
20228 pushq %rdi
20229 pushq %rsi
20230 pushq %rdx
20231 pushq %rcx
20232 pushq %rbp
20233 call _glapi_get_dispatch
20234 popq %rbp
20235 popq %rcx
20236 popq %rdx
20237 popq %rsi
20238 popq %rdi
20239 movq 4304(%rax), %r11
20240 jmp *%r11
20241 #endif /* defined(GLX_USE_TLS) */
20242 .size GL_PREFIX(GetInfoLogARB), .-GL_PREFIX(GetInfoLogARB)
20243
20244 .p2align 4,,15
20245 .globl GL_PREFIX(GetObjectParameterfvARB)
20246 .type GL_PREFIX(GetObjectParameterfvARB), @function
20247 GL_PREFIX(GetObjectParameterfvARB):
20248 #if defined(GLX_USE_TLS)
20249 call _x86_64_get_dispatch@PLT
20250 movq 4312(%rax), %r11
20251 jmp *%r11
20252 #elif defined(PTHREADS)
20253 pushq %rdi
20254 pushq %rsi
20255 pushq %rdx
20256 call _x86_64_get_dispatch@PLT
20257 popq %rdx
20258 popq %rsi
20259 popq %rdi
20260 movq 4312(%rax), %r11
20261 jmp *%r11
20262 #else
20263 movq _glapi_Dispatch(%rip), %rax
20264 testq %rax, %rax
20265 je 1f
20266 movq 4312(%rax), %r11
20267 jmp *%r11
20268 1:
20269 pushq %rdi
20270 pushq %rsi
20271 pushq %rdx
20272 call _glapi_get_dispatch
20273 popq %rdx
20274 popq %rsi
20275 popq %rdi
20276 movq 4312(%rax), %r11
20277 jmp *%r11
20278 #endif /* defined(GLX_USE_TLS) */
20279 .size GL_PREFIX(GetObjectParameterfvARB), .-GL_PREFIX(GetObjectParameterfvARB)
20280
20281 .p2align 4,,15
20282 .globl GL_PREFIX(GetObjectParameterivARB)
20283 .type GL_PREFIX(GetObjectParameterivARB), @function
20284 GL_PREFIX(GetObjectParameterivARB):
20285 #if defined(GLX_USE_TLS)
20286 call _x86_64_get_dispatch@PLT
20287 movq 4320(%rax), %r11
20288 jmp *%r11
20289 #elif defined(PTHREADS)
20290 pushq %rdi
20291 pushq %rsi
20292 pushq %rdx
20293 call _x86_64_get_dispatch@PLT
20294 popq %rdx
20295 popq %rsi
20296 popq %rdi
20297 movq 4320(%rax), %r11
20298 jmp *%r11
20299 #else
20300 movq _glapi_Dispatch(%rip), %rax
20301 testq %rax, %rax
20302 je 1f
20303 movq 4320(%rax), %r11
20304 jmp *%r11
20305 1:
20306 pushq %rdi
20307 pushq %rsi
20308 pushq %rdx
20309 call _glapi_get_dispatch
20310 popq %rdx
20311 popq %rsi
20312 popq %rdi
20313 movq 4320(%rax), %r11
20314 jmp *%r11
20315 #endif /* defined(GLX_USE_TLS) */
20316 .size GL_PREFIX(GetObjectParameterivARB), .-GL_PREFIX(GetObjectParameterivARB)
20317
20318 .p2align 4,,15
20319 .globl GL_PREFIX(GetShaderSourceARB)
20320 .type GL_PREFIX(GetShaderSourceARB), @function
20321 GL_PREFIX(GetShaderSourceARB):
20322 #if defined(GLX_USE_TLS)
20323 call _x86_64_get_dispatch@PLT
20324 movq 4328(%rax), %r11
20325 jmp *%r11
20326 #elif defined(PTHREADS)
20327 pushq %rdi
20328 pushq %rsi
20329 pushq %rdx
20330 pushq %rcx
20331 pushq %rbp
20332 call _x86_64_get_dispatch@PLT
20333 popq %rbp
20334 popq %rcx
20335 popq %rdx
20336 popq %rsi
20337 popq %rdi
20338 movq 4328(%rax), %r11
20339 jmp *%r11
20340 #else
20341 movq _glapi_Dispatch(%rip), %rax
20342 testq %rax, %rax
20343 je 1f
20344 movq 4328(%rax), %r11
20345 jmp *%r11
20346 1:
20347 pushq %rdi
20348 pushq %rsi
20349 pushq %rdx
20350 pushq %rcx
20351 pushq %rbp
20352 call _glapi_get_dispatch
20353 popq %rbp
20354 popq %rcx
20355 popq %rdx
20356 popq %rsi
20357 popq %rdi
20358 movq 4328(%rax), %r11
20359 jmp *%r11
20360 #endif /* defined(GLX_USE_TLS) */
20361 .size GL_PREFIX(GetShaderSourceARB), .-GL_PREFIX(GetShaderSourceARB)
20362
20363 .p2align 4,,15
20364 .globl GL_PREFIX(GetUniformLocationARB)
20365 .type GL_PREFIX(GetUniformLocationARB), @function
20366 GL_PREFIX(GetUniformLocationARB):
20367 #if defined(GLX_USE_TLS)
20368 call _x86_64_get_dispatch@PLT
20369 movq 4336(%rax), %r11
20370 jmp *%r11
20371 #elif defined(PTHREADS)
20372 pushq %rdi
20373 pushq %rsi
20374 pushq %rbp
20375 call _x86_64_get_dispatch@PLT
20376 popq %rbp
20377 popq %rsi
20378 popq %rdi
20379 movq 4336(%rax), %r11
20380 jmp *%r11
20381 #else
20382 movq _glapi_Dispatch(%rip), %rax
20383 testq %rax, %rax
20384 je 1f
20385 movq 4336(%rax), %r11
20386 jmp *%r11
20387 1:
20388 pushq %rdi
20389 pushq %rsi
20390 pushq %rbp
20391 call _glapi_get_dispatch
20392 popq %rbp
20393 popq %rsi
20394 popq %rdi
20395 movq 4336(%rax), %r11
20396 jmp *%r11
20397 #endif /* defined(GLX_USE_TLS) */
20398 .size GL_PREFIX(GetUniformLocationARB), .-GL_PREFIX(GetUniformLocationARB)
20399
20400 .p2align 4,,15
20401 .globl GL_PREFIX(GetUniformfvARB)
20402 .type GL_PREFIX(GetUniformfvARB), @function
20403 GL_PREFIX(GetUniformfvARB):
20404 #if defined(GLX_USE_TLS)
20405 call _x86_64_get_dispatch@PLT
20406 movq 4344(%rax), %r11
20407 jmp *%r11
20408 #elif defined(PTHREADS)
20409 pushq %rdi
20410 pushq %rsi
20411 pushq %rdx
20412 call _x86_64_get_dispatch@PLT
20413 popq %rdx
20414 popq %rsi
20415 popq %rdi
20416 movq 4344(%rax), %r11
20417 jmp *%r11
20418 #else
20419 movq _glapi_Dispatch(%rip), %rax
20420 testq %rax, %rax
20421 je 1f
20422 movq 4344(%rax), %r11
20423 jmp *%r11
20424 1:
20425 pushq %rdi
20426 pushq %rsi
20427 pushq %rdx
20428 call _glapi_get_dispatch
20429 popq %rdx
20430 popq %rsi
20431 popq %rdi
20432 movq 4344(%rax), %r11
20433 jmp *%r11
20434 #endif /* defined(GLX_USE_TLS) */
20435 .size GL_PREFIX(GetUniformfvARB), .-GL_PREFIX(GetUniformfvARB)
20436
20437 .p2align 4,,15
20438 .globl GL_PREFIX(GetUniformivARB)
20439 .type GL_PREFIX(GetUniformivARB), @function
20440 GL_PREFIX(GetUniformivARB):
20441 #if defined(GLX_USE_TLS)
20442 call _x86_64_get_dispatch@PLT
20443 movq 4352(%rax), %r11
20444 jmp *%r11
20445 #elif defined(PTHREADS)
20446 pushq %rdi
20447 pushq %rsi
20448 pushq %rdx
20449 call _x86_64_get_dispatch@PLT
20450 popq %rdx
20451 popq %rsi
20452 popq %rdi
20453 movq 4352(%rax), %r11
20454 jmp *%r11
20455 #else
20456 movq _glapi_Dispatch(%rip), %rax
20457 testq %rax, %rax
20458 je 1f
20459 movq 4352(%rax), %r11
20460 jmp *%r11
20461 1:
20462 pushq %rdi
20463 pushq %rsi
20464 pushq %rdx
20465 call _glapi_get_dispatch
20466 popq %rdx
20467 popq %rsi
20468 popq %rdi
20469 movq 4352(%rax), %r11
20470 jmp *%r11
20471 #endif /* defined(GLX_USE_TLS) */
20472 .size GL_PREFIX(GetUniformivARB), .-GL_PREFIX(GetUniformivARB)
20473
20474 .p2align 4,,15
20475 .globl GL_PREFIX(LinkProgramARB)
20476 .type GL_PREFIX(LinkProgramARB), @function
20477 GL_PREFIX(LinkProgramARB):
20478 #if defined(GLX_USE_TLS)
20479 call _x86_64_get_dispatch@PLT
20480 movq 4360(%rax), %r11
20481 jmp *%r11
20482 #elif defined(PTHREADS)
20483 pushq %rdi
20484 call _x86_64_get_dispatch@PLT
20485 popq %rdi
20486 movq 4360(%rax), %r11
20487 jmp *%r11
20488 #else
20489 movq _glapi_Dispatch(%rip), %rax
20490 testq %rax, %rax
20491 je 1f
20492 movq 4360(%rax), %r11
20493 jmp *%r11
20494 1:
20495 pushq %rdi
20496 call _glapi_get_dispatch
20497 popq %rdi
20498 movq 4360(%rax), %r11
20499 jmp *%r11
20500 #endif /* defined(GLX_USE_TLS) */
20501 .size GL_PREFIX(LinkProgramARB), .-GL_PREFIX(LinkProgramARB)
20502
20503 .p2align 4,,15
20504 .globl GL_PREFIX(ShaderSourceARB)
20505 .type GL_PREFIX(ShaderSourceARB), @function
20506 GL_PREFIX(ShaderSourceARB):
20507 #if defined(GLX_USE_TLS)
20508 call _x86_64_get_dispatch@PLT
20509 movq 4368(%rax), %r11
20510 jmp *%r11
20511 #elif defined(PTHREADS)
20512 pushq %rdi
20513 pushq %rsi
20514 pushq %rdx
20515 pushq %rcx
20516 pushq %rbp
20517 call _x86_64_get_dispatch@PLT
20518 popq %rbp
20519 popq %rcx
20520 popq %rdx
20521 popq %rsi
20522 popq %rdi
20523 movq 4368(%rax), %r11
20524 jmp *%r11
20525 #else
20526 movq _glapi_Dispatch(%rip), %rax
20527 testq %rax, %rax
20528 je 1f
20529 movq 4368(%rax), %r11
20530 jmp *%r11
20531 1:
20532 pushq %rdi
20533 pushq %rsi
20534 pushq %rdx
20535 pushq %rcx
20536 pushq %rbp
20537 call _glapi_get_dispatch
20538 popq %rbp
20539 popq %rcx
20540 popq %rdx
20541 popq %rsi
20542 popq %rdi
20543 movq 4368(%rax), %r11
20544 jmp *%r11
20545 #endif /* defined(GLX_USE_TLS) */
20546 .size GL_PREFIX(ShaderSourceARB), .-GL_PREFIX(ShaderSourceARB)
20547
20548 .p2align 4,,15
20549 .globl GL_PREFIX(Uniform1fARB)
20550 .type GL_PREFIX(Uniform1fARB), @function
20551 GL_PREFIX(Uniform1fARB):
20552 #if defined(GLX_USE_TLS)
20553 call _x86_64_get_dispatch@PLT
20554 movq 4376(%rax), %r11
20555 jmp *%r11
20556 #elif defined(PTHREADS)
20557 subq $24, %rsp
20558 movq %rdi, (%rsp)
20559 movq %xmm0, 8(%rsp)
20560 call _x86_64_get_dispatch@PLT
20561 movq 8(%rsp), %xmm0
20562 movq (%rsp), %rdi
20563 addq $24, %rsp
20564 movq 4376(%rax), %r11
20565 jmp *%r11
20566 #else
20567 movq _glapi_Dispatch(%rip), %rax
20568 testq %rax, %rax
20569 je 1f
20570 movq 4376(%rax), %r11
20571 jmp *%r11
20572 1:
20573 subq $24, %rsp
20574 movq %rdi, (%rsp)
20575 movq %xmm0, 8(%rsp)
20576 call _glapi_get_dispatch
20577 movq 8(%rsp), %xmm0
20578 movq (%rsp), %rdi
20579 addq $24, %rsp
20580 movq 4376(%rax), %r11
20581 jmp *%r11
20582 #endif /* defined(GLX_USE_TLS) */
20583 .size GL_PREFIX(Uniform1fARB), .-GL_PREFIX(Uniform1fARB)
20584
20585 .p2align 4,,15
20586 .globl GL_PREFIX(Uniform1fvARB)
20587 .type GL_PREFIX(Uniform1fvARB), @function
20588 GL_PREFIX(Uniform1fvARB):
20589 #if defined(GLX_USE_TLS)
20590 call _x86_64_get_dispatch@PLT
20591 movq 4384(%rax), %r11
20592 jmp *%r11
20593 #elif defined(PTHREADS)
20594 pushq %rdi
20595 pushq %rsi
20596 pushq %rdx
20597 call _x86_64_get_dispatch@PLT
20598 popq %rdx
20599 popq %rsi
20600 popq %rdi
20601 movq 4384(%rax), %r11
20602 jmp *%r11
20603 #else
20604 movq _glapi_Dispatch(%rip), %rax
20605 testq %rax, %rax
20606 je 1f
20607 movq 4384(%rax), %r11
20608 jmp *%r11
20609 1:
20610 pushq %rdi
20611 pushq %rsi
20612 pushq %rdx
20613 call _glapi_get_dispatch
20614 popq %rdx
20615 popq %rsi
20616 popq %rdi
20617 movq 4384(%rax), %r11
20618 jmp *%r11
20619 #endif /* defined(GLX_USE_TLS) */
20620 .size GL_PREFIX(Uniform1fvARB), .-GL_PREFIX(Uniform1fvARB)
20621
20622 .p2align 4,,15
20623 .globl GL_PREFIX(Uniform1iARB)
20624 .type GL_PREFIX(Uniform1iARB), @function
20625 GL_PREFIX(Uniform1iARB):
20626 #if defined(GLX_USE_TLS)
20627 call _x86_64_get_dispatch@PLT
20628 movq 4392(%rax), %r11
20629 jmp *%r11
20630 #elif defined(PTHREADS)
20631 pushq %rdi
20632 pushq %rsi
20633 pushq %rbp
20634 call _x86_64_get_dispatch@PLT
20635 popq %rbp
20636 popq %rsi
20637 popq %rdi
20638 movq 4392(%rax), %r11
20639 jmp *%r11
20640 #else
20641 movq _glapi_Dispatch(%rip), %rax
20642 testq %rax, %rax
20643 je 1f
20644 movq 4392(%rax), %r11
20645 jmp *%r11
20646 1:
20647 pushq %rdi
20648 pushq %rsi
20649 pushq %rbp
20650 call _glapi_get_dispatch
20651 popq %rbp
20652 popq %rsi
20653 popq %rdi
20654 movq 4392(%rax), %r11
20655 jmp *%r11
20656 #endif /* defined(GLX_USE_TLS) */
20657 .size GL_PREFIX(Uniform1iARB), .-GL_PREFIX(Uniform1iARB)
20658
20659 .p2align 4,,15
20660 .globl GL_PREFIX(Uniform1ivARB)
20661 .type GL_PREFIX(Uniform1ivARB), @function
20662 GL_PREFIX(Uniform1ivARB):
20663 #if defined(GLX_USE_TLS)
20664 call _x86_64_get_dispatch@PLT
20665 movq 4400(%rax), %r11
20666 jmp *%r11
20667 #elif defined(PTHREADS)
20668 pushq %rdi
20669 pushq %rsi
20670 pushq %rdx
20671 call _x86_64_get_dispatch@PLT
20672 popq %rdx
20673 popq %rsi
20674 popq %rdi
20675 movq 4400(%rax), %r11
20676 jmp *%r11
20677 #else
20678 movq _glapi_Dispatch(%rip), %rax
20679 testq %rax, %rax
20680 je 1f
20681 movq 4400(%rax), %r11
20682 jmp *%r11
20683 1:
20684 pushq %rdi
20685 pushq %rsi
20686 pushq %rdx
20687 call _glapi_get_dispatch
20688 popq %rdx
20689 popq %rsi
20690 popq %rdi
20691 movq 4400(%rax), %r11
20692 jmp *%r11
20693 #endif /* defined(GLX_USE_TLS) */
20694 .size GL_PREFIX(Uniform1ivARB), .-GL_PREFIX(Uniform1ivARB)
20695
20696 .p2align 4,,15
20697 .globl GL_PREFIX(Uniform2fARB)
20698 .type GL_PREFIX(Uniform2fARB), @function
20699 GL_PREFIX(Uniform2fARB):
20700 #if defined(GLX_USE_TLS)
20701 call _x86_64_get_dispatch@PLT
20702 movq 4408(%rax), %r11
20703 jmp *%r11
20704 #elif defined(PTHREADS)
20705 subq $24, %rsp
20706 movq %rdi, (%rsp)
20707 movq %xmm0, 8(%rsp)
20708 movq %xmm1, 16(%rsp)
20709 call _x86_64_get_dispatch@PLT
20710 movq 16(%rsp), %xmm1
20711 movq 8(%rsp), %xmm0
20712 movq (%rsp), %rdi
20713 addq $24, %rsp
20714 movq 4408(%rax), %r11
20715 jmp *%r11
20716 #else
20717 movq _glapi_Dispatch(%rip), %rax
20718 testq %rax, %rax
20719 je 1f
20720 movq 4408(%rax), %r11
20721 jmp *%r11
20722 1:
20723 subq $24, %rsp
20724 movq %rdi, (%rsp)
20725 movq %xmm0, 8(%rsp)
20726 movq %xmm1, 16(%rsp)
20727 call _glapi_get_dispatch
20728 movq 16(%rsp), %xmm1
20729 movq 8(%rsp), %xmm0
20730 movq (%rsp), %rdi
20731 addq $24, %rsp
20732 movq 4408(%rax), %r11
20733 jmp *%r11
20734 #endif /* defined(GLX_USE_TLS) */
20735 .size GL_PREFIX(Uniform2fARB), .-GL_PREFIX(Uniform2fARB)
20736
20737 .p2align 4,,15
20738 .globl GL_PREFIX(Uniform2fvARB)
20739 .type GL_PREFIX(Uniform2fvARB), @function
20740 GL_PREFIX(Uniform2fvARB):
20741 #if defined(GLX_USE_TLS)
20742 call _x86_64_get_dispatch@PLT
20743 movq 4416(%rax), %r11
20744 jmp *%r11
20745 #elif defined(PTHREADS)
20746 pushq %rdi
20747 pushq %rsi
20748 pushq %rdx
20749 call _x86_64_get_dispatch@PLT
20750 popq %rdx
20751 popq %rsi
20752 popq %rdi
20753 movq 4416(%rax), %r11
20754 jmp *%r11
20755 #else
20756 movq _glapi_Dispatch(%rip), %rax
20757 testq %rax, %rax
20758 je 1f
20759 movq 4416(%rax), %r11
20760 jmp *%r11
20761 1:
20762 pushq %rdi
20763 pushq %rsi
20764 pushq %rdx
20765 call _glapi_get_dispatch
20766 popq %rdx
20767 popq %rsi
20768 popq %rdi
20769 movq 4416(%rax), %r11
20770 jmp *%r11
20771 #endif /* defined(GLX_USE_TLS) */
20772 .size GL_PREFIX(Uniform2fvARB), .-GL_PREFIX(Uniform2fvARB)
20773
20774 .p2align 4,,15
20775 .globl GL_PREFIX(Uniform2iARB)
20776 .type GL_PREFIX(Uniform2iARB), @function
20777 GL_PREFIX(Uniform2iARB):
20778 #if defined(GLX_USE_TLS)
20779 call _x86_64_get_dispatch@PLT
20780 movq 4424(%rax), %r11
20781 jmp *%r11
20782 #elif defined(PTHREADS)
20783 pushq %rdi
20784 pushq %rsi
20785 pushq %rdx
20786 call _x86_64_get_dispatch@PLT
20787 popq %rdx
20788 popq %rsi
20789 popq %rdi
20790 movq 4424(%rax), %r11
20791 jmp *%r11
20792 #else
20793 movq _glapi_Dispatch(%rip), %rax
20794 testq %rax, %rax
20795 je 1f
20796 movq 4424(%rax), %r11
20797 jmp *%r11
20798 1:
20799 pushq %rdi
20800 pushq %rsi
20801 pushq %rdx
20802 call _glapi_get_dispatch
20803 popq %rdx
20804 popq %rsi
20805 popq %rdi
20806 movq 4424(%rax), %r11
20807 jmp *%r11
20808 #endif /* defined(GLX_USE_TLS) */
20809 .size GL_PREFIX(Uniform2iARB), .-GL_PREFIX(Uniform2iARB)
20810
20811 .p2align 4,,15
20812 .globl GL_PREFIX(Uniform2ivARB)
20813 .type GL_PREFIX(Uniform2ivARB), @function
20814 GL_PREFIX(Uniform2ivARB):
20815 #if defined(GLX_USE_TLS)
20816 call _x86_64_get_dispatch@PLT
20817 movq 4432(%rax), %r11
20818 jmp *%r11
20819 #elif defined(PTHREADS)
20820 pushq %rdi
20821 pushq %rsi
20822 pushq %rdx
20823 call _x86_64_get_dispatch@PLT
20824 popq %rdx
20825 popq %rsi
20826 popq %rdi
20827 movq 4432(%rax), %r11
20828 jmp *%r11
20829 #else
20830 movq _glapi_Dispatch(%rip), %rax
20831 testq %rax, %rax
20832 je 1f
20833 movq 4432(%rax), %r11
20834 jmp *%r11
20835 1:
20836 pushq %rdi
20837 pushq %rsi
20838 pushq %rdx
20839 call _glapi_get_dispatch
20840 popq %rdx
20841 popq %rsi
20842 popq %rdi
20843 movq 4432(%rax), %r11
20844 jmp *%r11
20845 #endif /* defined(GLX_USE_TLS) */
20846 .size GL_PREFIX(Uniform2ivARB), .-GL_PREFIX(Uniform2ivARB)
20847
20848 .p2align 4,,15
20849 .globl GL_PREFIX(Uniform3fARB)
20850 .type GL_PREFIX(Uniform3fARB), @function
20851 GL_PREFIX(Uniform3fARB):
20852 #if defined(GLX_USE_TLS)
20853 call _x86_64_get_dispatch@PLT
20854 movq 4440(%rax), %r11
20855 jmp *%r11
20856 #elif defined(PTHREADS)
20857 subq $40, %rsp
20858 movq %rdi, (%rsp)
20859 movq %xmm0, 8(%rsp)
20860 movq %xmm1, 16(%rsp)
20861 movq %xmm2, 24(%rsp)
20862 call _x86_64_get_dispatch@PLT
20863 movq 24(%rsp), %xmm2
20864 movq 16(%rsp), %xmm1
20865 movq 8(%rsp), %xmm0
20866 movq (%rsp), %rdi
20867 addq $40, %rsp
20868 movq 4440(%rax), %r11
20869 jmp *%r11
20870 #else
20871 movq _glapi_Dispatch(%rip), %rax
20872 testq %rax, %rax
20873 je 1f
20874 movq 4440(%rax), %r11
20875 jmp *%r11
20876 1:
20877 subq $40, %rsp
20878 movq %rdi, (%rsp)
20879 movq %xmm0, 8(%rsp)
20880 movq %xmm1, 16(%rsp)
20881 movq %xmm2, 24(%rsp)
20882 call _glapi_get_dispatch
20883 movq 24(%rsp), %xmm2
20884 movq 16(%rsp), %xmm1
20885 movq 8(%rsp), %xmm0
20886 movq (%rsp), %rdi
20887 addq $40, %rsp
20888 movq 4440(%rax), %r11
20889 jmp *%r11
20890 #endif /* defined(GLX_USE_TLS) */
20891 .size GL_PREFIX(Uniform3fARB), .-GL_PREFIX(Uniform3fARB)
20892
20893 .p2align 4,,15
20894 .globl GL_PREFIX(Uniform3fvARB)
20895 .type GL_PREFIX(Uniform3fvARB), @function
20896 GL_PREFIX(Uniform3fvARB):
20897 #if defined(GLX_USE_TLS)
20898 call _x86_64_get_dispatch@PLT
20899 movq 4448(%rax), %r11
20900 jmp *%r11
20901 #elif defined(PTHREADS)
20902 pushq %rdi
20903 pushq %rsi
20904 pushq %rdx
20905 call _x86_64_get_dispatch@PLT
20906 popq %rdx
20907 popq %rsi
20908 popq %rdi
20909 movq 4448(%rax), %r11
20910 jmp *%r11
20911 #else
20912 movq _glapi_Dispatch(%rip), %rax
20913 testq %rax, %rax
20914 je 1f
20915 movq 4448(%rax), %r11
20916 jmp *%r11
20917 1:
20918 pushq %rdi
20919 pushq %rsi
20920 pushq %rdx
20921 call _glapi_get_dispatch
20922 popq %rdx
20923 popq %rsi
20924 popq %rdi
20925 movq 4448(%rax), %r11
20926 jmp *%r11
20927 #endif /* defined(GLX_USE_TLS) */
20928 .size GL_PREFIX(Uniform3fvARB), .-GL_PREFIX(Uniform3fvARB)
20929
20930 .p2align 4,,15
20931 .globl GL_PREFIX(Uniform3iARB)
20932 .type GL_PREFIX(Uniform3iARB), @function
20933 GL_PREFIX(Uniform3iARB):
20934 #if defined(GLX_USE_TLS)
20935 call _x86_64_get_dispatch@PLT
20936 movq 4456(%rax), %r11
20937 jmp *%r11
20938 #elif defined(PTHREADS)
20939 pushq %rdi
20940 pushq %rsi
20941 pushq %rdx
20942 pushq %rcx
20943 pushq %rbp
20944 call _x86_64_get_dispatch@PLT
20945 popq %rbp
20946 popq %rcx
20947 popq %rdx
20948 popq %rsi
20949 popq %rdi
20950 movq 4456(%rax), %r11
20951 jmp *%r11
20952 #else
20953 movq _glapi_Dispatch(%rip), %rax
20954 testq %rax, %rax
20955 je 1f
20956 movq 4456(%rax), %r11
20957 jmp *%r11
20958 1:
20959 pushq %rdi
20960 pushq %rsi
20961 pushq %rdx
20962 pushq %rcx
20963 pushq %rbp
20964 call _glapi_get_dispatch
20965 popq %rbp
20966 popq %rcx
20967 popq %rdx
20968 popq %rsi
20969 popq %rdi
20970 movq 4456(%rax), %r11
20971 jmp *%r11
20972 #endif /* defined(GLX_USE_TLS) */
20973 .size GL_PREFIX(Uniform3iARB), .-GL_PREFIX(Uniform3iARB)
20974
20975 .p2align 4,,15
20976 .globl GL_PREFIX(Uniform3ivARB)
20977 .type GL_PREFIX(Uniform3ivARB), @function
20978 GL_PREFIX(Uniform3ivARB):
20979 #if defined(GLX_USE_TLS)
20980 call _x86_64_get_dispatch@PLT
20981 movq 4464(%rax), %r11
20982 jmp *%r11
20983 #elif defined(PTHREADS)
20984 pushq %rdi
20985 pushq %rsi
20986 pushq %rdx
20987 call _x86_64_get_dispatch@PLT
20988 popq %rdx
20989 popq %rsi
20990 popq %rdi
20991 movq 4464(%rax), %r11
20992 jmp *%r11
20993 #else
20994 movq _glapi_Dispatch(%rip), %rax
20995 testq %rax, %rax
20996 je 1f
20997 movq 4464(%rax), %r11
20998 jmp *%r11
20999 1:
21000 pushq %rdi
21001 pushq %rsi
21002 pushq %rdx
21003 call _glapi_get_dispatch
21004 popq %rdx
21005 popq %rsi
21006 popq %rdi
21007 movq 4464(%rax), %r11
21008 jmp *%r11
21009 #endif /* defined(GLX_USE_TLS) */
21010 .size GL_PREFIX(Uniform3ivARB), .-GL_PREFIX(Uniform3ivARB)
21011
21012 .p2align 4,,15
21013 .globl GL_PREFIX(Uniform4fARB)
21014 .type GL_PREFIX(Uniform4fARB), @function
21015 GL_PREFIX(Uniform4fARB):
21016 #if defined(GLX_USE_TLS)
21017 call _x86_64_get_dispatch@PLT
21018 movq 4472(%rax), %r11
21019 jmp *%r11
21020 #elif defined(PTHREADS)
21021 subq $40, %rsp
21022 movq %rdi, (%rsp)
21023 movq %xmm0, 8(%rsp)
21024 movq %xmm1, 16(%rsp)
21025 movq %xmm2, 24(%rsp)
21026 movq %xmm3, 32(%rsp)
21027 call _x86_64_get_dispatch@PLT
21028 movq 32(%rsp), %xmm3
21029 movq 24(%rsp), %xmm2
21030 movq 16(%rsp), %xmm1
21031 movq 8(%rsp), %xmm0
21032 movq (%rsp), %rdi
21033 addq $40, %rsp
21034 movq 4472(%rax), %r11
21035 jmp *%r11
21036 #else
21037 movq _glapi_Dispatch(%rip), %rax
21038 testq %rax, %rax
21039 je 1f
21040 movq 4472(%rax), %r11
21041 jmp *%r11
21042 1:
21043 subq $40, %rsp
21044 movq %rdi, (%rsp)
21045 movq %xmm0, 8(%rsp)
21046 movq %xmm1, 16(%rsp)
21047 movq %xmm2, 24(%rsp)
21048 movq %xmm3, 32(%rsp)
21049 call _glapi_get_dispatch
21050 movq 32(%rsp), %xmm3
21051 movq 24(%rsp), %xmm2
21052 movq 16(%rsp), %xmm1
21053 movq 8(%rsp), %xmm0
21054 movq (%rsp), %rdi
21055 addq $40, %rsp
21056 movq 4472(%rax), %r11
21057 jmp *%r11
21058 #endif /* defined(GLX_USE_TLS) */
21059 .size GL_PREFIX(Uniform4fARB), .-GL_PREFIX(Uniform4fARB)
21060
21061 .p2align 4,,15
21062 .globl GL_PREFIX(Uniform4fvARB)
21063 .type GL_PREFIX(Uniform4fvARB), @function
21064 GL_PREFIX(Uniform4fvARB):
21065 #if defined(GLX_USE_TLS)
21066 call _x86_64_get_dispatch@PLT
21067 movq 4480(%rax), %r11
21068 jmp *%r11
21069 #elif defined(PTHREADS)
21070 pushq %rdi
21071 pushq %rsi
21072 pushq %rdx
21073 call _x86_64_get_dispatch@PLT
21074 popq %rdx
21075 popq %rsi
21076 popq %rdi
21077 movq 4480(%rax), %r11
21078 jmp *%r11
21079 #else
21080 movq _glapi_Dispatch(%rip), %rax
21081 testq %rax, %rax
21082 je 1f
21083 movq 4480(%rax), %r11
21084 jmp *%r11
21085 1:
21086 pushq %rdi
21087 pushq %rsi
21088 pushq %rdx
21089 call _glapi_get_dispatch
21090 popq %rdx
21091 popq %rsi
21092 popq %rdi
21093 movq 4480(%rax), %r11
21094 jmp *%r11
21095 #endif /* defined(GLX_USE_TLS) */
21096 .size GL_PREFIX(Uniform4fvARB), .-GL_PREFIX(Uniform4fvARB)
21097
21098 .p2align 4,,15
21099 .globl GL_PREFIX(Uniform4iARB)
21100 .type GL_PREFIX(Uniform4iARB), @function
21101 GL_PREFIX(Uniform4iARB):
21102 #if defined(GLX_USE_TLS)
21103 call _x86_64_get_dispatch@PLT
21104 movq 4488(%rax), %r11
21105 jmp *%r11
21106 #elif defined(PTHREADS)
21107 pushq %rdi
21108 pushq %rsi
21109 pushq %rdx
21110 pushq %rcx
21111 pushq %r8
21112 call _x86_64_get_dispatch@PLT
21113 popq %r8
21114 popq %rcx
21115 popq %rdx
21116 popq %rsi
21117 popq %rdi
21118 movq 4488(%rax), %r11
21119 jmp *%r11
21120 #else
21121 movq _glapi_Dispatch(%rip), %rax
21122 testq %rax, %rax
21123 je 1f
21124 movq 4488(%rax), %r11
21125 jmp *%r11
21126 1:
21127 pushq %rdi
21128 pushq %rsi
21129 pushq %rdx
21130 pushq %rcx
21131 pushq %r8
21132 call _glapi_get_dispatch
21133 popq %r8
21134 popq %rcx
21135 popq %rdx
21136 popq %rsi
21137 popq %rdi
21138 movq 4488(%rax), %r11
21139 jmp *%r11
21140 #endif /* defined(GLX_USE_TLS) */
21141 .size GL_PREFIX(Uniform4iARB), .-GL_PREFIX(Uniform4iARB)
21142
21143 .p2align 4,,15
21144 .globl GL_PREFIX(Uniform4ivARB)
21145 .type GL_PREFIX(Uniform4ivARB), @function
21146 GL_PREFIX(Uniform4ivARB):
21147 #if defined(GLX_USE_TLS)
21148 call _x86_64_get_dispatch@PLT
21149 movq 4496(%rax), %r11
21150 jmp *%r11
21151 #elif defined(PTHREADS)
21152 pushq %rdi
21153 pushq %rsi
21154 pushq %rdx
21155 call _x86_64_get_dispatch@PLT
21156 popq %rdx
21157 popq %rsi
21158 popq %rdi
21159 movq 4496(%rax), %r11
21160 jmp *%r11
21161 #else
21162 movq _glapi_Dispatch(%rip), %rax
21163 testq %rax, %rax
21164 je 1f
21165 movq 4496(%rax), %r11
21166 jmp *%r11
21167 1:
21168 pushq %rdi
21169 pushq %rsi
21170 pushq %rdx
21171 call _glapi_get_dispatch
21172 popq %rdx
21173 popq %rsi
21174 popq %rdi
21175 movq 4496(%rax), %r11
21176 jmp *%r11
21177 #endif /* defined(GLX_USE_TLS) */
21178 .size GL_PREFIX(Uniform4ivARB), .-GL_PREFIX(Uniform4ivARB)
21179
21180 .p2align 4,,15
21181 .globl GL_PREFIX(UniformMatrix2fvARB)
21182 .type GL_PREFIX(UniformMatrix2fvARB), @function
21183 GL_PREFIX(UniformMatrix2fvARB):
21184 #if defined(GLX_USE_TLS)
21185 call _x86_64_get_dispatch@PLT
21186 movq 4504(%rax), %r11
21187 jmp *%r11
21188 #elif defined(PTHREADS)
21189 pushq %rdi
21190 pushq %rsi
21191 pushq %rdx
21192 pushq %rcx
21193 pushq %rbp
21194 call _x86_64_get_dispatch@PLT
21195 popq %rbp
21196 popq %rcx
21197 popq %rdx
21198 popq %rsi
21199 popq %rdi
21200 movq 4504(%rax), %r11
21201 jmp *%r11
21202 #else
21203 movq _glapi_Dispatch(%rip), %rax
21204 testq %rax, %rax
21205 je 1f
21206 movq 4504(%rax), %r11
21207 jmp *%r11
21208 1:
21209 pushq %rdi
21210 pushq %rsi
21211 pushq %rdx
21212 pushq %rcx
21213 pushq %rbp
21214 call _glapi_get_dispatch
21215 popq %rbp
21216 popq %rcx
21217 popq %rdx
21218 popq %rsi
21219 popq %rdi
21220 movq 4504(%rax), %r11
21221 jmp *%r11
21222 #endif /* defined(GLX_USE_TLS) */
21223 .size GL_PREFIX(UniformMatrix2fvARB), .-GL_PREFIX(UniformMatrix2fvARB)
21224
21225 .p2align 4,,15
21226 .globl GL_PREFIX(UniformMatrix3fvARB)
21227 .type GL_PREFIX(UniformMatrix3fvARB), @function
21228 GL_PREFIX(UniformMatrix3fvARB):
21229 #if defined(GLX_USE_TLS)
21230 call _x86_64_get_dispatch@PLT
21231 movq 4512(%rax), %r11
21232 jmp *%r11
21233 #elif defined(PTHREADS)
21234 pushq %rdi
21235 pushq %rsi
21236 pushq %rdx
21237 pushq %rcx
21238 pushq %rbp
21239 call _x86_64_get_dispatch@PLT
21240 popq %rbp
21241 popq %rcx
21242 popq %rdx
21243 popq %rsi
21244 popq %rdi
21245 movq 4512(%rax), %r11
21246 jmp *%r11
21247 #else
21248 movq _glapi_Dispatch(%rip), %rax
21249 testq %rax, %rax
21250 je 1f
21251 movq 4512(%rax), %r11
21252 jmp *%r11
21253 1:
21254 pushq %rdi
21255 pushq %rsi
21256 pushq %rdx
21257 pushq %rcx
21258 pushq %rbp
21259 call _glapi_get_dispatch
21260 popq %rbp
21261 popq %rcx
21262 popq %rdx
21263 popq %rsi
21264 popq %rdi
21265 movq 4512(%rax), %r11
21266 jmp *%r11
21267 #endif /* defined(GLX_USE_TLS) */
21268 .size GL_PREFIX(UniformMatrix3fvARB), .-GL_PREFIX(UniformMatrix3fvARB)
21269
21270 .p2align 4,,15
21271 .globl GL_PREFIX(UniformMatrix4fvARB)
21272 .type GL_PREFIX(UniformMatrix4fvARB), @function
21273 GL_PREFIX(UniformMatrix4fvARB):
21274 #if defined(GLX_USE_TLS)
21275 call _x86_64_get_dispatch@PLT
21276 movq 4520(%rax), %r11
21277 jmp *%r11
21278 #elif defined(PTHREADS)
21279 pushq %rdi
21280 pushq %rsi
21281 pushq %rdx
21282 pushq %rcx
21283 pushq %rbp
21284 call _x86_64_get_dispatch@PLT
21285 popq %rbp
21286 popq %rcx
21287 popq %rdx
21288 popq %rsi
21289 popq %rdi
21290 movq 4520(%rax), %r11
21291 jmp *%r11
21292 #else
21293 movq _glapi_Dispatch(%rip), %rax
21294 testq %rax, %rax
21295 je 1f
21296 movq 4520(%rax), %r11
21297 jmp *%r11
21298 1:
21299 pushq %rdi
21300 pushq %rsi
21301 pushq %rdx
21302 pushq %rcx
21303 pushq %rbp
21304 call _glapi_get_dispatch
21305 popq %rbp
21306 popq %rcx
21307 popq %rdx
21308 popq %rsi
21309 popq %rdi
21310 movq 4520(%rax), %r11
21311 jmp *%r11
21312 #endif /* defined(GLX_USE_TLS) */
21313 .size GL_PREFIX(UniformMatrix4fvARB), .-GL_PREFIX(UniformMatrix4fvARB)
21314
21315 .p2align 4,,15
21316 .globl GL_PREFIX(UseProgramObjectARB)
21317 .type GL_PREFIX(UseProgramObjectARB), @function
21318 GL_PREFIX(UseProgramObjectARB):
21319 #if defined(GLX_USE_TLS)
21320 call _x86_64_get_dispatch@PLT
21321 movq 4528(%rax), %r11
21322 jmp *%r11
21323 #elif defined(PTHREADS)
21324 pushq %rdi
21325 call _x86_64_get_dispatch@PLT
21326 popq %rdi
21327 movq 4528(%rax), %r11
21328 jmp *%r11
21329 #else
21330 movq _glapi_Dispatch(%rip), %rax
21331 testq %rax, %rax
21332 je 1f
21333 movq 4528(%rax), %r11
21334 jmp *%r11
21335 1:
21336 pushq %rdi
21337 call _glapi_get_dispatch
21338 popq %rdi
21339 movq 4528(%rax), %r11
21340 jmp *%r11
21341 #endif /* defined(GLX_USE_TLS) */
21342 .size GL_PREFIX(UseProgramObjectARB), .-GL_PREFIX(UseProgramObjectARB)
21343
21344 .p2align 4,,15
21345 .globl GL_PREFIX(ValidateProgramARB)
21346 .type GL_PREFIX(ValidateProgramARB), @function
21347 GL_PREFIX(ValidateProgramARB):
21348 #if defined(GLX_USE_TLS)
21349 call _x86_64_get_dispatch@PLT
21350 movq 4536(%rax), %r11
21351 jmp *%r11
21352 #elif defined(PTHREADS)
21353 pushq %rdi
21354 call _x86_64_get_dispatch@PLT
21355 popq %rdi
21356 movq 4536(%rax), %r11
21357 jmp *%r11
21358 #else
21359 movq _glapi_Dispatch(%rip), %rax
21360 testq %rax, %rax
21361 je 1f
21362 movq 4536(%rax), %r11
21363 jmp *%r11
21364 1:
21365 pushq %rdi
21366 call _glapi_get_dispatch
21367 popq %rdi
21368 movq 4536(%rax), %r11
21369 jmp *%r11
21370 #endif /* defined(GLX_USE_TLS) */
21371 .size GL_PREFIX(ValidateProgramARB), .-GL_PREFIX(ValidateProgramARB)
21372
21373 .p2align 4,,15
21374 .globl GL_PREFIX(BindAttribLocationARB)
21375 .type GL_PREFIX(BindAttribLocationARB), @function
21376 GL_PREFIX(BindAttribLocationARB):
21377 #if defined(GLX_USE_TLS)
21378 call _x86_64_get_dispatch@PLT
21379 movq 4544(%rax), %r11
21380 jmp *%r11
21381 #elif defined(PTHREADS)
21382 pushq %rdi
21383 pushq %rsi
21384 pushq %rdx
21385 call _x86_64_get_dispatch@PLT
21386 popq %rdx
21387 popq %rsi
21388 popq %rdi
21389 movq 4544(%rax), %r11
21390 jmp *%r11
21391 #else
21392 movq _glapi_Dispatch(%rip), %rax
21393 testq %rax, %rax
21394 je 1f
21395 movq 4544(%rax), %r11
21396 jmp *%r11
21397 1:
21398 pushq %rdi
21399 pushq %rsi
21400 pushq %rdx
21401 call _glapi_get_dispatch
21402 popq %rdx
21403 popq %rsi
21404 popq %rdi
21405 movq 4544(%rax), %r11
21406 jmp *%r11
21407 #endif /* defined(GLX_USE_TLS) */
21408 .size GL_PREFIX(BindAttribLocationARB), .-GL_PREFIX(BindAttribLocationARB)
21409
21410 .p2align 4,,15
21411 .globl GL_PREFIX(GetActiveAttribARB)
21412 .type GL_PREFIX(GetActiveAttribARB), @function
21413 GL_PREFIX(GetActiveAttribARB):
21414 #if defined(GLX_USE_TLS)
21415 call _x86_64_get_dispatch@PLT
21416 movq 4552(%rax), %r11
21417 jmp *%r11
21418 #elif defined(PTHREADS)
21419 pushq %rdi
21420 pushq %rsi
21421 pushq %rdx
21422 pushq %rcx
21423 pushq %r8
21424 pushq %r9
21425 pushq %rbp
21426 call _x86_64_get_dispatch@PLT
21427 popq %rbp
21428 popq %r9
21429 popq %r8
21430 popq %rcx
21431 popq %rdx
21432 popq %rsi
21433 popq %rdi
21434 movq 4552(%rax), %r11
21435 jmp *%r11
21436 #else
21437 movq _glapi_Dispatch(%rip), %rax
21438 testq %rax, %rax
21439 je 1f
21440 movq 4552(%rax), %r11
21441 jmp *%r11
21442 1:
21443 pushq %rdi
21444 pushq %rsi
21445 pushq %rdx
21446 pushq %rcx
21447 pushq %r8
21448 pushq %r9
21449 pushq %rbp
21450 call _glapi_get_dispatch
21451 popq %rbp
21452 popq %r9
21453 popq %r8
21454 popq %rcx
21455 popq %rdx
21456 popq %rsi
21457 popq %rdi
21458 movq 4552(%rax), %r11
21459 jmp *%r11
21460 #endif /* defined(GLX_USE_TLS) */
21461 .size GL_PREFIX(GetActiveAttribARB), .-GL_PREFIX(GetActiveAttribARB)
21462
21463 .p2align 4,,15
21464 .globl GL_PREFIX(GetAttribLocationARB)
21465 .type GL_PREFIX(GetAttribLocationARB), @function
21466 GL_PREFIX(GetAttribLocationARB):
21467 #if defined(GLX_USE_TLS)
21468 call _x86_64_get_dispatch@PLT
21469 movq 4560(%rax), %r11
21470 jmp *%r11
21471 #elif defined(PTHREADS)
21472 pushq %rdi
21473 pushq %rsi
21474 pushq %rbp
21475 call _x86_64_get_dispatch@PLT
21476 popq %rbp
21477 popq %rsi
21478 popq %rdi
21479 movq 4560(%rax), %r11
21480 jmp *%r11
21481 #else
21482 movq _glapi_Dispatch(%rip), %rax
21483 testq %rax, %rax
21484 je 1f
21485 movq 4560(%rax), %r11
21486 jmp *%r11
21487 1:
21488 pushq %rdi
21489 pushq %rsi
21490 pushq %rbp
21491 call _glapi_get_dispatch
21492 popq %rbp
21493 popq %rsi
21494 popq %rdi
21495 movq 4560(%rax), %r11
21496 jmp *%r11
21497 #endif /* defined(GLX_USE_TLS) */
21498 .size GL_PREFIX(GetAttribLocationARB), .-GL_PREFIX(GetAttribLocationARB)
21499
21500 .p2align 4,,15
21501 .globl GL_PREFIX(DrawBuffersARB)
21502 .type GL_PREFIX(DrawBuffersARB), @function
21503 GL_PREFIX(DrawBuffersARB):
21504 #if defined(GLX_USE_TLS)
21505 call _x86_64_get_dispatch@PLT
21506 movq 4568(%rax), %r11
21507 jmp *%r11
21508 #elif defined(PTHREADS)
21509 pushq %rdi
21510 pushq %rsi
21511 pushq %rbp
21512 call _x86_64_get_dispatch@PLT
21513 popq %rbp
21514 popq %rsi
21515 popq %rdi
21516 movq 4568(%rax), %r11
21517 jmp *%r11
21518 #else
21519 movq _glapi_Dispatch(%rip), %rax
21520 testq %rax, %rax
21521 je 1f
21522 movq 4568(%rax), %r11
21523 jmp *%r11
21524 1:
21525 pushq %rdi
21526 pushq %rsi
21527 pushq %rbp
21528 call _glapi_get_dispatch
21529 popq %rbp
21530 popq %rsi
21531 popq %rdi
21532 movq 4568(%rax), %r11
21533 jmp *%r11
21534 #endif /* defined(GLX_USE_TLS) */
21535 .size GL_PREFIX(DrawBuffersARB), .-GL_PREFIX(DrawBuffersARB)
21536
21537 .p2align 4,,15
21538 .globl GL_PREFIX(DrawArraysInstancedARB)
21539 .type GL_PREFIX(DrawArraysInstancedARB), @function
21540 GL_PREFIX(DrawArraysInstancedARB):
21541 #if defined(GLX_USE_TLS)
21542 call _x86_64_get_dispatch@PLT
21543 movq 4576(%rax), %r11
21544 jmp *%r11
21545 #elif defined(PTHREADS)
21546 pushq %rdi
21547 pushq %rsi
21548 pushq %rdx
21549 pushq %rcx
21550 pushq %rbp
21551 call _x86_64_get_dispatch@PLT
21552 popq %rbp
21553 popq %rcx
21554 popq %rdx
21555 popq %rsi
21556 popq %rdi
21557 movq 4576(%rax), %r11
21558 jmp *%r11
21559 #else
21560 movq _glapi_Dispatch(%rip), %rax
21561 testq %rax, %rax
21562 je 1f
21563 movq 4576(%rax), %r11
21564 jmp *%r11
21565 1:
21566 pushq %rdi
21567 pushq %rsi
21568 pushq %rdx
21569 pushq %rcx
21570 pushq %rbp
21571 call _glapi_get_dispatch
21572 popq %rbp
21573 popq %rcx
21574 popq %rdx
21575 popq %rsi
21576 popq %rdi
21577 movq 4576(%rax), %r11
21578 jmp *%r11
21579 #endif /* defined(GLX_USE_TLS) */
21580 .size GL_PREFIX(DrawArraysInstancedARB), .-GL_PREFIX(DrawArraysInstancedARB)
21581
21582 .p2align 4,,15
21583 .globl GL_PREFIX(DrawElementsInstancedARB)
21584 .type GL_PREFIX(DrawElementsInstancedARB), @function
21585 GL_PREFIX(DrawElementsInstancedARB):
21586 #if defined(GLX_USE_TLS)
21587 call _x86_64_get_dispatch@PLT
21588 movq 4584(%rax), %r11
21589 jmp *%r11
21590 #elif defined(PTHREADS)
21591 pushq %rdi
21592 pushq %rsi
21593 pushq %rdx
21594 pushq %rcx
21595 pushq %r8
21596 call _x86_64_get_dispatch@PLT
21597 popq %r8
21598 popq %rcx
21599 popq %rdx
21600 popq %rsi
21601 popq %rdi
21602 movq 4584(%rax), %r11
21603 jmp *%r11
21604 #else
21605 movq _glapi_Dispatch(%rip), %rax
21606 testq %rax, %rax
21607 je 1f
21608 movq 4584(%rax), %r11
21609 jmp *%r11
21610 1:
21611 pushq %rdi
21612 pushq %rsi
21613 pushq %rdx
21614 pushq %rcx
21615 pushq %r8
21616 call _glapi_get_dispatch
21617 popq %r8
21618 popq %rcx
21619 popq %rdx
21620 popq %rsi
21621 popq %rdi
21622 movq 4584(%rax), %r11
21623 jmp *%r11
21624 #endif /* defined(GLX_USE_TLS) */
21625 .size GL_PREFIX(DrawElementsInstancedARB), .-GL_PREFIX(DrawElementsInstancedARB)
21626
21627 .p2align 4,,15
21628 .globl GL_PREFIX(RenderbufferStorageMultisample)
21629 .type GL_PREFIX(RenderbufferStorageMultisample), @function
21630 GL_PREFIX(RenderbufferStorageMultisample):
21631 #if defined(GLX_USE_TLS)
21632 call _x86_64_get_dispatch@PLT
21633 movq 4592(%rax), %r11
21634 jmp *%r11
21635 #elif defined(PTHREADS)
21636 pushq %rdi
21637 pushq %rsi
21638 pushq %rdx
21639 pushq %rcx
21640 pushq %r8
21641 call _x86_64_get_dispatch@PLT
21642 popq %r8
21643 popq %rcx
21644 popq %rdx
21645 popq %rsi
21646 popq %rdi
21647 movq 4592(%rax), %r11
21648 jmp *%r11
21649 #else
21650 movq _glapi_Dispatch(%rip), %rax
21651 testq %rax, %rax
21652 je 1f
21653 movq 4592(%rax), %r11
21654 jmp *%r11
21655 1:
21656 pushq %rdi
21657 pushq %rsi
21658 pushq %rdx
21659 pushq %rcx
21660 pushq %r8
21661 call _glapi_get_dispatch
21662 popq %r8
21663 popq %rcx
21664 popq %rdx
21665 popq %rsi
21666 popq %rdi
21667 movq 4592(%rax), %r11
21668 jmp *%r11
21669 #endif /* defined(GLX_USE_TLS) */
21670 .size GL_PREFIX(RenderbufferStorageMultisample), .-GL_PREFIX(RenderbufferStorageMultisample)
21671
21672 .p2align 4,,15
21673 .globl GL_PREFIX(FramebufferTextureARB)
21674 .type GL_PREFIX(FramebufferTextureARB), @function
21675 GL_PREFIX(FramebufferTextureARB):
21676 #if defined(GLX_USE_TLS)
21677 call _x86_64_get_dispatch@PLT
21678 movq 4600(%rax), %r11
21679 jmp *%r11
21680 #elif defined(PTHREADS)
21681 pushq %rdi
21682 pushq %rsi
21683 pushq %rdx
21684 pushq %rcx
21685 pushq %rbp
21686 call _x86_64_get_dispatch@PLT
21687 popq %rbp
21688 popq %rcx
21689 popq %rdx
21690 popq %rsi
21691 popq %rdi
21692 movq 4600(%rax), %r11
21693 jmp *%r11
21694 #else
21695 movq _glapi_Dispatch(%rip), %rax
21696 testq %rax, %rax
21697 je 1f
21698 movq 4600(%rax), %r11
21699 jmp *%r11
21700 1:
21701 pushq %rdi
21702 pushq %rsi
21703 pushq %rdx
21704 pushq %rcx
21705 pushq %rbp
21706 call _glapi_get_dispatch
21707 popq %rbp
21708 popq %rcx
21709 popq %rdx
21710 popq %rsi
21711 popq %rdi
21712 movq 4600(%rax), %r11
21713 jmp *%r11
21714 #endif /* defined(GLX_USE_TLS) */
21715 .size GL_PREFIX(FramebufferTextureARB), .-GL_PREFIX(FramebufferTextureARB)
21716
21717 .p2align 4,,15
21718 .globl GL_PREFIX(FramebufferTextureFaceARB)
21719 .type GL_PREFIX(FramebufferTextureFaceARB), @function
21720 GL_PREFIX(FramebufferTextureFaceARB):
21721 #if defined(GLX_USE_TLS)
21722 call _x86_64_get_dispatch@PLT
21723 movq 4608(%rax), %r11
21724 jmp *%r11
21725 #elif defined(PTHREADS)
21726 pushq %rdi
21727 pushq %rsi
21728 pushq %rdx
21729 pushq %rcx
21730 pushq %r8
21731 call _x86_64_get_dispatch@PLT
21732 popq %r8
21733 popq %rcx
21734 popq %rdx
21735 popq %rsi
21736 popq %rdi
21737 movq 4608(%rax), %r11
21738 jmp *%r11
21739 #else
21740 movq _glapi_Dispatch(%rip), %rax
21741 testq %rax, %rax
21742 je 1f
21743 movq 4608(%rax), %r11
21744 jmp *%r11
21745 1:
21746 pushq %rdi
21747 pushq %rsi
21748 pushq %rdx
21749 pushq %rcx
21750 pushq %r8
21751 call _glapi_get_dispatch
21752 popq %r8
21753 popq %rcx
21754 popq %rdx
21755 popq %rsi
21756 popq %rdi
21757 movq 4608(%rax), %r11
21758 jmp *%r11
21759 #endif /* defined(GLX_USE_TLS) */
21760 .size GL_PREFIX(FramebufferTextureFaceARB), .-GL_PREFIX(FramebufferTextureFaceARB)
21761
21762 .p2align 4,,15
21763 .globl GL_PREFIX(ProgramParameteriARB)
21764 .type GL_PREFIX(ProgramParameteriARB), @function
21765 GL_PREFIX(ProgramParameteriARB):
21766 #if defined(GLX_USE_TLS)
21767 call _x86_64_get_dispatch@PLT
21768 movq 4616(%rax), %r11
21769 jmp *%r11
21770 #elif defined(PTHREADS)
21771 pushq %rdi
21772 pushq %rsi
21773 pushq %rdx
21774 call _x86_64_get_dispatch@PLT
21775 popq %rdx
21776 popq %rsi
21777 popq %rdi
21778 movq 4616(%rax), %r11
21779 jmp *%r11
21780 #else
21781 movq _glapi_Dispatch(%rip), %rax
21782 testq %rax, %rax
21783 je 1f
21784 movq 4616(%rax), %r11
21785 jmp *%r11
21786 1:
21787 pushq %rdi
21788 pushq %rsi
21789 pushq %rdx
21790 call _glapi_get_dispatch
21791 popq %rdx
21792 popq %rsi
21793 popq %rdi
21794 movq 4616(%rax), %r11
21795 jmp *%r11
21796 #endif /* defined(GLX_USE_TLS) */
21797 .size GL_PREFIX(ProgramParameteriARB), .-GL_PREFIX(ProgramParameteriARB)
21798
21799 .p2align 4,,15
21800 .globl GL_PREFIX(FlushMappedBufferRange)
21801 .type GL_PREFIX(FlushMappedBufferRange), @function
21802 GL_PREFIX(FlushMappedBufferRange):
21803 #if defined(GLX_USE_TLS)
21804 call _x86_64_get_dispatch@PLT
21805 movq 4624(%rax), %r11
21806 jmp *%r11
21807 #elif defined(PTHREADS)
21808 pushq %rdi
21809 pushq %rsi
21810 pushq %rdx
21811 call _x86_64_get_dispatch@PLT
21812 popq %rdx
21813 popq %rsi
21814 popq %rdi
21815 movq 4624(%rax), %r11
21816 jmp *%r11
21817 #else
21818 movq _glapi_Dispatch(%rip), %rax
21819 testq %rax, %rax
21820 je 1f
21821 movq 4624(%rax), %r11
21822 jmp *%r11
21823 1:
21824 pushq %rdi
21825 pushq %rsi
21826 pushq %rdx
21827 call _glapi_get_dispatch
21828 popq %rdx
21829 popq %rsi
21830 popq %rdi
21831 movq 4624(%rax), %r11
21832 jmp *%r11
21833 #endif /* defined(GLX_USE_TLS) */
21834 .size GL_PREFIX(FlushMappedBufferRange), .-GL_PREFIX(FlushMappedBufferRange)
21835
21836 .p2align 4,,15
21837 .globl GL_PREFIX(MapBufferRange)
21838 .type GL_PREFIX(MapBufferRange), @function
21839 GL_PREFIX(MapBufferRange):
21840 #if defined(GLX_USE_TLS)
21841 call _x86_64_get_dispatch@PLT
21842 movq 4632(%rax), %r11
21843 jmp *%r11
21844 #elif defined(PTHREADS)
21845 pushq %rdi
21846 pushq %rsi
21847 pushq %rdx
21848 pushq %rcx
21849 pushq %rbp
21850 call _x86_64_get_dispatch@PLT
21851 popq %rbp
21852 popq %rcx
21853 popq %rdx
21854 popq %rsi
21855 popq %rdi
21856 movq 4632(%rax), %r11
21857 jmp *%r11
21858 #else
21859 movq _glapi_Dispatch(%rip), %rax
21860 testq %rax, %rax
21861 je 1f
21862 movq 4632(%rax), %r11
21863 jmp *%r11
21864 1:
21865 pushq %rdi
21866 pushq %rsi
21867 pushq %rdx
21868 pushq %rcx
21869 pushq %rbp
21870 call _glapi_get_dispatch
21871 popq %rbp
21872 popq %rcx
21873 popq %rdx
21874 popq %rsi
21875 popq %rdi
21876 movq 4632(%rax), %r11
21877 jmp *%r11
21878 #endif /* defined(GLX_USE_TLS) */
21879 .size GL_PREFIX(MapBufferRange), .-GL_PREFIX(MapBufferRange)
21880
21881 .p2align 4,,15
21882 .globl GL_PREFIX(BindVertexArray)
21883 .type GL_PREFIX(BindVertexArray), @function
21884 GL_PREFIX(BindVertexArray):
21885 #if defined(GLX_USE_TLS)
21886 call _x86_64_get_dispatch@PLT
21887 movq 4640(%rax), %r11
21888 jmp *%r11
21889 #elif defined(PTHREADS)
21890 pushq %rdi
21891 call _x86_64_get_dispatch@PLT
21892 popq %rdi
21893 movq 4640(%rax), %r11
21894 jmp *%r11
21895 #else
21896 movq _glapi_Dispatch(%rip), %rax
21897 testq %rax, %rax
21898 je 1f
21899 movq 4640(%rax), %r11
21900 jmp *%r11
21901 1:
21902 pushq %rdi
21903 call _glapi_get_dispatch
21904 popq %rdi
21905 movq 4640(%rax), %r11
21906 jmp *%r11
21907 #endif /* defined(GLX_USE_TLS) */
21908 .size GL_PREFIX(BindVertexArray), .-GL_PREFIX(BindVertexArray)
21909
21910 .p2align 4,,15
21911 .globl GL_PREFIX(GenVertexArrays)
21912 .type GL_PREFIX(GenVertexArrays), @function
21913 GL_PREFIX(GenVertexArrays):
21914 #if defined(GLX_USE_TLS)
21915 call _x86_64_get_dispatch@PLT
21916 movq 4648(%rax), %r11
21917 jmp *%r11
21918 #elif defined(PTHREADS)
21919 pushq %rdi
21920 pushq %rsi
21921 pushq %rbp
21922 call _x86_64_get_dispatch@PLT
21923 popq %rbp
21924 popq %rsi
21925 popq %rdi
21926 movq 4648(%rax), %r11
21927 jmp *%r11
21928 #else
21929 movq _glapi_Dispatch(%rip), %rax
21930 testq %rax, %rax
21931 je 1f
21932 movq 4648(%rax), %r11
21933 jmp *%r11
21934 1:
21935 pushq %rdi
21936 pushq %rsi
21937 pushq %rbp
21938 call _glapi_get_dispatch
21939 popq %rbp
21940 popq %rsi
21941 popq %rdi
21942 movq 4648(%rax), %r11
21943 jmp *%r11
21944 #endif /* defined(GLX_USE_TLS) */
21945 .size GL_PREFIX(GenVertexArrays), .-GL_PREFIX(GenVertexArrays)
21946
21947 .p2align 4,,15
21948 .globl GL_PREFIX(CopyBufferSubData)
21949 .type GL_PREFIX(CopyBufferSubData), @function
21950 GL_PREFIX(CopyBufferSubData):
21951 #if defined(GLX_USE_TLS)
21952 call _x86_64_get_dispatch@PLT
21953 movq 4656(%rax), %r11
21954 jmp *%r11
21955 #elif defined(PTHREADS)
21956 pushq %rdi
21957 pushq %rsi
21958 pushq %rdx
21959 pushq %rcx
21960 pushq %r8
21961 call _x86_64_get_dispatch@PLT
21962 popq %r8
21963 popq %rcx
21964 popq %rdx
21965 popq %rsi
21966 popq %rdi
21967 movq 4656(%rax), %r11
21968 jmp *%r11
21969 #else
21970 movq _glapi_Dispatch(%rip), %rax
21971 testq %rax, %rax
21972 je 1f
21973 movq 4656(%rax), %r11
21974 jmp *%r11
21975 1:
21976 pushq %rdi
21977 pushq %rsi
21978 pushq %rdx
21979 pushq %rcx
21980 pushq %r8
21981 call _glapi_get_dispatch
21982 popq %r8
21983 popq %rcx
21984 popq %rdx
21985 popq %rsi
21986 popq %rdi
21987 movq 4656(%rax), %r11
21988 jmp *%r11
21989 #endif /* defined(GLX_USE_TLS) */
21990 .size GL_PREFIX(CopyBufferSubData), .-GL_PREFIX(CopyBufferSubData)
21991
21992 .p2align 4,,15
21993 .globl GL_PREFIX(ClientWaitSync)
21994 .type GL_PREFIX(ClientWaitSync), @function
21995 GL_PREFIX(ClientWaitSync):
21996 #if defined(GLX_USE_TLS)
21997 call _x86_64_get_dispatch@PLT
21998 movq 4664(%rax), %r11
21999 jmp *%r11
22000 #elif defined(PTHREADS)
22001 pushq %rdi
22002 pushq %rsi
22003 pushq %rdx
22004 call _x86_64_get_dispatch@PLT
22005 popq %rdx
22006 popq %rsi
22007 popq %rdi
22008 movq 4664(%rax), %r11
22009 jmp *%r11
22010 #else
22011 movq _glapi_Dispatch(%rip), %rax
22012 testq %rax, %rax
22013 je 1f
22014 movq 4664(%rax), %r11
22015 jmp *%r11
22016 1:
22017 pushq %rdi
22018 pushq %rsi
22019 pushq %rdx
22020 call _glapi_get_dispatch
22021 popq %rdx
22022 popq %rsi
22023 popq %rdi
22024 movq 4664(%rax), %r11
22025 jmp *%r11
22026 #endif /* defined(GLX_USE_TLS) */
22027 .size GL_PREFIX(ClientWaitSync), .-GL_PREFIX(ClientWaitSync)
22028
22029 .p2align 4,,15
22030 .globl GL_PREFIX(DeleteSync)
22031 .type GL_PREFIX(DeleteSync), @function
22032 GL_PREFIX(DeleteSync):
22033 #if defined(GLX_USE_TLS)
22034 call _x86_64_get_dispatch@PLT
22035 movq 4672(%rax), %r11
22036 jmp *%r11
22037 #elif defined(PTHREADS)
22038 pushq %rdi
22039 call _x86_64_get_dispatch@PLT
22040 popq %rdi
22041 movq 4672(%rax), %r11
22042 jmp *%r11
22043 #else
22044 movq _glapi_Dispatch(%rip), %rax
22045 testq %rax, %rax
22046 je 1f
22047 movq 4672(%rax), %r11
22048 jmp *%r11
22049 1:
22050 pushq %rdi
22051 call _glapi_get_dispatch
22052 popq %rdi
22053 movq 4672(%rax), %r11
22054 jmp *%r11
22055 #endif /* defined(GLX_USE_TLS) */
22056 .size GL_PREFIX(DeleteSync), .-GL_PREFIX(DeleteSync)
22057
22058 .p2align 4,,15
22059 .globl GL_PREFIX(FenceSync)
22060 .type GL_PREFIX(FenceSync), @function
22061 GL_PREFIX(FenceSync):
22062 #if defined(GLX_USE_TLS)
22063 call _x86_64_get_dispatch@PLT
22064 movq 4680(%rax), %r11
22065 jmp *%r11
22066 #elif defined(PTHREADS)
22067 pushq %rdi
22068 pushq %rsi
22069 pushq %rbp
22070 call _x86_64_get_dispatch@PLT
22071 popq %rbp
22072 popq %rsi
22073 popq %rdi
22074 movq 4680(%rax), %r11
22075 jmp *%r11
22076 #else
22077 movq _glapi_Dispatch(%rip), %rax
22078 testq %rax, %rax
22079 je 1f
22080 movq 4680(%rax), %r11
22081 jmp *%r11
22082 1:
22083 pushq %rdi
22084 pushq %rsi
22085 pushq %rbp
22086 call _glapi_get_dispatch
22087 popq %rbp
22088 popq %rsi
22089 popq %rdi
22090 movq 4680(%rax), %r11
22091 jmp *%r11
22092 #endif /* defined(GLX_USE_TLS) */
22093 .size GL_PREFIX(FenceSync), .-GL_PREFIX(FenceSync)
22094
22095 .p2align 4,,15
22096 .globl GL_PREFIX(GetInteger64v)
22097 .type GL_PREFIX(GetInteger64v), @function
22098 GL_PREFIX(GetInteger64v):
22099 #if defined(GLX_USE_TLS)
22100 call _x86_64_get_dispatch@PLT
22101 movq 4688(%rax), %r11
22102 jmp *%r11
22103 #elif defined(PTHREADS)
22104 pushq %rdi
22105 pushq %rsi
22106 pushq %rbp
22107 call _x86_64_get_dispatch@PLT
22108 popq %rbp
22109 popq %rsi
22110 popq %rdi
22111 movq 4688(%rax), %r11
22112 jmp *%r11
22113 #else
22114 movq _glapi_Dispatch(%rip), %rax
22115 testq %rax, %rax
22116 je 1f
22117 movq 4688(%rax), %r11
22118 jmp *%r11
22119 1:
22120 pushq %rdi
22121 pushq %rsi
22122 pushq %rbp
22123 call _glapi_get_dispatch
22124 popq %rbp
22125 popq %rsi
22126 popq %rdi
22127 movq 4688(%rax), %r11
22128 jmp *%r11
22129 #endif /* defined(GLX_USE_TLS) */
22130 .size GL_PREFIX(GetInteger64v), .-GL_PREFIX(GetInteger64v)
22131
22132 .p2align 4,,15
22133 .globl GL_PREFIX(GetSynciv)
22134 .type GL_PREFIX(GetSynciv), @function
22135 GL_PREFIX(GetSynciv):
22136 #if defined(GLX_USE_TLS)
22137 call _x86_64_get_dispatch@PLT
22138 movq 4696(%rax), %r11
22139 jmp *%r11
22140 #elif defined(PTHREADS)
22141 pushq %rdi
22142 pushq %rsi
22143 pushq %rdx
22144 pushq %rcx
22145 pushq %r8
22146 call _x86_64_get_dispatch@PLT
22147 popq %r8
22148 popq %rcx
22149 popq %rdx
22150 popq %rsi
22151 popq %rdi
22152 movq 4696(%rax), %r11
22153 jmp *%r11
22154 #else
22155 movq _glapi_Dispatch(%rip), %rax
22156 testq %rax, %rax
22157 je 1f
22158 movq 4696(%rax), %r11
22159 jmp *%r11
22160 1:
22161 pushq %rdi
22162 pushq %rsi
22163 pushq %rdx
22164 pushq %rcx
22165 pushq %r8
22166 call _glapi_get_dispatch
22167 popq %r8
22168 popq %rcx
22169 popq %rdx
22170 popq %rsi
22171 popq %rdi
22172 movq 4696(%rax), %r11
22173 jmp *%r11
22174 #endif /* defined(GLX_USE_TLS) */
22175 .size GL_PREFIX(GetSynciv), .-GL_PREFIX(GetSynciv)
22176
22177 .p2align 4,,15
22178 .globl GL_PREFIX(IsSync)
22179 .type GL_PREFIX(IsSync), @function
22180 GL_PREFIX(IsSync):
22181 #if defined(GLX_USE_TLS)
22182 call _x86_64_get_dispatch@PLT
22183 movq 4704(%rax), %r11
22184 jmp *%r11
22185 #elif defined(PTHREADS)
22186 pushq %rdi
22187 call _x86_64_get_dispatch@PLT
22188 popq %rdi
22189 movq 4704(%rax), %r11
22190 jmp *%r11
22191 #else
22192 movq _glapi_Dispatch(%rip), %rax
22193 testq %rax, %rax
22194 je 1f
22195 movq 4704(%rax), %r11
22196 jmp *%r11
22197 1:
22198 pushq %rdi
22199 call _glapi_get_dispatch
22200 popq %rdi
22201 movq 4704(%rax), %r11
22202 jmp *%r11
22203 #endif /* defined(GLX_USE_TLS) */
22204 .size GL_PREFIX(IsSync), .-GL_PREFIX(IsSync)
22205
22206 .p2align 4,,15
22207 .globl GL_PREFIX(WaitSync)
22208 .type GL_PREFIX(WaitSync), @function
22209 GL_PREFIX(WaitSync):
22210 #if defined(GLX_USE_TLS)
22211 call _x86_64_get_dispatch@PLT
22212 movq 4712(%rax), %r11
22213 jmp *%r11
22214 #elif defined(PTHREADS)
22215 pushq %rdi
22216 pushq %rsi
22217 pushq %rdx
22218 call _x86_64_get_dispatch@PLT
22219 popq %rdx
22220 popq %rsi
22221 popq %rdi
22222 movq 4712(%rax), %r11
22223 jmp *%r11
22224 #else
22225 movq _glapi_Dispatch(%rip), %rax
22226 testq %rax, %rax
22227 je 1f
22228 movq 4712(%rax), %r11
22229 jmp *%r11
22230 1:
22231 pushq %rdi
22232 pushq %rsi
22233 pushq %rdx
22234 call _glapi_get_dispatch
22235 popq %rdx
22236 popq %rsi
22237 popq %rdi
22238 movq 4712(%rax), %r11
22239 jmp *%r11
22240 #endif /* defined(GLX_USE_TLS) */
22241 .size GL_PREFIX(WaitSync), .-GL_PREFIX(WaitSync)
22242
22243 .p2align 4,,15
22244 .globl GL_PREFIX(DrawElementsBaseVertex)
22245 .type GL_PREFIX(DrawElementsBaseVertex), @function
22246 GL_PREFIX(DrawElementsBaseVertex):
22247 #if defined(GLX_USE_TLS)
22248 call _x86_64_get_dispatch@PLT
22249 movq 4720(%rax), %r11
22250 jmp *%r11
22251 #elif defined(PTHREADS)
22252 pushq %rdi
22253 pushq %rsi
22254 pushq %rdx
22255 pushq %rcx
22256 pushq %r8
22257 call _x86_64_get_dispatch@PLT
22258 popq %r8
22259 popq %rcx
22260 popq %rdx
22261 popq %rsi
22262 popq %rdi
22263 movq 4720(%rax), %r11
22264 jmp *%r11
22265 #else
22266 movq _glapi_Dispatch(%rip), %rax
22267 testq %rax, %rax
22268 je 1f
22269 movq 4720(%rax), %r11
22270 jmp *%r11
22271 1:
22272 pushq %rdi
22273 pushq %rsi
22274 pushq %rdx
22275 pushq %rcx
22276 pushq %r8
22277 call _glapi_get_dispatch
22278 popq %r8
22279 popq %rcx
22280 popq %rdx
22281 popq %rsi
22282 popq %rdi
22283 movq 4720(%rax), %r11
22284 jmp *%r11
22285 #endif /* defined(GLX_USE_TLS) */
22286 .size GL_PREFIX(DrawElementsBaseVertex), .-GL_PREFIX(DrawElementsBaseVertex)
22287
22288 .p2align 4,,15
22289 .globl GL_PREFIX(DrawRangeElementsBaseVertex)
22290 .type GL_PREFIX(DrawRangeElementsBaseVertex), @function
22291 GL_PREFIX(DrawRangeElementsBaseVertex):
22292 #if defined(GLX_USE_TLS)
22293 call _x86_64_get_dispatch@PLT
22294 movq 4728(%rax), %r11
22295 jmp *%r11
22296 #elif defined(PTHREADS)
22297 pushq %rdi
22298 pushq %rsi
22299 pushq %rdx
22300 pushq %rcx
22301 pushq %r8
22302 pushq %r9
22303 pushq %rbp
22304 call _x86_64_get_dispatch@PLT
22305 popq %rbp
22306 popq %r9
22307 popq %r8
22308 popq %rcx
22309 popq %rdx
22310 popq %rsi
22311 popq %rdi
22312 movq 4728(%rax), %r11
22313 jmp *%r11
22314 #else
22315 movq _glapi_Dispatch(%rip), %rax
22316 testq %rax, %rax
22317 je 1f
22318 movq 4728(%rax), %r11
22319 jmp *%r11
22320 1:
22321 pushq %rdi
22322 pushq %rsi
22323 pushq %rdx
22324 pushq %rcx
22325 pushq %r8
22326 pushq %r9
22327 pushq %rbp
22328 call _glapi_get_dispatch
22329 popq %rbp
22330 popq %r9
22331 popq %r8
22332 popq %rcx
22333 popq %rdx
22334 popq %rsi
22335 popq %rdi
22336 movq 4728(%rax), %r11
22337 jmp *%r11
22338 #endif /* defined(GLX_USE_TLS) */
22339 .size GL_PREFIX(DrawRangeElementsBaseVertex), .-GL_PREFIX(DrawRangeElementsBaseVertex)
22340
22341 .p2align 4,,15
22342 .globl GL_PREFIX(MultiDrawElementsBaseVertex)
22343 .type GL_PREFIX(MultiDrawElementsBaseVertex), @function
22344 GL_PREFIX(MultiDrawElementsBaseVertex):
22345 #if defined(GLX_USE_TLS)
22346 call _x86_64_get_dispatch@PLT
22347 movq 4736(%rax), %r11
22348 jmp *%r11
22349 #elif defined(PTHREADS)
22350 pushq %rdi
22351 pushq %rsi
22352 pushq %rdx
22353 pushq %rcx
22354 pushq %r8
22355 pushq %r9
22356 pushq %rbp
22357 call _x86_64_get_dispatch@PLT
22358 popq %rbp
22359 popq %r9
22360 popq %r8
22361 popq %rcx
22362 popq %rdx
22363 popq %rsi
22364 popq %rdi
22365 movq 4736(%rax), %r11
22366 jmp *%r11
22367 #else
22368 movq _glapi_Dispatch(%rip), %rax
22369 testq %rax, %rax
22370 je 1f
22371 movq 4736(%rax), %r11
22372 jmp *%r11
22373 1:
22374 pushq %rdi
22375 pushq %rsi
22376 pushq %rdx
22377 pushq %rcx
22378 pushq %r8
22379 pushq %r9
22380 pushq %rbp
22381 call _glapi_get_dispatch
22382 popq %rbp
22383 popq %r9
22384 popq %r8
22385 popq %rcx
22386 popq %rdx
22387 popq %rsi
22388 popq %rdi
22389 movq 4736(%rax), %r11
22390 jmp *%r11
22391 #endif /* defined(GLX_USE_TLS) */
22392 .size GL_PREFIX(MultiDrawElementsBaseVertex), .-GL_PREFIX(MultiDrawElementsBaseVertex)
22393
22394 .p2align 4,,15
22395 .globl GL_PREFIX(BindTransformFeedback)
22396 .type GL_PREFIX(BindTransformFeedback), @function
22397 GL_PREFIX(BindTransformFeedback):
22398 #if defined(GLX_USE_TLS)
22399 call _x86_64_get_dispatch@PLT
22400 movq 4744(%rax), %r11
22401 jmp *%r11
22402 #elif defined(PTHREADS)
22403 pushq %rdi
22404 pushq %rsi
22405 pushq %rbp
22406 call _x86_64_get_dispatch@PLT
22407 popq %rbp
22408 popq %rsi
22409 popq %rdi
22410 movq 4744(%rax), %r11
22411 jmp *%r11
22412 #else
22413 movq _glapi_Dispatch(%rip), %rax
22414 testq %rax, %rax
22415 je 1f
22416 movq 4744(%rax), %r11
22417 jmp *%r11
22418 1:
22419 pushq %rdi
22420 pushq %rsi
22421 pushq %rbp
22422 call _glapi_get_dispatch
22423 popq %rbp
22424 popq %rsi
22425 popq %rdi
22426 movq 4744(%rax), %r11
22427 jmp *%r11
22428 #endif /* defined(GLX_USE_TLS) */
22429 .size GL_PREFIX(BindTransformFeedback), .-GL_PREFIX(BindTransformFeedback)
22430
22431 .p2align 4,,15
22432 .globl GL_PREFIX(DeleteTransformFeedbacks)
22433 .type GL_PREFIX(DeleteTransformFeedbacks), @function
22434 GL_PREFIX(DeleteTransformFeedbacks):
22435 #if defined(GLX_USE_TLS)
22436 call _x86_64_get_dispatch@PLT
22437 movq 4752(%rax), %r11
22438 jmp *%r11
22439 #elif defined(PTHREADS)
22440 pushq %rdi
22441 pushq %rsi
22442 pushq %rbp
22443 call _x86_64_get_dispatch@PLT
22444 popq %rbp
22445 popq %rsi
22446 popq %rdi
22447 movq 4752(%rax), %r11
22448 jmp *%r11
22449 #else
22450 movq _glapi_Dispatch(%rip), %rax
22451 testq %rax, %rax
22452 je 1f
22453 movq 4752(%rax), %r11
22454 jmp *%r11
22455 1:
22456 pushq %rdi
22457 pushq %rsi
22458 pushq %rbp
22459 call _glapi_get_dispatch
22460 popq %rbp
22461 popq %rsi
22462 popq %rdi
22463 movq 4752(%rax), %r11
22464 jmp *%r11
22465 #endif /* defined(GLX_USE_TLS) */
22466 .size GL_PREFIX(DeleteTransformFeedbacks), .-GL_PREFIX(DeleteTransformFeedbacks)
22467
22468 .p2align 4,,15
22469 .globl GL_PREFIX(DrawTransformFeedback)
22470 .type GL_PREFIX(DrawTransformFeedback), @function
22471 GL_PREFIX(DrawTransformFeedback):
22472 #if defined(GLX_USE_TLS)
22473 call _x86_64_get_dispatch@PLT
22474 movq 4760(%rax), %r11
22475 jmp *%r11
22476 #elif defined(PTHREADS)
22477 pushq %rdi
22478 pushq %rsi
22479 pushq %rbp
22480 call _x86_64_get_dispatch@PLT
22481 popq %rbp
22482 popq %rsi
22483 popq %rdi
22484 movq 4760(%rax), %r11
22485 jmp *%r11
22486 #else
22487 movq _glapi_Dispatch(%rip), %rax
22488 testq %rax, %rax
22489 je 1f
22490 movq 4760(%rax), %r11
22491 jmp *%r11
22492 1:
22493 pushq %rdi
22494 pushq %rsi
22495 pushq %rbp
22496 call _glapi_get_dispatch
22497 popq %rbp
22498 popq %rsi
22499 popq %rdi
22500 movq 4760(%rax), %r11
22501 jmp *%r11
22502 #endif /* defined(GLX_USE_TLS) */
22503 .size GL_PREFIX(DrawTransformFeedback), .-GL_PREFIX(DrawTransformFeedback)
22504
22505 .p2align 4,,15
22506 .globl GL_PREFIX(GenTransformFeedbacks)
22507 .type GL_PREFIX(GenTransformFeedbacks), @function
22508 GL_PREFIX(GenTransformFeedbacks):
22509 #if defined(GLX_USE_TLS)
22510 call _x86_64_get_dispatch@PLT
22511 movq 4768(%rax), %r11
22512 jmp *%r11
22513 #elif defined(PTHREADS)
22514 pushq %rdi
22515 pushq %rsi
22516 pushq %rbp
22517 call _x86_64_get_dispatch@PLT
22518 popq %rbp
22519 popq %rsi
22520 popq %rdi
22521 movq 4768(%rax), %r11
22522 jmp *%r11
22523 #else
22524 movq _glapi_Dispatch(%rip), %rax
22525 testq %rax, %rax
22526 je 1f
22527 movq 4768(%rax), %r11
22528 jmp *%r11
22529 1:
22530 pushq %rdi
22531 pushq %rsi
22532 pushq %rbp
22533 call _glapi_get_dispatch
22534 popq %rbp
22535 popq %rsi
22536 popq %rdi
22537 movq 4768(%rax), %r11
22538 jmp *%r11
22539 #endif /* defined(GLX_USE_TLS) */
22540 .size GL_PREFIX(GenTransformFeedbacks), .-GL_PREFIX(GenTransformFeedbacks)
22541
22542 .p2align 4,,15
22543 .globl GL_PREFIX(IsTransformFeedback)
22544 .type GL_PREFIX(IsTransformFeedback), @function
22545 GL_PREFIX(IsTransformFeedback):
22546 #if defined(GLX_USE_TLS)
22547 call _x86_64_get_dispatch@PLT
22548 movq 4776(%rax), %r11
22549 jmp *%r11
22550 #elif defined(PTHREADS)
22551 pushq %rdi
22552 call _x86_64_get_dispatch@PLT
22553 popq %rdi
22554 movq 4776(%rax), %r11
22555 jmp *%r11
22556 #else
22557 movq _glapi_Dispatch(%rip), %rax
22558 testq %rax, %rax
22559 je 1f
22560 movq 4776(%rax), %r11
22561 jmp *%r11
22562 1:
22563 pushq %rdi
22564 call _glapi_get_dispatch
22565 popq %rdi
22566 movq 4776(%rax), %r11
22567 jmp *%r11
22568 #endif /* defined(GLX_USE_TLS) */
22569 .size GL_PREFIX(IsTransformFeedback), .-GL_PREFIX(IsTransformFeedback)
22570
22571 .p2align 4,,15
22572 .globl GL_PREFIX(PauseTransformFeedback)
22573 .type GL_PREFIX(PauseTransformFeedback), @function
22574 GL_PREFIX(PauseTransformFeedback):
22575 #if defined(GLX_USE_TLS)
22576 call _x86_64_get_dispatch@PLT
22577 movq 4784(%rax), %r11
22578 jmp *%r11
22579 #elif defined(PTHREADS)
22580 pushq %rbp
22581 call _x86_64_get_dispatch@PLT
22582 popq %rbp
22583 movq 4784(%rax), %r11
22584 jmp *%r11
22585 #else
22586 movq _glapi_Dispatch(%rip), %rax
22587 testq %rax, %rax
22588 je 1f
22589 movq 4784(%rax), %r11
22590 jmp *%r11
22591 1:
22592 pushq %rbp
22593 call _glapi_get_dispatch
22594 popq %rbp
22595 movq 4784(%rax), %r11
22596 jmp *%r11
22597 #endif /* defined(GLX_USE_TLS) */
22598 .size GL_PREFIX(PauseTransformFeedback), .-GL_PREFIX(PauseTransformFeedback)
22599
22600 .p2align 4,,15
22601 .globl GL_PREFIX(ResumeTransformFeedback)
22602 .type GL_PREFIX(ResumeTransformFeedback), @function
22603 GL_PREFIX(ResumeTransformFeedback):
22604 #if defined(GLX_USE_TLS)
22605 call _x86_64_get_dispatch@PLT
22606 movq 4792(%rax), %r11
22607 jmp *%r11
22608 #elif defined(PTHREADS)
22609 pushq %rbp
22610 call _x86_64_get_dispatch@PLT
22611 popq %rbp
22612 movq 4792(%rax), %r11
22613 jmp *%r11
22614 #else
22615 movq _glapi_Dispatch(%rip), %rax
22616 testq %rax, %rax
22617 je 1f
22618 movq 4792(%rax), %r11
22619 jmp *%r11
22620 1:
22621 pushq %rbp
22622 call _glapi_get_dispatch
22623 popq %rbp
22624 movq 4792(%rax), %r11
22625 jmp *%r11
22626 #endif /* defined(GLX_USE_TLS) */
22627 .size GL_PREFIX(ResumeTransformFeedback), .-GL_PREFIX(ResumeTransformFeedback)
22628
22629 .p2align 4,,15
22630 .globl GL_PREFIX(PolygonOffsetEXT)
22631 .type GL_PREFIX(PolygonOffsetEXT), @function
22632 GL_PREFIX(PolygonOffsetEXT):
22633 #if defined(GLX_USE_TLS)
22634 call _x86_64_get_dispatch@PLT
22635 movq 4800(%rax), %r11
22636 jmp *%r11
22637 #elif defined(PTHREADS)
22638 subq $24, %rsp
22639 movq %xmm0, (%rsp)
22640 movq %xmm1, 8(%rsp)
22641 call _x86_64_get_dispatch@PLT
22642 movq 8(%rsp), %xmm1
22643 movq (%rsp), %xmm0
22644 addq $24, %rsp
22645 movq 4800(%rax), %r11
22646 jmp *%r11
22647 #else
22648 movq _glapi_Dispatch(%rip), %rax
22649 testq %rax, %rax
22650 je 1f
22651 movq 4800(%rax), %r11
22652 jmp *%r11
22653 1:
22654 subq $24, %rsp
22655 movq %xmm0, (%rsp)
22656 movq %xmm1, 8(%rsp)
22657 call _glapi_get_dispatch
22658 movq 8(%rsp), %xmm1
22659 movq (%rsp), %xmm0
22660 addq $24, %rsp
22661 movq 4800(%rax), %r11
22662 jmp *%r11
22663 #endif /* defined(GLX_USE_TLS) */
22664 .size GL_PREFIX(PolygonOffsetEXT), .-GL_PREFIX(PolygonOffsetEXT)
22665
22666 .p2align 4,,15
22667 .globl GL_PREFIX(_dispatch_stub_601)
22668 .type GL_PREFIX(_dispatch_stub_601), @function
22669 HIDDEN(GL_PREFIX(_dispatch_stub_601))
22670 GL_PREFIX(_dispatch_stub_601):
22671 #if defined(GLX_USE_TLS)
22672 call _x86_64_get_dispatch@PLT
22673 movq 4808(%rax), %r11
22674 jmp *%r11
22675 #elif defined(PTHREADS)
22676 pushq %rdi
22677 pushq %rsi
22678 pushq %rbp
22679 call _x86_64_get_dispatch@PLT
22680 popq %rbp
22681 popq %rsi
22682 popq %rdi
22683 movq 4808(%rax), %r11
22684 jmp *%r11
22685 #else
22686 movq _glapi_Dispatch(%rip), %rax
22687 testq %rax, %rax
22688 je 1f
22689 movq 4808(%rax), %r11
22690 jmp *%r11
22691 1:
22692 pushq %rdi
22693 pushq %rsi
22694 pushq %rbp
22695 call _glapi_get_dispatch
22696 popq %rbp
22697 popq %rsi
22698 popq %rdi
22699 movq 4808(%rax), %r11
22700 jmp *%r11
22701 #endif /* defined(GLX_USE_TLS) */
22702 .size GL_PREFIX(_dispatch_stub_601), .-GL_PREFIX(_dispatch_stub_601)
22703
22704 .p2align 4,,15
22705 .globl GL_PREFIX(_dispatch_stub_602)
22706 .type GL_PREFIX(_dispatch_stub_602), @function
22707 HIDDEN(GL_PREFIX(_dispatch_stub_602))
22708 GL_PREFIX(_dispatch_stub_602):
22709 #if defined(GLX_USE_TLS)
22710 call _x86_64_get_dispatch@PLT
22711 movq 4816(%rax), %r11
22712 jmp *%r11
22713 #elif defined(PTHREADS)
22714 pushq %rdi
22715 pushq %rsi
22716 pushq %rbp
22717 call _x86_64_get_dispatch@PLT
22718 popq %rbp
22719 popq %rsi
22720 popq %rdi
22721 movq 4816(%rax), %r11
22722 jmp *%r11
22723 #else
22724 movq _glapi_Dispatch(%rip), %rax
22725 testq %rax, %rax
22726 je 1f
22727 movq 4816(%rax), %r11
22728 jmp *%r11
22729 1:
22730 pushq %rdi
22731 pushq %rsi
22732 pushq %rbp
22733 call _glapi_get_dispatch
22734 popq %rbp
22735 popq %rsi
22736 popq %rdi
22737 movq 4816(%rax), %r11
22738 jmp *%r11
22739 #endif /* defined(GLX_USE_TLS) */
22740 .size GL_PREFIX(_dispatch_stub_602), .-GL_PREFIX(_dispatch_stub_602)
22741
22742 .p2align 4,,15
22743 .globl GL_PREFIX(_dispatch_stub_603)
22744 .type GL_PREFIX(_dispatch_stub_603), @function
22745 HIDDEN(GL_PREFIX(_dispatch_stub_603))
22746 GL_PREFIX(_dispatch_stub_603):
22747 #if defined(GLX_USE_TLS)
22748 call _x86_64_get_dispatch@PLT
22749 movq 4824(%rax), %r11
22750 jmp *%r11
22751 #elif defined(PTHREADS)
22752 subq $24, %rsp
22753 movq %rdi, (%rsp)
22754 movq %xmm0, 8(%rsp)
22755 call _x86_64_get_dispatch@PLT
22756 movq 8(%rsp), %xmm0
22757 movq (%rsp), %rdi
22758 addq $24, %rsp
22759 movq 4824(%rax), %r11
22760 jmp *%r11
22761 #else
22762 movq _glapi_Dispatch(%rip), %rax
22763 testq %rax, %rax
22764 je 1f
22765 movq 4824(%rax), %r11
22766 jmp *%r11
22767 1:
22768 subq $24, %rsp
22769 movq %rdi, (%rsp)
22770 movq %xmm0, 8(%rsp)
22771 call _glapi_get_dispatch
22772 movq 8(%rsp), %xmm0
22773 movq (%rsp), %rdi
22774 addq $24, %rsp
22775 movq 4824(%rax), %r11
22776 jmp *%r11
22777 #endif /* defined(GLX_USE_TLS) */
22778 .size GL_PREFIX(_dispatch_stub_603), .-GL_PREFIX(_dispatch_stub_603)
22779
22780 .p2align 4,,15
22781 .globl GL_PREFIX(_dispatch_stub_604)
22782 .type GL_PREFIX(_dispatch_stub_604), @function
22783 HIDDEN(GL_PREFIX(_dispatch_stub_604))
22784 GL_PREFIX(_dispatch_stub_604):
22785 #if defined(GLX_USE_TLS)
22786 call _x86_64_get_dispatch@PLT
22787 movq 4832(%rax), %r11
22788 jmp *%r11
22789 #elif defined(PTHREADS)
22790 pushq %rdi
22791 pushq %rsi
22792 pushq %rbp
22793 call _x86_64_get_dispatch@PLT
22794 popq %rbp
22795 popq %rsi
22796 popq %rdi
22797 movq 4832(%rax), %r11
22798 jmp *%r11
22799 #else
22800 movq _glapi_Dispatch(%rip), %rax
22801 testq %rax, %rax
22802 je 1f
22803 movq 4832(%rax), %r11
22804 jmp *%r11
22805 1:
22806 pushq %rdi
22807 pushq %rsi
22808 pushq %rbp
22809 call _glapi_get_dispatch
22810 popq %rbp
22811 popq %rsi
22812 popq %rdi
22813 movq 4832(%rax), %r11
22814 jmp *%r11
22815 #endif /* defined(GLX_USE_TLS) */
22816 .size GL_PREFIX(_dispatch_stub_604), .-GL_PREFIX(_dispatch_stub_604)
22817
22818 .p2align 4,,15
22819 .globl GL_PREFIX(_dispatch_stub_605)
22820 .type GL_PREFIX(_dispatch_stub_605), @function
22821 HIDDEN(GL_PREFIX(_dispatch_stub_605))
22822 GL_PREFIX(_dispatch_stub_605):
22823 #if defined(GLX_USE_TLS)
22824 call _x86_64_get_dispatch@PLT
22825 movq 4840(%rax), %r11
22826 jmp *%r11
22827 #elif defined(PTHREADS)
22828 pushq %rdi
22829 pushq %rsi
22830 pushq %rbp
22831 call _x86_64_get_dispatch@PLT
22832 popq %rbp
22833 popq %rsi
22834 popq %rdi
22835 movq 4840(%rax), %r11
22836 jmp *%r11
22837 #else
22838 movq _glapi_Dispatch(%rip), %rax
22839 testq %rax, %rax
22840 je 1f
22841 movq 4840(%rax), %r11
22842 jmp *%r11
22843 1:
22844 pushq %rdi
22845 pushq %rsi
22846 pushq %rbp
22847 call _glapi_get_dispatch
22848 popq %rbp
22849 popq %rsi
22850 popq %rdi
22851 movq 4840(%rax), %r11
22852 jmp *%r11
22853 #endif /* defined(GLX_USE_TLS) */
22854 .size GL_PREFIX(_dispatch_stub_605), .-GL_PREFIX(_dispatch_stub_605)
22855
22856 .p2align 4,,15
22857 .globl GL_PREFIX(_dispatch_stub_606)
22858 .type GL_PREFIX(_dispatch_stub_606), @function
22859 HIDDEN(GL_PREFIX(_dispatch_stub_606))
22860 GL_PREFIX(_dispatch_stub_606):
22861 #if defined(GLX_USE_TLS)
22862 call _x86_64_get_dispatch@PLT
22863 movq 4848(%rax), %r11
22864 jmp *%r11
22865 #elif defined(PTHREADS)
22866 pushq %rdi
22867 pushq %rsi
22868 pushq %rbp
22869 call _x86_64_get_dispatch@PLT
22870 popq %rbp
22871 popq %rsi
22872 popq %rdi
22873 movq 4848(%rax), %r11
22874 jmp *%r11
22875 #else
22876 movq _glapi_Dispatch(%rip), %rax
22877 testq %rax, %rax
22878 je 1f
22879 movq 4848(%rax), %r11
22880 jmp *%r11
22881 1:
22882 pushq %rdi
22883 pushq %rsi
22884 pushq %rbp
22885 call _glapi_get_dispatch
22886 popq %rbp
22887 popq %rsi
22888 popq %rdi
22889 movq 4848(%rax), %r11
22890 jmp *%r11
22891 #endif /* defined(GLX_USE_TLS) */
22892 .size GL_PREFIX(_dispatch_stub_606), .-GL_PREFIX(_dispatch_stub_606)
22893
22894 .p2align 4,,15
22895 .globl GL_PREFIX(_dispatch_stub_607)
22896 .type GL_PREFIX(_dispatch_stub_607), @function
22897 HIDDEN(GL_PREFIX(_dispatch_stub_607))
22898 GL_PREFIX(_dispatch_stub_607):
22899 #if defined(GLX_USE_TLS)
22900 call _x86_64_get_dispatch@PLT
22901 movq 4856(%rax), %r11
22902 jmp *%r11
22903 #elif defined(PTHREADS)
22904 pushq %rdi
22905 pushq %rsi
22906 pushq %rbp
22907 call _x86_64_get_dispatch@PLT
22908 popq %rbp
22909 popq %rsi
22910 popq %rdi
22911 movq 4856(%rax), %r11
22912 jmp *%r11
22913 #else
22914 movq _glapi_Dispatch(%rip), %rax
22915 testq %rax, %rax
22916 je 1f
22917 movq 4856(%rax), %r11
22918 jmp *%r11
22919 1:
22920 pushq %rdi
22921 pushq %rsi
22922 pushq %rbp
22923 call _glapi_get_dispatch
22924 popq %rbp
22925 popq %rsi
22926 popq %rdi
22927 movq 4856(%rax), %r11
22928 jmp *%r11
22929 #endif /* defined(GLX_USE_TLS) */
22930 .size GL_PREFIX(_dispatch_stub_607), .-GL_PREFIX(_dispatch_stub_607)
22931
22932 .p2align 4,,15
22933 .globl GL_PREFIX(_dispatch_stub_608)
22934 .type GL_PREFIX(_dispatch_stub_608), @function
22935 HIDDEN(GL_PREFIX(_dispatch_stub_608))
22936 GL_PREFIX(_dispatch_stub_608):
22937 #if defined(GLX_USE_TLS)
22938 call _x86_64_get_dispatch@PLT
22939 movq 4864(%rax), %r11
22940 jmp *%r11
22941 #elif defined(PTHREADS)
22942 pushq %rdi
22943 call _x86_64_get_dispatch@PLT
22944 popq %rdi
22945 movq 4864(%rax), %r11
22946 jmp *%r11
22947 #else
22948 movq _glapi_Dispatch(%rip), %rax
22949 testq %rax, %rax
22950 je 1f
22951 movq 4864(%rax), %r11
22952 jmp *%r11
22953 1:
22954 pushq %rdi
22955 call _glapi_get_dispatch
22956 popq %rdi
22957 movq 4864(%rax), %r11
22958 jmp *%r11
22959 #endif /* defined(GLX_USE_TLS) */
22960 .size GL_PREFIX(_dispatch_stub_608), .-GL_PREFIX(_dispatch_stub_608)
22961
22962 .p2align 4,,15
22963 .globl GL_PREFIX(ColorPointerEXT)
22964 .type GL_PREFIX(ColorPointerEXT), @function
22965 GL_PREFIX(ColorPointerEXT):
22966 #if defined(GLX_USE_TLS)
22967 call _x86_64_get_dispatch@PLT
22968 movq 4872(%rax), %r11
22969 jmp *%r11
22970 #elif defined(PTHREADS)
22971 pushq %rdi
22972 pushq %rsi
22973 pushq %rdx
22974 pushq %rcx
22975 pushq %r8
22976 call _x86_64_get_dispatch@PLT
22977 popq %r8
22978 popq %rcx
22979 popq %rdx
22980 popq %rsi
22981 popq %rdi
22982 movq 4872(%rax), %r11
22983 jmp *%r11
22984 #else
22985 movq _glapi_Dispatch(%rip), %rax
22986 testq %rax, %rax
22987 je 1f
22988 movq 4872(%rax), %r11
22989 jmp *%r11
22990 1:
22991 pushq %rdi
22992 pushq %rsi
22993 pushq %rdx
22994 pushq %rcx
22995 pushq %r8
22996 call _glapi_get_dispatch
22997 popq %r8
22998 popq %rcx
22999 popq %rdx
23000 popq %rsi
23001 popq %rdi
23002 movq 4872(%rax), %r11
23003 jmp *%r11
23004 #endif /* defined(GLX_USE_TLS) */
23005 .size GL_PREFIX(ColorPointerEXT), .-GL_PREFIX(ColorPointerEXT)
23006
23007 .p2align 4,,15
23008 .globl GL_PREFIX(EdgeFlagPointerEXT)
23009 .type GL_PREFIX(EdgeFlagPointerEXT), @function
23010 GL_PREFIX(EdgeFlagPointerEXT):
23011 #if defined(GLX_USE_TLS)
23012 call _x86_64_get_dispatch@PLT
23013 movq 4880(%rax), %r11
23014 jmp *%r11
23015 #elif defined(PTHREADS)
23016 pushq %rdi
23017 pushq %rsi
23018 pushq %rdx
23019 call _x86_64_get_dispatch@PLT
23020 popq %rdx
23021 popq %rsi
23022 popq %rdi
23023 movq 4880(%rax), %r11
23024 jmp *%r11
23025 #else
23026 movq _glapi_Dispatch(%rip), %rax
23027 testq %rax, %rax
23028 je 1f
23029 movq 4880(%rax), %r11
23030 jmp *%r11
23031 1:
23032 pushq %rdi
23033 pushq %rsi
23034 pushq %rdx
23035 call _glapi_get_dispatch
23036 popq %rdx
23037 popq %rsi
23038 popq %rdi
23039 movq 4880(%rax), %r11
23040 jmp *%r11
23041 #endif /* defined(GLX_USE_TLS) */
23042 .size GL_PREFIX(EdgeFlagPointerEXT), .-GL_PREFIX(EdgeFlagPointerEXT)
23043
23044 .p2align 4,,15
23045 .globl GL_PREFIX(IndexPointerEXT)
23046 .type GL_PREFIX(IndexPointerEXT), @function
23047 GL_PREFIX(IndexPointerEXT):
23048 #if defined(GLX_USE_TLS)
23049 call _x86_64_get_dispatch@PLT
23050 movq 4888(%rax), %r11
23051 jmp *%r11
23052 #elif defined(PTHREADS)
23053 pushq %rdi
23054 pushq %rsi
23055 pushq %rdx
23056 pushq %rcx
23057 pushq %rbp
23058 call _x86_64_get_dispatch@PLT
23059 popq %rbp
23060 popq %rcx
23061 popq %rdx
23062 popq %rsi
23063 popq %rdi
23064 movq 4888(%rax), %r11
23065 jmp *%r11
23066 #else
23067 movq _glapi_Dispatch(%rip), %rax
23068 testq %rax, %rax
23069 je 1f
23070 movq 4888(%rax), %r11
23071 jmp *%r11
23072 1:
23073 pushq %rdi
23074 pushq %rsi
23075 pushq %rdx
23076 pushq %rcx
23077 pushq %rbp
23078 call _glapi_get_dispatch
23079 popq %rbp
23080 popq %rcx
23081 popq %rdx
23082 popq %rsi
23083 popq %rdi
23084 movq 4888(%rax), %r11
23085 jmp *%r11
23086 #endif /* defined(GLX_USE_TLS) */
23087 .size GL_PREFIX(IndexPointerEXT), .-GL_PREFIX(IndexPointerEXT)
23088
23089 .p2align 4,,15
23090 .globl GL_PREFIX(NormalPointerEXT)
23091 .type GL_PREFIX(NormalPointerEXT), @function
23092 GL_PREFIX(NormalPointerEXT):
23093 #if defined(GLX_USE_TLS)
23094 call _x86_64_get_dispatch@PLT
23095 movq 4896(%rax), %r11
23096 jmp *%r11
23097 #elif defined(PTHREADS)
23098 pushq %rdi
23099 pushq %rsi
23100 pushq %rdx
23101 pushq %rcx
23102 pushq %rbp
23103 call _x86_64_get_dispatch@PLT
23104 popq %rbp
23105 popq %rcx
23106 popq %rdx
23107 popq %rsi
23108 popq %rdi
23109 movq 4896(%rax), %r11
23110 jmp *%r11
23111 #else
23112 movq _glapi_Dispatch(%rip), %rax
23113 testq %rax, %rax
23114 je 1f
23115 movq 4896(%rax), %r11
23116 jmp *%r11
23117 1:
23118 pushq %rdi
23119 pushq %rsi
23120 pushq %rdx
23121 pushq %rcx
23122 pushq %rbp
23123 call _glapi_get_dispatch
23124 popq %rbp
23125 popq %rcx
23126 popq %rdx
23127 popq %rsi
23128 popq %rdi
23129 movq 4896(%rax), %r11
23130 jmp *%r11
23131 #endif /* defined(GLX_USE_TLS) */
23132 .size GL_PREFIX(NormalPointerEXT), .-GL_PREFIX(NormalPointerEXT)
23133
23134 .p2align 4,,15
23135 .globl GL_PREFIX(TexCoordPointerEXT)
23136 .type GL_PREFIX(TexCoordPointerEXT), @function
23137 GL_PREFIX(TexCoordPointerEXT):
23138 #if defined(GLX_USE_TLS)
23139 call _x86_64_get_dispatch@PLT
23140 movq 4904(%rax), %r11
23141 jmp *%r11
23142 #elif defined(PTHREADS)
23143 pushq %rdi
23144 pushq %rsi
23145 pushq %rdx
23146 pushq %rcx
23147 pushq %r8
23148 call _x86_64_get_dispatch@PLT
23149 popq %r8
23150 popq %rcx
23151 popq %rdx
23152 popq %rsi
23153 popq %rdi
23154 movq 4904(%rax), %r11
23155 jmp *%r11
23156 #else
23157 movq _glapi_Dispatch(%rip), %rax
23158 testq %rax, %rax
23159 je 1f
23160 movq 4904(%rax), %r11
23161 jmp *%r11
23162 1:
23163 pushq %rdi
23164 pushq %rsi
23165 pushq %rdx
23166 pushq %rcx
23167 pushq %r8
23168 call _glapi_get_dispatch
23169 popq %r8
23170 popq %rcx
23171 popq %rdx
23172 popq %rsi
23173 popq %rdi
23174 movq 4904(%rax), %r11
23175 jmp *%r11
23176 #endif /* defined(GLX_USE_TLS) */
23177 .size GL_PREFIX(TexCoordPointerEXT), .-GL_PREFIX(TexCoordPointerEXT)
23178
23179 .p2align 4,,15
23180 .globl GL_PREFIX(VertexPointerEXT)
23181 .type GL_PREFIX(VertexPointerEXT), @function
23182 GL_PREFIX(VertexPointerEXT):
23183 #if defined(GLX_USE_TLS)
23184 call _x86_64_get_dispatch@PLT
23185 movq 4912(%rax), %r11
23186 jmp *%r11
23187 #elif defined(PTHREADS)
23188 pushq %rdi
23189 pushq %rsi
23190 pushq %rdx
23191 pushq %rcx
23192 pushq %r8
23193 call _x86_64_get_dispatch@PLT
23194 popq %r8
23195 popq %rcx
23196 popq %rdx
23197 popq %rsi
23198 popq %rdi
23199 movq 4912(%rax), %r11
23200 jmp *%r11
23201 #else
23202 movq _glapi_Dispatch(%rip), %rax
23203 testq %rax, %rax
23204 je 1f
23205 movq 4912(%rax), %r11
23206 jmp *%r11
23207 1:
23208 pushq %rdi
23209 pushq %rsi
23210 pushq %rdx
23211 pushq %rcx
23212 pushq %r8
23213 call _glapi_get_dispatch
23214 popq %r8
23215 popq %rcx
23216 popq %rdx
23217 popq %rsi
23218 popq %rdi
23219 movq 4912(%rax), %r11
23220 jmp *%r11
23221 #endif /* defined(GLX_USE_TLS) */
23222 .size GL_PREFIX(VertexPointerEXT), .-GL_PREFIX(VertexPointerEXT)
23223
23224 .p2align 4,,15
23225 .globl GL_PREFIX(PointParameterfEXT)
23226 .type GL_PREFIX(PointParameterfEXT), @function
23227 GL_PREFIX(PointParameterfEXT):
23228 #if defined(GLX_USE_TLS)
23229 call _x86_64_get_dispatch@PLT
23230 movq 4920(%rax), %r11
23231 jmp *%r11
23232 #elif defined(PTHREADS)
23233 subq $24, %rsp
23234 movq %rdi, (%rsp)
23235 movq %xmm0, 8(%rsp)
23236 call _x86_64_get_dispatch@PLT
23237 movq 8(%rsp), %xmm0
23238 movq (%rsp), %rdi
23239 addq $24, %rsp
23240 movq 4920(%rax), %r11
23241 jmp *%r11
23242 #else
23243 movq _glapi_Dispatch(%rip), %rax
23244 testq %rax, %rax
23245 je 1f
23246 movq 4920(%rax), %r11
23247 jmp *%r11
23248 1:
23249 subq $24, %rsp
23250 movq %rdi, (%rsp)
23251 movq %xmm0, 8(%rsp)
23252 call _glapi_get_dispatch
23253 movq 8(%rsp), %xmm0
23254 movq (%rsp), %rdi
23255 addq $24, %rsp
23256 movq 4920(%rax), %r11
23257 jmp *%r11
23258 #endif /* defined(GLX_USE_TLS) */
23259 .size GL_PREFIX(PointParameterfEXT), .-GL_PREFIX(PointParameterfEXT)
23260
23261 .p2align 4,,15
23262 .globl GL_PREFIX(PointParameterfvEXT)
23263 .type GL_PREFIX(PointParameterfvEXT), @function
23264 GL_PREFIX(PointParameterfvEXT):
23265 #if defined(GLX_USE_TLS)
23266 call _x86_64_get_dispatch@PLT
23267 movq 4928(%rax), %r11
23268 jmp *%r11
23269 #elif defined(PTHREADS)
23270 pushq %rdi
23271 pushq %rsi
23272 pushq %rbp
23273 call _x86_64_get_dispatch@PLT
23274 popq %rbp
23275 popq %rsi
23276 popq %rdi
23277 movq 4928(%rax), %r11
23278 jmp *%r11
23279 #else
23280 movq _glapi_Dispatch(%rip), %rax
23281 testq %rax, %rax
23282 je 1f
23283 movq 4928(%rax), %r11
23284 jmp *%r11
23285 1:
23286 pushq %rdi
23287 pushq %rsi
23288 pushq %rbp
23289 call _glapi_get_dispatch
23290 popq %rbp
23291 popq %rsi
23292 popq %rdi
23293 movq 4928(%rax), %r11
23294 jmp *%r11
23295 #endif /* defined(GLX_USE_TLS) */
23296 .size GL_PREFIX(PointParameterfvEXT), .-GL_PREFIX(PointParameterfvEXT)
23297
23298 .p2align 4,,15
23299 .globl GL_PREFIX(LockArraysEXT)
23300 .type GL_PREFIX(LockArraysEXT), @function
23301 GL_PREFIX(LockArraysEXT):
23302 #if defined(GLX_USE_TLS)
23303 call _x86_64_get_dispatch@PLT
23304 movq 4936(%rax), %r11
23305 jmp *%r11
23306 #elif defined(PTHREADS)
23307 pushq %rdi
23308 pushq %rsi
23309 pushq %rbp
23310 call _x86_64_get_dispatch@PLT
23311 popq %rbp
23312 popq %rsi
23313 popq %rdi
23314 movq 4936(%rax), %r11
23315 jmp *%r11
23316 #else
23317 movq _glapi_Dispatch(%rip), %rax
23318 testq %rax, %rax
23319 je 1f
23320 movq 4936(%rax), %r11
23321 jmp *%r11
23322 1:
23323 pushq %rdi
23324 pushq %rsi
23325 pushq %rbp
23326 call _glapi_get_dispatch
23327 popq %rbp
23328 popq %rsi
23329 popq %rdi
23330 movq 4936(%rax), %r11
23331 jmp *%r11
23332 #endif /* defined(GLX_USE_TLS) */
23333 .size GL_PREFIX(LockArraysEXT), .-GL_PREFIX(LockArraysEXT)
23334
23335 .p2align 4,,15
23336 .globl GL_PREFIX(UnlockArraysEXT)
23337 .type GL_PREFIX(UnlockArraysEXT), @function
23338 GL_PREFIX(UnlockArraysEXT):
23339 #if defined(GLX_USE_TLS)
23340 call _x86_64_get_dispatch@PLT
23341 movq 4944(%rax), %r11
23342 jmp *%r11
23343 #elif defined(PTHREADS)
23344 pushq %rbp
23345 call _x86_64_get_dispatch@PLT
23346 popq %rbp
23347 movq 4944(%rax), %r11
23348 jmp *%r11
23349 #else
23350 movq _glapi_Dispatch(%rip), %rax
23351 testq %rax, %rax
23352 je 1f
23353 movq 4944(%rax), %r11
23354 jmp *%r11
23355 1:
23356 pushq %rbp
23357 call _glapi_get_dispatch
23358 popq %rbp
23359 movq 4944(%rax), %r11
23360 jmp *%r11
23361 #endif /* defined(GLX_USE_TLS) */
23362 .size GL_PREFIX(UnlockArraysEXT), .-GL_PREFIX(UnlockArraysEXT)
23363
23364 .p2align 4,,15
23365 .globl GL_PREFIX(SecondaryColor3bEXT)
23366 .type GL_PREFIX(SecondaryColor3bEXT), @function
23367 GL_PREFIX(SecondaryColor3bEXT):
23368 #if defined(GLX_USE_TLS)
23369 call _x86_64_get_dispatch@PLT
23370 movq 4952(%rax), %r11
23371 jmp *%r11
23372 #elif defined(PTHREADS)
23373 pushq %rdi
23374 pushq %rsi
23375 pushq %rdx
23376 call _x86_64_get_dispatch@PLT
23377 popq %rdx
23378 popq %rsi
23379 popq %rdi
23380 movq 4952(%rax), %r11
23381 jmp *%r11
23382 #else
23383 movq _glapi_Dispatch(%rip), %rax
23384 testq %rax, %rax
23385 je 1f
23386 movq 4952(%rax), %r11
23387 jmp *%r11
23388 1:
23389 pushq %rdi
23390 pushq %rsi
23391 pushq %rdx
23392 call _glapi_get_dispatch
23393 popq %rdx
23394 popq %rsi
23395 popq %rdi
23396 movq 4952(%rax), %r11
23397 jmp *%r11
23398 #endif /* defined(GLX_USE_TLS) */
23399 .size GL_PREFIX(SecondaryColor3bEXT), .-GL_PREFIX(SecondaryColor3bEXT)
23400
23401 .p2align 4,,15
23402 .globl GL_PREFIX(SecondaryColor3bvEXT)
23403 .type GL_PREFIX(SecondaryColor3bvEXT), @function
23404 GL_PREFIX(SecondaryColor3bvEXT):
23405 #if defined(GLX_USE_TLS)
23406 call _x86_64_get_dispatch@PLT
23407 movq 4960(%rax), %r11
23408 jmp *%r11
23409 #elif defined(PTHREADS)
23410 pushq %rdi
23411 call _x86_64_get_dispatch@PLT
23412 popq %rdi
23413 movq 4960(%rax), %r11
23414 jmp *%r11
23415 #else
23416 movq _glapi_Dispatch(%rip), %rax
23417 testq %rax, %rax
23418 je 1f
23419 movq 4960(%rax), %r11
23420 jmp *%r11
23421 1:
23422 pushq %rdi
23423 call _glapi_get_dispatch
23424 popq %rdi
23425 movq 4960(%rax), %r11
23426 jmp *%r11
23427 #endif /* defined(GLX_USE_TLS) */
23428 .size GL_PREFIX(SecondaryColor3bvEXT), .-GL_PREFIX(SecondaryColor3bvEXT)
23429
23430 .p2align 4,,15
23431 .globl GL_PREFIX(SecondaryColor3dEXT)
23432 .type GL_PREFIX(SecondaryColor3dEXT), @function
23433 GL_PREFIX(SecondaryColor3dEXT):
23434 #if defined(GLX_USE_TLS)
23435 call _x86_64_get_dispatch@PLT
23436 movq 4968(%rax), %r11
23437 jmp *%r11
23438 #elif defined(PTHREADS)
23439 subq $24, %rsp
23440 movq %xmm0, (%rsp)
23441 movq %xmm1, 8(%rsp)
23442 movq %xmm2, 16(%rsp)
23443 call _x86_64_get_dispatch@PLT
23444 movq 16(%rsp), %xmm2
23445 movq 8(%rsp), %xmm1
23446 movq (%rsp), %xmm0
23447 addq $24, %rsp
23448 movq 4968(%rax), %r11
23449 jmp *%r11
23450 #else
23451 movq _glapi_Dispatch(%rip), %rax
23452 testq %rax, %rax
23453 je 1f
23454 movq 4968(%rax), %r11
23455 jmp *%r11
23456 1:
23457 subq $24, %rsp
23458 movq %xmm0, (%rsp)
23459 movq %xmm1, 8(%rsp)
23460 movq %xmm2, 16(%rsp)
23461 call _glapi_get_dispatch
23462 movq 16(%rsp), %xmm2
23463 movq 8(%rsp), %xmm1
23464 movq (%rsp), %xmm0
23465 addq $24, %rsp
23466 movq 4968(%rax), %r11
23467 jmp *%r11
23468 #endif /* defined(GLX_USE_TLS) */
23469 .size GL_PREFIX(SecondaryColor3dEXT), .-GL_PREFIX(SecondaryColor3dEXT)
23470
23471 .p2align 4,,15
23472 .globl GL_PREFIX(SecondaryColor3dvEXT)
23473 .type GL_PREFIX(SecondaryColor3dvEXT), @function
23474 GL_PREFIX(SecondaryColor3dvEXT):
23475 #if defined(GLX_USE_TLS)
23476 call _x86_64_get_dispatch@PLT
23477 movq 4976(%rax), %r11
23478 jmp *%r11
23479 #elif defined(PTHREADS)
23480 pushq %rdi
23481 call _x86_64_get_dispatch@PLT
23482 popq %rdi
23483 movq 4976(%rax), %r11
23484 jmp *%r11
23485 #else
23486 movq _glapi_Dispatch(%rip), %rax
23487 testq %rax, %rax
23488 je 1f
23489 movq 4976(%rax), %r11
23490 jmp *%r11
23491 1:
23492 pushq %rdi
23493 call _glapi_get_dispatch
23494 popq %rdi
23495 movq 4976(%rax), %r11
23496 jmp *%r11
23497 #endif /* defined(GLX_USE_TLS) */
23498 .size GL_PREFIX(SecondaryColor3dvEXT), .-GL_PREFIX(SecondaryColor3dvEXT)
23499
23500 .p2align 4,,15
23501 .globl GL_PREFIX(SecondaryColor3fEXT)
23502 .type GL_PREFIX(SecondaryColor3fEXT), @function
23503 GL_PREFIX(SecondaryColor3fEXT):
23504 #if defined(GLX_USE_TLS)
23505 call _x86_64_get_dispatch@PLT
23506 movq 4984(%rax), %r11
23507 jmp *%r11
23508 #elif defined(PTHREADS)
23509 subq $24, %rsp
23510 movq %xmm0, (%rsp)
23511 movq %xmm1, 8(%rsp)
23512 movq %xmm2, 16(%rsp)
23513 call _x86_64_get_dispatch@PLT
23514 movq 16(%rsp), %xmm2
23515 movq 8(%rsp), %xmm1
23516 movq (%rsp), %xmm0
23517 addq $24, %rsp
23518 movq 4984(%rax), %r11
23519 jmp *%r11
23520 #else
23521 movq _glapi_Dispatch(%rip), %rax
23522 testq %rax, %rax
23523 je 1f
23524 movq 4984(%rax), %r11
23525 jmp *%r11
23526 1:
23527 subq $24, %rsp
23528 movq %xmm0, (%rsp)
23529 movq %xmm1, 8(%rsp)
23530 movq %xmm2, 16(%rsp)
23531 call _glapi_get_dispatch
23532 movq 16(%rsp), %xmm2
23533 movq 8(%rsp), %xmm1
23534 movq (%rsp), %xmm0
23535 addq $24, %rsp
23536 movq 4984(%rax), %r11
23537 jmp *%r11
23538 #endif /* defined(GLX_USE_TLS) */
23539 .size GL_PREFIX(SecondaryColor3fEXT), .-GL_PREFIX(SecondaryColor3fEXT)
23540
23541 .p2align 4,,15
23542 .globl GL_PREFIX(SecondaryColor3fvEXT)
23543 .type GL_PREFIX(SecondaryColor3fvEXT), @function
23544 GL_PREFIX(SecondaryColor3fvEXT):
23545 #if defined(GLX_USE_TLS)
23546 call _x86_64_get_dispatch@PLT
23547 movq 4992(%rax), %r11
23548 jmp *%r11
23549 #elif defined(PTHREADS)
23550 pushq %rdi
23551 call _x86_64_get_dispatch@PLT
23552 popq %rdi
23553 movq 4992(%rax), %r11
23554 jmp *%r11
23555 #else
23556 movq _glapi_Dispatch(%rip), %rax
23557 testq %rax, %rax
23558 je 1f
23559 movq 4992(%rax), %r11
23560 jmp *%r11
23561 1:
23562 pushq %rdi
23563 call _glapi_get_dispatch
23564 popq %rdi
23565 movq 4992(%rax), %r11
23566 jmp *%r11
23567 #endif /* defined(GLX_USE_TLS) */
23568 .size GL_PREFIX(SecondaryColor3fvEXT), .-GL_PREFIX(SecondaryColor3fvEXT)
23569
23570 .p2align 4,,15
23571 .globl GL_PREFIX(SecondaryColor3iEXT)
23572 .type GL_PREFIX(SecondaryColor3iEXT), @function
23573 GL_PREFIX(SecondaryColor3iEXT):
23574 #if defined(GLX_USE_TLS)
23575 call _x86_64_get_dispatch@PLT
23576 movq 5000(%rax), %r11
23577 jmp *%r11
23578 #elif defined(PTHREADS)
23579 pushq %rdi
23580 pushq %rsi
23581 pushq %rdx
23582 call _x86_64_get_dispatch@PLT
23583 popq %rdx
23584 popq %rsi
23585 popq %rdi
23586 movq 5000(%rax), %r11
23587 jmp *%r11
23588 #else
23589 movq _glapi_Dispatch(%rip), %rax
23590 testq %rax, %rax
23591 je 1f
23592 movq 5000(%rax), %r11
23593 jmp *%r11
23594 1:
23595 pushq %rdi
23596 pushq %rsi
23597 pushq %rdx
23598 call _glapi_get_dispatch
23599 popq %rdx
23600 popq %rsi
23601 popq %rdi
23602 movq 5000(%rax), %r11
23603 jmp *%r11
23604 #endif /* defined(GLX_USE_TLS) */
23605 .size GL_PREFIX(SecondaryColor3iEXT), .-GL_PREFIX(SecondaryColor3iEXT)
23606
23607 .p2align 4,,15
23608 .globl GL_PREFIX(SecondaryColor3ivEXT)
23609 .type GL_PREFIX(SecondaryColor3ivEXT), @function
23610 GL_PREFIX(SecondaryColor3ivEXT):
23611 #if defined(GLX_USE_TLS)
23612 call _x86_64_get_dispatch@PLT
23613 movq 5008(%rax), %r11
23614 jmp *%r11
23615 #elif defined(PTHREADS)
23616 pushq %rdi
23617 call _x86_64_get_dispatch@PLT
23618 popq %rdi
23619 movq 5008(%rax), %r11
23620 jmp *%r11
23621 #else
23622 movq _glapi_Dispatch(%rip), %rax
23623 testq %rax, %rax
23624 je 1f
23625 movq 5008(%rax), %r11
23626 jmp *%r11
23627 1:
23628 pushq %rdi
23629 call _glapi_get_dispatch
23630 popq %rdi
23631 movq 5008(%rax), %r11
23632 jmp *%r11
23633 #endif /* defined(GLX_USE_TLS) */
23634 .size GL_PREFIX(SecondaryColor3ivEXT), .-GL_PREFIX(SecondaryColor3ivEXT)
23635
23636 .p2align 4,,15
23637 .globl GL_PREFIX(SecondaryColor3sEXT)
23638 .type GL_PREFIX(SecondaryColor3sEXT), @function
23639 GL_PREFIX(SecondaryColor3sEXT):
23640 #if defined(GLX_USE_TLS)
23641 call _x86_64_get_dispatch@PLT
23642 movq 5016(%rax), %r11
23643 jmp *%r11
23644 #elif defined(PTHREADS)
23645 pushq %rdi
23646 pushq %rsi
23647 pushq %rdx
23648 call _x86_64_get_dispatch@PLT
23649 popq %rdx
23650 popq %rsi
23651 popq %rdi
23652 movq 5016(%rax), %r11
23653 jmp *%r11
23654 #else
23655 movq _glapi_Dispatch(%rip), %rax
23656 testq %rax, %rax
23657 je 1f
23658 movq 5016(%rax), %r11
23659 jmp *%r11
23660 1:
23661 pushq %rdi
23662 pushq %rsi
23663 pushq %rdx
23664 call _glapi_get_dispatch
23665 popq %rdx
23666 popq %rsi
23667 popq %rdi
23668 movq 5016(%rax), %r11
23669 jmp *%r11
23670 #endif /* defined(GLX_USE_TLS) */
23671 .size GL_PREFIX(SecondaryColor3sEXT), .-GL_PREFIX(SecondaryColor3sEXT)
23672
23673 .p2align 4,,15
23674 .globl GL_PREFIX(SecondaryColor3svEXT)
23675 .type GL_PREFIX(SecondaryColor3svEXT), @function
23676 GL_PREFIX(SecondaryColor3svEXT):
23677 #if defined(GLX_USE_TLS)
23678 call _x86_64_get_dispatch@PLT
23679 movq 5024(%rax), %r11
23680 jmp *%r11
23681 #elif defined(PTHREADS)
23682 pushq %rdi
23683 call _x86_64_get_dispatch@PLT
23684 popq %rdi
23685 movq 5024(%rax), %r11
23686 jmp *%r11
23687 #else
23688 movq _glapi_Dispatch(%rip), %rax
23689 testq %rax, %rax
23690 je 1f
23691 movq 5024(%rax), %r11
23692 jmp *%r11
23693 1:
23694 pushq %rdi
23695 call _glapi_get_dispatch
23696 popq %rdi
23697 movq 5024(%rax), %r11
23698 jmp *%r11
23699 #endif /* defined(GLX_USE_TLS) */
23700 .size GL_PREFIX(SecondaryColor3svEXT), .-GL_PREFIX(SecondaryColor3svEXT)
23701
23702 .p2align 4,,15
23703 .globl GL_PREFIX(SecondaryColor3ubEXT)
23704 .type GL_PREFIX(SecondaryColor3ubEXT), @function
23705 GL_PREFIX(SecondaryColor3ubEXT):
23706 #if defined(GLX_USE_TLS)
23707 call _x86_64_get_dispatch@PLT
23708 movq 5032(%rax), %r11
23709 jmp *%r11
23710 #elif defined(PTHREADS)
23711 pushq %rdi
23712 pushq %rsi
23713 pushq %rdx
23714 call _x86_64_get_dispatch@PLT
23715 popq %rdx
23716 popq %rsi
23717 popq %rdi
23718 movq 5032(%rax), %r11
23719 jmp *%r11
23720 #else
23721 movq _glapi_Dispatch(%rip), %rax
23722 testq %rax, %rax
23723 je 1f
23724 movq 5032(%rax), %r11
23725 jmp *%r11
23726 1:
23727 pushq %rdi
23728 pushq %rsi
23729 pushq %rdx
23730 call _glapi_get_dispatch
23731 popq %rdx
23732 popq %rsi
23733 popq %rdi
23734 movq 5032(%rax), %r11
23735 jmp *%r11
23736 #endif /* defined(GLX_USE_TLS) */
23737 .size GL_PREFIX(SecondaryColor3ubEXT), .-GL_PREFIX(SecondaryColor3ubEXT)
23738
23739 .p2align 4,,15
23740 .globl GL_PREFIX(SecondaryColor3ubvEXT)
23741 .type GL_PREFIX(SecondaryColor3ubvEXT), @function
23742 GL_PREFIX(SecondaryColor3ubvEXT):
23743 #if defined(GLX_USE_TLS)
23744 call _x86_64_get_dispatch@PLT
23745 movq 5040(%rax), %r11
23746 jmp *%r11
23747 #elif defined(PTHREADS)
23748 pushq %rdi
23749 call _x86_64_get_dispatch@PLT
23750 popq %rdi
23751 movq 5040(%rax), %r11
23752 jmp *%r11
23753 #else
23754 movq _glapi_Dispatch(%rip), %rax
23755 testq %rax, %rax
23756 je 1f
23757 movq 5040(%rax), %r11
23758 jmp *%r11
23759 1:
23760 pushq %rdi
23761 call _glapi_get_dispatch
23762 popq %rdi
23763 movq 5040(%rax), %r11
23764 jmp *%r11
23765 #endif /* defined(GLX_USE_TLS) */
23766 .size GL_PREFIX(SecondaryColor3ubvEXT), .-GL_PREFIX(SecondaryColor3ubvEXT)
23767
23768 .p2align 4,,15
23769 .globl GL_PREFIX(SecondaryColor3uiEXT)
23770 .type GL_PREFIX(SecondaryColor3uiEXT), @function
23771 GL_PREFIX(SecondaryColor3uiEXT):
23772 #if defined(GLX_USE_TLS)
23773 call _x86_64_get_dispatch@PLT
23774 movq 5048(%rax), %r11
23775 jmp *%r11
23776 #elif defined(PTHREADS)
23777 pushq %rdi
23778 pushq %rsi
23779 pushq %rdx
23780 call _x86_64_get_dispatch@PLT
23781 popq %rdx
23782 popq %rsi
23783 popq %rdi
23784 movq 5048(%rax), %r11
23785 jmp *%r11
23786 #else
23787 movq _glapi_Dispatch(%rip), %rax
23788 testq %rax, %rax
23789 je 1f
23790 movq 5048(%rax), %r11
23791 jmp *%r11
23792 1:
23793 pushq %rdi
23794 pushq %rsi
23795 pushq %rdx
23796 call _glapi_get_dispatch
23797 popq %rdx
23798 popq %rsi
23799 popq %rdi
23800 movq 5048(%rax), %r11
23801 jmp *%r11
23802 #endif /* defined(GLX_USE_TLS) */
23803 .size GL_PREFIX(SecondaryColor3uiEXT), .-GL_PREFIX(SecondaryColor3uiEXT)
23804
23805 .p2align 4,,15
23806 .globl GL_PREFIX(SecondaryColor3uivEXT)
23807 .type GL_PREFIX(SecondaryColor3uivEXT), @function
23808 GL_PREFIX(SecondaryColor3uivEXT):
23809 #if defined(GLX_USE_TLS)
23810 call _x86_64_get_dispatch@PLT
23811 movq 5056(%rax), %r11
23812 jmp *%r11
23813 #elif defined(PTHREADS)
23814 pushq %rdi
23815 call _x86_64_get_dispatch@PLT
23816 popq %rdi
23817 movq 5056(%rax), %r11
23818 jmp *%r11
23819 #else
23820 movq _glapi_Dispatch(%rip), %rax
23821 testq %rax, %rax
23822 je 1f
23823 movq 5056(%rax), %r11
23824 jmp *%r11
23825 1:
23826 pushq %rdi
23827 call _glapi_get_dispatch
23828 popq %rdi
23829 movq 5056(%rax), %r11
23830 jmp *%r11
23831 #endif /* defined(GLX_USE_TLS) */
23832 .size GL_PREFIX(SecondaryColor3uivEXT), .-GL_PREFIX(SecondaryColor3uivEXT)
23833
23834 .p2align 4,,15
23835 .globl GL_PREFIX(SecondaryColor3usEXT)
23836 .type GL_PREFIX(SecondaryColor3usEXT), @function
23837 GL_PREFIX(SecondaryColor3usEXT):
23838 #if defined(GLX_USE_TLS)
23839 call _x86_64_get_dispatch@PLT
23840 movq 5064(%rax), %r11
23841 jmp *%r11
23842 #elif defined(PTHREADS)
23843 pushq %rdi
23844 pushq %rsi
23845 pushq %rdx
23846 call _x86_64_get_dispatch@PLT
23847 popq %rdx
23848 popq %rsi
23849 popq %rdi
23850 movq 5064(%rax), %r11
23851 jmp *%r11
23852 #else
23853 movq _glapi_Dispatch(%rip), %rax
23854 testq %rax, %rax
23855 je 1f
23856 movq 5064(%rax), %r11
23857 jmp *%r11
23858 1:
23859 pushq %rdi
23860 pushq %rsi
23861 pushq %rdx
23862 call _glapi_get_dispatch
23863 popq %rdx
23864 popq %rsi
23865 popq %rdi
23866 movq 5064(%rax), %r11
23867 jmp *%r11
23868 #endif /* defined(GLX_USE_TLS) */
23869 .size GL_PREFIX(SecondaryColor3usEXT), .-GL_PREFIX(SecondaryColor3usEXT)
23870
23871 .p2align 4,,15
23872 .globl GL_PREFIX(SecondaryColor3usvEXT)
23873 .type GL_PREFIX(SecondaryColor3usvEXT), @function
23874 GL_PREFIX(SecondaryColor3usvEXT):
23875 #if defined(GLX_USE_TLS)
23876 call _x86_64_get_dispatch@PLT
23877 movq 5072(%rax), %r11
23878 jmp *%r11
23879 #elif defined(PTHREADS)
23880 pushq %rdi
23881 call _x86_64_get_dispatch@PLT
23882 popq %rdi
23883 movq 5072(%rax), %r11
23884 jmp *%r11
23885 #else
23886 movq _glapi_Dispatch(%rip), %rax
23887 testq %rax, %rax
23888 je 1f
23889 movq 5072(%rax), %r11
23890 jmp *%r11
23891 1:
23892 pushq %rdi
23893 call _glapi_get_dispatch
23894 popq %rdi
23895 movq 5072(%rax), %r11
23896 jmp *%r11
23897 #endif /* defined(GLX_USE_TLS) */
23898 .size GL_PREFIX(SecondaryColor3usvEXT), .-GL_PREFIX(SecondaryColor3usvEXT)
23899
23900 .p2align 4,,15
23901 .globl GL_PREFIX(SecondaryColorPointerEXT)
23902 .type GL_PREFIX(SecondaryColorPointerEXT), @function
23903 GL_PREFIX(SecondaryColorPointerEXT):
23904 #if defined(GLX_USE_TLS)
23905 call _x86_64_get_dispatch@PLT
23906 movq 5080(%rax), %r11
23907 jmp *%r11
23908 #elif defined(PTHREADS)
23909 pushq %rdi
23910 pushq %rsi
23911 pushq %rdx
23912 pushq %rcx
23913 pushq %rbp
23914 call _x86_64_get_dispatch@PLT
23915 popq %rbp
23916 popq %rcx
23917 popq %rdx
23918 popq %rsi
23919 popq %rdi
23920 movq 5080(%rax), %r11
23921 jmp *%r11
23922 #else
23923 movq _glapi_Dispatch(%rip), %rax
23924 testq %rax, %rax
23925 je 1f
23926 movq 5080(%rax), %r11
23927 jmp *%r11
23928 1:
23929 pushq %rdi
23930 pushq %rsi
23931 pushq %rdx
23932 pushq %rcx
23933 pushq %rbp
23934 call _glapi_get_dispatch
23935 popq %rbp
23936 popq %rcx
23937 popq %rdx
23938 popq %rsi
23939 popq %rdi
23940 movq 5080(%rax), %r11
23941 jmp *%r11
23942 #endif /* defined(GLX_USE_TLS) */
23943 .size GL_PREFIX(SecondaryColorPointerEXT), .-GL_PREFIX(SecondaryColorPointerEXT)
23944
23945 .p2align 4,,15
23946 .globl GL_PREFIX(MultiDrawArraysEXT)
23947 .type GL_PREFIX(MultiDrawArraysEXT), @function
23948 GL_PREFIX(MultiDrawArraysEXT):
23949 #if defined(GLX_USE_TLS)
23950 call _x86_64_get_dispatch@PLT
23951 movq 5088(%rax), %r11
23952 jmp *%r11
23953 #elif defined(PTHREADS)
23954 pushq %rdi
23955 pushq %rsi
23956 pushq %rdx
23957 pushq %rcx
23958 pushq %rbp
23959 call _x86_64_get_dispatch@PLT
23960 popq %rbp
23961 popq %rcx
23962 popq %rdx
23963 popq %rsi
23964 popq %rdi
23965 movq 5088(%rax), %r11
23966 jmp *%r11
23967 #else
23968 movq _glapi_Dispatch(%rip), %rax
23969 testq %rax, %rax
23970 je 1f
23971 movq 5088(%rax), %r11
23972 jmp *%r11
23973 1:
23974 pushq %rdi
23975 pushq %rsi
23976 pushq %rdx
23977 pushq %rcx
23978 pushq %rbp
23979 call _glapi_get_dispatch
23980 popq %rbp
23981 popq %rcx
23982 popq %rdx
23983 popq %rsi
23984 popq %rdi
23985 movq 5088(%rax), %r11
23986 jmp *%r11
23987 #endif /* defined(GLX_USE_TLS) */
23988 .size GL_PREFIX(MultiDrawArraysEXT), .-GL_PREFIX(MultiDrawArraysEXT)
23989
23990 .p2align 4,,15
23991 .globl GL_PREFIX(MultiDrawElementsEXT)
23992 .type GL_PREFIX(MultiDrawElementsEXT), @function
23993 GL_PREFIX(MultiDrawElementsEXT):
23994 #if defined(GLX_USE_TLS)
23995 call _x86_64_get_dispatch@PLT
23996 movq 5096(%rax), %r11
23997 jmp *%r11
23998 #elif defined(PTHREADS)
23999 pushq %rdi
24000 pushq %rsi
24001 pushq %rdx
24002 pushq %rcx
24003 pushq %r8
24004 call _x86_64_get_dispatch@PLT
24005 popq %r8
24006 popq %rcx
24007 popq %rdx
24008 popq %rsi
24009 popq %rdi
24010 movq 5096(%rax), %r11
24011 jmp *%r11
24012 #else
24013 movq _glapi_Dispatch(%rip), %rax
24014 testq %rax, %rax
24015 je 1f
24016 movq 5096(%rax), %r11
24017 jmp *%r11
24018 1:
24019 pushq %rdi
24020 pushq %rsi
24021 pushq %rdx
24022 pushq %rcx
24023 pushq %r8
24024 call _glapi_get_dispatch
24025 popq %r8
24026 popq %rcx
24027 popq %rdx
24028 popq %rsi
24029 popq %rdi
24030 movq 5096(%rax), %r11
24031 jmp *%r11
24032 #endif /* defined(GLX_USE_TLS) */
24033 .size GL_PREFIX(MultiDrawElementsEXT), .-GL_PREFIX(MultiDrawElementsEXT)
24034
24035 .p2align 4,,15
24036 .globl GL_PREFIX(FogCoordPointerEXT)
24037 .type GL_PREFIX(FogCoordPointerEXT), @function
24038 GL_PREFIX(FogCoordPointerEXT):
24039 #if defined(GLX_USE_TLS)
24040 call _x86_64_get_dispatch@PLT
24041 movq 5104(%rax), %r11
24042 jmp *%r11
24043 #elif defined(PTHREADS)
24044 pushq %rdi
24045 pushq %rsi
24046 pushq %rdx
24047 call _x86_64_get_dispatch@PLT
24048 popq %rdx
24049 popq %rsi
24050 popq %rdi
24051 movq 5104(%rax), %r11
24052 jmp *%r11
24053 #else
24054 movq _glapi_Dispatch(%rip), %rax
24055 testq %rax, %rax
24056 je 1f
24057 movq 5104(%rax), %r11
24058 jmp *%r11
24059 1:
24060 pushq %rdi
24061 pushq %rsi
24062 pushq %rdx
24063 call _glapi_get_dispatch
24064 popq %rdx
24065 popq %rsi
24066 popq %rdi
24067 movq 5104(%rax), %r11
24068 jmp *%r11
24069 #endif /* defined(GLX_USE_TLS) */
24070 .size GL_PREFIX(FogCoordPointerEXT), .-GL_PREFIX(FogCoordPointerEXT)
24071
24072 .p2align 4,,15
24073 .globl GL_PREFIX(FogCoorddEXT)
24074 .type GL_PREFIX(FogCoorddEXT), @function
24075 GL_PREFIX(FogCoorddEXT):
24076 #if defined(GLX_USE_TLS)
24077 call _x86_64_get_dispatch@PLT
24078 movq 5112(%rax), %r11
24079 jmp *%r11
24080 #elif defined(PTHREADS)
24081 subq $8, %rsp
24082 movq %xmm0, (%rsp)
24083 call _x86_64_get_dispatch@PLT
24084 movq (%rsp), %xmm0
24085 addq $8, %rsp
24086 movq 5112(%rax), %r11
24087 jmp *%r11
24088 #else
24089 movq _glapi_Dispatch(%rip), %rax
24090 testq %rax, %rax
24091 je 1f
24092 movq 5112(%rax), %r11
24093 jmp *%r11
24094 1:
24095 subq $8, %rsp
24096 movq %xmm0, (%rsp)
24097 call _glapi_get_dispatch
24098 movq (%rsp), %xmm0
24099 addq $8, %rsp
24100 movq 5112(%rax), %r11
24101 jmp *%r11
24102 #endif /* defined(GLX_USE_TLS) */
24103 .size GL_PREFIX(FogCoorddEXT), .-GL_PREFIX(FogCoorddEXT)
24104
24105 .p2align 4,,15
24106 .globl GL_PREFIX(FogCoorddvEXT)
24107 .type GL_PREFIX(FogCoorddvEXT), @function
24108 GL_PREFIX(FogCoorddvEXT):
24109 #if defined(GLX_USE_TLS)
24110 call _x86_64_get_dispatch@PLT
24111 movq 5120(%rax), %r11
24112 jmp *%r11
24113 #elif defined(PTHREADS)
24114 pushq %rdi
24115 call _x86_64_get_dispatch@PLT
24116 popq %rdi
24117 movq 5120(%rax), %r11
24118 jmp *%r11
24119 #else
24120 movq _glapi_Dispatch(%rip), %rax
24121 testq %rax, %rax
24122 je 1f
24123 movq 5120(%rax), %r11
24124 jmp *%r11
24125 1:
24126 pushq %rdi
24127 call _glapi_get_dispatch
24128 popq %rdi
24129 movq 5120(%rax), %r11
24130 jmp *%r11
24131 #endif /* defined(GLX_USE_TLS) */
24132 .size GL_PREFIX(FogCoorddvEXT), .-GL_PREFIX(FogCoorddvEXT)
24133
24134 .p2align 4,,15
24135 .globl GL_PREFIX(FogCoordfEXT)
24136 .type GL_PREFIX(FogCoordfEXT), @function
24137 GL_PREFIX(FogCoordfEXT):
24138 #if defined(GLX_USE_TLS)
24139 call _x86_64_get_dispatch@PLT
24140 movq 5128(%rax), %r11
24141 jmp *%r11
24142 #elif defined(PTHREADS)
24143 subq $8, %rsp
24144 movq %xmm0, (%rsp)
24145 call _x86_64_get_dispatch@PLT
24146 movq (%rsp), %xmm0
24147 addq $8, %rsp
24148 movq 5128(%rax), %r11
24149 jmp *%r11
24150 #else
24151 movq _glapi_Dispatch(%rip), %rax
24152 testq %rax, %rax
24153 je 1f
24154 movq 5128(%rax), %r11
24155 jmp *%r11
24156 1:
24157 subq $8, %rsp
24158 movq %xmm0, (%rsp)
24159 call _glapi_get_dispatch
24160 movq (%rsp), %xmm0
24161 addq $8, %rsp
24162 movq 5128(%rax), %r11
24163 jmp *%r11
24164 #endif /* defined(GLX_USE_TLS) */
24165 .size GL_PREFIX(FogCoordfEXT), .-GL_PREFIX(FogCoordfEXT)
24166
24167 .p2align 4,,15
24168 .globl GL_PREFIX(FogCoordfvEXT)
24169 .type GL_PREFIX(FogCoordfvEXT), @function
24170 GL_PREFIX(FogCoordfvEXT):
24171 #if defined(GLX_USE_TLS)
24172 call _x86_64_get_dispatch@PLT
24173 movq 5136(%rax), %r11
24174 jmp *%r11
24175 #elif defined(PTHREADS)
24176 pushq %rdi
24177 call _x86_64_get_dispatch@PLT
24178 popq %rdi
24179 movq 5136(%rax), %r11
24180 jmp *%r11
24181 #else
24182 movq _glapi_Dispatch(%rip), %rax
24183 testq %rax, %rax
24184 je 1f
24185 movq 5136(%rax), %r11
24186 jmp *%r11
24187 1:
24188 pushq %rdi
24189 call _glapi_get_dispatch
24190 popq %rdi
24191 movq 5136(%rax), %r11
24192 jmp *%r11
24193 #endif /* defined(GLX_USE_TLS) */
24194 .size GL_PREFIX(FogCoordfvEXT), .-GL_PREFIX(FogCoordfvEXT)
24195
24196 .p2align 4,,15
24197 .globl GL_PREFIX(_dispatch_stub_643)
24198 .type GL_PREFIX(_dispatch_stub_643), @function
24199 HIDDEN(GL_PREFIX(_dispatch_stub_643))
24200 GL_PREFIX(_dispatch_stub_643):
24201 #if defined(GLX_USE_TLS)
24202 call _x86_64_get_dispatch@PLT
24203 movq 5144(%rax), %r11
24204 jmp *%r11
24205 #elif defined(PTHREADS)
24206 pushq %rdi
24207 call _x86_64_get_dispatch@PLT
24208 popq %rdi
24209 movq 5144(%rax), %r11
24210 jmp *%r11
24211 #else
24212 movq _glapi_Dispatch(%rip), %rax
24213 testq %rax, %rax
24214 je 1f
24215 movq 5144(%rax), %r11
24216 jmp *%r11
24217 1:
24218 pushq %rdi
24219 call _glapi_get_dispatch
24220 popq %rdi
24221 movq 5144(%rax), %r11
24222 jmp *%r11
24223 #endif /* defined(GLX_USE_TLS) */
24224 .size GL_PREFIX(_dispatch_stub_643), .-GL_PREFIX(_dispatch_stub_643)
24225
24226 .p2align 4,,15
24227 .globl GL_PREFIX(BlendFuncSeparateEXT)
24228 .type GL_PREFIX(BlendFuncSeparateEXT), @function
24229 GL_PREFIX(BlendFuncSeparateEXT):
24230 #if defined(GLX_USE_TLS)
24231 call _x86_64_get_dispatch@PLT
24232 movq 5152(%rax), %r11
24233 jmp *%r11
24234 #elif defined(PTHREADS)
24235 pushq %rdi
24236 pushq %rsi
24237 pushq %rdx
24238 pushq %rcx
24239 pushq %rbp
24240 call _x86_64_get_dispatch@PLT
24241 popq %rbp
24242 popq %rcx
24243 popq %rdx
24244 popq %rsi
24245 popq %rdi
24246 movq 5152(%rax), %r11
24247 jmp *%r11
24248 #else
24249 movq _glapi_Dispatch(%rip), %rax
24250 testq %rax, %rax
24251 je 1f
24252 movq 5152(%rax), %r11
24253 jmp *%r11
24254 1:
24255 pushq %rdi
24256 pushq %rsi
24257 pushq %rdx
24258 pushq %rcx
24259 pushq %rbp
24260 call _glapi_get_dispatch
24261 popq %rbp
24262 popq %rcx
24263 popq %rdx
24264 popq %rsi
24265 popq %rdi
24266 movq 5152(%rax), %r11
24267 jmp *%r11
24268 #endif /* defined(GLX_USE_TLS) */
24269 .size GL_PREFIX(BlendFuncSeparateEXT), .-GL_PREFIX(BlendFuncSeparateEXT)
24270
24271 .p2align 4,,15
24272 .globl GL_PREFIX(FlushVertexArrayRangeNV)
24273 .type GL_PREFIX(FlushVertexArrayRangeNV), @function
24274 GL_PREFIX(FlushVertexArrayRangeNV):
24275 #if defined(GLX_USE_TLS)
24276 call _x86_64_get_dispatch@PLT
24277 movq 5160(%rax), %r11
24278 jmp *%r11
24279 #elif defined(PTHREADS)
24280 pushq %rbp
24281 call _x86_64_get_dispatch@PLT
24282 popq %rbp
24283 movq 5160(%rax), %r11
24284 jmp *%r11
24285 #else
24286 movq _glapi_Dispatch(%rip), %rax
24287 testq %rax, %rax
24288 je 1f
24289 movq 5160(%rax), %r11
24290 jmp *%r11
24291 1:
24292 pushq %rbp
24293 call _glapi_get_dispatch
24294 popq %rbp
24295 movq 5160(%rax), %r11
24296 jmp *%r11
24297 #endif /* defined(GLX_USE_TLS) */
24298 .size GL_PREFIX(FlushVertexArrayRangeNV), .-GL_PREFIX(FlushVertexArrayRangeNV)
24299
24300 .p2align 4,,15
24301 .globl GL_PREFIX(VertexArrayRangeNV)
24302 .type GL_PREFIX(VertexArrayRangeNV), @function
24303 GL_PREFIX(VertexArrayRangeNV):
24304 #if defined(GLX_USE_TLS)
24305 call _x86_64_get_dispatch@PLT
24306 movq 5168(%rax), %r11
24307 jmp *%r11
24308 #elif defined(PTHREADS)
24309 pushq %rdi
24310 pushq %rsi
24311 pushq %rbp
24312 call _x86_64_get_dispatch@PLT
24313 popq %rbp
24314 popq %rsi
24315 popq %rdi
24316 movq 5168(%rax), %r11
24317 jmp *%r11
24318 #else
24319 movq _glapi_Dispatch(%rip), %rax
24320 testq %rax, %rax
24321 je 1f
24322 movq 5168(%rax), %r11
24323 jmp *%r11
24324 1:
24325 pushq %rdi
24326 pushq %rsi
24327 pushq %rbp
24328 call _glapi_get_dispatch
24329 popq %rbp
24330 popq %rsi
24331 popq %rdi
24332 movq 5168(%rax), %r11
24333 jmp *%r11
24334 #endif /* defined(GLX_USE_TLS) */
24335 .size GL_PREFIX(VertexArrayRangeNV), .-GL_PREFIX(VertexArrayRangeNV)
24336
24337 .p2align 4,,15
24338 .globl GL_PREFIX(CombinerInputNV)
24339 .type GL_PREFIX(CombinerInputNV), @function
24340 GL_PREFIX(CombinerInputNV):
24341 #if defined(GLX_USE_TLS)
24342 call _x86_64_get_dispatch@PLT
24343 movq 5176(%rax), %r11
24344 jmp *%r11
24345 #elif defined(PTHREADS)
24346 pushq %rdi
24347 pushq %rsi
24348 pushq %rdx
24349 pushq %rcx
24350 pushq %r8
24351 pushq %r9
24352 pushq %rbp
24353 call _x86_64_get_dispatch@PLT
24354 popq %rbp
24355 popq %r9
24356 popq %r8
24357 popq %rcx
24358 popq %rdx
24359 popq %rsi
24360 popq %rdi
24361 movq 5176(%rax), %r11
24362 jmp *%r11
24363 #else
24364 movq _glapi_Dispatch(%rip), %rax
24365 testq %rax, %rax
24366 je 1f
24367 movq 5176(%rax), %r11
24368 jmp *%r11
24369 1:
24370 pushq %rdi
24371 pushq %rsi
24372 pushq %rdx
24373 pushq %rcx
24374 pushq %r8
24375 pushq %r9
24376 pushq %rbp
24377 call _glapi_get_dispatch
24378 popq %rbp
24379 popq %r9
24380 popq %r8
24381 popq %rcx
24382 popq %rdx
24383 popq %rsi
24384 popq %rdi
24385 movq 5176(%rax), %r11
24386 jmp *%r11
24387 #endif /* defined(GLX_USE_TLS) */
24388 .size GL_PREFIX(CombinerInputNV), .-GL_PREFIX(CombinerInputNV)
24389
24390 .p2align 4,,15
24391 .globl GL_PREFIX(CombinerOutputNV)
24392 .type GL_PREFIX(CombinerOutputNV), @function
24393 GL_PREFIX(CombinerOutputNV):
24394 #if defined(GLX_USE_TLS)
24395 call _x86_64_get_dispatch@PLT
24396 movq 5184(%rax), %r11
24397 jmp *%r11
24398 #elif defined(PTHREADS)
24399 pushq %rdi
24400 pushq %rsi
24401 pushq %rdx
24402 pushq %rcx
24403 pushq %r8
24404 pushq %r9
24405 pushq %rbp
24406 call _x86_64_get_dispatch@PLT
24407 popq %rbp
24408 popq %r9
24409 popq %r8
24410 popq %rcx
24411 popq %rdx
24412 popq %rsi
24413 popq %rdi
24414 movq 5184(%rax), %r11
24415 jmp *%r11
24416 #else
24417 movq _glapi_Dispatch(%rip), %rax
24418 testq %rax, %rax
24419 je 1f
24420 movq 5184(%rax), %r11
24421 jmp *%r11
24422 1:
24423 pushq %rdi
24424 pushq %rsi
24425 pushq %rdx
24426 pushq %rcx
24427 pushq %r8
24428 pushq %r9
24429 pushq %rbp
24430 call _glapi_get_dispatch
24431 popq %rbp
24432 popq %r9
24433 popq %r8
24434 popq %rcx
24435 popq %rdx
24436 popq %rsi
24437 popq %rdi
24438 movq 5184(%rax), %r11
24439 jmp *%r11
24440 #endif /* defined(GLX_USE_TLS) */
24441 .size GL_PREFIX(CombinerOutputNV), .-GL_PREFIX(CombinerOutputNV)
24442
24443 .p2align 4,,15
24444 .globl GL_PREFIX(CombinerParameterfNV)
24445 .type GL_PREFIX(CombinerParameterfNV), @function
24446 GL_PREFIX(CombinerParameterfNV):
24447 #if defined(GLX_USE_TLS)
24448 call _x86_64_get_dispatch@PLT
24449 movq 5192(%rax), %r11
24450 jmp *%r11
24451 #elif defined(PTHREADS)
24452 subq $24, %rsp
24453 movq %rdi, (%rsp)
24454 movq %xmm0, 8(%rsp)
24455 call _x86_64_get_dispatch@PLT
24456 movq 8(%rsp), %xmm0
24457 movq (%rsp), %rdi
24458 addq $24, %rsp
24459 movq 5192(%rax), %r11
24460 jmp *%r11
24461 #else
24462 movq _glapi_Dispatch(%rip), %rax
24463 testq %rax, %rax
24464 je 1f
24465 movq 5192(%rax), %r11
24466 jmp *%r11
24467 1:
24468 subq $24, %rsp
24469 movq %rdi, (%rsp)
24470 movq %xmm0, 8(%rsp)
24471 call _glapi_get_dispatch
24472 movq 8(%rsp), %xmm0
24473 movq (%rsp), %rdi
24474 addq $24, %rsp
24475 movq 5192(%rax), %r11
24476 jmp *%r11
24477 #endif /* defined(GLX_USE_TLS) */
24478 .size GL_PREFIX(CombinerParameterfNV), .-GL_PREFIX(CombinerParameterfNV)
24479
24480 .p2align 4,,15
24481 .globl GL_PREFIX(CombinerParameterfvNV)
24482 .type GL_PREFIX(CombinerParameterfvNV), @function
24483 GL_PREFIX(CombinerParameterfvNV):
24484 #if defined(GLX_USE_TLS)
24485 call _x86_64_get_dispatch@PLT
24486 movq 5200(%rax), %r11
24487 jmp *%r11
24488 #elif defined(PTHREADS)
24489 pushq %rdi
24490 pushq %rsi
24491 pushq %rbp
24492 call _x86_64_get_dispatch@PLT
24493 popq %rbp
24494 popq %rsi
24495 popq %rdi
24496 movq 5200(%rax), %r11
24497 jmp *%r11
24498 #else
24499 movq _glapi_Dispatch(%rip), %rax
24500 testq %rax, %rax
24501 je 1f
24502 movq 5200(%rax), %r11
24503 jmp *%r11
24504 1:
24505 pushq %rdi
24506 pushq %rsi
24507 pushq %rbp
24508 call _glapi_get_dispatch
24509 popq %rbp
24510 popq %rsi
24511 popq %rdi
24512 movq 5200(%rax), %r11
24513 jmp *%r11
24514 #endif /* defined(GLX_USE_TLS) */
24515 .size GL_PREFIX(CombinerParameterfvNV), .-GL_PREFIX(CombinerParameterfvNV)
24516
24517 .p2align 4,,15
24518 .globl GL_PREFIX(CombinerParameteriNV)
24519 .type GL_PREFIX(CombinerParameteriNV), @function
24520 GL_PREFIX(CombinerParameteriNV):
24521 #if defined(GLX_USE_TLS)
24522 call _x86_64_get_dispatch@PLT
24523 movq 5208(%rax), %r11
24524 jmp *%r11
24525 #elif defined(PTHREADS)
24526 pushq %rdi
24527 pushq %rsi
24528 pushq %rbp
24529 call _x86_64_get_dispatch@PLT
24530 popq %rbp
24531 popq %rsi
24532 popq %rdi
24533 movq 5208(%rax), %r11
24534 jmp *%r11
24535 #else
24536 movq _glapi_Dispatch(%rip), %rax
24537 testq %rax, %rax
24538 je 1f
24539 movq 5208(%rax), %r11
24540 jmp *%r11
24541 1:
24542 pushq %rdi
24543 pushq %rsi
24544 pushq %rbp
24545 call _glapi_get_dispatch
24546 popq %rbp
24547 popq %rsi
24548 popq %rdi
24549 movq 5208(%rax), %r11
24550 jmp *%r11
24551 #endif /* defined(GLX_USE_TLS) */
24552 .size GL_PREFIX(CombinerParameteriNV), .-GL_PREFIX(CombinerParameteriNV)
24553
24554 .p2align 4,,15
24555 .globl GL_PREFIX(CombinerParameterivNV)
24556 .type GL_PREFIX(CombinerParameterivNV), @function
24557 GL_PREFIX(CombinerParameterivNV):
24558 #if defined(GLX_USE_TLS)
24559 call _x86_64_get_dispatch@PLT
24560 movq 5216(%rax), %r11
24561 jmp *%r11
24562 #elif defined(PTHREADS)
24563 pushq %rdi
24564 pushq %rsi
24565 pushq %rbp
24566 call _x86_64_get_dispatch@PLT
24567 popq %rbp
24568 popq %rsi
24569 popq %rdi
24570 movq 5216(%rax), %r11
24571 jmp *%r11
24572 #else
24573 movq _glapi_Dispatch(%rip), %rax
24574 testq %rax, %rax
24575 je 1f
24576 movq 5216(%rax), %r11
24577 jmp *%r11
24578 1:
24579 pushq %rdi
24580 pushq %rsi
24581 pushq %rbp
24582 call _glapi_get_dispatch
24583 popq %rbp
24584 popq %rsi
24585 popq %rdi
24586 movq 5216(%rax), %r11
24587 jmp *%r11
24588 #endif /* defined(GLX_USE_TLS) */
24589 .size GL_PREFIX(CombinerParameterivNV), .-GL_PREFIX(CombinerParameterivNV)
24590
24591 .p2align 4,,15
24592 .globl GL_PREFIX(FinalCombinerInputNV)
24593 .type GL_PREFIX(FinalCombinerInputNV), @function
24594 GL_PREFIX(FinalCombinerInputNV):
24595 #if defined(GLX_USE_TLS)
24596 call _x86_64_get_dispatch@PLT
24597 movq 5224(%rax), %r11
24598 jmp *%r11
24599 #elif defined(PTHREADS)
24600 pushq %rdi
24601 pushq %rsi
24602 pushq %rdx
24603 pushq %rcx
24604 pushq %rbp
24605 call _x86_64_get_dispatch@PLT
24606 popq %rbp
24607 popq %rcx
24608 popq %rdx
24609 popq %rsi
24610 popq %rdi
24611 movq 5224(%rax), %r11
24612 jmp *%r11
24613 #else
24614 movq _glapi_Dispatch(%rip), %rax
24615 testq %rax, %rax
24616 je 1f
24617 movq 5224(%rax), %r11
24618 jmp *%r11
24619 1:
24620 pushq %rdi
24621 pushq %rsi
24622 pushq %rdx
24623 pushq %rcx
24624 pushq %rbp
24625 call _glapi_get_dispatch
24626 popq %rbp
24627 popq %rcx
24628 popq %rdx
24629 popq %rsi
24630 popq %rdi
24631 movq 5224(%rax), %r11
24632 jmp *%r11
24633 #endif /* defined(GLX_USE_TLS) */
24634 .size GL_PREFIX(FinalCombinerInputNV), .-GL_PREFIX(FinalCombinerInputNV)
24635
24636 .p2align 4,,15
24637 .globl GL_PREFIX(GetCombinerInputParameterfvNV)
24638 .type GL_PREFIX(GetCombinerInputParameterfvNV), @function
24639 GL_PREFIX(GetCombinerInputParameterfvNV):
24640 #if defined(GLX_USE_TLS)
24641 call _x86_64_get_dispatch@PLT
24642 movq 5232(%rax), %r11
24643 jmp *%r11
24644 #elif defined(PTHREADS)
24645 pushq %rdi
24646 pushq %rsi
24647 pushq %rdx
24648 pushq %rcx
24649 pushq %r8
24650 call _x86_64_get_dispatch@PLT
24651 popq %r8
24652 popq %rcx
24653 popq %rdx
24654 popq %rsi
24655 popq %rdi
24656 movq 5232(%rax), %r11
24657 jmp *%r11
24658 #else
24659 movq _glapi_Dispatch(%rip), %rax
24660 testq %rax, %rax
24661 je 1f
24662 movq 5232(%rax), %r11
24663 jmp *%r11
24664 1:
24665 pushq %rdi
24666 pushq %rsi
24667 pushq %rdx
24668 pushq %rcx
24669 pushq %r8
24670 call _glapi_get_dispatch
24671 popq %r8
24672 popq %rcx
24673 popq %rdx
24674 popq %rsi
24675 popq %rdi
24676 movq 5232(%rax), %r11
24677 jmp *%r11
24678 #endif /* defined(GLX_USE_TLS) */
24679 .size GL_PREFIX(GetCombinerInputParameterfvNV), .-GL_PREFIX(GetCombinerInputParameterfvNV)
24680
24681 .p2align 4,,15
24682 .globl GL_PREFIX(GetCombinerInputParameterivNV)
24683 .type GL_PREFIX(GetCombinerInputParameterivNV), @function
24684 GL_PREFIX(GetCombinerInputParameterivNV):
24685 #if defined(GLX_USE_TLS)
24686 call _x86_64_get_dispatch@PLT
24687 movq 5240(%rax), %r11
24688 jmp *%r11
24689 #elif defined(PTHREADS)
24690 pushq %rdi
24691 pushq %rsi
24692 pushq %rdx
24693 pushq %rcx
24694 pushq %r8
24695 call _x86_64_get_dispatch@PLT
24696 popq %r8
24697 popq %rcx
24698 popq %rdx
24699 popq %rsi
24700 popq %rdi
24701 movq 5240(%rax), %r11
24702 jmp *%r11
24703 #else
24704 movq _glapi_Dispatch(%rip), %rax
24705 testq %rax, %rax
24706 je 1f
24707 movq 5240(%rax), %r11
24708 jmp *%r11
24709 1:
24710 pushq %rdi
24711 pushq %rsi
24712 pushq %rdx
24713 pushq %rcx
24714 pushq %r8
24715 call _glapi_get_dispatch
24716 popq %r8
24717 popq %rcx
24718 popq %rdx
24719 popq %rsi
24720 popq %rdi
24721 movq 5240(%rax), %r11
24722 jmp *%r11
24723 #endif /* defined(GLX_USE_TLS) */
24724 .size GL_PREFIX(GetCombinerInputParameterivNV), .-GL_PREFIX(GetCombinerInputParameterivNV)
24725
24726 .p2align 4,,15
24727 .globl GL_PREFIX(GetCombinerOutputParameterfvNV)
24728 .type GL_PREFIX(GetCombinerOutputParameterfvNV), @function
24729 GL_PREFIX(GetCombinerOutputParameterfvNV):
24730 #if defined(GLX_USE_TLS)
24731 call _x86_64_get_dispatch@PLT
24732 movq 5248(%rax), %r11
24733 jmp *%r11
24734 #elif defined(PTHREADS)
24735 pushq %rdi
24736 pushq %rsi
24737 pushq %rdx
24738 pushq %rcx
24739 pushq %rbp
24740 call _x86_64_get_dispatch@PLT
24741 popq %rbp
24742 popq %rcx
24743 popq %rdx
24744 popq %rsi
24745 popq %rdi
24746 movq 5248(%rax), %r11
24747 jmp *%r11
24748 #else
24749 movq _glapi_Dispatch(%rip), %rax
24750 testq %rax, %rax
24751 je 1f
24752 movq 5248(%rax), %r11
24753 jmp *%r11
24754 1:
24755 pushq %rdi
24756 pushq %rsi
24757 pushq %rdx
24758 pushq %rcx
24759 pushq %rbp
24760 call _glapi_get_dispatch
24761 popq %rbp
24762 popq %rcx
24763 popq %rdx
24764 popq %rsi
24765 popq %rdi
24766 movq 5248(%rax), %r11
24767 jmp *%r11
24768 #endif /* defined(GLX_USE_TLS) */
24769 .size GL_PREFIX(GetCombinerOutputParameterfvNV), .-GL_PREFIX(GetCombinerOutputParameterfvNV)
24770
24771 .p2align 4,,15
24772 .globl GL_PREFIX(GetCombinerOutputParameterivNV)
24773 .type GL_PREFIX(GetCombinerOutputParameterivNV), @function
24774 GL_PREFIX(GetCombinerOutputParameterivNV):
24775 #if defined(GLX_USE_TLS)
24776 call _x86_64_get_dispatch@PLT
24777 movq 5256(%rax), %r11
24778 jmp *%r11
24779 #elif defined(PTHREADS)
24780 pushq %rdi
24781 pushq %rsi
24782 pushq %rdx
24783 pushq %rcx
24784 pushq %rbp
24785 call _x86_64_get_dispatch@PLT
24786 popq %rbp
24787 popq %rcx
24788 popq %rdx
24789 popq %rsi
24790 popq %rdi
24791 movq 5256(%rax), %r11
24792 jmp *%r11
24793 #else
24794 movq _glapi_Dispatch(%rip), %rax
24795 testq %rax, %rax
24796 je 1f
24797 movq 5256(%rax), %r11
24798 jmp *%r11
24799 1:
24800 pushq %rdi
24801 pushq %rsi
24802 pushq %rdx
24803 pushq %rcx
24804 pushq %rbp
24805 call _glapi_get_dispatch
24806 popq %rbp
24807 popq %rcx
24808 popq %rdx
24809 popq %rsi
24810 popq %rdi
24811 movq 5256(%rax), %r11
24812 jmp *%r11
24813 #endif /* defined(GLX_USE_TLS) */
24814 .size GL_PREFIX(GetCombinerOutputParameterivNV), .-GL_PREFIX(GetCombinerOutputParameterivNV)
24815
24816 .p2align 4,,15
24817 .globl GL_PREFIX(GetFinalCombinerInputParameterfvNV)
24818 .type GL_PREFIX(GetFinalCombinerInputParameterfvNV), @function
24819 GL_PREFIX(GetFinalCombinerInputParameterfvNV):
24820 #if defined(GLX_USE_TLS)
24821 call _x86_64_get_dispatch@PLT
24822 movq 5264(%rax), %r11
24823 jmp *%r11
24824 #elif defined(PTHREADS)
24825 pushq %rdi
24826 pushq %rsi
24827 pushq %rdx
24828 call _x86_64_get_dispatch@PLT
24829 popq %rdx
24830 popq %rsi
24831 popq %rdi
24832 movq 5264(%rax), %r11
24833 jmp *%r11
24834 #else
24835 movq _glapi_Dispatch(%rip), %rax
24836 testq %rax, %rax
24837 je 1f
24838 movq 5264(%rax), %r11
24839 jmp *%r11
24840 1:
24841 pushq %rdi
24842 pushq %rsi
24843 pushq %rdx
24844 call _glapi_get_dispatch
24845 popq %rdx
24846 popq %rsi
24847 popq %rdi
24848 movq 5264(%rax), %r11
24849 jmp *%r11
24850 #endif /* defined(GLX_USE_TLS) */
24851 .size GL_PREFIX(GetFinalCombinerInputParameterfvNV), .-GL_PREFIX(GetFinalCombinerInputParameterfvNV)
24852
24853 .p2align 4,,15
24854 .globl GL_PREFIX(GetFinalCombinerInputParameterivNV)
24855 .type GL_PREFIX(GetFinalCombinerInputParameterivNV), @function
24856 GL_PREFIX(GetFinalCombinerInputParameterivNV):
24857 #if defined(GLX_USE_TLS)
24858 call _x86_64_get_dispatch@PLT
24859 movq 5272(%rax), %r11
24860 jmp *%r11
24861 #elif defined(PTHREADS)
24862 pushq %rdi
24863 pushq %rsi
24864 pushq %rdx
24865 call _x86_64_get_dispatch@PLT
24866 popq %rdx
24867 popq %rsi
24868 popq %rdi
24869 movq 5272(%rax), %r11
24870 jmp *%r11
24871 #else
24872 movq _glapi_Dispatch(%rip), %rax
24873 testq %rax, %rax
24874 je 1f
24875 movq 5272(%rax), %r11
24876 jmp *%r11
24877 1:
24878 pushq %rdi
24879 pushq %rsi
24880 pushq %rdx
24881 call _glapi_get_dispatch
24882 popq %rdx
24883 popq %rsi
24884 popq %rdi
24885 movq 5272(%rax), %r11
24886 jmp *%r11
24887 #endif /* defined(GLX_USE_TLS) */
24888 .size GL_PREFIX(GetFinalCombinerInputParameterivNV), .-GL_PREFIX(GetFinalCombinerInputParameterivNV)
24889
24890 .p2align 4,,15
24891 .globl GL_PREFIX(ResizeBuffersMESA)
24892 .type GL_PREFIX(ResizeBuffersMESA), @function
24893 GL_PREFIX(ResizeBuffersMESA):
24894 #if defined(GLX_USE_TLS)
24895 call _x86_64_get_dispatch@PLT
24896 movq 5280(%rax), %r11
24897 jmp *%r11
24898 #elif defined(PTHREADS)
24899 pushq %rbp
24900 call _x86_64_get_dispatch@PLT
24901 popq %rbp
24902 movq 5280(%rax), %r11
24903 jmp *%r11
24904 #else
24905 movq _glapi_Dispatch(%rip), %rax
24906 testq %rax, %rax
24907 je 1f
24908 movq 5280(%rax), %r11
24909 jmp *%r11
24910 1:
24911 pushq %rbp
24912 call _glapi_get_dispatch
24913 popq %rbp
24914 movq 5280(%rax), %r11
24915 jmp *%r11
24916 #endif /* defined(GLX_USE_TLS) */
24917 .size GL_PREFIX(ResizeBuffersMESA), .-GL_PREFIX(ResizeBuffersMESA)
24918
24919 .p2align 4,,15
24920 .globl GL_PREFIX(WindowPos2dMESA)
24921 .type GL_PREFIX(WindowPos2dMESA), @function
24922 GL_PREFIX(WindowPos2dMESA):
24923 #if defined(GLX_USE_TLS)
24924 call _x86_64_get_dispatch@PLT
24925 movq 5288(%rax), %r11
24926 jmp *%r11
24927 #elif defined(PTHREADS)
24928 subq $24, %rsp
24929 movq %xmm0, (%rsp)
24930 movq %xmm1, 8(%rsp)
24931 call _x86_64_get_dispatch@PLT
24932 movq 8(%rsp), %xmm1
24933 movq (%rsp), %xmm0
24934 addq $24, %rsp
24935 movq 5288(%rax), %r11
24936 jmp *%r11
24937 #else
24938 movq _glapi_Dispatch(%rip), %rax
24939 testq %rax, %rax
24940 je 1f
24941 movq 5288(%rax), %r11
24942 jmp *%r11
24943 1:
24944 subq $24, %rsp
24945 movq %xmm0, (%rsp)
24946 movq %xmm1, 8(%rsp)
24947 call _glapi_get_dispatch
24948 movq 8(%rsp), %xmm1
24949 movq (%rsp), %xmm0
24950 addq $24, %rsp
24951 movq 5288(%rax), %r11
24952 jmp *%r11
24953 #endif /* defined(GLX_USE_TLS) */
24954 .size GL_PREFIX(WindowPos2dMESA), .-GL_PREFIX(WindowPos2dMESA)
24955
24956 .p2align 4,,15
24957 .globl GL_PREFIX(WindowPos2dvMESA)
24958 .type GL_PREFIX(WindowPos2dvMESA), @function
24959 GL_PREFIX(WindowPos2dvMESA):
24960 #if defined(GLX_USE_TLS)
24961 call _x86_64_get_dispatch@PLT
24962 movq 5296(%rax), %r11
24963 jmp *%r11
24964 #elif defined(PTHREADS)
24965 pushq %rdi
24966 call _x86_64_get_dispatch@PLT
24967 popq %rdi
24968 movq 5296(%rax), %r11
24969 jmp *%r11
24970 #else
24971 movq _glapi_Dispatch(%rip), %rax
24972 testq %rax, %rax
24973 je 1f
24974 movq 5296(%rax), %r11
24975 jmp *%r11
24976 1:
24977 pushq %rdi
24978 call _glapi_get_dispatch
24979 popq %rdi
24980 movq 5296(%rax), %r11
24981 jmp *%r11
24982 #endif /* defined(GLX_USE_TLS) */
24983 .size GL_PREFIX(WindowPos2dvMESA), .-GL_PREFIX(WindowPos2dvMESA)
24984
24985 .p2align 4,,15
24986 .globl GL_PREFIX(WindowPos2fMESA)
24987 .type GL_PREFIX(WindowPos2fMESA), @function
24988 GL_PREFIX(WindowPos2fMESA):
24989 #if defined(GLX_USE_TLS)
24990 call _x86_64_get_dispatch@PLT
24991 movq 5304(%rax), %r11
24992 jmp *%r11
24993 #elif defined(PTHREADS)
24994 subq $24, %rsp
24995 movq %xmm0, (%rsp)
24996 movq %xmm1, 8(%rsp)
24997 call _x86_64_get_dispatch@PLT
24998 movq 8(%rsp), %xmm1
24999 movq (%rsp), %xmm0
25000 addq $24, %rsp
25001 movq 5304(%rax), %r11
25002 jmp *%r11
25003 #else
25004 movq _glapi_Dispatch(%rip), %rax
25005 testq %rax, %rax
25006 je 1f
25007 movq 5304(%rax), %r11
25008 jmp *%r11
25009 1:
25010 subq $24, %rsp
25011 movq %xmm0, (%rsp)
25012 movq %xmm1, 8(%rsp)
25013 call _glapi_get_dispatch
25014 movq 8(%rsp), %xmm1
25015 movq (%rsp), %xmm0
25016 addq $24, %rsp
25017 movq 5304(%rax), %r11
25018 jmp *%r11
25019 #endif /* defined(GLX_USE_TLS) */
25020 .size GL_PREFIX(WindowPos2fMESA), .-GL_PREFIX(WindowPos2fMESA)
25021
25022 .p2align 4,,15
25023 .globl GL_PREFIX(WindowPos2fvMESA)
25024 .type GL_PREFIX(WindowPos2fvMESA), @function
25025 GL_PREFIX(WindowPos2fvMESA):
25026 #if defined(GLX_USE_TLS)
25027 call _x86_64_get_dispatch@PLT
25028 movq 5312(%rax), %r11
25029 jmp *%r11
25030 #elif defined(PTHREADS)
25031 pushq %rdi
25032 call _x86_64_get_dispatch@PLT
25033 popq %rdi
25034 movq 5312(%rax), %r11
25035 jmp *%r11
25036 #else
25037 movq _glapi_Dispatch(%rip), %rax
25038 testq %rax, %rax
25039 je 1f
25040 movq 5312(%rax), %r11
25041 jmp *%r11
25042 1:
25043 pushq %rdi
25044 call _glapi_get_dispatch
25045 popq %rdi
25046 movq 5312(%rax), %r11
25047 jmp *%r11
25048 #endif /* defined(GLX_USE_TLS) */
25049 .size GL_PREFIX(WindowPos2fvMESA), .-GL_PREFIX(WindowPos2fvMESA)
25050
25051 .p2align 4,,15
25052 .globl GL_PREFIX(WindowPos2iMESA)
25053 .type GL_PREFIX(WindowPos2iMESA), @function
25054 GL_PREFIX(WindowPos2iMESA):
25055 #if defined(GLX_USE_TLS)
25056 call _x86_64_get_dispatch@PLT
25057 movq 5320(%rax), %r11
25058 jmp *%r11
25059 #elif defined(PTHREADS)
25060 pushq %rdi
25061 pushq %rsi
25062 pushq %rbp
25063 call _x86_64_get_dispatch@PLT
25064 popq %rbp
25065 popq %rsi
25066 popq %rdi
25067 movq 5320(%rax), %r11
25068 jmp *%r11
25069 #else
25070 movq _glapi_Dispatch(%rip), %rax
25071 testq %rax, %rax
25072 je 1f
25073 movq 5320(%rax), %r11
25074 jmp *%r11
25075 1:
25076 pushq %rdi
25077 pushq %rsi
25078 pushq %rbp
25079 call _glapi_get_dispatch
25080 popq %rbp
25081 popq %rsi
25082 popq %rdi
25083 movq 5320(%rax), %r11
25084 jmp *%r11
25085 #endif /* defined(GLX_USE_TLS) */
25086 .size GL_PREFIX(WindowPos2iMESA), .-GL_PREFIX(WindowPos2iMESA)
25087
25088 .p2align 4,,15
25089 .globl GL_PREFIX(WindowPos2ivMESA)
25090 .type GL_PREFIX(WindowPos2ivMESA), @function
25091 GL_PREFIX(WindowPos2ivMESA):
25092 #if defined(GLX_USE_TLS)
25093 call _x86_64_get_dispatch@PLT
25094 movq 5328(%rax), %r11
25095 jmp *%r11
25096 #elif defined(PTHREADS)
25097 pushq %rdi
25098 call _x86_64_get_dispatch@PLT
25099 popq %rdi
25100 movq 5328(%rax), %r11
25101 jmp *%r11
25102 #else
25103 movq _glapi_Dispatch(%rip), %rax
25104 testq %rax, %rax
25105 je 1f
25106 movq 5328(%rax), %r11
25107 jmp *%r11
25108 1:
25109 pushq %rdi
25110 call _glapi_get_dispatch
25111 popq %rdi
25112 movq 5328(%rax), %r11
25113 jmp *%r11
25114 #endif /* defined(GLX_USE_TLS) */
25115 .size GL_PREFIX(WindowPos2ivMESA), .-GL_PREFIX(WindowPos2ivMESA)
25116
25117 .p2align 4,,15
25118 .globl GL_PREFIX(WindowPos2sMESA)
25119 .type GL_PREFIX(WindowPos2sMESA), @function
25120 GL_PREFIX(WindowPos2sMESA):
25121 #if defined(GLX_USE_TLS)
25122 call _x86_64_get_dispatch@PLT
25123 movq 5336(%rax), %r11
25124 jmp *%r11
25125 #elif defined(PTHREADS)
25126 pushq %rdi
25127 pushq %rsi
25128 pushq %rbp
25129 call _x86_64_get_dispatch@PLT
25130 popq %rbp
25131 popq %rsi
25132 popq %rdi
25133 movq 5336(%rax), %r11
25134 jmp *%r11
25135 #else
25136 movq _glapi_Dispatch(%rip), %rax
25137 testq %rax, %rax
25138 je 1f
25139 movq 5336(%rax), %r11
25140 jmp *%r11
25141 1:
25142 pushq %rdi
25143 pushq %rsi
25144 pushq %rbp
25145 call _glapi_get_dispatch
25146 popq %rbp
25147 popq %rsi
25148 popq %rdi
25149 movq 5336(%rax), %r11
25150 jmp *%r11
25151 #endif /* defined(GLX_USE_TLS) */
25152 .size GL_PREFIX(WindowPos2sMESA), .-GL_PREFIX(WindowPos2sMESA)
25153
25154 .p2align 4,,15
25155 .globl GL_PREFIX(WindowPos2svMESA)
25156 .type GL_PREFIX(WindowPos2svMESA), @function
25157 GL_PREFIX(WindowPos2svMESA):
25158 #if defined(GLX_USE_TLS)
25159 call _x86_64_get_dispatch@PLT
25160 movq 5344(%rax), %r11
25161 jmp *%r11
25162 #elif defined(PTHREADS)
25163 pushq %rdi
25164 call _x86_64_get_dispatch@PLT
25165 popq %rdi
25166 movq 5344(%rax), %r11
25167 jmp *%r11
25168 #else
25169 movq _glapi_Dispatch(%rip), %rax
25170 testq %rax, %rax
25171 je 1f
25172 movq 5344(%rax), %r11
25173 jmp *%r11
25174 1:
25175 pushq %rdi
25176 call _glapi_get_dispatch
25177 popq %rdi
25178 movq 5344(%rax), %r11
25179 jmp *%r11
25180 #endif /* defined(GLX_USE_TLS) */
25181 .size GL_PREFIX(WindowPos2svMESA), .-GL_PREFIX(WindowPos2svMESA)
25182
25183 .p2align 4,,15
25184 .globl GL_PREFIX(WindowPos3dMESA)
25185 .type GL_PREFIX(WindowPos3dMESA), @function
25186 GL_PREFIX(WindowPos3dMESA):
25187 #if defined(GLX_USE_TLS)
25188 call _x86_64_get_dispatch@PLT
25189 movq 5352(%rax), %r11
25190 jmp *%r11
25191 #elif defined(PTHREADS)
25192 subq $24, %rsp
25193 movq %xmm0, (%rsp)
25194 movq %xmm1, 8(%rsp)
25195 movq %xmm2, 16(%rsp)
25196 call _x86_64_get_dispatch@PLT
25197 movq 16(%rsp), %xmm2
25198 movq 8(%rsp), %xmm1
25199 movq (%rsp), %xmm0
25200 addq $24, %rsp
25201 movq 5352(%rax), %r11
25202 jmp *%r11
25203 #else
25204 movq _glapi_Dispatch(%rip), %rax
25205 testq %rax, %rax
25206 je 1f
25207 movq 5352(%rax), %r11
25208 jmp *%r11
25209 1:
25210 subq $24, %rsp
25211 movq %xmm0, (%rsp)
25212 movq %xmm1, 8(%rsp)
25213 movq %xmm2, 16(%rsp)
25214 call _glapi_get_dispatch
25215 movq 16(%rsp), %xmm2
25216 movq 8(%rsp), %xmm1
25217 movq (%rsp), %xmm0
25218 addq $24, %rsp
25219 movq 5352(%rax), %r11
25220 jmp *%r11
25221 #endif /* defined(GLX_USE_TLS) */
25222 .size GL_PREFIX(WindowPos3dMESA), .-GL_PREFIX(WindowPos3dMESA)
25223
25224 .p2align 4,,15
25225 .globl GL_PREFIX(WindowPos3dvMESA)
25226 .type GL_PREFIX(WindowPos3dvMESA), @function
25227 GL_PREFIX(WindowPos3dvMESA):
25228 #if defined(GLX_USE_TLS)
25229 call _x86_64_get_dispatch@PLT
25230 movq 5360(%rax), %r11
25231 jmp *%r11
25232 #elif defined(PTHREADS)
25233 pushq %rdi
25234 call _x86_64_get_dispatch@PLT
25235 popq %rdi
25236 movq 5360(%rax), %r11
25237 jmp *%r11
25238 #else
25239 movq _glapi_Dispatch(%rip), %rax
25240 testq %rax, %rax
25241 je 1f
25242 movq 5360(%rax), %r11
25243 jmp *%r11
25244 1:
25245 pushq %rdi
25246 call _glapi_get_dispatch
25247 popq %rdi
25248 movq 5360(%rax), %r11
25249 jmp *%r11
25250 #endif /* defined(GLX_USE_TLS) */
25251 .size GL_PREFIX(WindowPos3dvMESA), .-GL_PREFIX(WindowPos3dvMESA)
25252
25253 .p2align 4,,15
25254 .globl GL_PREFIX(WindowPos3fMESA)
25255 .type GL_PREFIX(WindowPos3fMESA), @function
25256 GL_PREFIX(WindowPos3fMESA):
25257 #if defined(GLX_USE_TLS)
25258 call _x86_64_get_dispatch@PLT
25259 movq 5368(%rax), %r11
25260 jmp *%r11
25261 #elif defined(PTHREADS)
25262 subq $24, %rsp
25263 movq %xmm0, (%rsp)
25264 movq %xmm1, 8(%rsp)
25265 movq %xmm2, 16(%rsp)
25266 call _x86_64_get_dispatch@PLT
25267 movq 16(%rsp), %xmm2
25268 movq 8(%rsp), %xmm1
25269 movq (%rsp), %xmm0
25270 addq $24, %rsp
25271 movq 5368(%rax), %r11
25272 jmp *%r11
25273 #else
25274 movq _glapi_Dispatch(%rip), %rax
25275 testq %rax, %rax
25276 je 1f
25277 movq 5368(%rax), %r11
25278 jmp *%r11
25279 1:
25280 subq $24, %rsp
25281 movq %xmm0, (%rsp)
25282 movq %xmm1, 8(%rsp)
25283 movq %xmm2, 16(%rsp)
25284 call _glapi_get_dispatch
25285 movq 16(%rsp), %xmm2
25286 movq 8(%rsp), %xmm1
25287 movq (%rsp), %xmm0
25288 addq $24, %rsp
25289 movq 5368(%rax), %r11
25290 jmp *%r11
25291 #endif /* defined(GLX_USE_TLS) */
25292 .size GL_PREFIX(WindowPos3fMESA), .-GL_PREFIX(WindowPos3fMESA)
25293
25294 .p2align 4,,15
25295 .globl GL_PREFIX(WindowPos3fvMESA)
25296 .type GL_PREFIX(WindowPos3fvMESA), @function
25297 GL_PREFIX(WindowPos3fvMESA):
25298 #if defined(GLX_USE_TLS)
25299 call _x86_64_get_dispatch@PLT
25300 movq 5376(%rax), %r11
25301 jmp *%r11
25302 #elif defined(PTHREADS)
25303 pushq %rdi
25304 call _x86_64_get_dispatch@PLT
25305 popq %rdi
25306 movq 5376(%rax), %r11
25307 jmp *%r11
25308 #else
25309 movq _glapi_Dispatch(%rip), %rax
25310 testq %rax, %rax
25311 je 1f
25312 movq 5376(%rax), %r11
25313 jmp *%r11
25314 1:
25315 pushq %rdi
25316 call _glapi_get_dispatch
25317 popq %rdi
25318 movq 5376(%rax), %r11
25319 jmp *%r11
25320 #endif /* defined(GLX_USE_TLS) */
25321 .size GL_PREFIX(WindowPos3fvMESA), .-GL_PREFIX(WindowPos3fvMESA)
25322
25323 .p2align 4,,15
25324 .globl GL_PREFIX(WindowPos3iMESA)
25325 .type GL_PREFIX(WindowPos3iMESA), @function
25326 GL_PREFIX(WindowPos3iMESA):
25327 #if defined(GLX_USE_TLS)
25328 call _x86_64_get_dispatch@PLT
25329 movq 5384(%rax), %r11
25330 jmp *%r11
25331 #elif defined(PTHREADS)
25332 pushq %rdi
25333 pushq %rsi
25334 pushq %rdx
25335 call _x86_64_get_dispatch@PLT
25336 popq %rdx
25337 popq %rsi
25338 popq %rdi
25339 movq 5384(%rax), %r11
25340 jmp *%r11
25341 #else
25342 movq _glapi_Dispatch(%rip), %rax
25343 testq %rax, %rax
25344 je 1f
25345 movq 5384(%rax), %r11
25346 jmp *%r11
25347 1:
25348 pushq %rdi
25349 pushq %rsi
25350 pushq %rdx
25351 call _glapi_get_dispatch
25352 popq %rdx
25353 popq %rsi
25354 popq %rdi
25355 movq 5384(%rax), %r11
25356 jmp *%r11
25357 #endif /* defined(GLX_USE_TLS) */
25358 .size GL_PREFIX(WindowPos3iMESA), .-GL_PREFIX(WindowPos3iMESA)
25359
25360 .p2align 4,,15
25361 .globl GL_PREFIX(WindowPos3ivMESA)
25362 .type GL_PREFIX(WindowPos3ivMESA), @function
25363 GL_PREFIX(WindowPos3ivMESA):
25364 #if defined(GLX_USE_TLS)
25365 call _x86_64_get_dispatch@PLT
25366 movq 5392(%rax), %r11
25367 jmp *%r11
25368 #elif defined(PTHREADS)
25369 pushq %rdi
25370 call _x86_64_get_dispatch@PLT
25371 popq %rdi
25372 movq 5392(%rax), %r11
25373 jmp *%r11
25374 #else
25375 movq _glapi_Dispatch(%rip), %rax
25376 testq %rax, %rax
25377 je 1f
25378 movq 5392(%rax), %r11
25379 jmp *%r11
25380 1:
25381 pushq %rdi
25382 call _glapi_get_dispatch
25383 popq %rdi
25384 movq 5392(%rax), %r11
25385 jmp *%r11
25386 #endif /* defined(GLX_USE_TLS) */
25387 .size GL_PREFIX(WindowPos3ivMESA), .-GL_PREFIX(WindowPos3ivMESA)
25388
25389 .p2align 4,,15
25390 .globl GL_PREFIX(WindowPos3sMESA)
25391 .type GL_PREFIX(WindowPos3sMESA), @function
25392 GL_PREFIX(WindowPos3sMESA):
25393 #if defined(GLX_USE_TLS)
25394 call _x86_64_get_dispatch@PLT
25395 movq 5400(%rax), %r11
25396 jmp *%r11
25397 #elif defined(PTHREADS)
25398 pushq %rdi
25399 pushq %rsi
25400 pushq %rdx
25401 call _x86_64_get_dispatch@PLT
25402 popq %rdx
25403 popq %rsi
25404 popq %rdi
25405 movq 5400(%rax), %r11
25406 jmp *%r11
25407 #else
25408 movq _glapi_Dispatch(%rip), %rax
25409 testq %rax, %rax
25410 je 1f
25411 movq 5400(%rax), %r11
25412 jmp *%r11
25413 1:
25414 pushq %rdi
25415 pushq %rsi
25416 pushq %rdx
25417 call _glapi_get_dispatch
25418 popq %rdx
25419 popq %rsi
25420 popq %rdi
25421 movq 5400(%rax), %r11
25422 jmp *%r11
25423 #endif /* defined(GLX_USE_TLS) */
25424 .size GL_PREFIX(WindowPos3sMESA), .-GL_PREFIX(WindowPos3sMESA)
25425
25426 .p2align 4,,15
25427 .globl GL_PREFIX(WindowPos3svMESA)
25428 .type GL_PREFIX(WindowPos3svMESA), @function
25429 GL_PREFIX(WindowPos3svMESA):
25430 #if defined(GLX_USE_TLS)
25431 call _x86_64_get_dispatch@PLT
25432 movq 5408(%rax), %r11
25433 jmp *%r11
25434 #elif defined(PTHREADS)
25435 pushq %rdi
25436 call _x86_64_get_dispatch@PLT
25437 popq %rdi
25438 movq 5408(%rax), %r11
25439 jmp *%r11
25440 #else
25441 movq _glapi_Dispatch(%rip), %rax
25442 testq %rax, %rax
25443 je 1f
25444 movq 5408(%rax), %r11
25445 jmp *%r11
25446 1:
25447 pushq %rdi
25448 call _glapi_get_dispatch
25449 popq %rdi
25450 movq 5408(%rax), %r11
25451 jmp *%r11
25452 #endif /* defined(GLX_USE_TLS) */
25453 .size GL_PREFIX(WindowPos3svMESA), .-GL_PREFIX(WindowPos3svMESA)
25454
25455 .p2align 4,,15
25456 .globl GL_PREFIX(WindowPos4dMESA)
25457 .type GL_PREFIX(WindowPos4dMESA), @function
25458 GL_PREFIX(WindowPos4dMESA):
25459 #if defined(GLX_USE_TLS)
25460 call _x86_64_get_dispatch@PLT
25461 movq 5416(%rax), %r11
25462 jmp *%r11
25463 #elif defined(PTHREADS)
25464 subq $40, %rsp
25465 movq %xmm0, (%rsp)
25466 movq %xmm1, 8(%rsp)
25467 movq %xmm2, 16(%rsp)
25468 movq %xmm3, 24(%rsp)
25469 call _x86_64_get_dispatch@PLT
25470 movq 24(%rsp), %xmm3
25471 movq 16(%rsp), %xmm2
25472 movq 8(%rsp), %xmm1
25473 movq (%rsp), %xmm0
25474 addq $40, %rsp
25475 movq 5416(%rax), %r11
25476 jmp *%r11
25477 #else
25478 movq _glapi_Dispatch(%rip), %rax
25479 testq %rax, %rax
25480 je 1f
25481 movq 5416(%rax), %r11
25482 jmp *%r11
25483 1:
25484 subq $40, %rsp
25485 movq %xmm0, (%rsp)
25486 movq %xmm1, 8(%rsp)
25487 movq %xmm2, 16(%rsp)
25488 movq %xmm3, 24(%rsp)
25489 call _glapi_get_dispatch
25490 movq 24(%rsp), %xmm3
25491 movq 16(%rsp), %xmm2
25492 movq 8(%rsp), %xmm1
25493 movq (%rsp), %xmm0
25494 addq $40, %rsp
25495 movq 5416(%rax), %r11
25496 jmp *%r11
25497 #endif /* defined(GLX_USE_TLS) */
25498 .size GL_PREFIX(WindowPos4dMESA), .-GL_PREFIX(WindowPos4dMESA)
25499
25500 .p2align 4,,15
25501 .globl GL_PREFIX(WindowPos4dvMESA)
25502 .type GL_PREFIX(WindowPos4dvMESA), @function
25503 GL_PREFIX(WindowPos4dvMESA):
25504 #if defined(GLX_USE_TLS)
25505 call _x86_64_get_dispatch@PLT
25506 movq 5424(%rax), %r11
25507 jmp *%r11
25508 #elif defined(PTHREADS)
25509 pushq %rdi
25510 call _x86_64_get_dispatch@PLT
25511 popq %rdi
25512 movq 5424(%rax), %r11
25513 jmp *%r11
25514 #else
25515 movq _glapi_Dispatch(%rip), %rax
25516 testq %rax, %rax
25517 je 1f
25518 movq 5424(%rax), %r11
25519 jmp *%r11
25520 1:
25521 pushq %rdi
25522 call _glapi_get_dispatch
25523 popq %rdi
25524 movq 5424(%rax), %r11
25525 jmp *%r11
25526 #endif /* defined(GLX_USE_TLS) */
25527 .size GL_PREFIX(WindowPos4dvMESA), .-GL_PREFIX(WindowPos4dvMESA)
25528
25529 .p2align 4,,15
25530 .globl GL_PREFIX(WindowPos4fMESA)
25531 .type GL_PREFIX(WindowPos4fMESA), @function
25532 GL_PREFIX(WindowPos4fMESA):
25533 #if defined(GLX_USE_TLS)
25534 call _x86_64_get_dispatch@PLT
25535 movq 5432(%rax), %r11
25536 jmp *%r11
25537 #elif defined(PTHREADS)
25538 subq $40, %rsp
25539 movq %xmm0, (%rsp)
25540 movq %xmm1, 8(%rsp)
25541 movq %xmm2, 16(%rsp)
25542 movq %xmm3, 24(%rsp)
25543 call _x86_64_get_dispatch@PLT
25544 movq 24(%rsp), %xmm3
25545 movq 16(%rsp), %xmm2
25546 movq 8(%rsp), %xmm1
25547 movq (%rsp), %xmm0
25548 addq $40, %rsp
25549 movq 5432(%rax), %r11
25550 jmp *%r11
25551 #else
25552 movq _glapi_Dispatch(%rip), %rax
25553 testq %rax, %rax
25554 je 1f
25555 movq 5432(%rax), %r11
25556 jmp *%r11
25557 1:
25558 subq $40, %rsp
25559 movq %xmm0, (%rsp)
25560 movq %xmm1, 8(%rsp)
25561 movq %xmm2, 16(%rsp)
25562 movq %xmm3, 24(%rsp)
25563 call _glapi_get_dispatch
25564 movq 24(%rsp), %xmm3
25565 movq 16(%rsp), %xmm2
25566 movq 8(%rsp), %xmm1
25567 movq (%rsp), %xmm0
25568 addq $40, %rsp
25569 movq 5432(%rax), %r11
25570 jmp *%r11
25571 #endif /* defined(GLX_USE_TLS) */
25572 .size GL_PREFIX(WindowPos4fMESA), .-GL_PREFIX(WindowPos4fMESA)
25573
25574 .p2align 4,,15
25575 .globl GL_PREFIX(WindowPos4fvMESA)
25576 .type GL_PREFIX(WindowPos4fvMESA), @function
25577 GL_PREFIX(WindowPos4fvMESA):
25578 #if defined(GLX_USE_TLS)
25579 call _x86_64_get_dispatch@PLT
25580 movq 5440(%rax), %r11
25581 jmp *%r11
25582 #elif defined(PTHREADS)
25583 pushq %rdi
25584 call _x86_64_get_dispatch@PLT
25585 popq %rdi
25586 movq 5440(%rax), %r11
25587 jmp *%r11
25588 #else
25589 movq _glapi_Dispatch(%rip), %rax
25590 testq %rax, %rax
25591 je 1f
25592 movq 5440(%rax), %r11
25593 jmp *%r11
25594 1:
25595 pushq %rdi
25596 call _glapi_get_dispatch
25597 popq %rdi
25598 movq 5440(%rax), %r11
25599 jmp *%r11
25600 #endif /* defined(GLX_USE_TLS) */
25601 .size GL_PREFIX(WindowPos4fvMESA), .-GL_PREFIX(WindowPos4fvMESA)
25602
25603 .p2align 4,,15
25604 .globl GL_PREFIX(WindowPos4iMESA)
25605 .type GL_PREFIX(WindowPos4iMESA), @function
25606 GL_PREFIX(WindowPos4iMESA):
25607 #if defined(GLX_USE_TLS)
25608 call _x86_64_get_dispatch@PLT
25609 movq 5448(%rax), %r11
25610 jmp *%r11
25611 #elif defined(PTHREADS)
25612 pushq %rdi
25613 pushq %rsi
25614 pushq %rdx
25615 pushq %rcx
25616 pushq %rbp
25617 call _x86_64_get_dispatch@PLT
25618 popq %rbp
25619 popq %rcx
25620 popq %rdx
25621 popq %rsi
25622 popq %rdi
25623 movq 5448(%rax), %r11
25624 jmp *%r11
25625 #else
25626 movq _glapi_Dispatch(%rip), %rax
25627 testq %rax, %rax
25628 je 1f
25629 movq 5448(%rax), %r11
25630 jmp *%r11
25631 1:
25632 pushq %rdi
25633 pushq %rsi
25634 pushq %rdx
25635 pushq %rcx
25636 pushq %rbp
25637 call _glapi_get_dispatch
25638 popq %rbp
25639 popq %rcx
25640 popq %rdx
25641 popq %rsi
25642 popq %rdi
25643 movq 5448(%rax), %r11
25644 jmp *%r11
25645 #endif /* defined(GLX_USE_TLS) */
25646 .size GL_PREFIX(WindowPos4iMESA), .-GL_PREFIX(WindowPos4iMESA)
25647
25648 .p2align 4,,15
25649 .globl GL_PREFIX(WindowPos4ivMESA)
25650 .type GL_PREFIX(WindowPos4ivMESA), @function
25651 GL_PREFIX(WindowPos4ivMESA):
25652 #if defined(GLX_USE_TLS)
25653 call _x86_64_get_dispatch@PLT
25654 movq 5456(%rax), %r11
25655 jmp *%r11
25656 #elif defined(PTHREADS)
25657 pushq %rdi
25658 call _x86_64_get_dispatch@PLT
25659 popq %rdi
25660 movq 5456(%rax), %r11
25661 jmp *%r11
25662 #else
25663 movq _glapi_Dispatch(%rip), %rax
25664 testq %rax, %rax
25665 je 1f
25666 movq 5456(%rax), %r11
25667 jmp *%r11
25668 1:
25669 pushq %rdi
25670 call _glapi_get_dispatch
25671 popq %rdi
25672 movq 5456(%rax), %r11
25673 jmp *%r11
25674 #endif /* defined(GLX_USE_TLS) */
25675 .size GL_PREFIX(WindowPos4ivMESA), .-GL_PREFIX(WindowPos4ivMESA)
25676
25677 .p2align 4,,15
25678 .globl GL_PREFIX(WindowPos4sMESA)
25679 .type GL_PREFIX(WindowPos4sMESA), @function
25680 GL_PREFIX(WindowPos4sMESA):
25681 #if defined(GLX_USE_TLS)
25682 call _x86_64_get_dispatch@PLT
25683 movq 5464(%rax), %r11
25684 jmp *%r11
25685 #elif defined(PTHREADS)
25686 pushq %rdi
25687 pushq %rsi
25688 pushq %rdx
25689 pushq %rcx
25690 pushq %rbp
25691 call _x86_64_get_dispatch@PLT
25692 popq %rbp
25693 popq %rcx
25694 popq %rdx
25695 popq %rsi
25696 popq %rdi
25697 movq 5464(%rax), %r11
25698 jmp *%r11
25699 #else
25700 movq _glapi_Dispatch(%rip), %rax
25701 testq %rax, %rax
25702 je 1f
25703 movq 5464(%rax), %r11
25704 jmp *%r11
25705 1:
25706 pushq %rdi
25707 pushq %rsi
25708 pushq %rdx
25709 pushq %rcx
25710 pushq %rbp
25711 call _glapi_get_dispatch
25712 popq %rbp
25713 popq %rcx
25714 popq %rdx
25715 popq %rsi
25716 popq %rdi
25717 movq 5464(%rax), %r11
25718 jmp *%r11
25719 #endif /* defined(GLX_USE_TLS) */
25720 .size GL_PREFIX(WindowPos4sMESA), .-GL_PREFIX(WindowPos4sMESA)
25721
25722 .p2align 4,,15
25723 .globl GL_PREFIX(WindowPos4svMESA)
25724 .type GL_PREFIX(WindowPos4svMESA), @function
25725 GL_PREFIX(WindowPos4svMESA):
25726 #if defined(GLX_USE_TLS)
25727 call _x86_64_get_dispatch@PLT
25728 movq 5472(%rax), %r11
25729 jmp *%r11
25730 #elif defined(PTHREADS)
25731 pushq %rdi
25732 call _x86_64_get_dispatch@PLT
25733 popq %rdi
25734 movq 5472(%rax), %r11
25735 jmp *%r11
25736 #else
25737 movq _glapi_Dispatch(%rip), %rax
25738 testq %rax, %rax
25739 je 1f
25740 movq 5472(%rax), %r11
25741 jmp *%r11
25742 1:
25743 pushq %rdi
25744 call _glapi_get_dispatch
25745 popq %rdi
25746 movq 5472(%rax), %r11
25747 jmp *%r11
25748 #endif /* defined(GLX_USE_TLS) */
25749 .size GL_PREFIX(WindowPos4svMESA), .-GL_PREFIX(WindowPos4svMESA)
25750
25751 .p2align 4,,15
25752 .globl GL_PREFIX(_dispatch_stub_685)
25753 .type GL_PREFIX(_dispatch_stub_685), @function
25754 HIDDEN(GL_PREFIX(_dispatch_stub_685))
25755 GL_PREFIX(_dispatch_stub_685):
25756 #if defined(GLX_USE_TLS)
25757 call _x86_64_get_dispatch@PLT
25758 movq 5480(%rax), %r11
25759 jmp *%r11
25760 #elif defined(PTHREADS)
25761 pushq %rdi
25762 pushq %rsi
25763 pushq %rdx
25764 pushq %rcx
25765 pushq %r8
25766 call _x86_64_get_dispatch@PLT
25767 popq %r8
25768 popq %rcx
25769 popq %rdx
25770 popq %rsi
25771 popq %rdi
25772 movq 5480(%rax), %r11
25773 jmp *%r11
25774 #else
25775 movq _glapi_Dispatch(%rip), %rax
25776 testq %rax, %rax
25777 je 1f
25778 movq 5480(%rax), %r11
25779 jmp *%r11
25780 1:
25781 pushq %rdi
25782 pushq %rsi
25783 pushq %rdx
25784 pushq %rcx
25785 pushq %r8
25786 call _glapi_get_dispatch
25787 popq %r8
25788 popq %rcx
25789 popq %rdx
25790 popq %rsi
25791 popq %rdi
25792 movq 5480(%rax), %r11
25793 jmp *%r11
25794 #endif /* defined(GLX_USE_TLS) */
25795 .size GL_PREFIX(_dispatch_stub_685), .-GL_PREFIX(_dispatch_stub_685)
25796
25797 .p2align 4,,15
25798 .globl GL_PREFIX(_dispatch_stub_686)
25799 .type GL_PREFIX(_dispatch_stub_686), @function
25800 HIDDEN(GL_PREFIX(_dispatch_stub_686))
25801 GL_PREFIX(_dispatch_stub_686):
25802 #if defined(GLX_USE_TLS)
25803 call _x86_64_get_dispatch@PLT
25804 movq 5488(%rax), %r11
25805 jmp *%r11
25806 #elif defined(PTHREADS)
25807 pushq %rdi
25808 pushq %rsi
25809 pushq %rdx
25810 pushq %rcx
25811 pushq %r8
25812 pushq %r9
25813 pushq %rbp
25814 call _x86_64_get_dispatch@PLT
25815 popq %rbp
25816 popq %r9
25817 popq %r8
25818 popq %rcx
25819 popq %rdx
25820 popq %rsi
25821 popq %rdi
25822 movq 5488(%rax), %r11
25823 jmp *%r11
25824 #else
25825 movq _glapi_Dispatch(%rip), %rax
25826 testq %rax, %rax
25827 je 1f
25828 movq 5488(%rax), %r11
25829 jmp *%r11
25830 1:
25831 pushq %rdi
25832 pushq %rsi
25833 pushq %rdx
25834 pushq %rcx
25835 pushq %r8
25836 pushq %r9
25837 pushq %rbp
25838 call _glapi_get_dispatch
25839 popq %rbp
25840 popq %r9
25841 popq %r8
25842 popq %rcx
25843 popq %rdx
25844 popq %rsi
25845 popq %rdi
25846 movq 5488(%rax), %r11
25847 jmp *%r11
25848 #endif /* defined(GLX_USE_TLS) */
25849 .size GL_PREFIX(_dispatch_stub_686), .-GL_PREFIX(_dispatch_stub_686)
25850
25851 .p2align 4,,15
25852 .globl GL_PREFIX(_dispatch_stub_687)
25853 .type GL_PREFIX(_dispatch_stub_687), @function
25854 HIDDEN(GL_PREFIX(_dispatch_stub_687))
25855 GL_PREFIX(_dispatch_stub_687):
25856 #if defined(GLX_USE_TLS)
25857 call _x86_64_get_dispatch@PLT
25858 movq 5496(%rax), %r11
25859 jmp *%r11
25860 #elif defined(PTHREADS)
25861 pushq %rdi
25862 pushq %rsi
25863 pushq %rbp
25864 call _x86_64_get_dispatch@PLT
25865 popq %rbp
25866 popq %rsi
25867 popq %rdi
25868 movq 5496(%rax), %r11
25869 jmp *%r11
25870 #else
25871 movq _glapi_Dispatch(%rip), %rax
25872 testq %rax, %rax
25873 je 1f
25874 movq 5496(%rax), %r11
25875 jmp *%r11
25876 1:
25877 pushq %rdi
25878 pushq %rsi
25879 pushq %rbp
25880 call _glapi_get_dispatch
25881 popq %rbp
25882 popq %rsi
25883 popq %rdi
25884 movq 5496(%rax), %r11
25885 jmp *%r11
25886 #endif /* defined(GLX_USE_TLS) */
25887 .size GL_PREFIX(_dispatch_stub_687), .-GL_PREFIX(_dispatch_stub_687)
25888
25889 .p2align 4,,15
25890 .globl GL_PREFIX(_dispatch_stub_688)
25891 .type GL_PREFIX(_dispatch_stub_688), @function
25892 HIDDEN(GL_PREFIX(_dispatch_stub_688))
25893 GL_PREFIX(_dispatch_stub_688):
25894 #if defined(GLX_USE_TLS)
25895 call _x86_64_get_dispatch@PLT
25896 movq 5504(%rax), %r11
25897 jmp *%r11
25898 #elif defined(PTHREADS)
25899 pushq %rdi
25900 call _x86_64_get_dispatch@PLT
25901 popq %rdi
25902 movq 5504(%rax), %r11
25903 jmp *%r11
25904 #else
25905 movq _glapi_Dispatch(%rip), %rax
25906 testq %rax, %rax
25907 je 1f
25908 movq 5504(%rax), %r11
25909 jmp *%r11
25910 1:
25911 pushq %rdi
25912 call _glapi_get_dispatch
25913 popq %rdi
25914 movq 5504(%rax), %r11
25915 jmp *%r11
25916 #endif /* defined(GLX_USE_TLS) */
25917 .size GL_PREFIX(_dispatch_stub_688), .-GL_PREFIX(_dispatch_stub_688)
25918
25919 .p2align 4,,15
25920 .globl GL_PREFIX(_dispatch_stub_689)
25921 .type GL_PREFIX(_dispatch_stub_689), @function
25922 HIDDEN(GL_PREFIX(_dispatch_stub_689))
25923 GL_PREFIX(_dispatch_stub_689):
25924 #if defined(GLX_USE_TLS)
25925 call _x86_64_get_dispatch@PLT
25926 movq 5512(%rax), %r11
25927 jmp *%r11
25928 #elif defined(PTHREADS)
25929 pushq %rdi
25930 pushq %rsi
25931 pushq %rbp
25932 call _x86_64_get_dispatch@PLT
25933 popq %rbp
25934 popq %rsi
25935 popq %rdi
25936 movq 5512(%rax), %r11
25937 jmp *%r11
25938 #else
25939 movq _glapi_Dispatch(%rip), %rax
25940 testq %rax, %rax
25941 je 1f
25942 movq 5512(%rax), %r11
25943 jmp *%r11
25944 1:
25945 pushq %rdi
25946 pushq %rsi
25947 pushq %rbp
25948 call _glapi_get_dispatch
25949 popq %rbp
25950 popq %rsi
25951 popq %rdi
25952 movq 5512(%rax), %r11
25953 jmp *%r11
25954 #endif /* defined(GLX_USE_TLS) */
25955 .size GL_PREFIX(_dispatch_stub_689), .-GL_PREFIX(_dispatch_stub_689)
25956
25957 .p2align 4,,15
25958 .globl GL_PREFIX(_dispatch_stub_690)
25959 .type GL_PREFIX(_dispatch_stub_690), @function
25960 HIDDEN(GL_PREFIX(_dispatch_stub_690))
25961 GL_PREFIX(_dispatch_stub_690):
25962 #if defined(GLX_USE_TLS)
25963 call _x86_64_get_dispatch@PLT
25964 movq 5520(%rax), %r11
25965 jmp *%r11
25966 #elif defined(PTHREADS)
25967 pushq %rdi
25968 pushq %rsi
25969 pushq %rdx
25970 call _x86_64_get_dispatch@PLT
25971 popq %rdx
25972 popq %rsi
25973 popq %rdi
25974 movq 5520(%rax), %r11
25975 jmp *%r11
25976 #else
25977 movq _glapi_Dispatch(%rip), %rax
25978 testq %rax, %rax
25979 je 1f
25980 movq 5520(%rax), %r11
25981 jmp *%r11
25982 1:
25983 pushq %rdi
25984 pushq %rsi
25985 pushq %rdx
25986 call _glapi_get_dispatch
25987 popq %rdx
25988 popq %rsi
25989 popq %rdi
25990 movq 5520(%rax), %r11
25991 jmp *%r11
25992 #endif /* defined(GLX_USE_TLS) */
25993 .size GL_PREFIX(_dispatch_stub_690), .-GL_PREFIX(_dispatch_stub_690)
25994
25995 .p2align 4,,15
25996 .globl GL_PREFIX(_dispatch_stub_691)
25997 .type GL_PREFIX(_dispatch_stub_691), @function
25998 HIDDEN(GL_PREFIX(_dispatch_stub_691))
25999 GL_PREFIX(_dispatch_stub_691):
26000 #if defined(GLX_USE_TLS)
26001 call _x86_64_get_dispatch@PLT
26002 movq 5528(%rax), %r11
26003 jmp *%r11
26004 #elif defined(PTHREADS)
26005 pushq %rdi
26006 call _x86_64_get_dispatch@PLT
26007 popq %rdi
26008 movq 5528(%rax), %r11
26009 jmp *%r11
26010 #else
26011 movq _glapi_Dispatch(%rip), %rax
26012 testq %rax, %rax
26013 je 1f
26014 movq 5528(%rax), %r11
26015 jmp *%r11
26016 1:
26017 pushq %rdi
26018 call _glapi_get_dispatch
26019 popq %rdi
26020 movq 5528(%rax), %r11
26021 jmp *%r11
26022 #endif /* defined(GLX_USE_TLS) */
26023 .size GL_PREFIX(_dispatch_stub_691), .-GL_PREFIX(_dispatch_stub_691)
26024
26025 .p2align 4,,15
26026 .globl GL_PREFIX(_dispatch_stub_692)
26027 .type GL_PREFIX(_dispatch_stub_692), @function
26028 HIDDEN(GL_PREFIX(_dispatch_stub_692))
26029 GL_PREFIX(_dispatch_stub_692):
26030 #if defined(GLX_USE_TLS)
26031 call _x86_64_get_dispatch@PLT
26032 movq 5536(%rax), %r11
26033 jmp *%r11
26034 #elif defined(PTHREADS)
26035 pushq %rdi
26036 pushq %rsi
26037 pushq %rbp
26038 call _x86_64_get_dispatch@PLT
26039 popq %rbp
26040 popq %rsi
26041 popq %rdi
26042 movq 5536(%rax), %r11
26043 jmp *%r11
26044 #else
26045 movq _glapi_Dispatch(%rip), %rax
26046 testq %rax, %rax
26047 je 1f
26048 movq 5536(%rax), %r11
26049 jmp *%r11
26050 1:
26051 pushq %rdi
26052 pushq %rsi
26053 pushq %rbp
26054 call _glapi_get_dispatch
26055 popq %rbp
26056 popq %rsi
26057 popq %rdi
26058 movq 5536(%rax), %r11
26059 jmp *%r11
26060 #endif /* defined(GLX_USE_TLS) */
26061 .size GL_PREFIX(_dispatch_stub_692), .-GL_PREFIX(_dispatch_stub_692)
26062
26063 .p2align 4,,15
26064 .globl GL_PREFIX(_dispatch_stub_693)
26065 .type GL_PREFIX(_dispatch_stub_693), @function
26066 HIDDEN(GL_PREFIX(_dispatch_stub_693))
26067 GL_PREFIX(_dispatch_stub_693):
26068 #if defined(GLX_USE_TLS)
26069 call _x86_64_get_dispatch@PLT
26070 movq 5544(%rax), %r11
26071 jmp *%r11
26072 #elif defined(PTHREADS)
26073 pushq %rdi
26074 call _x86_64_get_dispatch@PLT
26075 popq %rdi
26076 movq 5544(%rax), %r11
26077 jmp *%r11
26078 #else
26079 movq _glapi_Dispatch(%rip), %rax
26080 testq %rax, %rax
26081 je 1f
26082 movq 5544(%rax), %r11
26083 jmp *%r11
26084 1:
26085 pushq %rdi
26086 call _glapi_get_dispatch
26087 popq %rdi
26088 movq 5544(%rax), %r11
26089 jmp *%r11
26090 #endif /* defined(GLX_USE_TLS) */
26091 .size GL_PREFIX(_dispatch_stub_693), .-GL_PREFIX(_dispatch_stub_693)
26092
26093 .p2align 4,,15
26094 .globl GL_PREFIX(AreProgramsResidentNV)
26095 .type GL_PREFIX(AreProgramsResidentNV), @function
26096 GL_PREFIX(AreProgramsResidentNV):
26097 #if defined(GLX_USE_TLS)
26098 call _x86_64_get_dispatch@PLT
26099 movq 5552(%rax), %r11
26100 jmp *%r11
26101 #elif defined(PTHREADS)
26102 pushq %rdi
26103 pushq %rsi
26104 pushq %rdx
26105 call _x86_64_get_dispatch@PLT
26106 popq %rdx
26107 popq %rsi
26108 popq %rdi
26109 movq 5552(%rax), %r11
26110 jmp *%r11
26111 #else
26112 movq _glapi_Dispatch(%rip), %rax
26113 testq %rax, %rax
26114 je 1f
26115 movq 5552(%rax), %r11
26116 jmp *%r11
26117 1:
26118 pushq %rdi
26119 pushq %rsi
26120 pushq %rdx
26121 call _glapi_get_dispatch
26122 popq %rdx
26123 popq %rsi
26124 popq %rdi
26125 movq 5552(%rax), %r11
26126 jmp *%r11
26127 #endif /* defined(GLX_USE_TLS) */
26128 .size GL_PREFIX(AreProgramsResidentNV), .-GL_PREFIX(AreProgramsResidentNV)
26129
26130 .p2align 4,,15
26131 .globl GL_PREFIX(BindProgramNV)
26132 .type GL_PREFIX(BindProgramNV), @function
26133 GL_PREFIX(BindProgramNV):
26134 #if defined(GLX_USE_TLS)
26135 call _x86_64_get_dispatch@PLT
26136 movq 5560(%rax), %r11
26137 jmp *%r11
26138 #elif defined(PTHREADS)
26139 pushq %rdi
26140 pushq %rsi
26141 pushq %rbp
26142 call _x86_64_get_dispatch@PLT
26143 popq %rbp
26144 popq %rsi
26145 popq %rdi
26146 movq 5560(%rax), %r11
26147 jmp *%r11
26148 #else
26149 movq _glapi_Dispatch(%rip), %rax
26150 testq %rax, %rax
26151 je 1f
26152 movq 5560(%rax), %r11
26153 jmp *%r11
26154 1:
26155 pushq %rdi
26156 pushq %rsi
26157 pushq %rbp
26158 call _glapi_get_dispatch
26159 popq %rbp
26160 popq %rsi
26161 popq %rdi
26162 movq 5560(%rax), %r11
26163 jmp *%r11
26164 #endif /* defined(GLX_USE_TLS) */
26165 .size GL_PREFIX(BindProgramNV), .-GL_PREFIX(BindProgramNV)
26166
26167 .p2align 4,,15
26168 .globl GL_PREFIX(DeleteProgramsNV)
26169 .type GL_PREFIX(DeleteProgramsNV), @function
26170 GL_PREFIX(DeleteProgramsNV):
26171 #if defined(GLX_USE_TLS)
26172 call _x86_64_get_dispatch@PLT
26173 movq 5568(%rax), %r11
26174 jmp *%r11
26175 #elif defined(PTHREADS)
26176 pushq %rdi
26177 pushq %rsi
26178 pushq %rbp
26179 call _x86_64_get_dispatch@PLT
26180 popq %rbp
26181 popq %rsi
26182 popq %rdi
26183 movq 5568(%rax), %r11
26184 jmp *%r11
26185 #else
26186 movq _glapi_Dispatch(%rip), %rax
26187 testq %rax, %rax
26188 je 1f
26189 movq 5568(%rax), %r11
26190 jmp *%r11
26191 1:
26192 pushq %rdi
26193 pushq %rsi
26194 pushq %rbp
26195 call _glapi_get_dispatch
26196 popq %rbp
26197 popq %rsi
26198 popq %rdi
26199 movq 5568(%rax), %r11
26200 jmp *%r11
26201 #endif /* defined(GLX_USE_TLS) */
26202 .size GL_PREFIX(DeleteProgramsNV), .-GL_PREFIX(DeleteProgramsNV)
26203
26204 .p2align 4,,15
26205 .globl GL_PREFIX(ExecuteProgramNV)
26206 .type GL_PREFIX(ExecuteProgramNV), @function
26207 GL_PREFIX(ExecuteProgramNV):
26208 #if defined(GLX_USE_TLS)
26209 call _x86_64_get_dispatch@PLT
26210 movq 5576(%rax), %r11
26211 jmp *%r11
26212 #elif defined(PTHREADS)
26213 pushq %rdi
26214 pushq %rsi
26215 pushq %rdx
26216 call _x86_64_get_dispatch@PLT
26217 popq %rdx
26218 popq %rsi
26219 popq %rdi
26220 movq 5576(%rax), %r11
26221 jmp *%r11
26222 #else
26223 movq _glapi_Dispatch(%rip), %rax
26224 testq %rax, %rax
26225 je 1f
26226 movq 5576(%rax), %r11
26227 jmp *%r11
26228 1:
26229 pushq %rdi
26230 pushq %rsi
26231 pushq %rdx
26232 call _glapi_get_dispatch
26233 popq %rdx
26234 popq %rsi
26235 popq %rdi
26236 movq 5576(%rax), %r11
26237 jmp *%r11
26238 #endif /* defined(GLX_USE_TLS) */
26239 .size GL_PREFIX(ExecuteProgramNV), .-GL_PREFIX(ExecuteProgramNV)
26240
26241 .p2align 4,,15
26242 .globl GL_PREFIX(GenProgramsNV)
26243 .type GL_PREFIX(GenProgramsNV), @function
26244 GL_PREFIX(GenProgramsNV):
26245 #if defined(GLX_USE_TLS)
26246 call _x86_64_get_dispatch@PLT
26247 movq 5584(%rax), %r11
26248 jmp *%r11
26249 #elif defined(PTHREADS)
26250 pushq %rdi
26251 pushq %rsi
26252 pushq %rbp
26253 call _x86_64_get_dispatch@PLT
26254 popq %rbp
26255 popq %rsi
26256 popq %rdi
26257 movq 5584(%rax), %r11
26258 jmp *%r11
26259 #else
26260 movq _glapi_Dispatch(%rip), %rax
26261 testq %rax, %rax
26262 je 1f
26263 movq 5584(%rax), %r11
26264 jmp *%r11
26265 1:
26266 pushq %rdi
26267 pushq %rsi
26268 pushq %rbp
26269 call _glapi_get_dispatch
26270 popq %rbp
26271 popq %rsi
26272 popq %rdi
26273 movq 5584(%rax), %r11
26274 jmp *%r11
26275 #endif /* defined(GLX_USE_TLS) */
26276 .size GL_PREFIX(GenProgramsNV), .-GL_PREFIX(GenProgramsNV)
26277
26278 .p2align 4,,15
26279 .globl GL_PREFIX(GetProgramParameterdvNV)
26280 .type GL_PREFIX(GetProgramParameterdvNV), @function
26281 GL_PREFIX(GetProgramParameterdvNV):
26282 #if defined(GLX_USE_TLS)
26283 call _x86_64_get_dispatch@PLT
26284 movq 5592(%rax), %r11
26285 jmp *%r11
26286 #elif defined(PTHREADS)
26287 pushq %rdi
26288 pushq %rsi
26289 pushq %rdx
26290 pushq %rcx
26291 pushq %rbp
26292 call _x86_64_get_dispatch@PLT
26293 popq %rbp
26294 popq %rcx
26295 popq %rdx
26296 popq %rsi
26297 popq %rdi
26298 movq 5592(%rax), %r11
26299 jmp *%r11
26300 #else
26301 movq _glapi_Dispatch(%rip), %rax
26302 testq %rax, %rax
26303 je 1f
26304 movq 5592(%rax), %r11
26305 jmp *%r11
26306 1:
26307 pushq %rdi
26308 pushq %rsi
26309 pushq %rdx
26310 pushq %rcx
26311 pushq %rbp
26312 call _glapi_get_dispatch
26313 popq %rbp
26314 popq %rcx
26315 popq %rdx
26316 popq %rsi
26317 popq %rdi
26318 movq 5592(%rax), %r11
26319 jmp *%r11
26320 #endif /* defined(GLX_USE_TLS) */
26321 .size GL_PREFIX(GetProgramParameterdvNV), .-GL_PREFIX(GetProgramParameterdvNV)
26322
26323 .p2align 4,,15
26324 .globl GL_PREFIX(GetProgramParameterfvNV)
26325 .type GL_PREFIX(GetProgramParameterfvNV), @function
26326 GL_PREFIX(GetProgramParameterfvNV):
26327 #if defined(GLX_USE_TLS)
26328 call _x86_64_get_dispatch@PLT
26329 movq 5600(%rax), %r11
26330 jmp *%r11
26331 #elif defined(PTHREADS)
26332 pushq %rdi
26333 pushq %rsi
26334 pushq %rdx
26335 pushq %rcx
26336 pushq %rbp
26337 call _x86_64_get_dispatch@PLT
26338 popq %rbp
26339 popq %rcx
26340 popq %rdx
26341 popq %rsi
26342 popq %rdi
26343 movq 5600(%rax), %r11
26344 jmp *%r11
26345 #else
26346 movq _glapi_Dispatch(%rip), %rax
26347 testq %rax, %rax
26348 je 1f
26349 movq 5600(%rax), %r11
26350 jmp *%r11
26351 1:
26352 pushq %rdi
26353 pushq %rsi
26354 pushq %rdx
26355 pushq %rcx
26356 pushq %rbp
26357 call _glapi_get_dispatch
26358 popq %rbp
26359 popq %rcx
26360 popq %rdx
26361 popq %rsi
26362 popq %rdi
26363 movq 5600(%rax), %r11
26364 jmp *%r11
26365 #endif /* defined(GLX_USE_TLS) */
26366 .size GL_PREFIX(GetProgramParameterfvNV), .-GL_PREFIX(GetProgramParameterfvNV)
26367
26368 .p2align 4,,15
26369 .globl GL_PREFIX(GetProgramStringNV)
26370 .type GL_PREFIX(GetProgramStringNV), @function
26371 GL_PREFIX(GetProgramStringNV):
26372 #if defined(GLX_USE_TLS)
26373 call _x86_64_get_dispatch@PLT
26374 movq 5608(%rax), %r11
26375 jmp *%r11
26376 #elif defined(PTHREADS)
26377 pushq %rdi
26378 pushq %rsi
26379 pushq %rdx
26380 call _x86_64_get_dispatch@PLT
26381 popq %rdx
26382 popq %rsi
26383 popq %rdi
26384 movq 5608(%rax), %r11
26385 jmp *%r11
26386 #else
26387 movq _glapi_Dispatch(%rip), %rax
26388 testq %rax, %rax
26389 je 1f
26390 movq 5608(%rax), %r11
26391 jmp *%r11
26392 1:
26393 pushq %rdi
26394 pushq %rsi
26395 pushq %rdx
26396 call _glapi_get_dispatch
26397 popq %rdx
26398 popq %rsi
26399 popq %rdi
26400 movq 5608(%rax), %r11
26401 jmp *%r11
26402 #endif /* defined(GLX_USE_TLS) */
26403 .size GL_PREFIX(GetProgramStringNV), .-GL_PREFIX(GetProgramStringNV)
26404
26405 .p2align 4,,15
26406 .globl GL_PREFIX(GetProgramivNV)
26407 .type GL_PREFIX(GetProgramivNV), @function
26408 GL_PREFIX(GetProgramivNV):
26409 #if defined(GLX_USE_TLS)
26410 call _x86_64_get_dispatch@PLT
26411 movq 5616(%rax), %r11
26412 jmp *%r11
26413 #elif defined(PTHREADS)
26414 pushq %rdi
26415 pushq %rsi
26416 pushq %rdx
26417 call _x86_64_get_dispatch@PLT
26418 popq %rdx
26419 popq %rsi
26420 popq %rdi
26421 movq 5616(%rax), %r11
26422 jmp *%r11
26423 #else
26424 movq _glapi_Dispatch(%rip), %rax
26425 testq %rax, %rax
26426 je 1f
26427 movq 5616(%rax), %r11
26428 jmp *%r11
26429 1:
26430 pushq %rdi
26431 pushq %rsi
26432 pushq %rdx
26433 call _glapi_get_dispatch
26434 popq %rdx
26435 popq %rsi
26436 popq %rdi
26437 movq 5616(%rax), %r11
26438 jmp *%r11
26439 #endif /* defined(GLX_USE_TLS) */
26440 .size GL_PREFIX(GetProgramivNV), .-GL_PREFIX(GetProgramivNV)
26441
26442 .p2align 4,,15
26443 .globl GL_PREFIX(GetTrackMatrixivNV)
26444 .type GL_PREFIX(GetTrackMatrixivNV), @function
26445 GL_PREFIX(GetTrackMatrixivNV):
26446 #if defined(GLX_USE_TLS)
26447 call _x86_64_get_dispatch@PLT
26448 movq 5624(%rax), %r11
26449 jmp *%r11
26450 #elif defined(PTHREADS)
26451 pushq %rdi
26452 pushq %rsi
26453 pushq %rdx
26454 pushq %rcx
26455 pushq %rbp
26456 call _x86_64_get_dispatch@PLT
26457 popq %rbp
26458 popq %rcx
26459 popq %rdx
26460 popq %rsi
26461 popq %rdi
26462 movq 5624(%rax), %r11
26463 jmp *%r11
26464 #else
26465 movq _glapi_Dispatch(%rip), %rax
26466 testq %rax, %rax
26467 je 1f
26468 movq 5624(%rax), %r11
26469 jmp *%r11
26470 1:
26471 pushq %rdi
26472 pushq %rsi
26473 pushq %rdx
26474 pushq %rcx
26475 pushq %rbp
26476 call _glapi_get_dispatch
26477 popq %rbp
26478 popq %rcx
26479 popq %rdx
26480 popq %rsi
26481 popq %rdi
26482 movq 5624(%rax), %r11
26483 jmp *%r11
26484 #endif /* defined(GLX_USE_TLS) */
26485 .size GL_PREFIX(GetTrackMatrixivNV), .-GL_PREFIX(GetTrackMatrixivNV)
26486
26487 .p2align 4,,15
26488 .globl GL_PREFIX(GetVertexAttribPointervNV)
26489 .type GL_PREFIX(GetVertexAttribPointervNV), @function
26490 GL_PREFIX(GetVertexAttribPointervNV):
26491 #if defined(GLX_USE_TLS)
26492 call _x86_64_get_dispatch@PLT
26493 movq 5632(%rax), %r11
26494 jmp *%r11
26495 #elif defined(PTHREADS)
26496 pushq %rdi
26497 pushq %rsi
26498 pushq %rdx
26499 call _x86_64_get_dispatch@PLT
26500 popq %rdx
26501 popq %rsi
26502 popq %rdi
26503 movq 5632(%rax), %r11
26504 jmp *%r11
26505 #else
26506 movq _glapi_Dispatch(%rip), %rax
26507 testq %rax, %rax
26508 je 1f
26509 movq 5632(%rax), %r11
26510 jmp *%r11
26511 1:
26512 pushq %rdi
26513 pushq %rsi
26514 pushq %rdx
26515 call _glapi_get_dispatch
26516 popq %rdx
26517 popq %rsi
26518 popq %rdi
26519 movq 5632(%rax), %r11
26520 jmp *%r11
26521 #endif /* defined(GLX_USE_TLS) */
26522 .size GL_PREFIX(GetVertexAttribPointervNV), .-GL_PREFIX(GetVertexAttribPointervNV)
26523
26524 .p2align 4,,15
26525 .globl GL_PREFIX(GetVertexAttribdvNV)
26526 .type GL_PREFIX(GetVertexAttribdvNV), @function
26527 GL_PREFIX(GetVertexAttribdvNV):
26528 #if defined(GLX_USE_TLS)
26529 call _x86_64_get_dispatch@PLT
26530 movq 5640(%rax), %r11
26531 jmp *%r11
26532 #elif defined(PTHREADS)
26533 pushq %rdi
26534 pushq %rsi
26535 pushq %rdx
26536 call _x86_64_get_dispatch@PLT
26537 popq %rdx
26538 popq %rsi
26539 popq %rdi
26540 movq 5640(%rax), %r11
26541 jmp *%r11
26542 #else
26543 movq _glapi_Dispatch(%rip), %rax
26544 testq %rax, %rax
26545 je 1f
26546 movq 5640(%rax), %r11
26547 jmp *%r11
26548 1:
26549 pushq %rdi
26550 pushq %rsi
26551 pushq %rdx
26552 call _glapi_get_dispatch
26553 popq %rdx
26554 popq %rsi
26555 popq %rdi
26556 movq 5640(%rax), %r11
26557 jmp *%r11
26558 #endif /* defined(GLX_USE_TLS) */
26559 .size GL_PREFIX(GetVertexAttribdvNV), .-GL_PREFIX(GetVertexAttribdvNV)
26560
26561 .p2align 4,,15
26562 .globl GL_PREFIX(GetVertexAttribfvNV)
26563 .type GL_PREFIX(GetVertexAttribfvNV), @function
26564 GL_PREFIX(GetVertexAttribfvNV):
26565 #if defined(GLX_USE_TLS)
26566 call _x86_64_get_dispatch@PLT
26567 movq 5648(%rax), %r11
26568 jmp *%r11
26569 #elif defined(PTHREADS)
26570 pushq %rdi
26571 pushq %rsi
26572 pushq %rdx
26573 call _x86_64_get_dispatch@PLT
26574 popq %rdx
26575 popq %rsi
26576 popq %rdi
26577 movq 5648(%rax), %r11
26578 jmp *%r11
26579 #else
26580 movq _glapi_Dispatch(%rip), %rax
26581 testq %rax, %rax
26582 je 1f
26583 movq 5648(%rax), %r11
26584 jmp *%r11
26585 1:
26586 pushq %rdi
26587 pushq %rsi
26588 pushq %rdx
26589 call _glapi_get_dispatch
26590 popq %rdx
26591 popq %rsi
26592 popq %rdi
26593 movq 5648(%rax), %r11
26594 jmp *%r11
26595 #endif /* defined(GLX_USE_TLS) */
26596 .size GL_PREFIX(GetVertexAttribfvNV), .-GL_PREFIX(GetVertexAttribfvNV)
26597
26598 .p2align 4,,15
26599 .globl GL_PREFIX(GetVertexAttribivNV)
26600 .type GL_PREFIX(GetVertexAttribivNV), @function
26601 GL_PREFIX(GetVertexAttribivNV):
26602 #if defined(GLX_USE_TLS)
26603 call _x86_64_get_dispatch@PLT
26604 movq 5656(%rax), %r11
26605 jmp *%r11
26606 #elif defined(PTHREADS)
26607 pushq %rdi
26608 pushq %rsi
26609 pushq %rdx
26610 call _x86_64_get_dispatch@PLT
26611 popq %rdx
26612 popq %rsi
26613 popq %rdi
26614 movq 5656(%rax), %r11
26615 jmp *%r11
26616 #else
26617 movq _glapi_Dispatch(%rip), %rax
26618 testq %rax, %rax
26619 je 1f
26620 movq 5656(%rax), %r11
26621 jmp *%r11
26622 1:
26623 pushq %rdi
26624 pushq %rsi
26625 pushq %rdx
26626 call _glapi_get_dispatch
26627 popq %rdx
26628 popq %rsi
26629 popq %rdi
26630 movq 5656(%rax), %r11
26631 jmp *%r11
26632 #endif /* defined(GLX_USE_TLS) */
26633 .size GL_PREFIX(GetVertexAttribivNV), .-GL_PREFIX(GetVertexAttribivNV)
26634
26635 .p2align 4,,15
26636 .globl GL_PREFIX(IsProgramNV)
26637 .type GL_PREFIX(IsProgramNV), @function
26638 GL_PREFIX(IsProgramNV):
26639 #if defined(GLX_USE_TLS)
26640 call _x86_64_get_dispatch@PLT
26641 movq 5664(%rax), %r11
26642 jmp *%r11
26643 #elif defined(PTHREADS)
26644 pushq %rdi
26645 call _x86_64_get_dispatch@PLT
26646 popq %rdi
26647 movq 5664(%rax), %r11
26648 jmp *%r11
26649 #else
26650 movq _glapi_Dispatch(%rip), %rax
26651 testq %rax, %rax
26652 je 1f
26653 movq 5664(%rax), %r11
26654 jmp *%r11
26655 1:
26656 pushq %rdi
26657 call _glapi_get_dispatch
26658 popq %rdi
26659 movq 5664(%rax), %r11
26660 jmp *%r11
26661 #endif /* defined(GLX_USE_TLS) */
26662 .size GL_PREFIX(IsProgramNV), .-GL_PREFIX(IsProgramNV)
26663
26664 .p2align 4,,15
26665 .globl GL_PREFIX(LoadProgramNV)
26666 .type GL_PREFIX(LoadProgramNV), @function
26667 GL_PREFIX(LoadProgramNV):
26668 #if defined(GLX_USE_TLS)
26669 call _x86_64_get_dispatch@PLT
26670 movq 5672(%rax), %r11
26671 jmp *%r11
26672 #elif defined(PTHREADS)
26673 pushq %rdi
26674 pushq %rsi
26675 pushq %rdx
26676 pushq %rcx
26677 pushq %rbp
26678 call _x86_64_get_dispatch@PLT
26679 popq %rbp
26680 popq %rcx
26681 popq %rdx
26682 popq %rsi
26683 popq %rdi
26684 movq 5672(%rax), %r11
26685 jmp *%r11
26686 #else
26687 movq _glapi_Dispatch(%rip), %rax
26688 testq %rax, %rax
26689 je 1f
26690 movq 5672(%rax), %r11
26691 jmp *%r11
26692 1:
26693 pushq %rdi
26694 pushq %rsi
26695 pushq %rdx
26696 pushq %rcx
26697 pushq %rbp
26698 call _glapi_get_dispatch
26699 popq %rbp
26700 popq %rcx
26701 popq %rdx
26702 popq %rsi
26703 popq %rdi
26704 movq 5672(%rax), %r11
26705 jmp *%r11
26706 #endif /* defined(GLX_USE_TLS) */
26707 .size GL_PREFIX(LoadProgramNV), .-GL_PREFIX(LoadProgramNV)
26708
26709 .p2align 4,,15
26710 .globl GL_PREFIX(ProgramParameters4dvNV)
26711 .type GL_PREFIX(ProgramParameters4dvNV), @function
26712 GL_PREFIX(ProgramParameters4dvNV):
26713 #if defined(GLX_USE_TLS)
26714 call _x86_64_get_dispatch@PLT
26715 movq 5680(%rax), %r11
26716 jmp *%r11
26717 #elif defined(PTHREADS)
26718 pushq %rdi
26719 pushq %rsi
26720 pushq %rdx
26721 pushq %rcx
26722 pushq %rbp
26723 call _x86_64_get_dispatch@PLT
26724 popq %rbp
26725 popq %rcx
26726 popq %rdx
26727 popq %rsi
26728 popq %rdi
26729 movq 5680(%rax), %r11
26730 jmp *%r11
26731 #else
26732 movq _glapi_Dispatch(%rip), %rax
26733 testq %rax, %rax
26734 je 1f
26735 movq 5680(%rax), %r11
26736 jmp *%r11
26737 1:
26738 pushq %rdi
26739 pushq %rsi
26740 pushq %rdx
26741 pushq %rcx
26742 pushq %rbp
26743 call _glapi_get_dispatch
26744 popq %rbp
26745 popq %rcx
26746 popq %rdx
26747 popq %rsi
26748 popq %rdi
26749 movq 5680(%rax), %r11
26750 jmp *%r11
26751 #endif /* defined(GLX_USE_TLS) */
26752 .size GL_PREFIX(ProgramParameters4dvNV), .-GL_PREFIX(ProgramParameters4dvNV)
26753
26754 .p2align 4,,15
26755 .globl GL_PREFIX(ProgramParameters4fvNV)
26756 .type GL_PREFIX(ProgramParameters4fvNV), @function
26757 GL_PREFIX(ProgramParameters4fvNV):
26758 #if defined(GLX_USE_TLS)
26759 call _x86_64_get_dispatch@PLT
26760 movq 5688(%rax), %r11
26761 jmp *%r11
26762 #elif defined(PTHREADS)
26763 pushq %rdi
26764 pushq %rsi
26765 pushq %rdx
26766 pushq %rcx
26767 pushq %rbp
26768 call _x86_64_get_dispatch@PLT
26769 popq %rbp
26770 popq %rcx
26771 popq %rdx
26772 popq %rsi
26773 popq %rdi
26774 movq 5688(%rax), %r11
26775 jmp *%r11
26776 #else
26777 movq _glapi_Dispatch(%rip), %rax
26778 testq %rax, %rax
26779 je 1f
26780 movq 5688(%rax), %r11
26781 jmp *%r11
26782 1:
26783 pushq %rdi
26784 pushq %rsi
26785 pushq %rdx
26786 pushq %rcx
26787 pushq %rbp
26788 call _glapi_get_dispatch
26789 popq %rbp
26790 popq %rcx
26791 popq %rdx
26792 popq %rsi
26793 popq %rdi
26794 movq 5688(%rax), %r11
26795 jmp *%r11
26796 #endif /* defined(GLX_USE_TLS) */
26797 .size GL_PREFIX(ProgramParameters4fvNV), .-GL_PREFIX(ProgramParameters4fvNV)
26798
26799 .p2align 4,,15
26800 .globl GL_PREFIX(RequestResidentProgramsNV)
26801 .type GL_PREFIX(RequestResidentProgramsNV), @function
26802 GL_PREFIX(RequestResidentProgramsNV):
26803 #if defined(GLX_USE_TLS)
26804 call _x86_64_get_dispatch@PLT
26805 movq 5696(%rax), %r11
26806 jmp *%r11
26807 #elif defined(PTHREADS)
26808 pushq %rdi
26809 pushq %rsi
26810 pushq %rbp
26811 call _x86_64_get_dispatch@PLT
26812 popq %rbp
26813 popq %rsi
26814 popq %rdi
26815 movq 5696(%rax), %r11
26816 jmp *%r11
26817 #else
26818 movq _glapi_Dispatch(%rip), %rax
26819 testq %rax, %rax
26820 je 1f
26821 movq 5696(%rax), %r11
26822 jmp *%r11
26823 1:
26824 pushq %rdi
26825 pushq %rsi
26826 pushq %rbp
26827 call _glapi_get_dispatch
26828 popq %rbp
26829 popq %rsi
26830 popq %rdi
26831 movq 5696(%rax), %r11
26832 jmp *%r11
26833 #endif /* defined(GLX_USE_TLS) */
26834 .size GL_PREFIX(RequestResidentProgramsNV), .-GL_PREFIX(RequestResidentProgramsNV)
26835
26836 .p2align 4,,15
26837 .globl GL_PREFIX(TrackMatrixNV)
26838 .type GL_PREFIX(TrackMatrixNV), @function
26839 GL_PREFIX(TrackMatrixNV):
26840 #if defined(GLX_USE_TLS)
26841 call _x86_64_get_dispatch@PLT
26842 movq 5704(%rax), %r11
26843 jmp *%r11
26844 #elif defined(PTHREADS)
26845 pushq %rdi
26846 pushq %rsi
26847 pushq %rdx
26848 pushq %rcx
26849 pushq %rbp
26850 call _x86_64_get_dispatch@PLT
26851 popq %rbp
26852 popq %rcx
26853 popq %rdx
26854 popq %rsi
26855 popq %rdi
26856 movq 5704(%rax), %r11
26857 jmp *%r11
26858 #else
26859 movq _glapi_Dispatch(%rip), %rax
26860 testq %rax, %rax
26861 je 1f
26862 movq 5704(%rax), %r11
26863 jmp *%r11
26864 1:
26865 pushq %rdi
26866 pushq %rsi
26867 pushq %rdx
26868 pushq %rcx
26869 pushq %rbp
26870 call _glapi_get_dispatch
26871 popq %rbp
26872 popq %rcx
26873 popq %rdx
26874 popq %rsi
26875 popq %rdi
26876 movq 5704(%rax), %r11
26877 jmp *%r11
26878 #endif /* defined(GLX_USE_TLS) */
26879 .size GL_PREFIX(TrackMatrixNV), .-GL_PREFIX(TrackMatrixNV)
26880
26881 .p2align 4,,15
26882 .globl GL_PREFIX(VertexAttrib1dNV)
26883 .type GL_PREFIX(VertexAttrib1dNV), @function
26884 GL_PREFIX(VertexAttrib1dNV):
26885 #if defined(GLX_USE_TLS)
26886 call _x86_64_get_dispatch@PLT
26887 movq 5712(%rax), %r11
26888 jmp *%r11
26889 #elif defined(PTHREADS)
26890 subq $24, %rsp
26891 movq %rdi, (%rsp)
26892 movq %xmm0, 8(%rsp)
26893 call _x86_64_get_dispatch@PLT
26894 movq 8(%rsp), %xmm0
26895 movq (%rsp), %rdi
26896 addq $24, %rsp
26897 movq 5712(%rax), %r11
26898 jmp *%r11
26899 #else
26900 movq _glapi_Dispatch(%rip), %rax
26901 testq %rax, %rax
26902 je 1f
26903 movq 5712(%rax), %r11
26904 jmp *%r11
26905 1:
26906 subq $24, %rsp
26907 movq %rdi, (%rsp)
26908 movq %xmm0, 8(%rsp)
26909 call _glapi_get_dispatch
26910 movq 8(%rsp), %xmm0
26911 movq (%rsp), %rdi
26912 addq $24, %rsp
26913 movq 5712(%rax), %r11
26914 jmp *%r11
26915 #endif /* defined(GLX_USE_TLS) */
26916 .size GL_PREFIX(VertexAttrib1dNV), .-GL_PREFIX(VertexAttrib1dNV)
26917
26918 .p2align 4,,15
26919 .globl GL_PREFIX(VertexAttrib1dvNV)
26920 .type GL_PREFIX(VertexAttrib1dvNV), @function
26921 GL_PREFIX(VertexAttrib1dvNV):
26922 #if defined(GLX_USE_TLS)
26923 call _x86_64_get_dispatch@PLT
26924 movq 5720(%rax), %r11
26925 jmp *%r11
26926 #elif defined(PTHREADS)
26927 pushq %rdi
26928 pushq %rsi
26929 pushq %rbp
26930 call _x86_64_get_dispatch@PLT
26931 popq %rbp
26932 popq %rsi
26933 popq %rdi
26934 movq 5720(%rax), %r11
26935 jmp *%r11
26936 #else
26937 movq _glapi_Dispatch(%rip), %rax
26938 testq %rax, %rax
26939 je 1f
26940 movq 5720(%rax), %r11
26941 jmp *%r11
26942 1:
26943 pushq %rdi
26944 pushq %rsi
26945 pushq %rbp
26946 call _glapi_get_dispatch
26947 popq %rbp
26948 popq %rsi
26949 popq %rdi
26950 movq 5720(%rax), %r11
26951 jmp *%r11
26952 #endif /* defined(GLX_USE_TLS) */
26953 .size GL_PREFIX(VertexAttrib1dvNV), .-GL_PREFIX(VertexAttrib1dvNV)
26954
26955 .p2align 4,,15
26956 .globl GL_PREFIX(VertexAttrib1fNV)
26957 .type GL_PREFIX(VertexAttrib1fNV), @function
26958 GL_PREFIX(VertexAttrib1fNV):
26959 #if defined(GLX_USE_TLS)
26960 call _x86_64_get_dispatch@PLT
26961 movq 5728(%rax), %r11
26962 jmp *%r11
26963 #elif defined(PTHREADS)
26964 subq $24, %rsp
26965 movq %rdi, (%rsp)
26966 movq %xmm0, 8(%rsp)
26967 call _x86_64_get_dispatch@PLT
26968 movq 8(%rsp), %xmm0
26969 movq (%rsp), %rdi
26970 addq $24, %rsp
26971 movq 5728(%rax), %r11
26972 jmp *%r11
26973 #else
26974 movq _glapi_Dispatch(%rip), %rax
26975 testq %rax, %rax
26976 je 1f
26977 movq 5728(%rax), %r11
26978 jmp *%r11
26979 1:
26980 subq $24, %rsp
26981 movq %rdi, (%rsp)
26982 movq %xmm0, 8(%rsp)
26983 call _glapi_get_dispatch
26984 movq 8(%rsp), %xmm0
26985 movq (%rsp), %rdi
26986 addq $24, %rsp
26987 movq 5728(%rax), %r11
26988 jmp *%r11
26989 #endif /* defined(GLX_USE_TLS) */
26990 .size GL_PREFIX(VertexAttrib1fNV), .-GL_PREFIX(VertexAttrib1fNV)
26991
26992 .p2align 4,,15
26993 .globl GL_PREFIX(VertexAttrib1fvNV)
26994 .type GL_PREFIX(VertexAttrib1fvNV), @function
26995 GL_PREFIX(VertexAttrib1fvNV):
26996 #if defined(GLX_USE_TLS)
26997 call _x86_64_get_dispatch@PLT
26998 movq 5736(%rax), %r11
26999 jmp *%r11
27000 #elif defined(PTHREADS)
27001 pushq %rdi
27002 pushq %rsi
27003 pushq %rbp
27004 call _x86_64_get_dispatch@PLT
27005 popq %rbp
27006 popq %rsi
27007 popq %rdi
27008 movq 5736(%rax), %r11
27009 jmp *%r11
27010 #else
27011 movq _glapi_Dispatch(%rip), %rax
27012 testq %rax, %rax
27013 je 1f
27014 movq 5736(%rax), %r11
27015 jmp *%r11
27016 1:
27017 pushq %rdi
27018 pushq %rsi
27019 pushq %rbp
27020 call _glapi_get_dispatch
27021 popq %rbp
27022 popq %rsi
27023 popq %rdi
27024 movq 5736(%rax), %r11
27025 jmp *%r11
27026 #endif /* defined(GLX_USE_TLS) */
27027 .size GL_PREFIX(VertexAttrib1fvNV), .-GL_PREFIX(VertexAttrib1fvNV)
27028
27029 .p2align 4,,15
27030 .globl GL_PREFIX(VertexAttrib1sNV)
27031 .type GL_PREFIX(VertexAttrib1sNV), @function
27032 GL_PREFIX(VertexAttrib1sNV):
27033 #if defined(GLX_USE_TLS)
27034 call _x86_64_get_dispatch@PLT
27035 movq 5744(%rax), %r11
27036 jmp *%r11
27037 #elif defined(PTHREADS)
27038 pushq %rdi
27039 pushq %rsi
27040 pushq %rbp
27041 call _x86_64_get_dispatch@PLT
27042 popq %rbp
27043 popq %rsi
27044 popq %rdi
27045 movq 5744(%rax), %r11
27046 jmp *%r11
27047 #else
27048 movq _glapi_Dispatch(%rip), %rax
27049 testq %rax, %rax
27050 je 1f
27051 movq 5744(%rax), %r11
27052 jmp *%r11
27053 1:
27054 pushq %rdi
27055 pushq %rsi
27056 pushq %rbp
27057 call _glapi_get_dispatch
27058 popq %rbp
27059 popq %rsi
27060 popq %rdi
27061 movq 5744(%rax), %r11
27062 jmp *%r11
27063 #endif /* defined(GLX_USE_TLS) */
27064 .size GL_PREFIX(VertexAttrib1sNV), .-GL_PREFIX(VertexAttrib1sNV)
27065
27066 .p2align 4,,15
27067 .globl GL_PREFIX(VertexAttrib1svNV)
27068 .type GL_PREFIX(VertexAttrib1svNV), @function
27069 GL_PREFIX(VertexAttrib1svNV):
27070 #if defined(GLX_USE_TLS)
27071 call _x86_64_get_dispatch@PLT
27072 movq 5752(%rax), %r11
27073 jmp *%r11
27074 #elif defined(PTHREADS)
27075 pushq %rdi
27076 pushq %rsi
27077 pushq %rbp
27078 call _x86_64_get_dispatch@PLT
27079 popq %rbp
27080 popq %rsi
27081 popq %rdi
27082 movq 5752(%rax), %r11
27083 jmp *%r11
27084 #else
27085 movq _glapi_Dispatch(%rip), %rax
27086 testq %rax, %rax
27087 je 1f
27088 movq 5752(%rax), %r11
27089 jmp *%r11
27090 1:
27091 pushq %rdi
27092 pushq %rsi
27093 pushq %rbp
27094 call _glapi_get_dispatch
27095 popq %rbp
27096 popq %rsi
27097 popq %rdi
27098 movq 5752(%rax), %r11
27099 jmp *%r11
27100 #endif /* defined(GLX_USE_TLS) */
27101 .size GL_PREFIX(VertexAttrib1svNV), .-GL_PREFIX(VertexAttrib1svNV)
27102
27103 .p2align 4,,15
27104 .globl GL_PREFIX(VertexAttrib2dNV)
27105 .type GL_PREFIX(VertexAttrib2dNV), @function
27106 GL_PREFIX(VertexAttrib2dNV):
27107 #if defined(GLX_USE_TLS)
27108 call _x86_64_get_dispatch@PLT
27109 movq 5760(%rax), %r11
27110 jmp *%r11
27111 #elif defined(PTHREADS)
27112 subq $24, %rsp
27113 movq %rdi, (%rsp)
27114 movq %xmm0, 8(%rsp)
27115 movq %xmm1, 16(%rsp)
27116 call _x86_64_get_dispatch@PLT
27117 movq 16(%rsp), %xmm1
27118 movq 8(%rsp), %xmm0
27119 movq (%rsp), %rdi
27120 addq $24, %rsp
27121 movq 5760(%rax), %r11
27122 jmp *%r11
27123 #else
27124 movq _glapi_Dispatch(%rip), %rax
27125 testq %rax, %rax
27126 je 1f
27127 movq 5760(%rax), %r11
27128 jmp *%r11
27129 1:
27130 subq $24, %rsp
27131 movq %rdi, (%rsp)
27132 movq %xmm0, 8(%rsp)
27133 movq %xmm1, 16(%rsp)
27134 call _glapi_get_dispatch
27135 movq 16(%rsp), %xmm1
27136 movq 8(%rsp), %xmm0
27137 movq (%rsp), %rdi
27138 addq $24, %rsp
27139 movq 5760(%rax), %r11
27140 jmp *%r11
27141 #endif /* defined(GLX_USE_TLS) */
27142 .size GL_PREFIX(VertexAttrib2dNV), .-GL_PREFIX(VertexAttrib2dNV)
27143
27144 .p2align 4,,15
27145 .globl GL_PREFIX(VertexAttrib2dvNV)
27146 .type GL_PREFIX(VertexAttrib2dvNV), @function
27147 GL_PREFIX(VertexAttrib2dvNV):
27148 #if defined(GLX_USE_TLS)
27149 call _x86_64_get_dispatch@PLT
27150 movq 5768(%rax), %r11
27151 jmp *%r11
27152 #elif defined(PTHREADS)
27153 pushq %rdi
27154 pushq %rsi
27155 pushq %rbp
27156 call _x86_64_get_dispatch@PLT
27157 popq %rbp
27158 popq %rsi
27159 popq %rdi
27160 movq 5768(%rax), %r11
27161 jmp *%r11
27162 #else
27163 movq _glapi_Dispatch(%rip), %rax
27164 testq %rax, %rax
27165 je 1f
27166 movq 5768(%rax), %r11
27167 jmp *%r11
27168 1:
27169 pushq %rdi
27170 pushq %rsi
27171 pushq %rbp
27172 call _glapi_get_dispatch
27173 popq %rbp
27174 popq %rsi
27175 popq %rdi
27176 movq 5768(%rax), %r11
27177 jmp *%r11
27178 #endif /* defined(GLX_USE_TLS) */
27179 .size GL_PREFIX(VertexAttrib2dvNV), .-GL_PREFIX(VertexAttrib2dvNV)
27180
27181 .p2align 4,,15
27182 .globl GL_PREFIX(VertexAttrib2fNV)
27183 .type GL_PREFIX(VertexAttrib2fNV), @function
27184 GL_PREFIX(VertexAttrib2fNV):
27185 #if defined(GLX_USE_TLS)
27186 call _x86_64_get_dispatch@PLT
27187 movq 5776(%rax), %r11
27188 jmp *%r11
27189 #elif defined(PTHREADS)
27190 subq $24, %rsp
27191 movq %rdi, (%rsp)
27192 movq %xmm0, 8(%rsp)
27193 movq %xmm1, 16(%rsp)
27194 call _x86_64_get_dispatch@PLT
27195 movq 16(%rsp), %xmm1
27196 movq 8(%rsp), %xmm0
27197 movq (%rsp), %rdi
27198 addq $24, %rsp
27199 movq 5776(%rax), %r11
27200 jmp *%r11
27201 #else
27202 movq _glapi_Dispatch(%rip), %rax
27203 testq %rax, %rax
27204 je 1f
27205 movq 5776(%rax), %r11
27206 jmp *%r11
27207 1:
27208 subq $24, %rsp
27209 movq %rdi, (%rsp)
27210 movq %xmm0, 8(%rsp)
27211 movq %xmm1, 16(%rsp)
27212 call _glapi_get_dispatch
27213 movq 16(%rsp), %xmm1
27214 movq 8(%rsp), %xmm0
27215 movq (%rsp), %rdi
27216 addq $24, %rsp
27217 movq 5776(%rax), %r11
27218 jmp *%r11
27219 #endif /* defined(GLX_USE_TLS) */
27220 .size GL_PREFIX(VertexAttrib2fNV), .-GL_PREFIX(VertexAttrib2fNV)
27221
27222 .p2align 4,,15
27223 .globl GL_PREFIX(VertexAttrib2fvNV)
27224 .type GL_PREFIX(VertexAttrib2fvNV), @function
27225 GL_PREFIX(VertexAttrib2fvNV):
27226 #if defined(GLX_USE_TLS)
27227 call _x86_64_get_dispatch@PLT
27228 movq 5784(%rax), %r11
27229 jmp *%r11
27230 #elif defined(PTHREADS)
27231 pushq %rdi
27232 pushq %rsi
27233 pushq %rbp
27234 call _x86_64_get_dispatch@PLT
27235 popq %rbp
27236 popq %rsi
27237 popq %rdi
27238 movq 5784(%rax), %r11
27239 jmp *%r11
27240 #else
27241 movq _glapi_Dispatch(%rip), %rax
27242 testq %rax, %rax
27243 je 1f
27244 movq 5784(%rax), %r11
27245 jmp *%r11
27246 1:
27247 pushq %rdi
27248 pushq %rsi
27249 pushq %rbp
27250 call _glapi_get_dispatch
27251 popq %rbp
27252 popq %rsi
27253 popq %rdi
27254 movq 5784(%rax), %r11
27255 jmp *%r11
27256 #endif /* defined(GLX_USE_TLS) */
27257 .size GL_PREFIX(VertexAttrib2fvNV), .-GL_PREFIX(VertexAttrib2fvNV)
27258
27259 .p2align 4,,15
27260 .globl GL_PREFIX(VertexAttrib2sNV)
27261 .type GL_PREFIX(VertexAttrib2sNV), @function
27262 GL_PREFIX(VertexAttrib2sNV):
27263 #if defined(GLX_USE_TLS)
27264 call _x86_64_get_dispatch@PLT
27265 movq 5792(%rax), %r11
27266 jmp *%r11
27267 #elif defined(PTHREADS)
27268 pushq %rdi
27269 pushq %rsi
27270 pushq %rdx
27271 call _x86_64_get_dispatch@PLT
27272 popq %rdx
27273 popq %rsi
27274 popq %rdi
27275 movq 5792(%rax), %r11
27276 jmp *%r11
27277 #else
27278 movq _glapi_Dispatch(%rip), %rax
27279 testq %rax, %rax
27280 je 1f
27281 movq 5792(%rax), %r11
27282 jmp *%r11
27283 1:
27284 pushq %rdi
27285 pushq %rsi
27286 pushq %rdx
27287 call _glapi_get_dispatch
27288 popq %rdx
27289 popq %rsi
27290 popq %rdi
27291 movq 5792(%rax), %r11
27292 jmp *%r11
27293 #endif /* defined(GLX_USE_TLS) */
27294 .size GL_PREFIX(VertexAttrib2sNV), .-GL_PREFIX(VertexAttrib2sNV)
27295
27296 .p2align 4,,15
27297 .globl GL_PREFIX(VertexAttrib2svNV)
27298 .type GL_PREFIX(VertexAttrib2svNV), @function
27299 GL_PREFIX(VertexAttrib2svNV):
27300 #if defined(GLX_USE_TLS)
27301 call _x86_64_get_dispatch@PLT
27302 movq 5800(%rax), %r11
27303 jmp *%r11
27304 #elif defined(PTHREADS)
27305 pushq %rdi
27306 pushq %rsi
27307 pushq %rbp
27308 call _x86_64_get_dispatch@PLT
27309 popq %rbp
27310 popq %rsi
27311 popq %rdi
27312 movq 5800(%rax), %r11
27313 jmp *%r11
27314 #else
27315 movq _glapi_Dispatch(%rip), %rax
27316 testq %rax, %rax
27317 je 1f
27318 movq 5800(%rax), %r11
27319 jmp *%r11
27320 1:
27321 pushq %rdi
27322 pushq %rsi
27323 pushq %rbp
27324 call _glapi_get_dispatch
27325 popq %rbp
27326 popq %rsi
27327 popq %rdi
27328 movq 5800(%rax), %r11
27329 jmp *%r11
27330 #endif /* defined(GLX_USE_TLS) */
27331 .size GL_PREFIX(VertexAttrib2svNV), .-GL_PREFIX(VertexAttrib2svNV)
27332
27333 .p2align 4,,15
27334 .globl GL_PREFIX(VertexAttrib3dNV)
27335 .type GL_PREFIX(VertexAttrib3dNV), @function
27336 GL_PREFIX(VertexAttrib3dNV):
27337 #if defined(GLX_USE_TLS)
27338 call _x86_64_get_dispatch@PLT
27339 movq 5808(%rax), %r11
27340 jmp *%r11
27341 #elif defined(PTHREADS)
27342 subq $40, %rsp
27343 movq %rdi, (%rsp)
27344 movq %xmm0, 8(%rsp)
27345 movq %xmm1, 16(%rsp)
27346 movq %xmm2, 24(%rsp)
27347 call _x86_64_get_dispatch@PLT
27348 movq 24(%rsp), %xmm2
27349 movq 16(%rsp), %xmm1
27350 movq 8(%rsp), %xmm0
27351 movq (%rsp), %rdi
27352 addq $40, %rsp
27353 movq 5808(%rax), %r11
27354 jmp *%r11
27355 #else
27356 movq _glapi_Dispatch(%rip), %rax
27357 testq %rax, %rax
27358 je 1f
27359 movq 5808(%rax), %r11
27360 jmp *%r11
27361 1:
27362 subq $40, %rsp
27363 movq %rdi, (%rsp)
27364 movq %xmm0, 8(%rsp)
27365 movq %xmm1, 16(%rsp)
27366 movq %xmm2, 24(%rsp)
27367 call _glapi_get_dispatch
27368 movq 24(%rsp), %xmm2
27369 movq 16(%rsp), %xmm1
27370 movq 8(%rsp), %xmm0
27371 movq (%rsp), %rdi
27372 addq $40, %rsp
27373 movq 5808(%rax), %r11
27374 jmp *%r11
27375 #endif /* defined(GLX_USE_TLS) */
27376 .size GL_PREFIX(VertexAttrib3dNV), .-GL_PREFIX(VertexAttrib3dNV)
27377
27378 .p2align 4,,15
27379 .globl GL_PREFIX(VertexAttrib3dvNV)
27380 .type GL_PREFIX(VertexAttrib3dvNV), @function
27381 GL_PREFIX(VertexAttrib3dvNV):
27382 #if defined(GLX_USE_TLS)
27383 call _x86_64_get_dispatch@PLT
27384 movq 5816(%rax), %r11
27385 jmp *%r11
27386 #elif defined(PTHREADS)
27387 pushq %rdi
27388 pushq %rsi
27389 pushq %rbp
27390 call _x86_64_get_dispatch@PLT
27391 popq %rbp
27392 popq %rsi
27393 popq %rdi
27394 movq 5816(%rax), %r11
27395 jmp *%r11
27396 #else
27397 movq _glapi_Dispatch(%rip), %rax
27398 testq %rax, %rax
27399 je 1f
27400 movq 5816(%rax), %r11
27401 jmp *%r11
27402 1:
27403 pushq %rdi
27404 pushq %rsi
27405 pushq %rbp
27406 call _glapi_get_dispatch
27407 popq %rbp
27408 popq %rsi
27409 popq %rdi
27410 movq 5816(%rax), %r11
27411 jmp *%r11
27412 #endif /* defined(GLX_USE_TLS) */
27413 .size GL_PREFIX(VertexAttrib3dvNV), .-GL_PREFIX(VertexAttrib3dvNV)
27414
27415 .p2align 4,,15
27416 .globl GL_PREFIX(VertexAttrib3fNV)
27417 .type GL_PREFIX(VertexAttrib3fNV), @function
27418 GL_PREFIX(VertexAttrib3fNV):
27419 #if defined(GLX_USE_TLS)
27420 call _x86_64_get_dispatch@PLT
27421 movq 5824(%rax), %r11
27422 jmp *%r11
27423 #elif defined(PTHREADS)
27424 subq $40, %rsp
27425 movq %rdi, (%rsp)
27426 movq %xmm0, 8(%rsp)
27427 movq %xmm1, 16(%rsp)
27428 movq %xmm2, 24(%rsp)
27429 call _x86_64_get_dispatch@PLT
27430 movq 24(%rsp), %xmm2
27431 movq 16(%rsp), %xmm1
27432 movq 8(%rsp), %xmm0
27433 movq (%rsp), %rdi
27434 addq $40, %rsp
27435 movq 5824(%rax), %r11
27436 jmp *%r11
27437 #else
27438 movq _glapi_Dispatch(%rip), %rax
27439 testq %rax, %rax
27440 je 1f
27441 movq 5824(%rax), %r11
27442 jmp *%r11
27443 1:
27444 subq $40, %rsp
27445 movq %rdi, (%rsp)
27446 movq %xmm0, 8(%rsp)
27447 movq %xmm1, 16(%rsp)
27448 movq %xmm2, 24(%rsp)
27449 call _glapi_get_dispatch
27450 movq 24(%rsp), %xmm2
27451 movq 16(%rsp), %xmm1
27452 movq 8(%rsp), %xmm0
27453 movq (%rsp), %rdi
27454 addq $40, %rsp
27455 movq 5824(%rax), %r11
27456 jmp *%r11
27457 #endif /* defined(GLX_USE_TLS) */
27458 .size GL_PREFIX(VertexAttrib3fNV), .-GL_PREFIX(VertexAttrib3fNV)
27459
27460 .p2align 4,,15
27461 .globl GL_PREFIX(VertexAttrib3fvNV)
27462 .type GL_PREFIX(VertexAttrib3fvNV), @function
27463 GL_PREFIX(VertexAttrib3fvNV):
27464 #if defined(GLX_USE_TLS)
27465 call _x86_64_get_dispatch@PLT
27466 movq 5832(%rax), %r11
27467 jmp *%r11
27468 #elif defined(PTHREADS)
27469 pushq %rdi
27470 pushq %rsi
27471 pushq %rbp
27472 call _x86_64_get_dispatch@PLT
27473 popq %rbp
27474 popq %rsi
27475 popq %rdi
27476 movq 5832(%rax), %r11
27477 jmp *%r11
27478 #else
27479 movq _glapi_Dispatch(%rip), %rax
27480 testq %rax, %rax
27481 je 1f
27482 movq 5832(%rax), %r11
27483 jmp *%r11
27484 1:
27485 pushq %rdi
27486 pushq %rsi
27487 pushq %rbp
27488 call _glapi_get_dispatch
27489 popq %rbp
27490 popq %rsi
27491 popq %rdi
27492 movq 5832(%rax), %r11
27493 jmp *%r11
27494 #endif /* defined(GLX_USE_TLS) */
27495 .size GL_PREFIX(VertexAttrib3fvNV), .-GL_PREFIX(VertexAttrib3fvNV)
27496
27497 .p2align 4,,15
27498 .globl GL_PREFIX(VertexAttrib3sNV)
27499 .type GL_PREFIX(VertexAttrib3sNV), @function
27500 GL_PREFIX(VertexAttrib3sNV):
27501 #if defined(GLX_USE_TLS)
27502 call _x86_64_get_dispatch@PLT
27503 movq 5840(%rax), %r11
27504 jmp *%r11
27505 #elif defined(PTHREADS)
27506 pushq %rdi
27507 pushq %rsi
27508 pushq %rdx
27509 pushq %rcx
27510 pushq %rbp
27511 call _x86_64_get_dispatch@PLT
27512 popq %rbp
27513 popq %rcx
27514 popq %rdx
27515 popq %rsi
27516 popq %rdi
27517 movq 5840(%rax), %r11
27518 jmp *%r11
27519 #else
27520 movq _glapi_Dispatch(%rip), %rax
27521 testq %rax, %rax
27522 je 1f
27523 movq 5840(%rax), %r11
27524 jmp *%r11
27525 1:
27526 pushq %rdi
27527 pushq %rsi
27528 pushq %rdx
27529 pushq %rcx
27530 pushq %rbp
27531 call _glapi_get_dispatch
27532 popq %rbp
27533 popq %rcx
27534 popq %rdx
27535 popq %rsi
27536 popq %rdi
27537 movq 5840(%rax), %r11
27538 jmp *%r11
27539 #endif /* defined(GLX_USE_TLS) */
27540 .size GL_PREFIX(VertexAttrib3sNV), .-GL_PREFIX(VertexAttrib3sNV)
27541
27542 .p2align 4,,15
27543 .globl GL_PREFIX(VertexAttrib3svNV)
27544 .type GL_PREFIX(VertexAttrib3svNV), @function
27545 GL_PREFIX(VertexAttrib3svNV):
27546 #if defined(GLX_USE_TLS)
27547 call _x86_64_get_dispatch@PLT
27548 movq 5848(%rax), %r11
27549 jmp *%r11
27550 #elif defined(PTHREADS)
27551 pushq %rdi
27552 pushq %rsi
27553 pushq %rbp
27554 call _x86_64_get_dispatch@PLT
27555 popq %rbp
27556 popq %rsi
27557 popq %rdi
27558 movq 5848(%rax), %r11
27559 jmp *%r11
27560 #else
27561 movq _glapi_Dispatch(%rip), %rax
27562 testq %rax, %rax
27563 je 1f
27564 movq 5848(%rax), %r11
27565 jmp *%r11
27566 1:
27567 pushq %rdi
27568 pushq %rsi
27569 pushq %rbp
27570 call _glapi_get_dispatch
27571 popq %rbp
27572 popq %rsi
27573 popq %rdi
27574 movq 5848(%rax), %r11
27575 jmp *%r11
27576 #endif /* defined(GLX_USE_TLS) */
27577 .size GL_PREFIX(VertexAttrib3svNV), .-GL_PREFIX(VertexAttrib3svNV)
27578
27579 .p2align 4,,15
27580 .globl GL_PREFIX(VertexAttrib4dNV)
27581 .type GL_PREFIX(VertexAttrib4dNV), @function
27582 GL_PREFIX(VertexAttrib4dNV):
27583 #if defined(GLX_USE_TLS)
27584 call _x86_64_get_dispatch@PLT
27585 movq 5856(%rax), %r11
27586 jmp *%r11
27587 #elif defined(PTHREADS)
27588 subq $40, %rsp
27589 movq %rdi, (%rsp)
27590 movq %xmm0, 8(%rsp)
27591 movq %xmm1, 16(%rsp)
27592 movq %xmm2, 24(%rsp)
27593 movq %xmm3, 32(%rsp)
27594 call _x86_64_get_dispatch@PLT
27595 movq 32(%rsp), %xmm3
27596 movq 24(%rsp), %xmm2
27597 movq 16(%rsp), %xmm1
27598 movq 8(%rsp), %xmm0
27599 movq (%rsp), %rdi
27600 addq $40, %rsp
27601 movq 5856(%rax), %r11
27602 jmp *%r11
27603 #else
27604 movq _glapi_Dispatch(%rip), %rax
27605 testq %rax, %rax
27606 je 1f
27607 movq 5856(%rax), %r11
27608 jmp *%r11
27609 1:
27610 subq $40, %rsp
27611 movq %rdi, (%rsp)
27612 movq %xmm0, 8(%rsp)
27613 movq %xmm1, 16(%rsp)
27614 movq %xmm2, 24(%rsp)
27615 movq %xmm3, 32(%rsp)
27616 call _glapi_get_dispatch
27617 movq 32(%rsp), %xmm3
27618 movq 24(%rsp), %xmm2
27619 movq 16(%rsp), %xmm1
27620 movq 8(%rsp), %xmm0
27621 movq (%rsp), %rdi
27622 addq $40, %rsp
27623 movq 5856(%rax), %r11
27624 jmp *%r11
27625 #endif /* defined(GLX_USE_TLS) */
27626 .size GL_PREFIX(VertexAttrib4dNV), .-GL_PREFIX(VertexAttrib4dNV)
27627
27628 .p2align 4,,15
27629 .globl GL_PREFIX(VertexAttrib4dvNV)
27630 .type GL_PREFIX(VertexAttrib4dvNV), @function
27631 GL_PREFIX(VertexAttrib4dvNV):
27632 #if defined(GLX_USE_TLS)
27633 call _x86_64_get_dispatch@PLT
27634 movq 5864(%rax), %r11
27635 jmp *%r11
27636 #elif defined(PTHREADS)
27637 pushq %rdi
27638 pushq %rsi
27639 pushq %rbp
27640 call _x86_64_get_dispatch@PLT
27641 popq %rbp
27642 popq %rsi
27643 popq %rdi
27644 movq 5864(%rax), %r11
27645 jmp *%r11
27646 #else
27647 movq _glapi_Dispatch(%rip), %rax
27648 testq %rax, %rax
27649 je 1f
27650 movq 5864(%rax), %r11
27651 jmp *%r11
27652 1:
27653 pushq %rdi
27654 pushq %rsi
27655 pushq %rbp
27656 call _glapi_get_dispatch
27657 popq %rbp
27658 popq %rsi
27659 popq %rdi
27660 movq 5864(%rax), %r11
27661 jmp *%r11
27662 #endif /* defined(GLX_USE_TLS) */
27663 .size GL_PREFIX(VertexAttrib4dvNV), .-GL_PREFIX(VertexAttrib4dvNV)
27664
27665 .p2align 4,,15
27666 .globl GL_PREFIX(VertexAttrib4fNV)
27667 .type GL_PREFIX(VertexAttrib4fNV), @function
27668 GL_PREFIX(VertexAttrib4fNV):
27669 #if defined(GLX_USE_TLS)
27670 call _x86_64_get_dispatch@PLT
27671 movq 5872(%rax), %r11
27672 jmp *%r11
27673 #elif defined(PTHREADS)
27674 subq $40, %rsp
27675 movq %rdi, (%rsp)
27676 movq %xmm0, 8(%rsp)
27677 movq %xmm1, 16(%rsp)
27678 movq %xmm2, 24(%rsp)
27679 movq %xmm3, 32(%rsp)
27680 call _x86_64_get_dispatch@PLT
27681 movq 32(%rsp), %xmm3
27682 movq 24(%rsp), %xmm2
27683 movq 16(%rsp), %xmm1
27684 movq 8(%rsp), %xmm0
27685 movq (%rsp), %rdi
27686 addq $40, %rsp
27687 movq 5872(%rax), %r11
27688 jmp *%r11
27689 #else
27690 movq _glapi_Dispatch(%rip), %rax
27691 testq %rax, %rax
27692 je 1f
27693 movq 5872(%rax), %r11
27694 jmp *%r11
27695 1:
27696 subq $40, %rsp
27697 movq %rdi, (%rsp)
27698 movq %xmm0, 8(%rsp)
27699 movq %xmm1, 16(%rsp)
27700 movq %xmm2, 24(%rsp)
27701 movq %xmm3, 32(%rsp)
27702 call _glapi_get_dispatch
27703 movq 32(%rsp), %xmm3
27704 movq 24(%rsp), %xmm2
27705 movq 16(%rsp), %xmm1
27706 movq 8(%rsp), %xmm0
27707 movq (%rsp), %rdi
27708 addq $40, %rsp
27709 movq 5872(%rax), %r11
27710 jmp *%r11
27711 #endif /* defined(GLX_USE_TLS) */
27712 .size GL_PREFIX(VertexAttrib4fNV), .-GL_PREFIX(VertexAttrib4fNV)
27713
27714 .p2align 4,,15
27715 .globl GL_PREFIX(VertexAttrib4fvNV)
27716 .type GL_PREFIX(VertexAttrib4fvNV), @function
27717 GL_PREFIX(VertexAttrib4fvNV):
27718 #if defined(GLX_USE_TLS)
27719 call _x86_64_get_dispatch@PLT
27720 movq 5880(%rax), %r11
27721 jmp *%r11
27722 #elif defined(PTHREADS)
27723 pushq %rdi
27724 pushq %rsi
27725 pushq %rbp
27726 call _x86_64_get_dispatch@PLT
27727 popq %rbp
27728 popq %rsi
27729 popq %rdi
27730 movq 5880(%rax), %r11
27731 jmp *%r11
27732 #else
27733 movq _glapi_Dispatch(%rip), %rax
27734 testq %rax, %rax
27735 je 1f
27736 movq 5880(%rax), %r11
27737 jmp *%r11
27738 1:
27739 pushq %rdi
27740 pushq %rsi
27741 pushq %rbp
27742 call _glapi_get_dispatch
27743 popq %rbp
27744 popq %rsi
27745 popq %rdi
27746 movq 5880(%rax), %r11
27747 jmp *%r11
27748 #endif /* defined(GLX_USE_TLS) */
27749 .size GL_PREFIX(VertexAttrib4fvNV), .-GL_PREFIX(VertexAttrib4fvNV)
27750
27751 .p2align 4,,15
27752 .globl GL_PREFIX(VertexAttrib4sNV)
27753 .type GL_PREFIX(VertexAttrib4sNV), @function
27754 GL_PREFIX(VertexAttrib4sNV):
27755 #if defined(GLX_USE_TLS)
27756 call _x86_64_get_dispatch@PLT
27757 movq 5888(%rax), %r11
27758 jmp *%r11
27759 #elif defined(PTHREADS)
27760 pushq %rdi
27761 pushq %rsi
27762 pushq %rdx
27763 pushq %rcx
27764 pushq %r8
27765 call _x86_64_get_dispatch@PLT
27766 popq %r8
27767 popq %rcx
27768 popq %rdx
27769 popq %rsi
27770 popq %rdi
27771 movq 5888(%rax), %r11
27772 jmp *%r11
27773 #else
27774 movq _glapi_Dispatch(%rip), %rax
27775 testq %rax, %rax
27776 je 1f
27777 movq 5888(%rax), %r11
27778 jmp *%r11
27779 1:
27780 pushq %rdi
27781 pushq %rsi
27782 pushq %rdx
27783 pushq %rcx
27784 pushq %r8
27785 call _glapi_get_dispatch
27786 popq %r8
27787 popq %rcx
27788 popq %rdx
27789 popq %rsi
27790 popq %rdi
27791 movq 5888(%rax), %r11
27792 jmp *%r11
27793 #endif /* defined(GLX_USE_TLS) */
27794 .size GL_PREFIX(VertexAttrib4sNV), .-GL_PREFIX(VertexAttrib4sNV)
27795
27796 .p2align 4,,15
27797 .globl GL_PREFIX(VertexAttrib4svNV)
27798 .type GL_PREFIX(VertexAttrib4svNV), @function
27799 GL_PREFIX(VertexAttrib4svNV):
27800 #if defined(GLX_USE_TLS)
27801 call _x86_64_get_dispatch@PLT
27802 movq 5896(%rax), %r11
27803 jmp *%r11
27804 #elif defined(PTHREADS)
27805 pushq %rdi
27806 pushq %rsi
27807 pushq %rbp
27808 call _x86_64_get_dispatch@PLT
27809 popq %rbp
27810 popq %rsi
27811 popq %rdi
27812 movq 5896(%rax), %r11
27813 jmp *%r11
27814 #else
27815 movq _glapi_Dispatch(%rip), %rax
27816 testq %rax, %rax
27817 je 1f
27818 movq 5896(%rax), %r11
27819 jmp *%r11
27820 1:
27821 pushq %rdi
27822 pushq %rsi
27823 pushq %rbp
27824 call _glapi_get_dispatch
27825 popq %rbp
27826 popq %rsi
27827 popq %rdi
27828 movq 5896(%rax), %r11
27829 jmp *%r11
27830 #endif /* defined(GLX_USE_TLS) */
27831 .size GL_PREFIX(VertexAttrib4svNV), .-GL_PREFIX(VertexAttrib4svNV)
27832
27833 .p2align 4,,15
27834 .globl GL_PREFIX(VertexAttrib4ubNV)
27835 .type GL_PREFIX(VertexAttrib4ubNV), @function
27836 GL_PREFIX(VertexAttrib4ubNV):
27837 #if defined(GLX_USE_TLS)
27838 call _x86_64_get_dispatch@PLT
27839 movq 5904(%rax), %r11
27840 jmp *%r11
27841 #elif defined(PTHREADS)
27842 pushq %rdi
27843 pushq %rsi
27844 pushq %rdx
27845 pushq %rcx
27846 pushq %r8
27847 call _x86_64_get_dispatch@PLT
27848 popq %r8
27849 popq %rcx
27850 popq %rdx
27851 popq %rsi
27852 popq %rdi
27853 movq 5904(%rax), %r11
27854 jmp *%r11
27855 #else
27856 movq _glapi_Dispatch(%rip), %rax
27857 testq %rax, %rax
27858 je 1f
27859 movq 5904(%rax), %r11
27860 jmp *%r11
27861 1:
27862 pushq %rdi
27863 pushq %rsi
27864 pushq %rdx
27865 pushq %rcx
27866 pushq %r8
27867 call _glapi_get_dispatch
27868 popq %r8
27869 popq %rcx
27870 popq %rdx
27871 popq %rsi
27872 popq %rdi
27873 movq 5904(%rax), %r11
27874 jmp *%r11
27875 #endif /* defined(GLX_USE_TLS) */
27876 .size GL_PREFIX(VertexAttrib4ubNV), .-GL_PREFIX(VertexAttrib4ubNV)
27877
27878 .p2align 4,,15
27879 .globl GL_PREFIX(VertexAttrib4ubvNV)
27880 .type GL_PREFIX(VertexAttrib4ubvNV), @function
27881 GL_PREFIX(VertexAttrib4ubvNV):
27882 #if defined(GLX_USE_TLS)
27883 call _x86_64_get_dispatch@PLT
27884 movq 5912(%rax), %r11
27885 jmp *%r11
27886 #elif defined(PTHREADS)
27887 pushq %rdi
27888 pushq %rsi
27889 pushq %rbp
27890 call _x86_64_get_dispatch@PLT
27891 popq %rbp
27892 popq %rsi
27893 popq %rdi
27894 movq 5912(%rax), %r11
27895 jmp *%r11
27896 #else
27897 movq _glapi_Dispatch(%rip), %rax
27898 testq %rax, %rax
27899 je 1f
27900 movq 5912(%rax), %r11
27901 jmp *%r11
27902 1:
27903 pushq %rdi
27904 pushq %rsi
27905 pushq %rbp
27906 call _glapi_get_dispatch
27907 popq %rbp
27908 popq %rsi
27909 popq %rdi
27910 movq 5912(%rax), %r11
27911 jmp *%r11
27912 #endif /* defined(GLX_USE_TLS) */
27913 .size GL_PREFIX(VertexAttrib4ubvNV), .-GL_PREFIX(VertexAttrib4ubvNV)
27914
27915 .p2align 4,,15
27916 .globl GL_PREFIX(VertexAttribPointerNV)
27917 .type GL_PREFIX(VertexAttribPointerNV), @function
27918 GL_PREFIX(VertexAttribPointerNV):
27919 #if defined(GLX_USE_TLS)
27920 call _x86_64_get_dispatch@PLT
27921 movq 5920(%rax), %r11
27922 jmp *%r11
27923 #elif defined(PTHREADS)
27924 pushq %rdi
27925 pushq %rsi
27926 pushq %rdx
27927 pushq %rcx
27928 pushq %r8
27929 call _x86_64_get_dispatch@PLT
27930 popq %r8
27931 popq %rcx
27932 popq %rdx
27933 popq %rsi
27934 popq %rdi
27935 movq 5920(%rax), %r11
27936 jmp *%r11
27937 #else
27938 movq _glapi_Dispatch(%rip), %rax
27939 testq %rax, %rax
27940 je 1f
27941 movq 5920(%rax), %r11
27942 jmp *%r11
27943 1:
27944 pushq %rdi
27945 pushq %rsi
27946 pushq %rdx
27947 pushq %rcx
27948 pushq %r8
27949 call _glapi_get_dispatch
27950 popq %r8
27951 popq %rcx
27952 popq %rdx
27953 popq %rsi
27954 popq %rdi
27955 movq 5920(%rax), %r11
27956 jmp *%r11
27957 #endif /* defined(GLX_USE_TLS) */
27958 .size GL_PREFIX(VertexAttribPointerNV), .-GL_PREFIX(VertexAttribPointerNV)
27959
27960 .p2align 4,,15
27961 .globl GL_PREFIX(VertexAttribs1dvNV)
27962 .type GL_PREFIX(VertexAttribs1dvNV), @function
27963 GL_PREFIX(VertexAttribs1dvNV):
27964 #if defined(GLX_USE_TLS)
27965 call _x86_64_get_dispatch@PLT
27966 movq 5928(%rax), %r11
27967 jmp *%r11
27968 #elif defined(PTHREADS)
27969 pushq %rdi
27970 pushq %rsi
27971 pushq %rdx
27972 call _x86_64_get_dispatch@PLT
27973 popq %rdx
27974 popq %rsi
27975 popq %rdi
27976 movq 5928(%rax), %r11
27977 jmp *%r11
27978 #else
27979 movq _glapi_Dispatch(%rip), %rax
27980 testq %rax, %rax
27981 je 1f
27982 movq 5928(%rax), %r11
27983 jmp *%r11
27984 1:
27985 pushq %rdi
27986 pushq %rsi
27987 pushq %rdx
27988 call _glapi_get_dispatch
27989 popq %rdx
27990 popq %rsi
27991 popq %rdi
27992 movq 5928(%rax), %r11
27993 jmp *%r11
27994 #endif /* defined(GLX_USE_TLS) */
27995 .size GL_PREFIX(VertexAttribs1dvNV), .-GL_PREFIX(VertexAttribs1dvNV)
27996
27997 .p2align 4,,15
27998 .globl GL_PREFIX(VertexAttribs1fvNV)
27999 .type GL_PREFIX(VertexAttribs1fvNV), @function
28000 GL_PREFIX(VertexAttribs1fvNV):
28001 #if defined(GLX_USE_TLS)
28002 call _x86_64_get_dispatch@PLT
28003 movq 5936(%rax), %r11
28004 jmp *%r11
28005 #elif defined(PTHREADS)
28006 pushq %rdi
28007 pushq %rsi
28008 pushq %rdx
28009 call _x86_64_get_dispatch@PLT
28010 popq %rdx
28011 popq %rsi
28012 popq %rdi
28013 movq 5936(%rax), %r11
28014 jmp *%r11
28015 #else
28016 movq _glapi_Dispatch(%rip), %rax
28017 testq %rax, %rax
28018 je 1f
28019 movq 5936(%rax), %r11
28020 jmp *%r11
28021 1:
28022 pushq %rdi
28023 pushq %rsi
28024 pushq %rdx
28025 call _glapi_get_dispatch
28026 popq %rdx
28027 popq %rsi
28028 popq %rdi
28029 movq 5936(%rax), %r11
28030 jmp *%r11
28031 #endif /* defined(GLX_USE_TLS) */
28032 .size GL_PREFIX(VertexAttribs1fvNV), .-GL_PREFIX(VertexAttribs1fvNV)
28033
28034 .p2align 4,,15
28035 .globl GL_PREFIX(VertexAttribs1svNV)
28036 .type GL_PREFIX(VertexAttribs1svNV), @function
28037 GL_PREFIX(VertexAttribs1svNV):
28038 #if defined(GLX_USE_TLS)
28039 call _x86_64_get_dispatch@PLT
28040 movq 5944(%rax), %r11
28041 jmp *%r11
28042 #elif defined(PTHREADS)
28043 pushq %rdi
28044 pushq %rsi
28045 pushq %rdx
28046 call _x86_64_get_dispatch@PLT
28047 popq %rdx
28048 popq %rsi
28049 popq %rdi
28050 movq 5944(%rax), %r11
28051 jmp *%r11
28052 #else
28053 movq _glapi_Dispatch(%rip), %rax
28054 testq %rax, %rax
28055 je 1f
28056 movq 5944(%rax), %r11
28057 jmp *%r11
28058 1:
28059 pushq %rdi
28060 pushq %rsi
28061 pushq %rdx
28062 call _glapi_get_dispatch
28063 popq %rdx
28064 popq %rsi
28065 popq %rdi
28066 movq 5944(%rax), %r11
28067 jmp *%r11
28068 #endif /* defined(GLX_USE_TLS) */
28069 .size GL_PREFIX(VertexAttribs1svNV), .-GL_PREFIX(VertexAttribs1svNV)
28070
28071 .p2align 4,,15
28072 .globl GL_PREFIX(VertexAttribs2dvNV)
28073 .type GL_PREFIX(VertexAttribs2dvNV), @function
28074 GL_PREFIX(VertexAttribs2dvNV):
28075 #if defined(GLX_USE_TLS)
28076 call _x86_64_get_dispatch@PLT
28077 movq 5952(%rax), %r11
28078 jmp *%r11
28079 #elif defined(PTHREADS)
28080 pushq %rdi
28081 pushq %rsi
28082 pushq %rdx
28083 call _x86_64_get_dispatch@PLT
28084 popq %rdx
28085 popq %rsi
28086 popq %rdi
28087 movq 5952(%rax), %r11
28088 jmp *%r11
28089 #else
28090 movq _glapi_Dispatch(%rip), %rax
28091 testq %rax, %rax
28092 je 1f
28093 movq 5952(%rax), %r11
28094 jmp *%r11
28095 1:
28096 pushq %rdi
28097 pushq %rsi
28098 pushq %rdx
28099 call _glapi_get_dispatch
28100 popq %rdx
28101 popq %rsi
28102 popq %rdi
28103 movq 5952(%rax), %r11
28104 jmp *%r11
28105 #endif /* defined(GLX_USE_TLS) */
28106 .size GL_PREFIX(VertexAttribs2dvNV), .-GL_PREFIX(VertexAttribs2dvNV)
28107
28108 .p2align 4,,15
28109 .globl GL_PREFIX(VertexAttribs2fvNV)
28110 .type GL_PREFIX(VertexAttribs2fvNV), @function
28111 GL_PREFIX(VertexAttribs2fvNV):
28112 #if defined(GLX_USE_TLS)
28113 call _x86_64_get_dispatch@PLT
28114 movq 5960(%rax), %r11
28115 jmp *%r11
28116 #elif defined(PTHREADS)
28117 pushq %rdi
28118 pushq %rsi
28119 pushq %rdx
28120 call _x86_64_get_dispatch@PLT
28121 popq %rdx
28122 popq %rsi
28123 popq %rdi
28124 movq 5960(%rax), %r11
28125 jmp *%r11
28126 #else
28127 movq _glapi_Dispatch(%rip), %rax
28128 testq %rax, %rax
28129 je 1f
28130 movq 5960(%rax), %r11
28131 jmp *%r11
28132 1:
28133 pushq %rdi
28134 pushq %rsi
28135 pushq %rdx
28136 call _glapi_get_dispatch
28137 popq %rdx
28138 popq %rsi
28139 popq %rdi
28140 movq 5960(%rax), %r11
28141 jmp *%r11
28142 #endif /* defined(GLX_USE_TLS) */
28143 .size GL_PREFIX(VertexAttribs2fvNV), .-GL_PREFIX(VertexAttribs2fvNV)
28144
28145 .p2align 4,,15
28146 .globl GL_PREFIX(VertexAttribs2svNV)
28147 .type GL_PREFIX(VertexAttribs2svNV), @function
28148 GL_PREFIX(VertexAttribs2svNV):
28149 #if defined(GLX_USE_TLS)
28150 call _x86_64_get_dispatch@PLT
28151 movq 5968(%rax), %r11
28152 jmp *%r11
28153 #elif defined(PTHREADS)
28154 pushq %rdi
28155 pushq %rsi
28156 pushq %rdx
28157 call _x86_64_get_dispatch@PLT
28158 popq %rdx
28159 popq %rsi
28160 popq %rdi
28161 movq 5968(%rax), %r11
28162 jmp *%r11
28163 #else
28164 movq _glapi_Dispatch(%rip), %rax
28165 testq %rax, %rax
28166 je 1f
28167 movq 5968(%rax), %r11
28168 jmp *%r11
28169 1:
28170 pushq %rdi
28171 pushq %rsi
28172 pushq %rdx
28173 call _glapi_get_dispatch
28174 popq %rdx
28175 popq %rsi
28176 popq %rdi
28177 movq 5968(%rax), %r11
28178 jmp *%r11
28179 #endif /* defined(GLX_USE_TLS) */
28180 .size GL_PREFIX(VertexAttribs2svNV), .-GL_PREFIX(VertexAttribs2svNV)
28181
28182 .p2align 4,,15
28183 .globl GL_PREFIX(VertexAttribs3dvNV)
28184 .type GL_PREFIX(VertexAttribs3dvNV), @function
28185 GL_PREFIX(VertexAttribs3dvNV):
28186 #if defined(GLX_USE_TLS)
28187 call _x86_64_get_dispatch@PLT
28188 movq 5976(%rax), %r11
28189 jmp *%r11
28190 #elif defined(PTHREADS)
28191 pushq %rdi
28192 pushq %rsi
28193 pushq %rdx
28194 call _x86_64_get_dispatch@PLT
28195 popq %rdx
28196 popq %rsi
28197 popq %rdi
28198 movq 5976(%rax), %r11
28199 jmp *%r11
28200 #else
28201 movq _glapi_Dispatch(%rip), %rax
28202 testq %rax, %rax
28203 je 1f
28204 movq 5976(%rax), %r11
28205 jmp *%r11
28206 1:
28207 pushq %rdi
28208 pushq %rsi
28209 pushq %rdx
28210 call _glapi_get_dispatch
28211 popq %rdx
28212 popq %rsi
28213 popq %rdi
28214 movq 5976(%rax), %r11
28215 jmp *%r11
28216 #endif /* defined(GLX_USE_TLS) */
28217 .size GL_PREFIX(VertexAttribs3dvNV), .-GL_PREFIX(VertexAttribs3dvNV)
28218
28219 .p2align 4,,15
28220 .globl GL_PREFIX(VertexAttribs3fvNV)
28221 .type GL_PREFIX(VertexAttribs3fvNV), @function
28222 GL_PREFIX(VertexAttribs3fvNV):
28223 #if defined(GLX_USE_TLS)
28224 call _x86_64_get_dispatch@PLT
28225 movq 5984(%rax), %r11
28226 jmp *%r11
28227 #elif defined(PTHREADS)
28228 pushq %rdi
28229 pushq %rsi
28230 pushq %rdx
28231 call _x86_64_get_dispatch@PLT
28232 popq %rdx
28233 popq %rsi
28234 popq %rdi
28235 movq 5984(%rax), %r11
28236 jmp *%r11
28237 #else
28238 movq _glapi_Dispatch(%rip), %rax
28239 testq %rax, %rax
28240 je 1f
28241 movq 5984(%rax), %r11
28242 jmp *%r11
28243 1:
28244 pushq %rdi
28245 pushq %rsi
28246 pushq %rdx
28247 call _glapi_get_dispatch
28248 popq %rdx
28249 popq %rsi
28250 popq %rdi
28251 movq 5984(%rax), %r11
28252 jmp *%r11
28253 #endif /* defined(GLX_USE_TLS) */
28254 .size GL_PREFIX(VertexAttribs3fvNV), .-GL_PREFIX(VertexAttribs3fvNV)
28255
28256 .p2align 4,,15
28257 .globl GL_PREFIX(VertexAttribs3svNV)
28258 .type GL_PREFIX(VertexAttribs3svNV), @function
28259 GL_PREFIX(VertexAttribs3svNV):
28260 #if defined(GLX_USE_TLS)
28261 call _x86_64_get_dispatch@PLT
28262 movq 5992(%rax), %r11
28263 jmp *%r11
28264 #elif defined(PTHREADS)
28265 pushq %rdi
28266 pushq %rsi
28267 pushq %rdx
28268 call _x86_64_get_dispatch@PLT
28269 popq %rdx
28270 popq %rsi
28271 popq %rdi
28272 movq 5992(%rax), %r11
28273 jmp *%r11
28274 #else
28275 movq _glapi_Dispatch(%rip), %rax
28276 testq %rax, %rax
28277 je 1f
28278 movq 5992(%rax), %r11
28279 jmp *%r11
28280 1:
28281 pushq %rdi
28282 pushq %rsi
28283 pushq %rdx
28284 call _glapi_get_dispatch
28285 popq %rdx
28286 popq %rsi
28287 popq %rdi
28288 movq 5992(%rax), %r11
28289 jmp *%r11
28290 #endif /* defined(GLX_USE_TLS) */
28291 .size GL_PREFIX(VertexAttribs3svNV), .-GL_PREFIX(VertexAttribs3svNV)
28292
28293 .p2align 4,,15
28294 .globl GL_PREFIX(VertexAttribs4dvNV)
28295 .type GL_PREFIX(VertexAttribs4dvNV), @function
28296 GL_PREFIX(VertexAttribs4dvNV):
28297 #if defined(GLX_USE_TLS)
28298 call _x86_64_get_dispatch@PLT
28299 movq 6000(%rax), %r11
28300 jmp *%r11
28301 #elif defined(PTHREADS)
28302 pushq %rdi
28303 pushq %rsi
28304 pushq %rdx
28305 call _x86_64_get_dispatch@PLT
28306 popq %rdx
28307 popq %rsi
28308 popq %rdi
28309 movq 6000(%rax), %r11
28310 jmp *%r11
28311 #else
28312 movq _glapi_Dispatch(%rip), %rax
28313 testq %rax, %rax
28314 je 1f
28315 movq 6000(%rax), %r11
28316 jmp *%r11
28317 1:
28318 pushq %rdi
28319 pushq %rsi
28320 pushq %rdx
28321 call _glapi_get_dispatch
28322 popq %rdx
28323 popq %rsi
28324 popq %rdi
28325 movq 6000(%rax), %r11
28326 jmp *%r11
28327 #endif /* defined(GLX_USE_TLS) */
28328 .size GL_PREFIX(VertexAttribs4dvNV), .-GL_PREFIX(VertexAttribs4dvNV)
28329
28330 .p2align 4,,15
28331 .globl GL_PREFIX(VertexAttribs4fvNV)
28332 .type GL_PREFIX(VertexAttribs4fvNV), @function
28333 GL_PREFIX(VertexAttribs4fvNV):
28334 #if defined(GLX_USE_TLS)
28335 call _x86_64_get_dispatch@PLT
28336 movq 6008(%rax), %r11
28337 jmp *%r11
28338 #elif defined(PTHREADS)
28339 pushq %rdi
28340 pushq %rsi
28341 pushq %rdx
28342 call _x86_64_get_dispatch@PLT
28343 popq %rdx
28344 popq %rsi
28345 popq %rdi
28346 movq 6008(%rax), %r11
28347 jmp *%r11
28348 #else
28349 movq _glapi_Dispatch(%rip), %rax
28350 testq %rax, %rax
28351 je 1f
28352 movq 6008(%rax), %r11
28353 jmp *%r11
28354 1:
28355 pushq %rdi
28356 pushq %rsi
28357 pushq %rdx
28358 call _glapi_get_dispatch
28359 popq %rdx
28360 popq %rsi
28361 popq %rdi
28362 movq 6008(%rax), %r11
28363 jmp *%r11
28364 #endif /* defined(GLX_USE_TLS) */
28365 .size GL_PREFIX(VertexAttribs4fvNV), .-GL_PREFIX(VertexAttribs4fvNV)
28366
28367 .p2align 4,,15
28368 .globl GL_PREFIX(VertexAttribs4svNV)
28369 .type GL_PREFIX(VertexAttribs4svNV), @function
28370 GL_PREFIX(VertexAttribs4svNV):
28371 #if defined(GLX_USE_TLS)
28372 call _x86_64_get_dispatch@PLT
28373 movq 6016(%rax), %r11
28374 jmp *%r11
28375 #elif defined(PTHREADS)
28376 pushq %rdi
28377 pushq %rsi
28378 pushq %rdx
28379 call _x86_64_get_dispatch@PLT
28380 popq %rdx
28381 popq %rsi
28382 popq %rdi
28383 movq 6016(%rax), %r11
28384 jmp *%r11
28385 #else
28386 movq _glapi_Dispatch(%rip), %rax
28387 testq %rax, %rax
28388 je 1f
28389 movq 6016(%rax), %r11
28390 jmp *%r11
28391 1:
28392 pushq %rdi
28393 pushq %rsi
28394 pushq %rdx
28395 call _glapi_get_dispatch
28396 popq %rdx
28397 popq %rsi
28398 popq %rdi
28399 movq 6016(%rax), %r11
28400 jmp *%r11
28401 #endif /* defined(GLX_USE_TLS) */
28402 .size GL_PREFIX(VertexAttribs4svNV), .-GL_PREFIX(VertexAttribs4svNV)
28403
28404 .p2align 4,,15
28405 .globl GL_PREFIX(VertexAttribs4ubvNV)
28406 .type GL_PREFIX(VertexAttribs4ubvNV), @function
28407 GL_PREFIX(VertexAttribs4ubvNV):
28408 #if defined(GLX_USE_TLS)
28409 call _x86_64_get_dispatch@PLT
28410 movq 6024(%rax), %r11
28411 jmp *%r11
28412 #elif defined(PTHREADS)
28413 pushq %rdi
28414 pushq %rsi
28415 pushq %rdx
28416 call _x86_64_get_dispatch@PLT
28417 popq %rdx
28418 popq %rsi
28419 popq %rdi
28420 movq 6024(%rax), %r11
28421 jmp *%r11
28422 #else
28423 movq _glapi_Dispatch(%rip), %rax
28424 testq %rax, %rax
28425 je 1f
28426 movq 6024(%rax), %r11
28427 jmp *%r11
28428 1:
28429 pushq %rdi
28430 pushq %rsi
28431 pushq %rdx
28432 call _glapi_get_dispatch
28433 popq %rdx
28434 popq %rsi
28435 popq %rdi
28436 movq 6024(%rax), %r11
28437 jmp *%r11
28438 #endif /* defined(GLX_USE_TLS) */
28439 .size GL_PREFIX(VertexAttribs4ubvNV), .-GL_PREFIX(VertexAttribs4ubvNV)
28440
28441 .p2align 4,,15
28442 .globl GL_PREFIX(GetTexBumpParameterfvATI)
28443 .type GL_PREFIX(GetTexBumpParameterfvATI), @function
28444 GL_PREFIX(GetTexBumpParameterfvATI):
28445 #if defined(GLX_USE_TLS)
28446 call _x86_64_get_dispatch@PLT
28447 movq 6032(%rax), %r11
28448 jmp *%r11
28449 #elif defined(PTHREADS)
28450 pushq %rdi
28451 pushq %rsi
28452 pushq %rbp
28453 call _x86_64_get_dispatch@PLT
28454 popq %rbp
28455 popq %rsi
28456 popq %rdi
28457 movq 6032(%rax), %r11
28458 jmp *%r11
28459 #else
28460 movq _glapi_Dispatch(%rip), %rax
28461 testq %rax, %rax
28462 je 1f
28463 movq 6032(%rax), %r11
28464 jmp *%r11
28465 1:
28466 pushq %rdi
28467 pushq %rsi
28468 pushq %rbp
28469 call _glapi_get_dispatch
28470 popq %rbp
28471 popq %rsi
28472 popq %rdi
28473 movq 6032(%rax), %r11
28474 jmp *%r11
28475 #endif /* defined(GLX_USE_TLS) */
28476 .size GL_PREFIX(GetTexBumpParameterfvATI), .-GL_PREFIX(GetTexBumpParameterfvATI)
28477
28478 .p2align 4,,15
28479 .globl GL_PREFIX(GetTexBumpParameterivATI)
28480 .type GL_PREFIX(GetTexBumpParameterivATI), @function
28481 GL_PREFIX(GetTexBumpParameterivATI):
28482 #if defined(GLX_USE_TLS)
28483 call _x86_64_get_dispatch@PLT
28484 movq 6040(%rax), %r11
28485 jmp *%r11
28486 #elif defined(PTHREADS)
28487 pushq %rdi
28488 pushq %rsi
28489 pushq %rbp
28490 call _x86_64_get_dispatch@PLT
28491 popq %rbp
28492 popq %rsi
28493 popq %rdi
28494 movq 6040(%rax), %r11
28495 jmp *%r11
28496 #else
28497 movq _glapi_Dispatch(%rip), %rax
28498 testq %rax, %rax
28499 je 1f
28500 movq 6040(%rax), %r11
28501 jmp *%r11
28502 1:
28503 pushq %rdi
28504 pushq %rsi
28505 pushq %rbp
28506 call _glapi_get_dispatch
28507 popq %rbp
28508 popq %rsi
28509 popq %rdi
28510 movq 6040(%rax), %r11
28511 jmp *%r11
28512 #endif /* defined(GLX_USE_TLS) */
28513 .size GL_PREFIX(GetTexBumpParameterivATI), .-GL_PREFIX(GetTexBumpParameterivATI)
28514
28515 .p2align 4,,15
28516 .globl GL_PREFIX(TexBumpParameterfvATI)
28517 .type GL_PREFIX(TexBumpParameterfvATI), @function
28518 GL_PREFIX(TexBumpParameterfvATI):
28519 #if defined(GLX_USE_TLS)
28520 call _x86_64_get_dispatch@PLT
28521 movq 6048(%rax), %r11
28522 jmp *%r11
28523 #elif defined(PTHREADS)
28524 pushq %rdi
28525 pushq %rsi
28526 pushq %rbp
28527 call _x86_64_get_dispatch@PLT
28528 popq %rbp
28529 popq %rsi
28530 popq %rdi
28531 movq 6048(%rax), %r11
28532 jmp *%r11
28533 #else
28534 movq _glapi_Dispatch(%rip), %rax
28535 testq %rax, %rax
28536 je 1f
28537 movq 6048(%rax), %r11
28538 jmp *%r11
28539 1:
28540 pushq %rdi
28541 pushq %rsi
28542 pushq %rbp
28543 call _glapi_get_dispatch
28544 popq %rbp
28545 popq %rsi
28546 popq %rdi
28547 movq 6048(%rax), %r11
28548 jmp *%r11
28549 #endif /* defined(GLX_USE_TLS) */
28550 .size GL_PREFIX(TexBumpParameterfvATI), .-GL_PREFIX(TexBumpParameterfvATI)
28551
28552 .p2align 4,,15
28553 .globl GL_PREFIX(TexBumpParameterivATI)
28554 .type GL_PREFIX(TexBumpParameterivATI), @function
28555 GL_PREFIX(TexBumpParameterivATI):
28556 #if defined(GLX_USE_TLS)
28557 call _x86_64_get_dispatch@PLT
28558 movq 6056(%rax), %r11
28559 jmp *%r11
28560 #elif defined(PTHREADS)
28561 pushq %rdi
28562 pushq %rsi
28563 pushq %rbp
28564 call _x86_64_get_dispatch@PLT
28565 popq %rbp
28566 popq %rsi
28567 popq %rdi
28568 movq 6056(%rax), %r11
28569 jmp *%r11
28570 #else
28571 movq _glapi_Dispatch(%rip), %rax
28572 testq %rax, %rax
28573 je 1f
28574 movq 6056(%rax), %r11
28575 jmp *%r11
28576 1:
28577 pushq %rdi
28578 pushq %rsi
28579 pushq %rbp
28580 call _glapi_get_dispatch
28581 popq %rbp
28582 popq %rsi
28583 popq %rdi
28584 movq 6056(%rax), %r11
28585 jmp *%r11
28586 #endif /* defined(GLX_USE_TLS) */
28587 .size GL_PREFIX(TexBumpParameterivATI), .-GL_PREFIX(TexBumpParameterivATI)
28588
28589 .p2align 4,,15
28590 .globl GL_PREFIX(AlphaFragmentOp1ATI)
28591 .type GL_PREFIX(AlphaFragmentOp1ATI), @function
28592 GL_PREFIX(AlphaFragmentOp1ATI):
28593 #if defined(GLX_USE_TLS)
28594 call _x86_64_get_dispatch@PLT
28595 movq 6064(%rax), %r11
28596 jmp *%r11
28597 #elif defined(PTHREADS)
28598 pushq %rdi
28599 pushq %rsi
28600 pushq %rdx
28601 pushq %rcx
28602 pushq %r8
28603 pushq %r9
28604 pushq %rbp
28605 call _x86_64_get_dispatch@PLT
28606 popq %rbp
28607 popq %r9
28608 popq %r8
28609 popq %rcx
28610 popq %rdx
28611 popq %rsi
28612 popq %rdi
28613 movq 6064(%rax), %r11
28614 jmp *%r11
28615 #else
28616 movq _glapi_Dispatch(%rip), %rax
28617 testq %rax, %rax
28618 je 1f
28619 movq 6064(%rax), %r11
28620 jmp *%r11
28621 1:
28622 pushq %rdi
28623 pushq %rsi
28624 pushq %rdx
28625 pushq %rcx
28626 pushq %r8
28627 pushq %r9
28628 pushq %rbp
28629 call _glapi_get_dispatch
28630 popq %rbp
28631 popq %r9
28632 popq %r8
28633 popq %rcx
28634 popq %rdx
28635 popq %rsi
28636 popq %rdi
28637 movq 6064(%rax), %r11
28638 jmp *%r11
28639 #endif /* defined(GLX_USE_TLS) */
28640 .size GL_PREFIX(AlphaFragmentOp1ATI), .-GL_PREFIX(AlphaFragmentOp1ATI)
28641
28642 .p2align 4,,15
28643 .globl GL_PREFIX(AlphaFragmentOp2ATI)
28644 .type GL_PREFIX(AlphaFragmentOp2ATI), @function
28645 GL_PREFIX(AlphaFragmentOp2ATI):
28646 #if defined(GLX_USE_TLS)
28647 call _x86_64_get_dispatch@PLT
28648 movq 6072(%rax), %r11
28649 jmp *%r11
28650 #elif defined(PTHREADS)
28651 pushq %rdi
28652 pushq %rsi
28653 pushq %rdx
28654 pushq %rcx
28655 pushq %r8
28656 pushq %r9
28657 pushq %rbp
28658 call _x86_64_get_dispatch@PLT
28659 popq %rbp
28660 popq %r9
28661 popq %r8
28662 popq %rcx
28663 popq %rdx
28664 popq %rsi
28665 popq %rdi
28666 movq 6072(%rax), %r11
28667 jmp *%r11
28668 #else
28669 movq _glapi_Dispatch(%rip), %rax
28670 testq %rax, %rax
28671 je 1f
28672 movq 6072(%rax), %r11
28673 jmp *%r11
28674 1:
28675 pushq %rdi
28676 pushq %rsi
28677 pushq %rdx
28678 pushq %rcx
28679 pushq %r8
28680 pushq %r9
28681 pushq %rbp
28682 call _glapi_get_dispatch
28683 popq %rbp
28684 popq %r9
28685 popq %r8
28686 popq %rcx
28687 popq %rdx
28688 popq %rsi
28689 popq %rdi
28690 movq 6072(%rax), %r11
28691 jmp *%r11
28692 #endif /* defined(GLX_USE_TLS) */
28693 .size GL_PREFIX(AlphaFragmentOp2ATI), .-GL_PREFIX(AlphaFragmentOp2ATI)
28694
28695 .p2align 4,,15
28696 .globl GL_PREFIX(AlphaFragmentOp3ATI)
28697 .type GL_PREFIX(AlphaFragmentOp3ATI), @function
28698 GL_PREFIX(AlphaFragmentOp3ATI):
28699 #if defined(GLX_USE_TLS)
28700 call _x86_64_get_dispatch@PLT
28701 movq 6080(%rax), %r11
28702 jmp *%r11
28703 #elif defined(PTHREADS)
28704 pushq %rdi
28705 pushq %rsi
28706 pushq %rdx
28707 pushq %rcx
28708 pushq %r8
28709 pushq %r9
28710 pushq %rbp
28711 call _x86_64_get_dispatch@PLT
28712 popq %rbp
28713 popq %r9
28714 popq %r8
28715 popq %rcx
28716 popq %rdx
28717 popq %rsi
28718 popq %rdi
28719 movq 6080(%rax), %r11
28720 jmp *%r11
28721 #else
28722 movq _glapi_Dispatch(%rip), %rax
28723 testq %rax, %rax
28724 je 1f
28725 movq 6080(%rax), %r11
28726 jmp *%r11
28727 1:
28728 pushq %rdi
28729 pushq %rsi
28730 pushq %rdx
28731 pushq %rcx
28732 pushq %r8
28733 pushq %r9
28734 pushq %rbp
28735 call _glapi_get_dispatch
28736 popq %rbp
28737 popq %r9
28738 popq %r8
28739 popq %rcx
28740 popq %rdx
28741 popq %rsi
28742 popq %rdi
28743 movq 6080(%rax), %r11
28744 jmp *%r11
28745 #endif /* defined(GLX_USE_TLS) */
28746 .size GL_PREFIX(AlphaFragmentOp3ATI), .-GL_PREFIX(AlphaFragmentOp3ATI)
28747
28748 .p2align 4,,15
28749 .globl GL_PREFIX(BeginFragmentShaderATI)
28750 .type GL_PREFIX(BeginFragmentShaderATI), @function
28751 GL_PREFIX(BeginFragmentShaderATI):
28752 #if defined(GLX_USE_TLS)
28753 call _x86_64_get_dispatch@PLT
28754 movq 6088(%rax), %r11
28755 jmp *%r11
28756 #elif defined(PTHREADS)
28757 pushq %rbp
28758 call _x86_64_get_dispatch@PLT
28759 popq %rbp
28760 movq 6088(%rax), %r11
28761 jmp *%r11
28762 #else
28763 movq _glapi_Dispatch(%rip), %rax
28764 testq %rax, %rax
28765 je 1f
28766 movq 6088(%rax), %r11
28767 jmp *%r11
28768 1:
28769 pushq %rbp
28770 call _glapi_get_dispatch
28771 popq %rbp
28772 movq 6088(%rax), %r11
28773 jmp *%r11
28774 #endif /* defined(GLX_USE_TLS) */
28775 .size GL_PREFIX(BeginFragmentShaderATI), .-GL_PREFIX(BeginFragmentShaderATI)
28776
28777 .p2align 4,,15
28778 .globl GL_PREFIX(BindFragmentShaderATI)
28779 .type GL_PREFIX(BindFragmentShaderATI), @function
28780 GL_PREFIX(BindFragmentShaderATI):
28781 #if defined(GLX_USE_TLS)
28782 call _x86_64_get_dispatch@PLT
28783 movq 6096(%rax), %r11
28784 jmp *%r11
28785 #elif defined(PTHREADS)
28786 pushq %rdi
28787 call _x86_64_get_dispatch@PLT
28788 popq %rdi
28789 movq 6096(%rax), %r11
28790 jmp *%r11
28791 #else
28792 movq _glapi_Dispatch(%rip), %rax
28793 testq %rax, %rax
28794 je 1f
28795 movq 6096(%rax), %r11
28796 jmp *%r11
28797 1:
28798 pushq %rdi
28799 call _glapi_get_dispatch
28800 popq %rdi
28801 movq 6096(%rax), %r11
28802 jmp *%r11
28803 #endif /* defined(GLX_USE_TLS) */
28804 .size GL_PREFIX(BindFragmentShaderATI), .-GL_PREFIX(BindFragmentShaderATI)
28805
28806 .p2align 4,,15
28807 .globl GL_PREFIX(ColorFragmentOp1ATI)
28808 .type GL_PREFIX(ColorFragmentOp1ATI), @function
28809 GL_PREFIX(ColorFragmentOp1ATI):
28810 #if defined(GLX_USE_TLS)
28811 call _x86_64_get_dispatch@PLT
28812 movq 6104(%rax), %r11
28813 jmp *%r11
28814 #elif defined(PTHREADS)
28815 pushq %rdi
28816 pushq %rsi
28817 pushq %rdx
28818 pushq %rcx
28819 pushq %r8
28820 pushq %r9
28821 pushq %rbp
28822 call _x86_64_get_dispatch@PLT
28823 popq %rbp
28824 popq %r9
28825 popq %r8
28826 popq %rcx
28827 popq %rdx
28828 popq %rsi
28829 popq %rdi
28830 movq 6104(%rax), %r11
28831 jmp *%r11
28832 #else
28833 movq _glapi_Dispatch(%rip), %rax
28834 testq %rax, %rax
28835 je 1f
28836 movq 6104(%rax), %r11
28837 jmp *%r11
28838 1:
28839 pushq %rdi
28840 pushq %rsi
28841 pushq %rdx
28842 pushq %rcx
28843 pushq %r8
28844 pushq %r9
28845 pushq %rbp
28846 call _glapi_get_dispatch
28847 popq %rbp
28848 popq %r9
28849 popq %r8
28850 popq %rcx
28851 popq %rdx
28852 popq %rsi
28853 popq %rdi
28854 movq 6104(%rax), %r11
28855 jmp *%r11
28856 #endif /* defined(GLX_USE_TLS) */
28857 .size GL_PREFIX(ColorFragmentOp1ATI), .-GL_PREFIX(ColorFragmentOp1ATI)
28858
28859 .p2align 4,,15
28860 .globl GL_PREFIX(ColorFragmentOp2ATI)
28861 .type GL_PREFIX(ColorFragmentOp2ATI), @function
28862 GL_PREFIX(ColorFragmentOp2ATI):
28863 #if defined(GLX_USE_TLS)
28864 call _x86_64_get_dispatch@PLT
28865 movq 6112(%rax), %r11
28866 jmp *%r11
28867 #elif defined(PTHREADS)
28868 pushq %rdi
28869 pushq %rsi
28870 pushq %rdx
28871 pushq %rcx
28872 pushq %r8
28873 pushq %r9
28874 pushq %rbp
28875 call _x86_64_get_dispatch@PLT
28876 popq %rbp
28877 popq %r9
28878 popq %r8
28879 popq %rcx
28880 popq %rdx
28881 popq %rsi
28882 popq %rdi
28883 movq 6112(%rax), %r11
28884 jmp *%r11
28885 #else
28886 movq _glapi_Dispatch(%rip), %rax
28887 testq %rax, %rax
28888 je 1f
28889 movq 6112(%rax), %r11
28890 jmp *%r11
28891 1:
28892 pushq %rdi
28893 pushq %rsi
28894 pushq %rdx
28895 pushq %rcx
28896 pushq %r8
28897 pushq %r9
28898 pushq %rbp
28899 call _glapi_get_dispatch
28900 popq %rbp
28901 popq %r9
28902 popq %r8
28903 popq %rcx
28904 popq %rdx
28905 popq %rsi
28906 popq %rdi
28907 movq 6112(%rax), %r11
28908 jmp *%r11
28909 #endif /* defined(GLX_USE_TLS) */
28910 .size GL_PREFIX(ColorFragmentOp2ATI), .-GL_PREFIX(ColorFragmentOp2ATI)
28911
28912 .p2align 4,,15
28913 .globl GL_PREFIX(ColorFragmentOp3ATI)
28914 .type GL_PREFIX(ColorFragmentOp3ATI), @function
28915 GL_PREFIX(ColorFragmentOp3ATI):
28916 #if defined(GLX_USE_TLS)
28917 call _x86_64_get_dispatch@PLT
28918 movq 6120(%rax), %r11
28919 jmp *%r11
28920 #elif defined(PTHREADS)
28921 pushq %rdi
28922 pushq %rsi
28923 pushq %rdx
28924 pushq %rcx
28925 pushq %r8
28926 pushq %r9
28927 pushq %rbp
28928 call _x86_64_get_dispatch@PLT
28929 popq %rbp
28930 popq %r9
28931 popq %r8
28932 popq %rcx
28933 popq %rdx
28934 popq %rsi
28935 popq %rdi
28936 movq 6120(%rax), %r11
28937 jmp *%r11
28938 #else
28939 movq _glapi_Dispatch(%rip), %rax
28940 testq %rax, %rax
28941 je 1f
28942 movq 6120(%rax), %r11
28943 jmp *%r11
28944 1:
28945 pushq %rdi
28946 pushq %rsi
28947 pushq %rdx
28948 pushq %rcx
28949 pushq %r8
28950 pushq %r9
28951 pushq %rbp
28952 call _glapi_get_dispatch
28953 popq %rbp
28954 popq %r9
28955 popq %r8
28956 popq %rcx
28957 popq %rdx
28958 popq %rsi
28959 popq %rdi
28960 movq 6120(%rax), %r11
28961 jmp *%r11
28962 #endif /* defined(GLX_USE_TLS) */
28963 .size GL_PREFIX(ColorFragmentOp3ATI), .-GL_PREFIX(ColorFragmentOp3ATI)
28964
28965 .p2align 4,,15
28966 .globl GL_PREFIX(DeleteFragmentShaderATI)
28967 .type GL_PREFIX(DeleteFragmentShaderATI), @function
28968 GL_PREFIX(DeleteFragmentShaderATI):
28969 #if defined(GLX_USE_TLS)
28970 call _x86_64_get_dispatch@PLT
28971 movq 6128(%rax), %r11
28972 jmp *%r11
28973 #elif defined(PTHREADS)
28974 pushq %rdi
28975 call _x86_64_get_dispatch@PLT
28976 popq %rdi
28977 movq 6128(%rax), %r11
28978 jmp *%r11
28979 #else
28980 movq _glapi_Dispatch(%rip), %rax
28981 testq %rax, %rax
28982 je 1f
28983 movq 6128(%rax), %r11
28984 jmp *%r11
28985 1:
28986 pushq %rdi
28987 call _glapi_get_dispatch
28988 popq %rdi
28989 movq 6128(%rax), %r11
28990 jmp *%r11
28991 #endif /* defined(GLX_USE_TLS) */
28992 .size GL_PREFIX(DeleteFragmentShaderATI), .-GL_PREFIX(DeleteFragmentShaderATI)
28993
28994 .p2align 4,,15
28995 .globl GL_PREFIX(EndFragmentShaderATI)
28996 .type GL_PREFIX(EndFragmentShaderATI), @function
28997 GL_PREFIX(EndFragmentShaderATI):
28998 #if defined(GLX_USE_TLS)
28999 call _x86_64_get_dispatch@PLT
29000 movq 6136(%rax), %r11
29001 jmp *%r11
29002 #elif defined(PTHREADS)
29003 pushq %rbp
29004 call _x86_64_get_dispatch@PLT
29005 popq %rbp
29006 movq 6136(%rax), %r11
29007 jmp *%r11
29008 #else
29009 movq _glapi_Dispatch(%rip), %rax
29010 testq %rax, %rax
29011 je 1f
29012 movq 6136(%rax), %r11
29013 jmp *%r11
29014 1:
29015 pushq %rbp
29016 call _glapi_get_dispatch
29017 popq %rbp
29018 movq 6136(%rax), %r11
29019 jmp *%r11
29020 #endif /* defined(GLX_USE_TLS) */
29021 .size GL_PREFIX(EndFragmentShaderATI), .-GL_PREFIX(EndFragmentShaderATI)
29022
29023 .p2align 4,,15
29024 .globl GL_PREFIX(GenFragmentShadersATI)
29025 .type GL_PREFIX(GenFragmentShadersATI), @function
29026 GL_PREFIX(GenFragmentShadersATI):
29027 #if defined(GLX_USE_TLS)
29028 call _x86_64_get_dispatch@PLT
29029 movq 6144(%rax), %r11
29030 jmp *%r11
29031 #elif defined(PTHREADS)
29032 pushq %rdi
29033 call _x86_64_get_dispatch@PLT
29034 popq %rdi
29035 movq 6144(%rax), %r11
29036 jmp *%r11
29037 #else
29038 movq _glapi_Dispatch(%rip), %rax
29039 testq %rax, %rax
29040 je 1f
29041 movq 6144(%rax), %r11
29042 jmp *%r11
29043 1:
29044 pushq %rdi
29045 call _glapi_get_dispatch
29046 popq %rdi
29047 movq 6144(%rax), %r11
29048 jmp *%r11
29049 #endif /* defined(GLX_USE_TLS) */
29050 .size GL_PREFIX(GenFragmentShadersATI), .-GL_PREFIX(GenFragmentShadersATI)
29051
29052 .p2align 4,,15
29053 .globl GL_PREFIX(PassTexCoordATI)
29054 .type GL_PREFIX(PassTexCoordATI), @function
29055 GL_PREFIX(PassTexCoordATI):
29056 #if defined(GLX_USE_TLS)
29057 call _x86_64_get_dispatch@PLT
29058 movq 6152(%rax), %r11
29059 jmp *%r11
29060 #elif defined(PTHREADS)
29061 pushq %rdi
29062 pushq %rsi
29063 pushq %rdx
29064 call _x86_64_get_dispatch@PLT
29065 popq %rdx
29066 popq %rsi
29067 popq %rdi
29068 movq 6152(%rax), %r11
29069 jmp *%r11
29070 #else
29071 movq _glapi_Dispatch(%rip), %rax
29072 testq %rax, %rax
29073 je 1f
29074 movq 6152(%rax), %r11
29075 jmp *%r11
29076 1:
29077 pushq %rdi
29078 pushq %rsi
29079 pushq %rdx
29080 call _glapi_get_dispatch
29081 popq %rdx
29082 popq %rsi
29083 popq %rdi
29084 movq 6152(%rax), %r11
29085 jmp *%r11
29086 #endif /* defined(GLX_USE_TLS) */
29087 .size GL_PREFIX(PassTexCoordATI), .-GL_PREFIX(PassTexCoordATI)
29088
29089 .p2align 4,,15
29090 .globl GL_PREFIX(SampleMapATI)
29091 .type GL_PREFIX(SampleMapATI), @function
29092 GL_PREFIX(SampleMapATI):
29093 #if defined(GLX_USE_TLS)
29094 call _x86_64_get_dispatch@PLT
29095 movq 6160(%rax), %r11
29096 jmp *%r11
29097 #elif defined(PTHREADS)
29098 pushq %rdi
29099 pushq %rsi
29100 pushq %rdx
29101 call _x86_64_get_dispatch@PLT
29102 popq %rdx
29103 popq %rsi
29104 popq %rdi
29105 movq 6160(%rax), %r11
29106 jmp *%r11
29107 #else
29108 movq _glapi_Dispatch(%rip), %rax
29109 testq %rax, %rax
29110 je 1f
29111 movq 6160(%rax), %r11
29112 jmp *%r11
29113 1:
29114 pushq %rdi
29115 pushq %rsi
29116 pushq %rdx
29117 call _glapi_get_dispatch
29118 popq %rdx
29119 popq %rsi
29120 popq %rdi
29121 movq 6160(%rax), %r11
29122 jmp *%r11
29123 #endif /* defined(GLX_USE_TLS) */
29124 .size GL_PREFIX(SampleMapATI), .-GL_PREFIX(SampleMapATI)
29125
29126 .p2align 4,,15
29127 .globl GL_PREFIX(SetFragmentShaderConstantATI)
29128 .type GL_PREFIX(SetFragmentShaderConstantATI), @function
29129 GL_PREFIX(SetFragmentShaderConstantATI):
29130 #if defined(GLX_USE_TLS)
29131 call _x86_64_get_dispatch@PLT
29132 movq 6168(%rax), %r11
29133 jmp *%r11
29134 #elif defined(PTHREADS)
29135 pushq %rdi
29136 pushq %rsi
29137 pushq %rbp
29138 call _x86_64_get_dispatch@PLT
29139 popq %rbp
29140 popq %rsi
29141 popq %rdi
29142 movq 6168(%rax), %r11
29143 jmp *%r11
29144 #else
29145 movq _glapi_Dispatch(%rip), %rax
29146 testq %rax, %rax
29147 je 1f
29148 movq 6168(%rax), %r11
29149 jmp *%r11
29150 1:
29151 pushq %rdi
29152 pushq %rsi
29153 pushq %rbp
29154 call _glapi_get_dispatch
29155 popq %rbp
29156 popq %rsi
29157 popq %rdi
29158 movq 6168(%rax), %r11
29159 jmp *%r11
29160 #endif /* defined(GLX_USE_TLS) */
29161 .size GL_PREFIX(SetFragmentShaderConstantATI), .-GL_PREFIX(SetFragmentShaderConstantATI)
29162
29163 .p2align 4,,15
29164 .globl GL_PREFIX(PointParameteriNV)
29165 .type GL_PREFIX(PointParameteriNV), @function
29166 GL_PREFIX(PointParameteriNV):
29167 #if defined(GLX_USE_TLS)
29168 call _x86_64_get_dispatch@PLT
29169 movq 6176(%rax), %r11
29170 jmp *%r11
29171 #elif defined(PTHREADS)
29172 pushq %rdi
29173 pushq %rsi
29174 pushq %rbp
29175 call _x86_64_get_dispatch@PLT
29176 popq %rbp
29177 popq %rsi
29178 popq %rdi
29179 movq 6176(%rax), %r11
29180 jmp *%r11
29181 #else
29182 movq _glapi_Dispatch(%rip), %rax
29183 testq %rax, %rax
29184 je 1f
29185 movq 6176(%rax), %r11
29186 jmp *%r11
29187 1:
29188 pushq %rdi
29189 pushq %rsi
29190 pushq %rbp
29191 call _glapi_get_dispatch
29192 popq %rbp
29193 popq %rsi
29194 popq %rdi
29195 movq 6176(%rax), %r11
29196 jmp *%r11
29197 #endif /* defined(GLX_USE_TLS) */
29198 .size GL_PREFIX(PointParameteriNV), .-GL_PREFIX(PointParameteriNV)
29199
29200 .p2align 4,,15
29201 .globl GL_PREFIX(PointParameterivNV)
29202 .type GL_PREFIX(PointParameterivNV), @function
29203 GL_PREFIX(PointParameterivNV):
29204 #if defined(GLX_USE_TLS)
29205 call _x86_64_get_dispatch@PLT
29206 movq 6184(%rax), %r11
29207 jmp *%r11
29208 #elif defined(PTHREADS)
29209 pushq %rdi
29210 pushq %rsi
29211 pushq %rbp
29212 call _x86_64_get_dispatch@PLT
29213 popq %rbp
29214 popq %rsi
29215 popq %rdi
29216 movq 6184(%rax), %r11
29217 jmp *%r11
29218 #else
29219 movq _glapi_Dispatch(%rip), %rax
29220 testq %rax, %rax
29221 je 1f
29222 movq 6184(%rax), %r11
29223 jmp *%r11
29224 1:
29225 pushq %rdi
29226 pushq %rsi
29227 pushq %rbp
29228 call _glapi_get_dispatch
29229 popq %rbp
29230 popq %rsi
29231 popq %rdi
29232 movq 6184(%rax), %r11
29233 jmp *%r11
29234 #endif /* defined(GLX_USE_TLS) */
29235 .size GL_PREFIX(PointParameterivNV), .-GL_PREFIX(PointParameterivNV)
29236
29237 .p2align 4,,15
29238 .globl GL_PREFIX(_dispatch_stub_774)
29239 .type GL_PREFIX(_dispatch_stub_774), @function
29240 HIDDEN(GL_PREFIX(_dispatch_stub_774))
29241 GL_PREFIX(_dispatch_stub_774):
29242 #if defined(GLX_USE_TLS)
29243 call _x86_64_get_dispatch@PLT
29244 movq 6192(%rax), %r11
29245 jmp *%r11
29246 #elif defined(PTHREADS)
29247 pushq %rdi
29248 call _x86_64_get_dispatch@PLT
29249 popq %rdi
29250 movq 6192(%rax), %r11
29251 jmp *%r11
29252 #else
29253 movq _glapi_Dispatch(%rip), %rax
29254 testq %rax, %rax
29255 je 1f
29256 movq 6192(%rax), %r11
29257 jmp *%r11
29258 1:
29259 pushq %rdi
29260 call _glapi_get_dispatch
29261 popq %rdi
29262 movq 6192(%rax), %r11
29263 jmp *%r11
29264 #endif /* defined(GLX_USE_TLS) */
29265 .size GL_PREFIX(_dispatch_stub_774), .-GL_PREFIX(_dispatch_stub_774)
29266
29267 .p2align 4,,15
29268 .globl GL_PREFIX(_dispatch_stub_775)
29269 .type GL_PREFIX(_dispatch_stub_775), @function
29270 HIDDEN(GL_PREFIX(_dispatch_stub_775))
29271 GL_PREFIX(_dispatch_stub_775):
29272 #if defined(GLX_USE_TLS)
29273 call _x86_64_get_dispatch@PLT
29274 movq 6200(%rax), %r11
29275 jmp *%r11
29276 #elif defined(PTHREADS)
29277 pushq %rdi
29278 call _x86_64_get_dispatch@PLT
29279 popq %rdi
29280 movq 6200(%rax), %r11
29281 jmp *%r11
29282 #else
29283 movq _glapi_Dispatch(%rip), %rax
29284 testq %rax, %rax
29285 je 1f
29286 movq 6200(%rax), %r11
29287 jmp *%r11
29288 1:
29289 pushq %rdi
29290 call _glapi_get_dispatch
29291 popq %rdi
29292 movq 6200(%rax), %r11
29293 jmp *%r11
29294 #endif /* defined(GLX_USE_TLS) */
29295 .size GL_PREFIX(_dispatch_stub_775), .-GL_PREFIX(_dispatch_stub_775)
29296
29297 .p2align 4,,15
29298 .globl GL_PREFIX(_dispatch_stub_776)
29299 .type GL_PREFIX(_dispatch_stub_776), @function
29300 HIDDEN(GL_PREFIX(_dispatch_stub_776))
29301 GL_PREFIX(_dispatch_stub_776):
29302 #if defined(GLX_USE_TLS)
29303 call _x86_64_get_dispatch@PLT
29304 movq 6208(%rax), %r11
29305 jmp *%r11
29306 #elif defined(PTHREADS)
29307 pushq %rdi
29308 pushq %rsi
29309 pushq %rbp
29310 call _x86_64_get_dispatch@PLT
29311 popq %rbp
29312 popq %rsi
29313 popq %rdi
29314 movq 6208(%rax), %r11
29315 jmp *%r11
29316 #else
29317 movq _glapi_Dispatch(%rip), %rax
29318 testq %rax, %rax
29319 je 1f
29320 movq 6208(%rax), %r11
29321 jmp *%r11
29322 1:
29323 pushq %rdi
29324 pushq %rsi
29325 pushq %rbp
29326 call _glapi_get_dispatch
29327 popq %rbp
29328 popq %rsi
29329 popq %rdi
29330 movq 6208(%rax), %r11
29331 jmp *%r11
29332 #endif /* defined(GLX_USE_TLS) */
29333 .size GL_PREFIX(_dispatch_stub_776), .-GL_PREFIX(_dispatch_stub_776)
29334
29335 .p2align 4,,15
29336 .globl GL_PREFIX(_dispatch_stub_777)
29337 .type GL_PREFIX(_dispatch_stub_777), @function
29338 HIDDEN(GL_PREFIX(_dispatch_stub_777))
29339 GL_PREFIX(_dispatch_stub_777):
29340 #if defined(GLX_USE_TLS)
29341 call _x86_64_get_dispatch@PLT
29342 movq 6216(%rax), %r11
29343 jmp *%r11
29344 #elif defined(PTHREADS)
29345 pushq %rdi
29346 pushq %rsi
29347 pushq %rbp
29348 call _x86_64_get_dispatch@PLT
29349 popq %rbp
29350 popq %rsi
29351 popq %rdi
29352 movq 6216(%rax), %r11
29353 jmp *%r11
29354 #else
29355 movq _glapi_Dispatch(%rip), %rax
29356 testq %rax, %rax
29357 je 1f
29358 movq 6216(%rax), %r11
29359 jmp *%r11
29360 1:
29361 pushq %rdi
29362 pushq %rsi
29363 pushq %rbp
29364 call _glapi_get_dispatch
29365 popq %rbp
29366 popq %rsi
29367 popq %rdi
29368 movq 6216(%rax), %r11
29369 jmp *%r11
29370 #endif /* defined(GLX_USE_TLS) */
29371 .size GL_PREFIX(_dispatch_stub_777), .-GL_PREFIX(_dispatch_stub_777)
29372
29373 .p2align 4,,15
29374 .globl GL_PREFIX(_dispatch_stub_778)
29375 .type GL_PREFIX(_dispatch_stub_778), @function
29376 HIDDEN(GL_PREFIX(_dispatch_stub_778))
29377 GL_PREFIX(_dispatch_stub_778):
29378 #if defined(GLX_USE_TLS)
29379 call _x86_64_get_dispatch@PLT
29380 movq 6224(%rax), %r11
29381 jmp *%r11
29382 #elif defined(PTHREADS)
29383 pushq %rdi
29384 call _x86_64_get_dispatch@PLT
29385 popq %rdi
29386 movq 6224(%rax), %r11
29387 jmp *%r11
29388 #else
29389 movq _glapi_Dispatch(%rip), %rax
29390 testq %rax, %rax
29391 je 1f
29392 movq 6224(%rax), %r11
29393 jmp *%r11
29394 1:
29395 pushq %rdi
29396 call _glapi_get_dispatch
29397 popq %rdi
29398 movq 6224(%rax), %r11
29399 jmp *%r11
29400 #endif /* defined(GLX_USE_TLS) */
29401 .size GL_PREFIX(_dispatch_stub_778), .-GL_PREFIX(_dispatch_stub_778)
29402
29403 .p2align 4,,15
29404 .globl GL_PREFIX(GetProgramNamedParameterdvNV)
29405 .type GL_PREFIX(GetProgramNamedParameterdvNV), @function
29406 GL_PREFIX(GetProgramNamedParameterdvNV):
29407 #if defined(GLX_USE_TLS)
29408 call _x86_64_get_dispatch@PLT
29409 movq 6232(%rax), %r11
29410 jmp *%r11
29411 #elif defined(PTHREADS)
29412 pushq %rdi
29413 pushq %rsi
29414 pushq %rdx
29415 pushq %rcx
29416 pushq %rbp
29417 call _x86_64_get_dispatch@PLT
29418 popq %rbp
29419 popq %rcx
29420 popq %rdx
29421 popq %rsi
29422 popq %rdi
29423 movq 6232(%rax), %r11
29424 jmp *%r11
29425 #else
29426 movq _glapi_Dispatch(%rip), %rax
29427 testq %rax, %rax
29428 je 1f
29429 movq 6232(%rax), %r11
29430 jmp *%r11
29431 1:
29432 pushq %rdi
29433 pushq %rsi
29434 pushq %rdx
29435 pushq %rcx
29436 pushq %rbp
29437 call _glapi_get_dispatch
29438 popq %rbp
29439 popq %rcx
29440 popq %rdx
29441 popq %rsi
29442 popq %rdi
29443 movq 6232(%rax), %r11
29444 jmp *%r11
29445 #endif /* defined(GLX_USE_TLS) */
29446 .size GL_PREFIX(GetProgramNamedParameterdvNV), .-GL_PREFIX(GetProgramNamedParameterdvNV)
29447
29448 .p2align 4,,15
29449 .globl GL_PREFIX(GetProgramNamedParameterfvNV)
29450 .type GL_PREFIX(GetProgramNamedParameterfvNV), @function
29451 GL_PREFIX(GetProgramNamedParameterfvNV):
29452 #if defined(GLX_USE_TLS)
29453 call _x86_64_get_dispatch@PLT
29454 movq 6240(%rax), %r11
29455 jmp *%r11
29456 #elif defined(PTHREADS)
29457 pushq %rdi
29458 pushq %rsi
29459 pushq %rdx
29460 pushq %rcx
29461 pushq %rbp
29462 call _x86_64_get_dispatch@PLT
29463 popq %rbp
29464 popq %rcx
29465 popq %rdx
29466 popq %rsi
29467 popq %rdi
29468 movq 6240(%rax), %r11
29469 jmp *%r11
29470 #else
29471 movq _glapi_Dispatch(%rip), %rax
29472 testq %rax, %rax
29473 je 1f
29474 movq 6240(%rax), %r11
29475 jmp *%r11
29476 1:
29477 pushq %rdi
29478 pushq %rsi
29479 pushq %rdx
29480 pushq %rcx
29481 pushq %rbp
29482 call _glapi_get_dispatch
29483 popq %rbp
29484 popq %rcx
29485 popq %rdx
29486 popq %rsi
29487 popq %rdi
29488 movq 6240(%rax), %r11
29489 jmp *%r11
29490 #endif /* defined(GLX_USE_TLS) */
29491 .size GL_PREFIX(GetProgramNamedParameterfvNV), .-GL_PREFIX(GetProgramNamedParameterfvNV)
29492
29493 .p2align 4,,15
29494 .globl GL_PREFIX(ProgramNamedParameter4dNV)
29495 .type GL_PREFIX(ProgramNamedParameter4dNV), @function
29496 GL_PREFIX(ProgramNamedParameter4dNV):
29497 #if defined(GLX_USE_TLS)
29498 call _x86_64_get_dispatch@PLT
29499 movq 6248(%rax), %r11
29500 jmp *%r11
29501 #elif defined(PTHREADS)
29502 subq $56, %rsp
29503 movq %rdi, (%rsp)
29504 movq %rsi, 8(%rsp)
29505 movq %rdx, 16(%rsp)
29506 movq %xmm0, 24(%rsp)
29507 movq %xmm1, 32(%rsp)
29508 movq %xmm2, 40(%rsp)
29509 movq %xmm3, 48(%rsp)
29510 call _x86_64_get_dispatch@PLT
29511 movq 48(%rsp), %xmm3
29512 movq 40(%rsp), %xmm2
29513 movq 32(%rsp), %xmm1
29514 movq 24(%rsp), %xmm0
29515 movq 16(%rsp), %rdx
29516 movq 8(%rsp), %rsi
29517 movq (%rsp), %rdi
29518 addq $56, %rsp
29519 movq 6248(%rax), %r11
29520 jmp *%r11
29521 #else
29522 movq _glapi_Dispatch(%rip), %rax
29523 testq %rax, %rax
29524 je 1f
29525 movq 6248(%rax), %r11
29526 jmp *%r11
29527 1:
29528 subq $56, %rsp
29529 movq %rdi, (%rsp)
29530 movq %rsi, 8(%rsp)
29531 movq %rdx, 16(%rsp)
29532 movq %xmm0, 24(%rsp)
29533 movq %xmm1, 32(%rsp)
29534 movq %xmm2, 40(%rsp)
29535 movq %xmm3, 48(%rsp)
29536 call _glapi_get_dispatch
29537 movq 48(%rsp), %xmm3
29538 movq 40(%rsp), %xmm2
29539 movq 32(%rsp), %xmm1
29540 movq 24(%rsp), %xmm0
29541 movq 16(%rsp), %rdx
29542 movq 8(%rsp), %rsi
29543 movq (%rsp), %rdi
29544 addq $56, %rsp
29545 movq 6248(%rax), %r11
29546 jmp *%r11
29547 #endif /* defined(GLX_USE_TLS) */
29548 .size GL_PREFIX(ProgramNamedParameter4dNV), .-GL_PREFIX(ProgramNamedParameter4dNV)
29549
29550 .p2align 4,,15
29551 .globl GL_PREFIX(ProgramNamedParameter4dvNV)
29552 .type GL_PREFIX(ProgramNamedParameter4dvNV), @function
29553 GL_PREFIX(ProgramNamedParameter4dvNV):
29554 #if defined(GLX_USE_TLS)
29555 call _x86_64_get_dispatch@PLT
29556 movq 6256(%rax), %r11
29557 jmp *%r11
29558 #elif defined(PTHREADS)
29559 pushq %rdi
29560 pushq %rsi
29561 pushq %rdx
29562 pushq %rcx
29563 pushq %rbp
29564 call _x86_64_get_dispatch@PLT
29565 popq %rbp
29566 popq %rcx
29567 popq %rdx
29568 popq %rsi
29569 popq %rdi
29570 movq 6256(%rax), %r11
29571 jmp *%r11
29572 #else
29573 movq _glapi_Dispatch(%rip), %rax
29574 testq %rax, %rax
29575 je 1f
29576 movq 6256(%rax), %r11
29577 jmp *%r11
29578 1:
29579 pushq %rdi
29580 pushq %rsi
29581 pushq %rdx
29582 pushq %rcx
29583 pushq %rbp
29584 call _glapi_get_dispatch
29585 popq %rbp
29586 popq %rcx
29587 popq %rdx
29588 popq %rsi
29589 popq %rdi
29590 movq 6256(%rax), %r11
29591 jmp *%r11
29592 #endif /* defined(GLX_USE_TLS) */
29593 .size GL_PREFIX(ProgramNamedParameter4dvNV), .-GL_PREFIX(ProgramNamedParameter4dvNV)
29594
29595 .p2align 4,,15
29596 .globl GL_PREFIX(ProgramNamedParameter4fNV)
29597 .type GL_PREFIX(ProgramNamedParameter4fNV), @function
29598 GL_PREFIX(ProgramNamedParameter4fNV):
29599 #if defined(GLX_USE_TLS)
29600 call _x86_64_get_dispatch@PLT
29601 movq 6264(%rax), %r11
29602 jmp *%r11
29603 #elif defined(PTHREADS)
29604 subq $56, %rsp
29605 movq %rdi, (%rsp)
29606 movq %rsi, 8(%rsp)
29607 movq %rdx, 16(%rsp)
29608 movq %xmm0, 24(%rsp)
29609 movq %xmm1, 32(%rsp)
29610 movq %xmm2, 40(%rsp)
29611 movq %xmm3, 48(%rsp)
29612 call _x86_64_get_dispatch@PLT
29613 movq 48(%rsp), %xmm3
29614 movq 40(%rsp), %xmm2
29615 movq 32(%rsp), %xmm1
29616 movq 24(%rsp), %xmm0
29617 movq 16(%rsp), %rdx
29618 movq 8(%rsp), %rsi
29619 movq (%rsp), %rdi
29620 addq $56, %rsp
29621 movq 6264(%rax), %r11
29622 jmp *%r11
29623 #else
29624 movq _glapi_Dispatch(%rip), %rax
29625 testq %rax, %rax
29626 je 1f
29627 movq 6264(%rax), %r11
29628 jmp *%r11
29629 1:
29630 subq $56, %rsp
29631 movq %rdi, (%rsp)
29632 movq %rsi, 8(%rsp)
29633 movq %rdx, 16(%rsp)
29634 movq %xmm0, 24(%rsp)
29635 movq %xmm1, 32(%rsp)
29636 movq %xmm2, 40(%rsp)
29637 movq %xmm3, 48(%rsp)
29638 call _glapi_get_dispatch
29639 movq 48(%rsp), %xmm3
29640 movq 40(%rsp), %xmm2
29641 movq 32(%rsp), %xmm1
29642 movq 24(%rsp), %xmm0
29643 movq 16(%rsp), %rdx
29644 movq 8(%rsp), %rsi
29645 movq (%rsp), %rdi
29646 addq $56, %rsp
29647 movq 6264(%rax), %r11
29648 jmp *%r11
29649 #endif /* defined(GLX_USE_TLS) */
29650 .size GL_PREFIX(ProgramNamedParameter4fNV), .-GL_PREFIX(ProgramNamedParameter4fNV)
29651
29652 .p2align 4,,15
29653 .globl GL_PREFIX(ProgramNamedParameter4fvNV)
29654 .type GL_PREFIX(ProgramNamedParameter4fvNV), @function
29655 GL_PREFIX(ProgramNamedParameter4fvNV):
29656 #if defined(GLX_USE_TLS)
29657 call _x86_64_get_dispatch@PLT
29658 movq 6272(%rax), %r11
29659 jmp *%r11
29660 #elif defined(PTHREADS)
29661 pushq %rdi
29662 pushq %rsi
29663 pushq %rdx
29664 pushq %rcx
29665 pushq %rbp
29666 call _x86_64_get_dispatch@PLT
29667 popq %rbp
29668 popq %rcx
29669 popq %rdx
29670 popq %rsi
29671 popq %rdi
29672 movq 6272(%rax), %r11
29673 jmp *%r11
29674 #else
29675 movq _glapi_Dispatch(%rip), %rax
29676 testq %rax, %rax
29677 je 1f
29678 movq 6272(%rax), %r11
29679 jmp *%r11
29680 1:
29681 pushq %rdi
29682 pushq %rsi
29683 pushq %rdx
29684 pushq %rcx
29685 pushq %rbp
29686 call _glapi_get_dispatch
29687 popq %rbp
29688 popq %rcx
29689 popq %rdx
29690 popq %rsi
29691 popq %rdi
29692 movq 6272(%rax), %r11
29693 jmp *%r11
29694 #endif /* defined(GLX_USE_TLS) */
29695 .size GL_PREFIX(ProgramNamedParameter4fvNV), .-GL_PREFIX(ProgramNamedParameter4fvNV)
29696
29697 .p2align 4,,15
29698 .globl GL_PREFIX(PrimitiveRestartIndexNV)
29699 .type GL_PREFIX(PrimitiveRestartIndexNV), @function
29700 GL_PREFIX(PrimitiveRestartIndexNV):
29701 #if defined(GLX_USE_TLS)
29702 call _x86_64_get_dispatch@PLT
29703 movq 6280(%rax), %r11
29704 jmp *%r11
29705 #elif defined(PTHREADS)
29706 pushq %rdi
29707 call _x86_64_get_dispatch@PLT
29708 popq %rdi
29709 movq 6280(%rax), %r11
29710 jmp *%r11
29711 #else
29712 movq _glapi_Dispatch(%rip), %rax
29713 testq %rax, %rax
29714 je 1f
29715 movq 6280(%rax), %r11
29716 jmp *%r11
29717 1:
29718 pushq %rdi
29719 call _glapi_get_dispatch
29720 popq %rdi
29721 movq 6280(%rax), %r11
29722 jmp *%r11
29723 #endif /* defined(GLX_USE_TLS) */
29724 .size GL_PREFIX(PrimitiveRestartIndexNV), .-GL_PREFIX(PrimitiveRestartIndexNV)
29725
29726 .p2align 4,,15
29727 .globl GL_PREFIX(PrimitiveRestartNV)
29728 .type GL_PREFIX(PrimitiveRestartNV), @function
29729 GL_PREFIX(PrimitiveRestartNV):
29730 #if defined(GLX_USE_TLS)
29731 call _x86_64_get_dispatch@PLT
29732 movq 6288(%rax), %r11
29733 jmp *%r11
29734 #elif defined(PTHREADS)
29735 pushq %rbp
29736 call _x86_64_get_dispatch@PLT
29737 popq %rbp
29738 movq 6288(%rax), %r11
29739 jmp *%r11
29740 #else
29741 movq _glapi_Dispatch(%rip), %rax
29742 testq %rax, %rax
29743 je 1f
29744 movq 6288(%rax), %r11
29745 jmp *%r11
29746 1:
29747 pushq %rbp
29748 call _glapi_get_dispatch
29749 popq %rbp
29750 movq 6288(%rax), %r11
29751 jmp *%r11
29752 #endif /* defined(GLX_USE_TLS) */
29753 .size GL_PREFIX(PrimitiveRestartNV), .-GL_PREFIX(PrimitiveRestartNV)
29754
29755 .p2align 4,,15
29756 .globl GL_PREFIX(_dispatch_stub_787)
29757 .type GL_PREFIX(_dispatch_stub_787), @function
29758 HIDDEN(GL_PREFIX(_dispatch_stub_787))
29759 GL_PREFIX(_dispatch_stub_787):
29760 #if defined(GLX_USE_TLS)
29761 call _x86_64_get_dispatch@PLT
29762 movq 6296(%rax), %r11
29763 jmp *%r11
29764 #elif defined(PTHREADS)
29765 pushq %rdi
29766 pushq %rsi
29767 pushq %rbp
29768 call _x86_64_get_dispatch@PLT
29769 popq %rbp
29770 popq %rsi
29771 popq %rdi
29772 movq 6296(%rax), %r11
29773 jmp *%r11
29774 #else
29775 movq _glapi_Dispatch(%rip), %rax
29776 testq %rax, %rax
29777 je 1f
29778 movq 6296(%rax), %r11
29779 jmp *%r11
29780 1:
29781 pushq %rdi
29782 pushq %rsi
29783 pushq %rbp
29784 call _glapi_get_dispatch
29785 popq %rbp
29786 popq %rsi
29787 popq %rdi
29788 movq 6296(%rax), %r11
29789 jmp *%r11
29790 #endif /* defined(GLX_USE_TLS) */
29791 .size GL_PREFIX(_dispatch_stub_787), .-GL_PREFIX(_dispatch_stub_787)
29792
29793 .p2align 4,,15
29794 .globl GL_PREFIX(_dispatch_stub_788)
29795 .type GL_PREFIX(_dispatch_stub_788), @function
29796 HIDDEN(GL_PREFIX(_dispatch_stub_788))
29797 GL_PREFIX(_dispatch_stub_788):
29798 #if defined(GLX_USE_TLS)
29799 call _x86_64_get_dispatch@PLT
29800 movq 6304(%rax), %r11
29801 jmp *%r11
29802 #elif defined(PTHREADS)
29803 pushq %rdi
29804 pushq %rsi
29805 pushq %rbp
29806 call _x86_64_get_dispatch@PLT
29807 popq %rbp
29808 popq %rsi
29809 popq %rdi
29810 movq 6304(%rax), %r11
29811 jmp *%r11
29812 #else
29813 movq _glapi_Dispatch(%rip), %rax
29814 testq %rax, %rax
29815 je 1f
29816 movq 6304(%rax), %r11
29817 jmp *%r11
29818 1:
29819 pushq %rdi
29820 pushq %rsi
29821 pushq %rbp
29822 call _glapi_get_dispatch
29823 popq %rbp
29824 popq %rsi
29825 popq %rdi
29826 movq 6304(%rax), %r11
29827 jmp *%r11
29828 #endif /* defined(GLX_USE_TLS) */
29829 .size GL_PREFIX(_dispatch_stub_788), .-GL_PREFIX(_dispatch_stub_788)
29830
29831 .p2align 4,,15
29832 .globl GL_PREFIX(BindFramebufferEXT)
29833 .type GL_PREFIX(BindFramebufferEXT), @function
29834 GL_PREFIX(BindFramebufferEXT):
29835 #if defined(GLX_USE_TLS)
29836 call _x86_64_get_dispatch@PLT
29837 movq 6312(%rax), %r11
29838 jmp *%r11
29839 #elif defined(PTHREADS)
29840 pushq %rdi
29841 pushq %rsi
29842 pushq %rbp
29843 call _x86_64_get_dispatch@PLT
29844 popq %rbp
29845 popq %rsi
29846 popq %rdi
29847 movq 6312(%rax), %r11
29848 jmp *%r11
29849 #else
29850 movq _glapi_Dispatch(%rip), %rax
29851 testq %rax, %rax
29852 je 1f
29853 movq 6312(%rax), %r11
29854 jmp *%r11
29855 1:
29856 pushq %rdi
29857 pushq %rsi
29858 pushq %rbp
29859 call _glapi_get_dispatch
29860 popq %rbp
29861 popq %rsi
29862 popq %rdi
29863 movq 6312(%rax), %r11
29864 jmp *%r11
29865 #endif /* defined(GLX_USE_TLS) */
29866 .size GL_PREFIX(BindFramebufferEXT), .-GL_PREFIX(BindFramebufferEXT)
29867
29868 .p2align 4,,15
29869 .globl GL_PREFIX(BindRenderbufferEXT)
29870 .type GL_PREFIX(BindRenderbufferEXT), @function
29871 GL_PREFIX(BindRenderbufferEXT):
29872 #if defined(GLX_USE_TLS)
29873 call _x86_64_get_dispatch@PLT
29874 movq 6320(%rax), %r11
29875 jmp *%r11
29876 #elif defined(PTHREADS)
29877 pushq %rdi
29878 pushq %rsi
29879 pushq %rbp
29880 call _x86_64_get_dispatch@PLT
29881 popq %rbp
29882 popq %rsi
29883 popq %rdi
29884 movq 6320(%rax), %r11
29885 jmp *%r11
29886 #else
29887 movq _glapi_Dispatch(%rip), %rax
29888 testq %rax, %rax
29889 je 1f
29890 movq 6320(%rax), %r11
29891 jmp *%r11
29892 1:
29893 pushq %rdi
29894 pushq %rsi
29895 pushq %rbp
29896 call _glapi_get_dispatch
29897 popq %rbp
29898 popq %rsi
29899 popq %rdi
29900 movq 6320(%rax), %r11
29901 jmp *%r11
29902 #endif /* defined(GLX_USE_TLS) */
29903 .size GL_PREFIX(BindRenderbufferEXT), .-GL_PREFIX(BindRenderbufferEXT)
29904
29905 .p2align 4,,15
29906 .globl GL_PREFIX(CheckFramebufferStatusEXT)
29907 .type GL_PREFIX(CheckFramebufferStatusEXT), @function
29908 GL_PREFIX(CheckFramebufferStatusEXT):
29909 #if defined(GLX_USE_TLS)
29910 call _x86_64_get_dispatch@PLT
29911 movq 6328(%rax), %r11
29912 jmp *%r11
29913 #elif defined(PTHREADS)
29914 pushq %rdi
29915 call _x86_64_get_dispatch@PLT
29916 popq %rdi
29917 movq 6328(%rax), %r11
29918 jmp *%r11
29919 #else
29920 movq _glapi_Dispatch(%rip), %rax
29921 testq %rax, %rax
29922 je 1f
29923 movq 6328(%rax), %r11
29924 jmp *%r11
29925 1:
29926 pushq %rdi
29927 call _glapi_get_dispatch
29928 popq %rdi
29929 movq 6328(%rax), %r11
29930 jmp *%r11
29931 #endif /* defined(GLX_USE_TLS) */
29932 .size GL_PREFIX(CheckFramebufferStatusEXT), .-GL_PREFIX(CheckFramebufferStatusEXT)
29933
29934 .p2align 4,,15
29935 .globl GL_PREFIX(DeleteFramebuffersEXT)
29936 .type GL_PREFIX(DeleteFramebuffersEXT), @function
29937 GL_PREFIX(DeleteFramebuffersEXT):
29938 #if defined(GLX_USE_TLS)
29939 call _x86_64_get_dispatch@PLT
29940 movq 6336(%rax), %r11
29941 jmp *%r11
29942 #elif defined(PTHREADS)
29943 pushq %rdi
29944 pushq %rsi
29945 pushq %rbp
29946 call _x86_64_get_dispatch@PLT
29947 popq %rbp
29948 popq %rsi
29949 popq %rdi
29950 movq 6336(%rax), %r11
29951 jmp *%r11
29952 #else
29953 movq _glapi_Dispatch(%rip), %rax
29954 testq %rax, %rax
29955 je 1f
29956 movq 6336(%rax), %r11
29957 jmp *%r11
29958 1:
29959 pushq %rdi
29960 pushq %rsi
29961 pushq %rbp
29962 call _glapi_get_dispatch
29963 popq %rbp
29964 popq %rsi
29965 popq %rdi
29966 movq 6336(%rax), %r11
29967 jmp *%r11
29968 #endif /* defined(GLX_USE_TLS) */
29969 .size GL_PREFIX(DeleteFramebuffersEXT), .-GL_PREFIX(DeleteFramebuffersEXT)
29970
29971 .p2align 4,,15
29972 .globl GL_PREFIX(DeleteRenderbuffersEXT)
29973 .type GL_PREFIX(DeleteRenderbuffersEXT), @function
29974 GL_PREFIX(DeleteRenderbuffersEXT):
29975 #if defined(GLX_USE_TLS)
29976 call _x86_64_get_dispatch@PLT
29977 movq 6344(%rax), %r11
29978 jmp *%r11
29979 #elif defined(PTHREADS)
29980 pushq %rdi
29981 pushq %rsi
29982 pushq %rbp
29983 call _x86_64_get_dispatch@PLT
29984 popq %rbp
29985 popq %rsi
29986 popq %rdi
29987 movq 6344(%rax), %r11
29988 jmp *%r11
29989 #else
29990 movq _glapi_Dispatch(%rip), %rax
29991 testq %rax, %rax
29992 je 1f
29993 movq 6344(%rax), %r11
29994 jmp *%r11
29995 1:
29996 pushq %rdi
29997 pushq %rsi
29998 pushq %rbp
29999 call _glapi_get_dispatch
30000 popq %rbp
30001 popq %rsi
30002 popq %rdi
30003 movq 6344(%rax), %r11
30004 jmp *%r11
30005 #endif /* defined(GLX_USE_TLS) */
30006 .size GL_PREFIX(DeleteRenderbuffersEXT), .-GL_PREFIX(DeleteRenderbuffersEXT)
30007
30008 .p2align 4,,15
30009 .globl GL_PREFIX(FramebufferRenderbufferEXT)
30010 .type GL_PREFIX(FramebufferRenderbufferEXT), @function
30011 GL_PREFIX(FramebufferRenderbufferEXT):
30012 #if defined(GLX_USE_TLS)
30013 call _x86_64_get_dispatch@PLT
30014 movq 6352(%rax), %r11
30015 jmp *%r11
30016 #elif defined(PTHREADS)
30017 pushq %rdi
30018 pushq %rsi
30019 pushq %rdx
30020 pushq %rcx
30021 pushq %rbp
30022 call _x86_64_get_dispatch@PLT
30023 popq %rbp
30024 popq %rcx
30025 popq %rdx
30026 popq %rsi
30027 popq %rdi
30028 movq 6352(%rax), %r11
30029 jmp *%r11
30030 #else
30031 movq _glapi_Dispatch(%rip), %rax
30032 testq %rax, %rax
30033 je 1f
30034 movq 6352(%rax), %r11
30035 jmp *%r11
30036 1:
30037 pushq %rdi
30038 pushq %rsi
30039 pushq %rdx
30040 pushq %rcx
30041 pushq %rbp
30042 call _glapi_get_dispatch
30043 popq %rbp
30044 popq %rcx
30045 popq %rdx
30046 popq %rsi
30047 popq %rdi
30048 movq 6352(%rax), %r11
30049 jmp *%r11
30050 #endif /* defined(GLX_USE_TLS) */
30051 .size GL_PREFIX(FramebufferRenderbufferEXT), .-GL_PREFIX(FramebufferRenderbufferEXT)
30052
30053 .p2align 4,,15
30054 .globl GL_PREFIX(FramebufferTexture1DEXT)
30055 .type GL_PREFIX(FramebufferTexture1DEXT), @function
30056 GL_PREFIX(FramebufferTexture1DEXT):
30057 #if defined(GLX_USE_TLS)
30058 call _x86_64_get_dispatch@PLT
30059 movq 6360(%rax), %r11
30060 jmp *%r11
30061 #elif defined(PTHREADS)
30062 pushq %rdi
30063 pushq %rsi
30064 pushq %rdx
30065 pushq %rcx
30066 pushq %r8
30067 call _x86_64_get_dispatch@PLT
30068 popq %r8
30069 popq %rcx
30070 popq %rdx
30071 popq %rsi
30072 popq %rdi
30073 movq 6360(%rax), %r11
30074 jmp *%r11
30075 #else
30076 movq _glapi_Dispatch(%rip), %rax
30077 testq %rax, %rax
30078 je 1f
30079 movq 6360(%rax), %r11
30080 jmp *%r11
30081 1:
30082 pushq %rdi
30083 pushq %rsi
30084 pushq %rdx
30085 pushq %rcx
30086 pushq %r8
30087 call _glapi_get_dispatch
30088 popq %r8
30089 popq %rcx
30090 popq %rdx
30091 popq %rsi
30092 popq %rdi
30093 movq 6360(%rax), %r11
30094 jmp *%r11
30095 #endif /* defined(GLX_USE_TLS) */
30096 .size GL_PREFIX(FramebufferTexture1DEXT), .-GL_PREFIX(FramebufferTexture1DEXT)
30097
30098 .p2align 4,,15
30099 .globl GL_PREFIX(FramebufferTexture2DEXT)
30100 .type GL_PREFIX(FramebufferTexture2DEXT), @function
30101 GL_PREFIX(FramebufferTexture2DEXT):
30102 #if defined(GLX_USE_TLS)
30103 call _x86_64_get_dispatch@PLT
30104 movq 6368(%rax), %r11
30105 jmp *%r11
30106 #elif defined(PTHREADS)
30107 pushq %rdi
30108 pushq %rsi
30109 pushq %rdx
30110 pushq %rcx
30111 pushq %r8
30112 call _x86_64_get_dispatch@PLT
30113 popq %r8
30114 popq %rcx
30115 popq %rdx
30116 popq %rsi
30117 popq %rdi
30118 movq 6368(%rax), %r11
30119 jmp *%r11
30120 #else
30121 movq _glapi_Dispatch(%rip), %rax
30122 testq %rax, %rax
30123 je 1f
30124 movq 6368(%rax), %r11
30125 jmp *%r11
30126 1:
30127 pushq %rdi
30128 pushq %rsi
30129 pushq %rdx
30130 pushq %rcx
30131 pushq %r8
30132 call _glapi_get_dispatch
30133 popq %r8
30134 popq %rcx
30135 popq %rdx
30136 popq %rsi
30137 popq %rdi
30138 movq 6368(%rax), %r11
30139 jmp *%r11
30140 #endif /* defined(GLX_USE_TLS) */
30141 .size GL_PREFIX(FramebufferTexture2DEXT), .-GL_PREFIX(FramebufferTexture2DEXT)
30142
30143 .p2align 4,,15
30144 .globl GL_PREFIX(FramebufferTexture3DEXT)
30145 .type GL_PREFIX(FramebufferTexture3DEXT), @function
30146 GL_PREFIX(FramebufferTexture3DEXT):
30147 #if defined(GLX_USE_TLS)
30148 call _x86_64_get_dispatch@PLT
30149 movq 6376(%rax), %r11
30150 jmp *%r11
30151 #elif defined(PTHREADS)
30152 pushq %rdi
30153 pushq %rsi
30154 pushq %rdx
30155 pushq %rcx
30156 pushq %r8
30157 pushq %r9
30158 pushq %rbp
30159 call _x86_64_get_dispatch@PLT
30160 popq %rbp
30161 popq %r9
30162 popq %r8
30163 popq %rcx
30164 popq %rdx
30165 popq %rsi
30166 popq %rdi
30167 movq 6376(%rax), %r11
30168 jmp *%r11
30169 #else
30170 movq _glapi_Dispatch(%rip), %rax
30171 testq %rax, %rax
30172 je 1f
30173 movq 6376(%rax), %r11
30174 jmp *%r11
30175 1:
30176 pushq %rdi
30177 pushq %rsi
30178 pushq %rdx
30179 pushq %rcx
30180 pushq %r8
30181 pushq %r9
30182 pushq %rbp
30183 call _glapi_get_dispatch
30184 popq %rbp
30185 popq %r9
30186 popq %r8
30187 popq %rcx
30188 popq %rdx
30189 popq %rsi
30190 popq %rdi
30191 movq 6376(%rax), %r11
30192 jmp *%r11
30193 #endif /* defined(GLX_USE_TLS) */
30194 .size GL_PREFIX(FramebufferTexture3DEXT), .-GL_PREFIX(FramebufferTexture3DEXT)
30195
30196 .p2align 4,,15
30197 .globl GL_PREFIX(GenFramebuffersEXT)
30198 .type GL_PREFIX(GenFramebuffersEXT), @function
30199 GL_PREFIX(GenFramebuffersEXT):
30200 #if defined(GLX_USE_TLS)
30201 call _x86_64_get_dispatch@PLT
30202 movq 6384(%rax), %r11
30203 jmp *%r11
30204 #elif defined(PTHREADS)
30205 pushq %rdi
30206 pushq %rsi
30207 pushq %rbp
30208 call _x86_64_get_dispatch@PLT
30209 popq %rbp
30210 popq %rsi
30211 popq %rdi
30212 movq 6384(%rax), %r11
30213 jmp *%r11
30214 #else
30215 movq _glapi_Dispatch(%rip), %rax
30216 testq %rax, %rax
30217 je 1f
30218 movq 6384(%rax), %r11
30219 jmp *%r11
30220 1:
30221 pushq %rdi
30222 pushq %rsi
30223 pushq %rbp
30224 call _glapi_get_dispatch
30225 popq %rbp
30226 popq %rsi
30227 popq %rdi
30228 movq 6384(%rax), %r11
30229 jmp *%r11
30230 #endif /* defined(GLX_USE_TLS) */
30231 .size GL_PREFIX(GenFramebuffersEXT), .-GL_PREFIX(GenFramebuffersEXT)
30232
30233 .p2align 4,,15
30234 .globl GL_PREFIX(GenRenderbuffersEXT)
30235 .type GL_PREFIX(GenRenderbuffersEXT), @function
30236 GL_PREFIX(GenRenderbuffersEXT):
30237 #if defined(GLX_USE_TLS)
30238 call _x86_64_get_dispatch@PLT
30239 movq 6392(%rax), %r11
30240 jmp *%r11
30241 #elif defined(PTHREADS)
30242 pushq %rdi
30243 pushq %rsi
30244 pushq %rbp
30245 call _x86_64_get_dispatch@PLT
30246 popq %rbp
30247 popq %rsi
30248 popq %rdi
30249 movq 6392(%rax), %r11
30250 jmp *%r11
30251 #else
30252 movq _glapi_Dispatch(%rip), %rax
30253 testq %rax, %rax
30254 je 1f
30255 movq 6392(%rax), %r11
30256 jmp *%r11
30257 1:
30258 pushq %rdi
30259 pushq %rsi
30260 pushq %rbp
30261 call _glapi_get_dispatch
30262 popq %rbp
30263 popq %rsi
30264 popq %rdi
30265 movq 6392(%rax), %r11
30266 jmp *%r11
30267 #endif /* defined(GLX_USE_TLS) */
30268 .size GL_PREFIX(GenRenderbuffersEXT), .-GL_PREFIX(GenRenderbuffersEXT)
30269
30270 .p2align 4,,15
30271 .globl GL_PREFIX(GenerateMipmapEXT)
30272 .type GL_PREFIX(GenerateMipmapEXT), @function
30273 GL_PREFIX(GenerateMipmapEXT):
30274 #if defined(GLX_USE_TLS)
30275 call _x86_64_get_dispatch@PLT
30276 movq 6400(%rax), %r11
30277 jmp *%r11
30278 #elif defined(PTHREADS)
30279 pushq %rdi
30280 call _x86_64_get_dispatch@PLT
30281 popq %rdi
30282 movq 6400(%rax), %r11
30283 jmp *%r11
30284 #else
30285 movq _glapi_Dispatch(%rip), %rax
30286 testq %rax, %rax
30287 je 1f
30288 movq 6400(%rax), %r11
30289 jmp *%r11
30290 1:
30291 pushq %rdi
30292 call _glapi_get_dispatch
30293 popq %rdi
30294 movq 6400(%rax), %r11
30295 jmp *%r11
30296 #endif /* defined(GLX_USE_TLS) */
30297 .size GL_PREFIX(GenerateMipmapEXT), .-GL_PREFIX(GenerateMipmapEXT)
30298
30299 .p2align 4,,15
30300 .globl GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
30301 .type GL_PREFIX(GetFramebufferAttachmentParameterivEXT), @function
30302 GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
30303 #if defined(GLX_USE_TLS)
30304 call _x86_64_get_dispatch@PLT
30305 movq 6408(%rax), %r11
30306 jmp *%r11
30307 #elif defined(PTHREADS)
30308 pushq %rdi
30309 pushq %rsi
30310 pushq %rdx
30311 pushq %rcx
30312 pushq %rbp
30313 call _x86_64_get_dispatch@PLT
30314 popq %rbp
30315 popq %rcx
30316 popq %rdx
30317 popq %rsi
30318 popq %rdi
30319 movq 6408(%rax), %r11
30320 jmp *%r11
30321 #else
30322 movq _glapi_Dispatch(%rip), %rax
30323 testq %rax, %rax
30324 je 1f
30325 movq 6408(%rax), %r11
30326 jmp *%r11
30327 1:
30328 pushq %rdi
30329 pushq %rsi
30330 pushq %rdx
30331 pushq %rcx
30332 pushq %rbp
30333 call _glapi_get_dispatch
30334 popq %rbp
30335 popq %rcx
30336 popq %rdx
30337 popq %rsi
30338 popq %rdi
30339 movq 6408(%rax), %r11
30340 jmp *%r11
30341 #endif /* defined(GLX_USE_TLS) */
30342 .size GL_PREFIX(GetFramebufferAttachmentParameterivEXT), .-GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
30343
30344 .p2align 4,,15
30345 .globl GL_PREFIX(GetRenderbufferParameterivEXT)
30346 .type GL_PREFIX(GetRenderbufferParameterivEXT), @function
30347 GL_PREFIX(GetRenderbufferParameterivEXT):
30348 #if defined(GLX_USE_TLS)
30349 call _x86_64_get_dispatch@PLT
30350 movq 6416(%rax), %r11
30351 jmp *%r11
30352 #elif defined(PTHREADS)
30353 pushq %rdi
30354 pushq %rsi
30355 pushq %rdx
30356 call _x86_64_get_dispatch@PLT
30357 popq %rdx
30358 popq %rsi
30359 popq %rdi
30360 movq 6416(%rax), %r11
30361 jmp *%r11
30362 #else
30363 movq _glapi_Dispatch(%rip), %rax
30364 testq %rax, %rax
30365 je 1f
30366 movq 6416(%rax), %r11
30367 jmp *%r11
30368 1:
30369 pushq %rdi
30370 pushq %rsi
30371 pushq %rdx
30372 call _glapi_get_dispatch
30373 popq %rdx
30374 popq %rsi
30375 popq %rdi
30376 movq 6416(%rax), %r11
30377 jmp *%r11
30378 #endif /* defined(GLX_USE_TLS) */
30379 .size GL_PREFIX(GetRenderbufferParameterivEXT), .-GL_PREFIX(GetRenderbufferParameterivEXT)
30380
30381 .p2align 4,,15
30382 .globl GL_PREFIX(IsFramebufferEXT)
30383 .type GL_PREFIX(IsFramebufferEXT), @function
30384 GL_PREFIX(IsFramebufferEXT):
30385 #if defined(GLX_USE_TLS)
30386 call _x86_64_get_dispatch@PLT
30387 movq 6424(%rax), %r11
30388 jmp *%r11
30389 #elif defined(PTHREADS)
30390 pushq %rdi
30391 call _x86_64_get_dispatch@PLT
30392 popq %rdi
30393 movq 6424(%rax), %r11
30394 jmp *%r11
30395 #else
30396 movq _glapi_Dispatch(%rip), %rax
30397 testq %rax, %rax
30398 je 1f
30399 movq 6424(%rax), %r11
30400 jmp *%r11
30401 1:
30402 pushq %rdi
30403 call _glapi_get_dispatch
30404 popq %rdi
30405 movq 6424(%rax), %r11
30406 jmp *%r11
30407 #endif /* defined(GLX_USE_TLS) */
30408 .size GL_PREFIX(IsFramebufferEXT), .-GL_PREFIX(IsFramebufferEXT)
30409
30410 .p2align 4,,15
30411 .globl GL_PREFIX(IsRenderbufferEXT)
30412 .type GL_PREFIX(IsRenderbufferEXT), @function
30413 GL_PREFIX(IsRenderbufferEXT):
30414 #if defined(GLX_USE_TLS)
30415 call _x86_64_get_dispatch@PLT
30416 movq 6432(%rax), %r11
30417 jmp *%r11
30418 #elif defined(PTHREADS)
30419 pushq %rdi
30420 call _x86_64_get_dispatch@PLT
30421 popq %rdi
30422 movq 6432(%rax), %r11
30423 jmp *%r11
30424 #else
30425 movq _glapi_Dispatch(%rip), %rax
30426 testq %rax, %rax
30427 je 1f
30428 movq 6432(%rax), %r11
30429 jmp *%r11
30430 1:
30431 pushq %rdi
30432 call _glapi_get_dispatch
30433 popq %rdi
30434 movq 6432(%rax), %r11
30435 jmp *%r11
30436 #endif /* defined(GLX_USE_TLS) */
30437 .size GL_PREFIX(IsRenderbufferEXT), .-GL_PREFIX(IsRenderbufferEXT)
30438
30439 .p2align 4,,15
30440 .globl GL_PREFIX(RenderbufferStorageEXT)
30441 .type GL_PREFIX(RenderbufferStorageEXT), @function
30442 GL_PREFIX(RenderbufferStorageEXT):
30443 #if defined(GLX_USE_TLS)
30444 call _x86_64_get_dispatch@PLT
30445 movq 6440(%rax), %r11
30446 jmp *%r11
30447 #elif defined(PTHREADS)
30448 pushq %rdi
30449 pushq %rsi
30450 pushq %rdx
30451 pushq %rcx
30452 pushq %rbp
30453 call _x86_64_get_dispatch@PLT
30454 popq %rbp
30455 popq %rcx
30456 popq %rdx
30457 popq %rsi
30458 popq %rdi
30459 movq 6440(%rax), %r11
30460 jmp *%r11
30461 #else
30462 movq _glapi_Dispatch(%rip), %rax
30463 testq %rax, %rax
30464 je 1f
30465 movq 6440(%rax), %r11
30466 jmp *%r11
30467 1:
30468 pushq %rdi
30469 pushq %rsi
30470 pushq %rdx
30471 pushq %rcx
30472 pushq %rbp
30473 call _glapi_get_dispatch
30474 popq %rbp
30475 popq %rcx
30476 popq %rdx
30477 popq %rsi
30478 popq %rdi
30479 movq 6440(%rax), %r11
30480 jmp *%r11
30481 #endif /* defined(GLX_USE_TLS) */
30482 .size GL_PREFIX(RenderbufferStorageEXT), .-GL_PREFIX(RenderbufferStorageEXT)
30483
30484 .p2align 4,,15
30485 .globl GL_PREFIX(_dispatch_stub_806)
30486 .type GL_PREFIX(_dispatch_stub_806), @function
30487 HIDDEN(GL_PREFIX(_dispatch_stub_806))
30488 GL_PREFIX(_dispatch_stub_806):
30489 #if defined(GLX_USE_TLS)
30490 call _x86_64_get_dispatch@PLT
30491 movq 6448(%rax), %r11
30492 jmp *%r11
30493 #elif defined(PTHREADS)
30494 pushq %rdi
30495 pushq %rsi
30496 pushq %rdx
30497 pushq %rcx
30498 pushq %r8
30499 pushq %r9
30500 pushq %rbp
30501 call _x86_64_get_dispatch@PLT
30502 popq %rbp
30503 popq %r9
30504 popq %r8
30505 popq %rcx
30506 popq %rdx
30507 popq %rsi
30508 popq %rdi
30509 movq 6448(%rax), %r11
30510 jmp *%r11
30511 #else
30512 movq _glapi_Dispatch(%rip), %rax
30513 testq %rax, %rax
30514 je 1f
30515 movq 6448(%rax), %r11
30516 jmp *%r11
30517 1:
30518 pushq %rdi
30519 pushq %rsi
30520 pushq %rdx
30521 pushq %rcx
30522 pushq %r8
30523 pushq %r9
30524 pushq %rbp
30525 call _glapi_get_dispatch
30526 popq %rbp
30527 popq %r9
30528 popq %r8
30529 popq %rcx
30530 popq %rdx
30531 popq %rsi
30532 popq %rdi
30533 movq 6448(%rax), %r11
30534 jmp *%r11
30535 #endif /* defined(GLX_USE_TLS) */
30536 .size GL_PREFIX(_dispatch_stub_806), .-GL_PREFIX(_dispatch_stub_806)
30537
30538 .p2align 4,,15
30539 .globl GL_PREFIX(_dispatch_stub_807)
30540 .type GL_PREFIX(_dispatch_stub_807), @function
30541 HIDDEN(GL_PREFIX(_dispatch_stub_807))
30542 GL_PREFIX(_dispatch_stub_807):
30543 #if defined(GLX_USE_TLS)
30544 call _x86_64_get_dispatch@PLT
30545 movq 6456(%rax), %r11
30546 jmp *%r11
30547 #elif defined(PTHREADS)
30548 pushq %rdi
30549 pushq %rsi
30550 pushq %rdx
30551 call _x86_64_get_dispatch@PLT
30552 popq %rdx
30553 popq %rsi
30554 popq %rdi
30555 movq 6456(%rax), %r11
30556 jmp *%r11
30557 #else
30558 movq _glapi_Dispatch(%rip), %rax
30559 testq %rax, %rax
30560 je 1f
30561 movq 6456(%rax), %r11
30562 jmp *%r11
30563 1:
30564 pushq %rdi
30565 pushq %rsi
30566 pushq %rdx
30567 call _glapi_get_dispatch
30568 popq %rdx
30569 popq %rsi
30570 popq %rdi
30571 movq 6456(%rax), %r11
30572 jmp *%r11
30573 #endif /* defined(GLX_USE_TLS) */
30574 .size GL_PREFIX(_dispatch_stub_807), .-GL_PREFIX(_dispatch_stub_807)
30575
30576 .p2align 4,,15
30577 .globl GL_PREFIX(_dispatch_stub_808)
30578 .type GL_PREFIX(_dispatch_stub_808), @function
30579 HIDDEN(GL_PREFIX(_dispatch_stub_808))
30580 GL_PREFIX(_dispatch_stub_808):
30581 #if defined(GLX_USE_TLS)
30582 call _x86_64_get_dispatch@PLT
30583 movq 6464(%rax), %r11
30584 jmp *%r11
30585 #elif defined(PTHREADS)
30586 pushq %rdi
30587 pushq %rsi
30588 pushq %rdx
30589 call _x86_64_get_dispatch@PLT
30590 popq %rdx
30591 popq %rsi
30592 popq %rdi
30593 movq 6464(%rax), %r11
30594 jmp *%r11
30595 #else
30596 movq _glapi_Dispatch(%rip), %rax
30597 testq %rax, %rax
30598 je 1f
30599 movq 6464(%rax), %r11
30600 jmp *%r11
30601 1:
30602 pushq %rdi
30603 pushq %rsi
30604 pushq %rdx
30605 call _glapi_get_dispatch
30606 popq %rdx
30607 popq %rsi
30608 popq %rdi
30609 movq 6464(%rax), %r11
30610 jmp *%r11
30611 #endif /* defined(GLX_USE_TLS) */
30612 .size GL_PREFIX(_dispatch_stub_808), .-GL_PREFIX(_dispatch_stub_808)
30613
30614 .p2align 4,,15
30615 .globl GL_PREFIX(BindFragDataLocationEXT)
30616 .type GL_PREFIX(BindFragDataLocationEXT), @function
30617 GL_PREFIX(BindFragDataLocationEXT):
30618 #if defined(GLX_USE_TLS)
30619 call _x86_64_get_dispatch@PLT
30620 movq 6472(%rax), %r11
30621 jmp *%r11
30622 #elif defined(PTHREADS)
30623 pushq %rdi
30624 pushq %rsi
30625 pushq %rdx
30626 call _x86_64_get_dispatch@PLT
30627 popq %rdx
30628 popq %rsi
30629 popq %rdi
30630 movq 6472(%rax), %r11
30631 jmp *%r11
30632 #else
30633 movq _glapi_Dispatch(%rip), %rax
30634 testq %rax, %rax
30635 je 1f
30636 movq 6472(%rax), %r11
30637 jmp *%r11
30638 1:
30639 pushq %rdi
30640 pushq %rsi
30641 pushq %rdx
30642 call _glapi_get_dispatch
30643 popq %rdx
30644 popq %rsi
30645 popq %rdi
30646 movq 6472(%rax), %r11
30647 jmp *%r11
30648 #endif /* defined(GLX_USE_TLS) */
30649 .size GL_PREFIX(BindFragDataLocationEXT), .-GL_PREFIX(BindFragDataLocationEXT)
30650
30651 .p2align 4,,15
30652 .globl GL_PREFIX(GetFragDataLocationEXT)
30653 .type GL_PREFIX(GetFragDataLocationEXT), @function
30654 GL_PREFIX(GetFragDataLocationEXT):
30655 #if defined(GLX_USE_TLS)
30656 call _x86_64_get_dispatch@PLT
30657 movq 6480(%rax), %r11
30658 jmp *%r11
30659 #elif defined(PTHREADS)
30660 pushq %rdi
30661 pushq %rsi
30662 pushq %rbp
30663 call _x86_64_get_dispatch@PLT
30664 popq %rbp
30665 popq %rsi
30666 popq %rdi
30667 movq 6480(%rax), %r11
30668 jmp *%r11
30669 #else
30670 movq _glapi_Dispatch(%rip), %rax
30671 testq %rax, %rax
30672 je 1f
30673 movq 6480(%rax), %r11
30674 jmp *%r11
30675 1:
30676 pushq %rdi
30677 pushq %rsi
30678 pushq %rbp
30679 call _glapi_get_dispatch
30680 popq %rbp
30681 popq %rsi
30682 popq %rdi
30683 movq 6480(%rax), %r11
30684 jmp *%r11
30685 #endif /* defined(GLX_USE_TLS) */
30686 .size GL_PREFIX(GetFragDataLocationEXT), .-GL_PREFIX(GetFragDataLocationEXT)
30687
30688 .p2align 4,,15
30689 .globl GL_PREFIX(GetUniformuivEXT)
30690 .type GL_PREFIX(GetUniformuivEXT), @function
30691 GL_PREFIX(GetUniformuivEXT):
30692 #if defined(GLX_USE_TLS)
30693 call _x86_64_get_dispatch@PLT
30694 movq 6488(%rax), %r11
30695 jmp *%r11
30696 #elif defined(PTHREADS)
30697 pushq %rdi
30698 pushq %rsi
30699 pushq %rdx
30700 call _x86_64_get_dispatch@PLT
30701 popq %rdx
30702 popq %rsi
30703 popq %rdi
30704 movq 6488(%rax), %r11
30705 jmp *%r11
30706 #else
30707 movq _glapi_Dispatch(%rip), %rax
30708 testq %rax, %rax
30709 je 1f
30710 movq 6488(%rax), %r11
30711 jmp *%r11
30712 1:
30713 pushq %rdi
30714 pushq %rsi
30715 pushq %rdx
30716 call _glapi_get_dispatch
30717 popq %rdx
30718 popq %rsi
30719 popq %rdi
30720 movq 6488(%rax), %r11
30721 jmp *%r11
30722 #endif /* defined(GLX_USE_TLS) */
30723 .size GL_PREFIX(GetUniformuivEXT), .-GL_PREFIX(GetUniformuivEXT)
30724
30725 .p2align 4,,15
30726 .globl GL_PREFIX(GetVertexAttribIivEXT)
30727 .type GL_PREFIX(GetVertexAttribIivEXT), @function
30728 GL_PREFIX(GetVertexAttribIivEXT):
30729 #if defined(GLX_USE_TLS)
30730 call _x86_64_get_dispatch@PLT
30731 movq 6496(%rax), %r11
30732 jmp *%r11
30733 #elif defined(PTHREADS)
30734 pushq %rdi
30735 pushq %rsi
30736 pushq %rdx
30737 call _x86_64_get_dispatch@PLT
30738 popq %rdx
30739 popq %rsi
30740 popq %rdi
30741 movq 6496(%rax), %r11
30742 jmp *%r11
30743 #else
30744 movq _glapi_Dispatch(%rip), %rax
30745 testq %rax, %rax
30746 je 1f
30747 movq 6496(%rax), %r11
30748 jmp *%r11
30749 1:
30750 pushq %rdi
30751 pushq %rsi
30752 pushq %rdx
30753 call _glapi_get_dispatch
30754 popq %rdx
30755 popq %rsi
30756 popq %rdi
30757 movq 6496(%rax), %r11
30758 jmp *%r11
30759 #endif /* defined(GLX_USE_TLS) */
30760 .size GL_PREFIX(GetVertexAttribIivEXT), .-GL_PREFIX(GetVertexAttribIivEXT)
30761
30762 .p2align 4,,15
30763 .globl GL_PREFIX(GetVertexAttribIuivEXT)
30764 .type GL_PREFIX(GetVertexAttribIuivEXT), @function
30765 GL_PREFIX(GetVertexAttribIuivEXT):
30766 #if defined(GLX_USE_TLS)
30767 call _x86_64_get_dispatch@PLT
30768 movq 6504(%rax), %r11
30769 jmp *%r11
30770 #elif defined(PTHREADS)
30771 pushq %rdi
30772 pushq %rsi
30773 pushq %rdx
30774 call _x86_64_get_dispatch@PLT
30775 popq %rdx
30776 popq %rsi
30777 popq %rdi
30778 movq 6504(%rax), %r11
30779 jmp *%r11
30780 #else
30781 movq _glapi_Dispatch(%rip), %rax
30782 testq %rax, %rax
30783 je 1f
30784 movq 6504(%rax), %r11
30785 jmp *%r11
30786 1:
30787 pushq %rdi
30788 pushq %rsi
30789 pushq %rdx
30790 call _glapi_get_dispatch
30791 popq %rdx
30792 popq %rsi
30793 popq %rdi
30794 movq 6504(%rax), %r11
30795 jmp *%r11
30796 #endif /* defined(GLX_USE_TLS) */
30797 .size GL_PREFIX(GetVertexAttribIuivEXT), .-GL_PREFIX(GetVertexAttribIuivEXT)
30798
30799 .p2align 4,,15
30800 .globl GL_PREFIX(Uniform1uiEXT)
30801 .type GL_PREFIX(Uniform1uiEXT), @function
30802 GL_PREFIX(Uniform1uiEXT):
30803 #if defined(GLX_USE_TLS)
30804 call _x86_64_get_dispatch@PLT
30805 movq 6512(%rax), %r11
30806 jmp *%r11
30807 #elif defined(PTHREADS)
30808 pushq %rdi
30809 pushq %rsi
30810 pushq %rbp
30811 call _x86_64_get_dispatch@PLT
30812 popq %rbp
30813 popq %rsi
30814 popq %rdi
30815 movq 6512(%rax), %r11
30816 jmp *%r11
30817 #else
30818 movq _glapi_Dispatch(%rip), %rax
30819 testq %rax, %rax
30820 je 1f
30821 movq 6512(%rax), %r11
30822 jmp *%r11
30823 1:
30824 pushq %rdi
30825 pushq %rsi
30826 pushq %rbp
30827 call _glapi_get_dispatch
30828 popq %rbp
30829 popq %rsi
30830 popq %rdi
30831 movq 6512(%rax), %r11
30832 jmp *%r11
30833 #endif /* defined(GLX_USE_TLS) */
30834 .size GL_PREFIX(Uniform1uiEXT), .-GL_PREFIX(Uniform1uiEXT)
30835
30836 .p2align 4,,15
30837 .globl GL_PREFIX(Uniform1uivEXT)
30838 .type GL_PREFIX(Uniform1uivEXT), @function
30839 GL_PREFIX(Uniform1uivEXT):
30840 #if defined(GLX_USE_TLS)
30841 call _x86_64_get_dispatch@PLT
30842 movq 6520(%rax), %r11
30843 jmp *%r11
30844 #elif defined(PTHREADS)
30845 pushq %rdi
30846 pushq %rsi
30847 pushq %rdx
30848 call _x86_64_get_dispatch@PLT
30849 popq %rdx
30850 popq %rsi
30851 popq %rdi
30852 movq 6520(%rax), %r11
30853 jmp *%r11
30854 #else
30855 movq _glapi_Dispatch(%rip), %rax
30856 testq %rax, %rax
30857 je 1f
30858 movq 6520(%rax), %r11
30859 jmp *%r11
30860 1:
30861 pushq %rdi
30862 pushq %rsi
30863 pushq %rdx
30864 call _glapi_get_dispatch
30865 popq %rdx
30866 popq %rsi
30867 popq %rdi
30868 movq 6520(%rax), %r11
30869 jmp *%r11
30870 #endif /* defined(GLX_USE_TLS) */
30871 .size GL_PREFIX(Uniform1uivEXT), .-GL_PREFIX(Uniform1uivEXT)
30872
30873 .p2align 4,,15
30874 .globl GL_PREFIX(Uniform2uiEXT)
30875 .type GL_PREFIX(Uniform2uiEXT), @function
30876 GL_PREFIX(Uniform2uiEXT):
30877 #if defined(GLX_USE_TLS)
30878 call _x86_64_get_dispatch@PLT
30879 movq 6528(%rax), %r11
30880 jmp *%r11
30881 #elif defined(PTHREADS)
30882 pushq %rdi
30883 pushq %rsi
30884 pushq %rdx
30885 call _x86_64_get_dispatch@PLT
30886 popq %rdx
30887 popq %rsi
30888 popq %rdi
30889 movq 6528(%rax), %r11
30890 jmp *%r11
30891 #else
30892 movq _glapi_Dispatch(%rip), %rax
30893 testq %rax, %rax
30894 je 1f
30895 movq 6528(%rax), %r11
30896 jmp *%r11
30897 1:
30898 pushq %rdi
30899 pushq %rsi
30900 pushq %rdx
30901 call _glapi_get_dispatch
30902 popq %rdx
30903 popq %rsi
30904 popq %rdi
30905 movq 6528(%rax), %r11
30906 jmp *%r11
30907 #endif /* defined(GLX_USE_TLS) */
30908 .size GL_PREFIX(Uniform2uiEXT), .-GL_PREFIX(Uniform2uiEXT)
30909
30910 .p2align 4,,15
30911 .globl GL_PREFIX(Uniform2uivEXT)
30912 .type GL_PREFIX(Uniform2uivEXT), @function
30913 GL_PREFIX(Uniform2uivEXT):
30914 #if defined(GLX_USE_TLS)
30915 call _x86_64_get_dispatch@PLT
30916 movq 6536(%rax), %r11
30917 jmp *%r11
30918 #elif defined(PTHREADS)
30919 pushq %rdi
30920 pushq %rsi
30921 pushq %rdx
30922 call _x86_64_get_dispatch@PLT
30923 popq %rdx
30924 popq %rsi
30925 popq %rdi
30926 movq 6536(%rax), %r11
30927 jmp *%r11
30928 #else
30929 movq _glapi_Dispatch(%rip), %rax
30930 testq %rax, %rax
30931 je 1f
30932 movq 6536(%rax), %r11
30933 jmp *%r11
30934 1:
30935 pushq %rdi
30936 pushq %rsi
30937 pushq %rdx
30938 call _glapi_get_dispatch
30939 popq %rdx
30940 popq %rsi
30941 popq %rdi
30942 movq 6536(%rax), %r11
30943 jmp *%r11
30944 #endif /* defined(GLX_USE_TLS) */
30945 .size GL_PREFIX(Uniform2uivEXT), .-GL_PREFIX(Uniform2uivEXT)
30946
30947 .p2align 4,,15
30948 .globl GL_PREFIX(Uniform3uiEXT)
30949 .type GL_PREFIX(Uniform3uiEXT), @function
30950 GL_PREFIX(Uniform3uiEXT):
30951 #if defined(GLX_USE_TLS)
30952 call _x86_64_get_dispatch@PLT
30953 movq 6544(%rax), %r11
30954 jmp *%r11
30955 #elif defined(PTHREADS)
30956 pushq %rdi
30957 pushq %rsi
30958 pushq %rdx
30959 pushq %rcx
30960 pushq %rbp
30961 call _x86_64_get_dispatch@PLT
30962 popq %rbp
30963 popq %rcx
30964 popq %rdx
30965 popq %rsi
30966 popq %rdi
30967 movq 6544(%rax), %r11
30968 jmp *%r11
30969 #else
30970 movq _glapi_Dispatch(%rip), %rax
30971 testq %rax, %rax
30972 je 1f
30973 movq 6544(%rax), %r11
30974 jmp *%r11
30975 1:
30976 pushq %rdi
30977 pushq %rsi
30978 pushq %rdx
30979 pushq %rcx
30980 pushq %rbp
30981 call _glapi_get_dispatch
30982 popq %rbp
30983 popq %rcx
30984 popq %rdx
30985 popq %rsi
30986 popq %rdi
30987 movq 6544(%rax), %r11
30988 jmp *%r11
30989 #endif /* defined(GLX_USE_TLS) */
30990 .size GL_PREFIX(Uniform3uiEXT), .-GL_PREFIX(Uniform3uiEXT)
30991
30992 .p2align 4,,15
30993 .globl GL_PREFIX(Uniform3uivEXT)
30994 .type GL_PREFIX(Uniform3uivEXT), @function
30995 GL_PREFIX(Uniform3uivEXT):
30996 #if defined(GLX_USE_TLS)
30997 call _x86_64_get_dispatch@PLT
30998 movq 6552(%rax), %r11
30999 jmp *%r11
31000 #elif defined(PTHREADS)
31001 pushq %rdi
31002 pushq %rsi
31003 pushq %rdx
31004 call _x86_64_get_dispatch@PLT
31005 popq %rdx
31006 popq %rsi
31007 popq %rdi
31008 movq 6552(%rax), %r11
31009 jmp *%r11
31010 #else
31011 movq _glapi_Dispatch(%rip), %rax
31012 testq %rax, %rax
31013 je 1f
31014 movq 6552(%rax), %r11
31015 jmp *%r11
31016 1:
31017 pushq %rdi
31018 pushq %rsi
31019 pushq %rdx
31020 call _glapi_get_dispatch
31021 popq %rdx
31022 popq %rsi
31023 popq %rdi
31024 movq 6552(%rax), %r11
31025 jmp *%r11
31026 #endif /* defined(GLX_USE_TLS) */
31027 .size GL_PREFIX(Uniform3uivEXT), .-GL_PREFIX(Uniform3uivEXT)
31028
31029 .p2align 4,,15
31030 .globl GL_PREFIX(Uniform4uiEXT)
31031 .type GL_PREFIX(Uniform4uiEXT), @function
31032 GL_PREFIX(Uniform4uiEXT):
31033 #if defined(GLX_USE_TLS)
31034 call _x86_64_get_dispatch@PLT
31035 movq 6560(%rax), %r11
31036 jmp *%r11
31037 #elif defined(PTHREADS)
31038 pushq %rdi
31039 pushq %rsi
31040 pushq %rdx
31041 pushq %rcx
31042 pushq %r8
31043 call _x86_64_get_dispatch@PLT
31044 popq %r8
31045 popq %rcx
31046 popq %rdx
31047 popq %rsi
31048 popq %rdi
31049 movq 6560(%rax), %r11
31050 jmp *%r11
31051 #else
31052 movq _glapi_Dispatch(%rip), %rax
31053 testq %rax, %rax
31054 je 1f
31055 movq 6560(%rax), %r11
31056 jmp *%r11
31057 1:
31058 pushq %rdi
31059 pushq %rsi
31060 pushq %rdx
31061 pushq %rcx
31062 pushq %r8
31063 call _glapi_get_dispatch
31064 popq %r8
31065 popq %rcx
31066 popq %rdx
31067 popq %rsi
31068 popq %rdi
31069 movq 6560(%rax), %r11
31070 jmp *%r11
31071 #endif /* defined(GLX_USE_TLS) */
31072 .size GL_PREFIX(Uniform4uiEXT), .-GL_PREFIX(Uniform4uiEXT)
31073
31074 .p2align 4,,15
31075 .globl GL_PREFIX(Uniform4uivEXT)
31076 .type GL_PREFIX(Uniform4uivEXT), @function
31077 GL_PREFIX(Uniform4uivEXT):
31078 #if defined(GLX_USE_TLS)
31079 call _x86_64_get_dispatch@PLT
31080 movq 6568(%rax), %r11
31081 jmp *%r11
31082 #elif defined(PTHREADS)
31083 pushq %rdi
31084 pushq %rsi
31085 pushq %rdx
31086 call _x86_64_get_dispatch@PLT
31087 popq %rdx
31088 popq %rsi
31089 popq %rdi
31090 movq 6568(%rax), %r11
31091 jmp *%r11
31092 #else
31093 movq _glapi_Dispatch(%rip), %rax
31094 testq %rax, %rax
31095 je 1f
31096 movq 6568(%rax), %r11
31097 jmp *%r11
31098 1:
31099 pushq %rdi
31100 pushq %rsi
31101 pushq %rdx
31102 call _glapi_get_dispatch
31103 popq %rdx
31104 popq %rsi
31105 popq %rdi
31106 movq 6568(%rax), %r11
31107 jmp *%r11
31108 #endif /* defined(GLX_USE_TLS) */
31109 .size GL_PREFIX(Uniform4uivEXT), .-GL_PREFIX(Uniform4uivEXT)
31110
31111 .p2align 4,,15
31112 .globl GL_PREFIX(VertexAttribI1iEXT)
31113 .type GL_PREFIX(VertexAttribI1iEXT), @function
31114 GL_PREFIX(VertexAttribI1iEXT):
31115 #if defined(GLX_USE_TLS)
31116 call _x86_64_get_dispatch@PLT
31117 movq 6576(%rax), %r11
31118 jmp *%r11
31119 #elif defined(PTHREADS)
31120 pushq %rdi
31121 pushq %rsi
31122 pushq %rbp
31123 call _x86_64_get_dispatch@PLT
31124 popq %rbp
31125 popq %rsi
31126 popq %rdi
31127 movq 6576(%rax), %r11
31128 jmp *%r11
31129 #else
31130 movq _glapi_Dispatch(%rip), %rax
31131 testq %rax, %rax
31132 je 1f
31133 movq 6576(%rax), %r11
31134 jmp *%r11
31135 1:
31136 pushq %rdi
31137 pushq %rsi
31138 pushq %rbp
31139 call _glapi_get_dispatch
31140 popq %rbp
31141 popq %rsi
31142 popq %rdi
31143 movq 6576(%rax), %r11
31144 jmp *%r11
31145 #endif /* defined(GLX_USE_TLS) */
31146 .size GL_PREFIX(VertexAttribI1iEXT), .-GL_PREFIX(VertexAttribI1iEXT)
31147
31148 .p2align 4,,15
31149 .globl GL_PREFIX(VertexAttribI1ivEXT)
31150 .type GL_PREFIX(VertexAttribI1ivEXT), @function
31151 GL_PREFIX(VertexAttribI1ivEXT):
31152 #if defined(GLX_USE_TLS)
31153 call _x86_64_get_dispatch@PLT
31154 movq 6584(%rax), %r11
31155 jmp *%r11
31156 #elif defined(PTHREADS)
31157 pushq %rdi
31158 pushq %rsi
31159 pushq %rbp
31160 call _x86_64_get_dispatch@PLT
31161 popq %rbp
31162 popq %rsi
31163 popq %rdi
31164 movq 6584(%rax), %r11
31165 jmp *%r11
31166 #else
31167 movq _glapi_Dispatch(%rip), %rax
31168 testq %rax, %rax
31169 je 1f
31170 movq 6584(%rax), %r11
31171 jmp *%r11
31172 1:
31173 pushq %rdi
31174 pushq %rsi
31175 pushq %rbp
31176 call _glapi_get_dispatch
31177 popq %rbp
31178 popq %rsi
31179 popq %rdi
31180 movq 6584(%rax), %r11
31181 jmp *%r11
31182 #endif /* defined(GLX_USE_TLS) */
31183 .size GL_PREFIX(VertexAttribI1ivEXT), .-GL_PREFIX(VertexAttribI1ivEXT)
31184
31185 .p2align 4,,15
31186 .globl GL_PREFIX(VertexAttribI1uiEXT)
31187 .type GL_PREFIX(VertexAttribI1uiEXT), @function
31188 GL_PREFIX(VertexAttribI1uiEXT):
31189 #if defined(GLX_USE_TLS)
31190 call _x86_64_get_dispatch@PLT
31191 movq 6592(%rax), %r11
31192 jmp *%r11
31193 #elif defined(PTHREADS)
31194 pushq %rdi
31195 pushq %rsi
31196 pushq %rbp
31197 call _x86_64_get_dispatch@PLT
31198 popq %rbp
31199 popq %rsi
31200 popq %rdi
31201 movq 6592(%rax), %r11
31202 jmp *%r11
31203 #else
31204 movq _glapi_Dispatch(%rip), %rax
31205 testq %rax, %rax
31206 je 1f
31207 movq 6592(%rax), %r11
31208 jmp *%r11
31209 1:
31210 pushq %rdi
31211 pushq %rsi
31212 pushq %rbp
31213 call _glapi_get_dispatch
31214 popq %rbp
31215 popq %rsi
31216 popq %rdi
31217 movq 6592(%rax), %r11
31218 jmp *%r11
31219 #endif /* defined(GLX_USE_TLS) */
31220 .size GL_PREFIX(VertexAttribI1uiEXT), .-GL_PREFIX(VertexAttribI1uiEXT)
31221
31222 .p2align 4,,15
31223 .globl GL_PREFIX(VertexAttribI1uivEXT)
31224 .type GL_PREFIX(VertexAttribI1uivEXT), @function
31225 GL_PREFIX(VertexAttribI1uivEXT):
31226 #if defined(GLX_USE_TLS)
31227 call _x86_64_get_dispatch@PLT
31228 movq 6600(%rax), %r11
31229 jmp *%r11
31230 #elif defined(PTHREADS)
31231 pushq %rdi
31232 pushq %rsi
31233 pushq %rbp
31234 call _x86_64_get_dispatch@PLT
31235 popq %rbp
31236 popq %rsi
31237 popq %rdi
31238 movq 6600(%rax), %r11
31239 jmp *%r11
31240 #else
31241 movq _glapi_Dispatch(%rip), %rax
31242 testq %rax, %rax
31243 je 1f
31244 movq 6600(%rax), %r11
31245 jmp *%r11
31246 1:
31247 pushq %rdi
31248 pushq %rsi
31249 pushq %rbp
31250 call _glapi_get_dispatch
31251 popq %rbp
31252 popq %rsi
31253 popq %rdi
31254 movq 6600(%rax), %r11
31255 jmp *%r11
31256 #endif /* defined(GLX_USE_TLS) */
31257 .size GL_PREFIX(VertexAttribI1uivEXT), .-GL_PREFIX(VertexAttribI1uivEXT)
31258
31259 .p2align 4,,15
31260 .globl GL_PREFIX(VertexAttribI2iEXT)
31261 .type GL_PREFIX(VertexAttribI2iEXT), @function
31262 GL_PREFIX(VertexAttribI2iEXT):
31263 #if defined(GLX_USE_TLS)
31264 call _x86_64_get_dispatch@PLT
31265 movq 6608(%rax), %r11
31266 jmp *%r11
31267 #elif defined(PTHREADS)
31268 pushq %rdi
31269 pushq %rsi
31270 pushq %rdx
31271 call _x86_64_get_dispatch@PLT
31272 popq %rdx
31273 popq %rsi
31274 popq %rdi
31275 movq 6608(%rax), %r11
31276 jmp *%r11
31277 #else
31278 movq _glapi_Dispatch(%rip), %rax
31279 testq %rax, %rax
31280 je 1f
31281 movq 6608(%rax), %r11
31282 jmp *%r11
31283 1:
31284 pushq %rdi
31285 pushq %rsi
31286 pushq %rdx
31287 call _glapi_get_dispatch
31288 popq %rdx
31289 popq %rsi
31290 popq %rdi
31291 movq 6608(%rax), %r11
31292 jmp *%r11
31293 #endif /* defined(GLX_USE_TLS) */
31294 .size GL_PREFIX(VertexAttribI2iEXT), .-GL_PREFIX(VertexAttribI2iEXT)
31295
31296 .p2align 4,,15
31297 .globl GL_PREFIX(VertexAttribI2ivEXT)
31298 .type GL_PREFIX(VertexAttribI2ivEXT), @function
31299 GL_PREFIX(VertexAttribI2ivEXT):
31300 #if defined(GLX_USE_TLS)
31301 call _x86_64_get_dispatch@PLT
31302 movq 6616(%rax), %r11
31303 jmp *%r11
31304 #elif defined(PTHREADS)
31305 pushq %rdi
31306 pushq %rsi
31307 pushq %rbp
31308 call _x86_64_get_dispatch@PLT
31309 popq %rbp
31310 popq %rsi
31311 popq %rdi
31312 movq 6616(%rax), %r11
31313 jmp *%r11
31314 #else
31315 movq _glapi_Dispatch(%rip), %rax
31316 testq %rax, %rax
31317 je 1f
31318 movq 6616(%rax), %r11
31319 jmp *%r11
31320 1:
31321 pushq %rdi
31322 pushq %rsi
31323 pushq %rbp
31324 call _glapi_get_dispatch
31325 popq %rbp
31326 popq %rsi
31327 popq %rdi
31328 movq 6616(%rax), %r11
31329 jmp *%r11
31330 #endif /* defined(GLX_USE_TLS) */
31331 .size GL_PREFIX(VertexAttribI2ivEXT), .-GL_PREFIX(VertexAttribI2ivEXT)
31332
31333 .p2align 4,,15
31334 .globl GL_PREFIX(VertexAttribI2uiEXT)
31335 .type GL_PREFIX(VertexAttribI2uiEXT), @function
31336 GL_PREFIX(VertexAttribI2uiEXT):
31337 #if defined(GLX_USE_TLS)
31338 call _x86_64_get_dispatch@PLT
31339 movq 6624(%rax), %r11
31340 jmp *%r11
31341 #elif defined(PTHREADS)
31342 pushq %rdi
31343 pushq %rsi
31344 pushq %rdx
31345 call _x86_64_get_dispatch@PLT
31346 popq %rdx
31347 popq %rsi
31348 popq %rdi
31349 movq 6624(%rax), %r11
31350 jmp *%r11
31351 #else
31352 movq _glapi_Dispatch(%rip), %rax
31353 testq %rax, %rax
31354 je 1f
31355 movq 6624(%rax), %r11
31356 jmp *%r11
31357 1:
31358 pushq %rdi
31359 pushq %rsi
31360 pushq %rdx
31361 call _glapi_get_dispatch
31362 popq %rdx
31363 popq %rsi
31364 popq %rdi
31365 movq 6624(%rax), %r11
31366 jmp *%r11
31367 #endif /* defined(GLX_USE_TLS) */
31368 .size GL_PREFIX(VertexAttribI2uiEXT), .-GL_PREFIX(VertexAttribI2uiEXT)
31369
31370 .p2align 4,,15
31371 .globl GL_PREFIX(VertexAttribI2uivEXT)
31372 .type GL_PREFIX(VertexAttribI2uivEXT), @function
31373 GL_PREFIX(VertexAttribI2uivEXT):
31374 #if defined(GLX_USE_TLS)
31375 call _x86_64_get_dispatch@PLT
31376 movq 6632(%rax), %r11
31377 jmp *%r11
31378 #elif defined(PTHREADS)
31379 pushq %rdi
31380 pushq %rsi
31381 pushq %rbp
31382 call _x86_64_get_dispatch@PLT
31383 popq %rbp
31384 popq %rsi
31385 popq %rdi
31386 movq 6632(%rax), %r11
31387 jmp *%r11
31388 #else
31389 movq _glapi_Dispatch(%rip), %rax
31390 testq %rax, %rax
31391 je 1f
31392 movq 6632(%rax), %r11
31393 jmp *%r11
31394 1:
31395 pushq %rdi
31396 pushq %rsi
31397 pushq %rbp
31398 call _glapi_get_dispatch
31399 popq %rbp
31400 popq %rsi
31401 popq %rdi
31402 movq 6632(%rax), %r11
31403 jmp *%r11
31404 #endif /* defined(GLX_USE_TLS) */
31405 .size GL_PREFIX(VertexAttribI2uivEXT), .-GL_PREFIX(VertexAttribI2uivEXT)
31406
31407 .p2align 4,,15
31408 .globl GL_PREFIX(VertexAttribI3iEXT)
31409 .type GL_PREFIX(VertexAttribI3iEXT), @function
31410 GL_PREFIX(VertexAttribI3iEXT):
31411 #if defined(GLX_USE_TLS)
31412 call _x86_64_get_dispatch@PLT
31413 movq 6640(%rax), %r11
31414 jmp *%r11
31415 #elif defined(PTHREADS)
31416 pushq %rdi
31417 pushq %rsi
31418 pushq %rdx
31419 pushq %rcx
31420 pushq %rbp
31421 call _x86_64_get_dispatch@PLT
31422 popq %rbp
31423 popq %rcx
31424 popq %rdx
31425 popq %rsi
31426 popq %rdi
31427 movq 6640(%rax), %r11
31428 jmp *%r11
31429 #else
31430 movq _glapi_Dispatch(%rip), %rax
31431 testq %rax, %rax
31432 je 1f
31433 movq 6640(%rax), %r11
31434 jmp *%r11
31435 1:
31436 pushq %rdi
31437 pushq %rsi
31438 pushq %rdx
31439 pushq %rcx
31440 pushq %rbp
31441 call _glapi_get_dispatch
31442 popq %rbp
31443 popq %rcx
31444 popq %rdx
31445 popq %rsi
31446 popq %rdi
31447 movq 6640(%rax), %r11
31448 jmp *%r11
31449 #endif /* defined(GLX_USE_TLS) */
31450 .size GL_PREFIX(VertexAttribI3iEXT), .-GL_PREFIX(VertexAttribI3iEXT)
31451
31452 .p2align 4,,15
31453 .globl GL_PREFIX(VertexAttribI3ivEXT)
31454 .type GL_PREFIX(VertexAttribI3ivEXT), @function
31455 GL_PREFIX(VertexAttribI3ivEXT):
31456 #if defined(GLX_USE_TLS)
31457 call _x86_64_get_dispatch@PLT
31458 movq 6648(%rax), %r11
31459 jmp *%r11
31460 #elif defined(PTHREADS)
31461 pushq %rdi
31462 pushq %rsi
31463 pushq %rbp
31464 call _x86_64_get_dispatch@PLT
31465 popq %rbp
31466 popq %rsi
31467 popq %rdi
31468 movq 6648(%rax), %r11
31469 jmp *%r11
31470 #else
31471 movq _glapi_Dispatch(%rip), %rax
31472 testq %rax, %rax
31473 je 1f
31474 movq 6648(%rax), %r11
31475 jmp *%r11
31476 1:
31477 pushq %rdi
31478 pushq %rsi
31479 pushq %rbp
31480 call _glapi_get_dispatch
31481 popq %rbp
31482 popq %rsi
31483 popq %rdi
31484 movq 6648(%rax), %r11
31485 jmp *%r11
31486 #endif /* defined(GLX_USE_TLS) */
31487 .size GL_PREFIX(VertexAttribI3ivEXT), .-GL_PREFIX(VertexAttribI3ivEXT)
31488
31489 .p2align 4,,15
31490 .globl GL_PREFIX(VertexAttribI3uiEXT)
31491 .type GL_PREFIX(VertexAttribI3uiEXT), @function
31492 GL_PREFIX(VertexAttribI3uiEXT):
31493 #if defined(GLX_USE_TLS)
31494 call _x86_64_get_dispatch@PLT
31495 movq 6656(%rax), %r11
31496 jmp *%r11
31497 #elif defined(PTHREADS)
31498 pushq %rdi
31499 pushq %rsi
31500 pushq %rdx
31501 pushq %rcx
31502 pushq %rbp
31503 call _x86_64_get_dispatch@PLT
31504 popq %rbp
31505 popq %rcx
31506 popq %rdx
31507 popq %rsi
31508 popq %rdi
31509 movq 6656(%rax), %r11
31510 jmp *%r11
31511 #else
31512 movq _glapi_Dispatch(%rip), %rax
31513 testq %rax, %rax
31514 je 1f
31515 movq 6656(%rax), %r11
31516 jmp *%r11
31517 1:
31518 pushq %rdi
31519 pushq %rsi
31520 pushq %rdx
31521 pushq %rcx
31522 pushq %rbp
31523 call _glapi_get_dispatch
31524 popq %rbp
31525 popq %rcx
31526 popq %rdx
31527 popq %rsi
31528 popq %rdi
31529 movq 6656(%rax), %r11
31530 jmp *%r11
31531 #endif /* defined(GLX_USE_TLS) */
31532 .size GL_PREFIX(VertexAttribI3uiEXT), .-GL_PREFIX(VertexAttribI3uiEXT)
31533
31534 .p2align 4,,15
31535 .globl GL_PREFIX(VertexAttribI3uivEXT)
31536 .type GL_PREFIX(VertexAttribI3uivEXT), @function
31537 GL_PREFIX(VertexAttribI3uivEXT):
31538 #if defined(GLX_USE_TLS)
31539 call _x86_64_get_dispatch@PLT
31540 movq 6664(%rax), %r11
31541 jmp *%r11
31542 #elif defined(PTHREADS)
31543 pushq %rdi
31544 pushq %rsi
31545 pushq %rbp
31546 call _x86_64_get_dispatch@PLT
31547 popq %rbp
31548 popq %rsi
31549 popq %rdi
31550 movq 6664(%rax), %r11
31551 jmp *%r11
31552 #else
31553 movq _glapi_Dispatch(%rip), %rax
31554 testq %rax, %rax
31555 je 1f
31556 movq 6664(%rax), %r11
31557 jmp *%r11
31558 1:
31559 pushq %rdi
31560 pushq %rsi
31561 pushq %rbp
31562 call _glapi_get_dispatch
31563 popq %rbp
31564 popq %rsi
31565 popq %rdi
31566 movq 6664(%rax), %r11
31567 jmp *%r11
31568 #endif /* defined(GLX_USE_TLS) */
31569 .size GL_PREFIX(VertexAttribI3uivEXT), .-GL_PREFIX(VertexAttribI3uivEXT)
31570
31571 .p2align 4,,15
31572 .globl GL_PREFIX(VertexAttribI4bvEXT)
31573 .type GL_PREFIX(VertexAttribI4bvEXT), @function
31574 GL_PREFIX(VertexAttribI4bvEXT):
31575 #if defined(GLX_USE_TLS)
31576 call _x86_64_get_dispatch@PLT
31577 movq 6672(%rax), %r11
31578 jmp *%r11
31579 #elif defined(PTHREADS)
31580 pushq %rdi
31581 pushq %rsi
31582 pushq %rbp
31583 call _x86_64_get_dispatch@PLT
31584 popq %rbp
31585 popq %rsi
31586 popq %rdi
31587 movq 6672(%rax), %r11
31588 jmp *%r11
31589 #else
31590 movq _glapi_Dispatch(%rip), %rax
31591 testq %rax, %rax
31592 je 1f
31593 movq 6672(%rax), %r11
31594 jmp *%r11
31595 1:
31596 pushq %rdi
31597 pushq %rsi
31598 pushq %rbp
31599 call _glapi_get_dispatch
31600 popq %rbp
31601 popq %rsi
31602 popq %rdi
31603 movq 6672(%rax), %r11
31604 jmp *%r11
31605 #endif /* defined(GLX_USE_TLS) */
31606 .size GL_PREFIX(VertexAttribI4bvEXT), .-GL_PREFIX(VertexAttribI4bvEXT)
31607
31608 .p2align 4,,15
31609 .globl GL_PREFIX(VertexAttribI4iEXT)
31610 .type GL_PREFIX(VertexAttribI4iEXT), @function
31611 GL_PREFIX(VertexAttribI4iEXT):
31612 #if defined(GLX_USE_TLS)
31613 call _x86_64_get_dispatch@PLT
31614 movq 6680(%rax), %r11
31615 jmp *%r11
31616 #elif defined(PTHREADS)
31617 pushq %rdi
31618 pushq %rsi
31619 pushq %rdx
31620 pushq %rcx
31621 pushq %r8
31622 call _x86_64_get_dispatch@PLT
31623 popq %r8
31624 popq %rcx
31625 popq %rdx
31626 popq %rsi
31627 popq %rdi
31628 movq 6680(%rax), %r11
31629 jmp *%r11
31630 #else
31631 movq _glapi_Dispatch(%rip), %rax
31632 testq %rax, %rax
31633 je 1f
31634 movq 6680(%rax), %r11
31635 jmp *%r11
31636 1:
31637 pushq %rdi
31638 pushq %rsi
31639 pushq %rdx
31640 pushq %rcx
31641 pushq %r8
31642 call _glapi_get_dispatch
31643 popq %r8
31644 popq %rcx
31645 popq %rdx
31646 popq %rsi
31647 popq %rdi
31648 movq 6680(%rax), %r11
31649 jmp *%r11
31650 #endif /* defined(GLX_USE_TLS) */
31651 .size GL_PREFIX(VertexAttribI4iEXT), .-GL_PREFIX(VertexAttribI4iEXT)
31652
31653 .p2align 4,,15
31654 .globl GL_PREFIX(VertexAttribI4ivEXT)
31655 .type GL_PREFIX(VertexAttribI4ivEXT), @function
31656 GL_PREFIX(VertexAttribI4ivEXT):
31657 #if defined(GLX_USE_TLS)
31658 call _x86_64_get_dispatch@PLT
31659 movq 6688(%rax), %r11
31660 jmp *%r11
31661 #elif defined(PTHREADS)
31662 pushq %rdi
31663 pushq %rsi
31664 pushq %rbp
31665 call _x86_64_get_dispatch@PLT
31666 popq %rbp
31667 popq %rsi
31668 popq %rdi
31669 movq 6688(%rax), %r11
31670 jmp *%r11
31671 #else
31672 movq _glapi_Dispatch(%rip), %rax
31673 testq %rax, %rax
31674 je 1f
31675 movq 6688(%rax), %r11
31676 jmp *%r11
31677 1:
31678 pushq %rdi
31679 pushq %rsi
31680 pushq %rbp
31681 call _glapi_get_dispatch
31682 popq %rbp
31683 popq %rsi
31684 popq %rdi
31685 movq 6688(%rax), %r11
31686 jmp *%r11
31687 #endif /* defined(GLX_USE_TLS) */
31688 .size GL_PREFIX(VertexAttribI4ivEXT), .-GL_PREFIX(VertexAttribI4ivEXT)
31689
31690 .p2align 4,,15
31691 .globl GL_PREFIX(VertexAttribI4svEXT)
31692 .type GL_PREFIX(VertexAttribI4svEXT), @function
31693 GL_PREFIX(VertexAttribI4svEXT):
31694 #if defined(GLX_USE_TLS)
31695 call _x86_64_get_dispatch@PLT
31696 movq 6696(%rax), %r11
31697 jmp *%r11
31698 #elif defined(PTHREADS)
31699 pushq %rdi
31700 pushq %rsi
31701 pushq %rbp
31702 call _x86_64_get_dispatch@PLT
31703 popq %rbp
31704 popq %rsi
31705 popq %rdi
31706 movq 6696(%rax), %r11
31707 jmp *%r11
31708 #else
31709 movq _glapi_Dispatch(%rip), %rax
31710 testq %rax, %rax
31711 je 1f
31712 movq 6696(%rax), %r11
31713 jmp *%r11
31714 1:
31715 pushq %rdi
31716 pushq %rsi
31717 pushq %rbp
31718 call _glapi_get_dispatch
31719 popq %rbp
31720 popq %rsi
31721 popq %rdi
31722 movq 6696(%rax), %r11
31723 jmp *%r11
31724 #endif /* defined(GLX_USE_TLS) */
31725 .size GL_PREFIX(VertexAttribI4svEXT), .-GL_PREFIX(VertexAttribI4svEXT)
31726
31727 .p2align 4,,15
31728 .globl GL_PREFIX(VertexAttribI4ubvEXT)
31729 .type GL_PREFIX(VertexAttribI4ubvEXT), @function
31730 GL_PREFIX(VertexAttribI4ubvEXT):
31731 #if defined(GLX_USE_TLS)
31732 call _x86_64_get_dispatch@PLT
31733 movq 6704(%rax), %r11
31734 jmp *%r11
31735 #elif defined(PTHREADS)
31736 pushq %rdi
31737 pushq %rsi
31738 pushq %rbp
31739 call _x86_64_get_dispatch@PLT
31740 popq %rbp
31741 popq %rsi
31742 popq %rdi
31743 movq 6704(%rax), %r11
31744 jmp *%r11
31745 #else
31746 movq _glapi_Dispatch(%rip), %rax
31747 testq %rax, %rax
31748 je 1f
31749 movq 6704(%rax), %r11
31750 jmp *%r11
31751 1:
31752 pushq %rdi
31753 pushq %rsi
31754 pushq %rbp
31755 call _glapi_get_dispatch
31756 popq %rbp
31757 popq %rsi
31758 popq %rdi
31759 movq 6704(%rax), %r11
31760 jmp *%r11
31761 #endif /* defined(GLX_USE_TLS) */
31762 .size GL_PREFIX(VertexAttribI4ubvEXT), .-GL_PREFIX(VertexAttribI4ubvEXT)
31763
31764 .p2align 4,,15
31765 .globl GL_PREFIX(VertexAttribI4uiEXT)
31766 .type GL_PREFIX(VertexAttribI4uiEXT), @function
31767 GL_PREFIX(VertexAttribI4uiEXT):
31768 #if defined(GLX_USE_TLS)
31769 call _x86_64_get_dispatch@PLT
31770 movq 6712(%rax), %r11
31771 jmp *%r11
31772 #elif defined(PTHREADS)
31773 pushq %rdi
31774 pushq %rsi
31775 pushq %rdx
31776 pushq %rcx
31777 pushq %r8
31778 call _x86_64_get_dispatch@PLT
31779 popq %r8
31780 popq %rcx
31781 popq %rdx
31782 popq %rsi
31783 popq %rdi
31784 movq 6712(%rax), %r11
31785 jmp *%r11
31786 #else
31787 movq _glapi_Dispatch(%rip), %rax
31788 testq %rax, %rax
31789 je 1f
31790 movq 6712(%rax), %r11
31791 jmp *%r11
31792 1:
31793 pushq %rdi
31794 pushq %rsi
31795 pushq %rdx
31796 pushq %rcx
31797 pushq %r8
31798 call _glapi_get_dispatch
31799 popq %r8
31800 popq %rcx
31801 popq %rdx
31802 popq %rsi
31803 popq %rdi
31804 movq 6712(%rax), %r11
31805 jmp *%r11
31806 #endif /* defined(GLX_USE_TLS) */
31807 .size GL_PREFIX(VertexAttribI4uiEXT), .-GL_PREFIX(VertexAttribI4uiEXT)
31808
31809 .p2align 4,,15
31810 .globl GL_PREFIX(VertexAttribI4uivEXT)
31811 .type GL_PREFIX(VertexAttribI4uivEXT), @function
31812 GL_PREFIX(VertexAttribI4uivEXT):
31813 #if defined(GLX_USE_TLS)
31814 call _x86_64_get_dispatch@PLT
31815 movq 6720(%rax), %r11
31816 jmp *%r11
31817 #elif defined(PTHREADS)
31818 pushq %rdi
31819 pushq %rsi
31820 pushq %rbp
31821 call _x86_64_get_dispatch@PLT
31822 popq %rbp
31823 popq %rsi
31824 popq %rdi
31825 movq 6720(%rax), %r11
31826 jmp *%r11
31827 #else
31828 movq _glapi_Dispatch(%rip), %rax
31829 testq %rax, %rax
31830 je 1f
31831 movq 6720(%rax), %r11
31832 jmp *%r11
31833 1:
31834 pushq %rdi
31835 pushq %rsi
31836 pushq %rbp
31837 call _glapi_get_dispatch
31838 popq %rbp
31839 popq %rsi
31840 popq %rdi
31841 movq 6720(%rax), %r11
31842 jmp *%r11
31843 #endif /* defined(GLX_USE_TLS) */
31844 .size GL_PREFIX(VertexAttribI4uivEXT), .-GL_PREFIX(VertexAttribI4uivEXT)
31845
31846 .p2align 4,,15
31847 .globl GL_PREFIX(VertexAttribI4usvEXT)
31848 .type GL_PREFIX(VertexAttribI4usvEXT), @function
31849 GL_PREFIX(VertexAttribI4usvEXT):
31850 #if defined(GLX_USE_TLS)
31851 call _x86_64_get_dispatch@PLT
31852 movq 6728(%rax), %r11
31853 jmp *%r11
31854 #elif defined(PTHREADS)
31855 pushq %rdi
31856 pushq %rsi
31857 pushq %rbp
31858 call _x86_64_get_dispatch@PLT
31859 popq %rbp
31860 popq %rsi
31861 popq %rdi
31862 movq 6728(%rax), %r11
31863 jmp *%r11
31864 #else
31865 movq _glapi_Dispatch(%rip), %rax
31866 testq %rax, %rax
31867 je 1f
31868 movq 6728(%rax), %r11
31869 jmp *%r11
31870 1:
31871 pushq %rdi
31872 pushq %rsi
31873 pushq %rbp
31874 call _glapi_get_dispatch
31875 popq %rbp
31876 popq %rsi
31877 popq %rdi
31878 movq 6728(%rax), %r11
31879 jmp *%r11
31880 #endif /* defined(GLX_USE_TLS) */
31881 .size GL_PREFIX(VertexAttribI4usvEXT), .-GL_PREFIX(VertexAttribI4usvEXT)
31882
31883 .p2align 4,,15
31884 .globl GL_PREFIX(VertexAttribIPointerEXT)
31885 .type GL_PREFIX(VertexAttribIPointerEXT), @function
31886 GL_PREFIX(VertexAttribIPointerEXT):
31887 #if defined(GLX_USE_TLS)
31888 call _x86_64_get_dispatch@PLT
31889 movq 6736(%rax), %r11
31890 jmp *%r11
31891 #elif defined(PTHREADS)
31892 pushq %rdi
31893 pushq %rsi
31894 pushq %rdx
31895 pushq %rcx
31896 pushq %r8
31897 call _x86_64_get_dispatch@PLT
31898 popq %r8
31899 popq %rcx
31900 popq %rdx
31901 popq %rsi
31902 popq %rdi
31903 movq 6736(%rax), %r11
31904 jmp *%r11
31905 #else
31906 movq _glapi_Dispatch(%rip), %rax
31907 testq %rax, %rax
31908 je 1f
31909 movq 6736(%rax), %r11
31910 jmp *%r11
31911 1:
31912 pushq %rdi
31913 pushq %rsi
31914 pushq %rdx
31915 pushq %rcx
31916 pushq %r8
31917 call _glapi_get_dispatch
31918 popq %r8
31919 popq %rcx
31920 popq %rdx
31921 popq %rsi
31922 popq %rdi
31923 movq 6736(%rax), %r11
31924 jmp *%r11
31925 #endif /* defined(GLX_USE_TLS) */
31926 .size GL_PREFIX(VertexAttribIPointerEXT), .-GL_PREFIX(VertexAttribIPointerEXT)
31927
31928 .p2align 4,,15
31929 .globl GL_PREFIX(FramebufferTextureLayerEXT)
31930 .type GL_PREFIX(FramebufferTextureLayerEXT), @function
31931 GL_PREFIX(FramebufferTextureLayerEXT):
31932 #if defined(GLX_USE_TLS)
31933 call _x86_64_get_dispatch@PLT
31934 movq 6744(%rax), %r11
31935 jmp *%r11
31936 #elif defined(PTHREADS)
31937 pushq %rdi
31938 pushq %rsi
31939 pushq %rdx
31940 pushq %rcx
31941 pushq %r8
31942 call _x86_64_get_dispatch@PLT
31943 popq %r8
31944 popq %rcx
31945 popq %rdx
31946 popq %rsi
31947 popq %rdi
31948 movq 6744(%rax), %r11
31949 jmp *%r11
31950 #else
31951 movq _glapi_Dispatch(%rip), %rax
31952 testq %rax, %rax
31953 je 1f
31954 movq 6744(%rax), %r11
31955 jmp *%r11
31956 1:
31957 pushq %rdi
31958 pushq %rsi
31959 pushq %rdx
31960 pushq %rcx
31961 pushq %r8
31962 call _glapi_get_dispatch
31963 popq %r8
31964 popq %rcx
31965 popq %rdx
31966 popq %rsi
31967 popq %rdi
31968 movq 6744(%rax), %r11
31969 jmp *%r11
31970 #endif /* defined(GLX_USE_TLS) */
31971 .size GL_PREFIX(FramebufferTextureLayerEXT), .-GL_PREFIX(FramebufferTextureLayerEXT)
31972
31973 .p2align 4,,15
31974 .globl GL_PREFIX(ColorMaskIndexedEXT)
31975 .type GL_PREFIX(ColorMaskIndexedEXT), @function
31976 GL_PREFIX(ColorMaskIndexedEXT):
31977 #if defined(GLX_USE_TLS)
31978 call _x86_64_get_dispatch@PLT
31979 movq 6752(%rax), %r11
31980 jmp *%r11
31981 #elif defined(PTHREADS)
31982 pushq %rdi
31983 pushq %rsi
31984 pushq %rdx
31985 pushq %rcx
31986 pushq %r8
31987 call _x86_64_get_dispatch@PLT
31988 popq %r8
31989 popq %rcx
31990 popq %rdx
31991 popq %rsi
31992 popq %rdi
31993 movq 6752(%rax), %r11
31994 jmp *%r11
31995 #else
31996 movq _glapi_Dispatch(%rip), %rax
31997 testq %rax, %rax
31998 je 1f
31999 movq 6752(%rax), %r11
32000 jmp *%r11
32001 1:
32002 pushq %rdi
32003 pushq %rsi
32004 pushq %rdx
32005 pushq %rcx
32006 pushq %r8
32007 call _glapi_get_dispatch
32008 popq %r8
32009 popq %rcx
32010 popq %rdx
32011 popq %rsi
32012 popq %rdi
32013 movq 6752(%rax), %r11
32014 jmp *%r11
32015 #endif /* defined(GLX_USE_TLS) */
32016 .size GL_PREFIX(ColorMaskIndexedEXT), .-GL_PREFIX(ColorMaskIndexedEXT)
32017
32018 .p2align 4,,15
32019 .globl GL_PREFIX(DisableIndexedEXT)
32020 .type GL_PREFIX(DisableIndexedEXT), @function
32021 GL_PREFIX(DisableIndexedEXT):
32022 #if defined(GLX_USE_TLS)
32023 call _x86_64_get_dispatch@PLT
32024 movq 6760(%rax), %r11
32025 jmp *%r11
32026 #elif defined(PTHREADS)
32027 pushq %rdi
32028 pushq %rsi
32029 pushq %rbp
32030 call _x86_64_get_dispatch@PLT
32031 popq %rbp
32032 popq %rsi
32033 popq %rdi
32034 movq 6760(%rax), %r11
32035 jmp *%r11
32036 #else
32037 movq _glapi_Dispatch(%rip), %rax
32038 testq %rax, %rax
32039 je 1f
32040 movq 6760(%rax), %r11
32041 jmp *%r11
32042 1:
32043 pushq %rdi
32044 pushq %rsi
32045 pushq %rbp
32046 call _glapi_get_dispatch
32047 popq %rbp
32048 popq %rsi
32049 popq %rdi
32050 movq 6760(%rax), %r11
32051 jmp *%r11
32052 #endif /* defined(GLX_USE_TLS) */
32053 .size GL_PREFIX(DisableIndexedEXT), .-GL_PREFIX(DisableIndexedEXT)
32054
32055 .p2align 4,,15
32056 .globl GL_PREFIX(EnableIndexedEXT)
32057 .type GL_PREFIX(EnableIndexedEXT), @function
32058 GL_PREFIX(EnableIndexedEXT):
32059 #if defined(GLX_USE_TLS)
32060 call _x86_64_get_dispatch@PLT
32061 movq 6768(%rax), %r11
32062 jmp *%r11
32063 #elif defined(PTHREADS)
32064 pushq %rdi
32065 pushq %rsi
32066 pushq %rbp
32067 call _x86_64_get_dispatch@PLT
32068 popq %rbp
32069 popq %rsi
32070 popq %rdi
32071 movq 6768(%rax), %r11
32072 jmp *%r11
32073 #else
32074 movq _glapi_Dispatch(%rip), %rax
32075 testq %rax, %rax
32076 je 1f
32077 movq 6768(%rax), %r11
32078 jmp *%r11
32079 1:
32080 pushq %rdi
32081 pushq %rsi
32082 pushq %rbp
32083 call _glapi_get_dispatch
32084 popq %rbp
32085 popq %rsi
32086 popq %rdi
32087 movq 6768(%rax), %r11
32088 jmp *%r11
32089 #endif /* defined(GLX_USE_TLS) */
32090 .size GL_PREFIX(EnableIndexedEXT), .-GL_PREFIX(EnableIndexedEXT)
32091
32092 .p2align 4,,15
32093 .globl GL_PREFIX(GetBooleanIndexedvEXT)
32094 .type GL_PREFIX(GetBooleanIndexedvEXT), @function
32095 GL_PREFIX(GetBooleanIndexedvEXT):
32096 #if defined(GLX_USE_TLS)
32097 call _x86_64_get_dispatch@PLT
32098 movq 6776(%rax), %r11
32099 jmp *%r11
32100 #elif defined(PTHREADS)
32101 pushq %rdi
32102 pushq %rsi
32103 pushq %rdx
32104 call _x86_64_get_dispatch@PLT
32105 popq %rdx
32106 popq %rsi
32107 popq %rdi
32108 movq 6776(%rax), %r11
32109 jmp *%r11
32110 #else
32111 movq _glapi_Dispatch(%rip), %rax
32112 testq %rax, %rax
32113 je 1f
32114 movq 6776(%rax), %r11
32115 jmp *%r11
32116 1:
32117 pushq %rdi
32118 pushq %rsi
32119 pushq %rdx
32120 call _glapi_get_dispatch
32121 popq %rdx
32122 popq %rsi
32123 popq %rdi
32124 movq 6776(%rax), %r11
32125 jmp *%r11
32126 #endif /* defined(GLX_USE_TLS) */
32127 .size GL_PREFIX(GetBooleanIndexedvEXT), .-GL_PREFIX(GetBooleanIndexedvEXT)
32128
32129 .p2align 4,,15
32130 .globl GL_PREFIX(GetIntegerIndexedvEXT)
32131 .type GL_PREFIX(GetIntegerIndexedvEXT), @function
32132 GL_PREFIX(GetIntegerIndexedvEXT):
32133 #if defined(GLX_USE_TLS)
32134 call _x86_64_get_dispatch@PLT
32135 movq 6784(%rax), %r11
32136 jmp *%r11
32137 #elif defined(PTHREADS)
32138 pushq %rdi
32139 pushq %rsi
32140 pushq %rdx
32141 call _x86_64_get_dispatch@PLT
32142 popq %rdx
32143 popq %rsi
32144 popq %rdi
32145 movq 6784(%rax), %r11
32146 jmp *%r11
32147 #else
32148 movq _glapi_Dispatch(%rip), %rax
32149 testq %rax, %rax
32150 je 1f
32151 movq 6784(%rax), %r11
32152 jmp *%r11
32153 1:
32154 pushq %rdi
32155 pushq %rsi
32156 pushq %rdx
32157 call _glapi_get_dispatch
32158 popq %rdx
32159 popq %rsi
32160 popq %rdi
32161 movq 6784(%rax), %r11
32162 jmp *%r11
32163 #endif /* defined(GLX_USE_TLS) */
32164 .size GL_PREFIX(GetIntegerIndexedvEXT), .-GL_PREFIX(GetIntegerIndexedvEXT)
32165
32166 .p2align 4,,15
32167 .globl GL_PREFIX(IsEnabledIndexedEXT)
32168 .type GL_PREFIX(IsEnabledIndexedEXT), @function
32169 GL_PREFIX(IsEnabledIndexedEXT):
32170 #if defined(GLX_USE_TLS)
32171 call _x86_64_get_dispatch@PLT
32172 movq 6792(%rax), %r11
32173 jmp *%r11
32174 #elif defined(PTHREADS)
32175 pushq %rdi
32176 pushq %rsi
32177 pushq %rbp
32178 call _x86_64_get_dispatch@PLT
32179 popq %rbp
32180 popq %rsi
32181 popq %rdi
32182 movq 6792(%rax), %r11
32183 jmp *%r11
32184 #else
32185 movq _glapi_Dispatch(%rip), %rax
32186 testq %rax, %rax
32187 je 1f
32188 movq 6792(%rax), %r11
32189 jmp *%r11
32190 1:
32191 pushq %rdi
32192 pushq %rsi
32193 pushq %rbp
32194 call _glapi_get_dispatch
32195 popq %rbp
32196 popq %rsi
32197 popq %rdi
32198 movq 6792(%rax), %r11
32199 jmp *%r11
32200 #endif /* defined(GLX_USE_TLS) */
32201 .size GL_PREFIX(IsEnabledIndexedEXT), .-GL_PREFIX(IsEnabledIndexedEXT)
32202
32203 .p2align 4,,15
32204 .globl GL_PREFIX(ClearColorIiEXT)
32205 .type GL_PREFIX(ClearColorIiEXT), @function
32206 GL_PREFIX(ClearColorIiEXT):
32207 #if defined(GLX_USE_TLS)
32208 call _x86_64_get_dispatch@PLT
32209 movq 6800(%rax), %r11
32210 jmp *%r11
32211 #elif defined(PTHREADS)
32212 pushq %rdi
32213 pushq %rsi
32214 pushq %rdx
32215 pushq %rcx
32216 pushq %rbp
32217 call _x86_64_get_dispatch@PLT
32218 popq %rbp
32219 popq %rcx
32220 popq %rdx
32221 popq %rsi
32222 popq %rdi
32223 movq 6800(%rax), %r11
32224 jmp *%r11
32225 #else
32226 movq _glapi_Dispatch(%rip), %rax
32227 testq %rax, %rax
32228 je 1f
32229 movq 6800(%rax), %r11
32230 jmp *%r11
32231 1:
32232 pushq %rdi
32233 pushq %rsi
32234 pushq %rdx
32235 pushq %rcx
32236 pushq %rbp
32237 call _glapi_get_dispatch
32238 popq %rbp
32239 popq %rcx
32240 popq %rdx
32241 popq %rsi
32242 popq %rdi
32243 movq 6800(%rax), %r11
32244 jmp *%r11
32245 #endif /* defined(GLX_USE_TLS) */
32246 .size GL_PREFIX(ClearColorIiEXT), .-GL_PREFIX(ClearColorIiEXT)
32247
32248 .p2align 4,,15
32249 .globl GL_PREFIX(ClearColorIuiEXT)
32250 .type GL_PREFIX(ClearColorIuiEXT), @function
32251 GL_PREFIX(ClearColorIuiEXT):
32252 #if defined(GLX_USE_TLS)
32253 call _x86_64_get_dispatch@PLT
32254 movq 6808(%rax), %r11
32255 jmp *%r11
32256 #elif defined(PTHREADS)
32257 pushq %rdi
32258 pushq %rsi
32259 pushq %rdx
32260 pushq %rcx
32261 pushq %rbp
32262 call _x86_64_get_dispatch@PLT
32263 popq %rbp
32264 popq %rcx
32265 popq %rdx
32266 popq %rsi
32267 popq %rdi
32268 movq 6808(%rax), %r11
32269 jmp *%r11
32270 #else
32271 movq _glapi_Dispatch(%rip), %rax
32272 testq %rax, %rax
32273 je 1f
32274 movq 6808(%rax), %r11
32275 jmp *%r11
32276 1:
32277 pushq %rdi
32278 pushq %rsi
32279 pushq %rdx
32280 pushq %rcx
32281 pushq %rbp
32282 call _glapi_get_dispatch
32283 popq %rbp
32284 popq %rcx
32285 popq %rdx
32286 popq %rsi
32287 popq %rdi
32288 movq 6808(%rax), %r11
32289 jmp *%r11
32290 #endif /* defined(GLX_USE_TLS) */
32291 .size GL_PREFIX(ClearColorIuiEXT), .-GL_PREFIX(ClearColorIuiEXT)
32292
32293 .p2align 4,,15
32294 .globl GL_PREFIX(GetTexParameterIivEXT)
32295 .type GL_PREFIX(GetTexParameterIivEXT), @function
32296 GL_PREFIX(GetTexParameterIivEXT):
32297 #if defined(GLX_USE_TLS)
32298 call _x86_64_get_dispatch@PLT
32299 movq 6816(%rax), %r11
32300 jmp *%r11
32301 #elif defined(PTHREADS)
32302 pushq %rdi
32303 pushq %rsi
32304 pushq %rdx
32305 call _x86_64_get_dispatch@PLT
32306 popq %rdx
32307 popq %rsi
32308 popq %rdi
32309 movq 6816(%rax), %r11
32310 jmp *%r11
32311 #else
32312 movq _glapi_Dispatch(%rip), %rax
32313 testq %rax, %rax
32314 je 1f
32315 movq 6816(%rax), %r11
32316 jmp *%r11
32317 1:
32318 pushq %rdi
32319 pushq %rsi
32320 pushq %rdx
32321 call _glapi_get_dispatch
32322 popq %rdx
32323 popq %rsi
32324 popq %rdi
32325 movq 6816(%rax), %r11
32326 jmp *%r11
32327 #endif /* defined(GLX_USE_TLS) */
32328 .size GL_PREFIX(GetTexParameterIivEXT), .-GL_PREFIX(GetTexParameterIivEXT)
32329
32330 .p2align 4,,15
32331 .globl GL_PREFIX(GetTexParameterIuivEXT)
32332 .type GL_PREFIX(GetTexParameterIuivEXT), @function
32333 GL_PREFIX(GetTexParameterIuivEXT):
32334 #if defined(GLX_USE_TLS)
32335 call _x86_64_get_dispatch@PLT
32336 movq 6824(%rax), %r11
32337 jmp *%r11
32338 #elif defined(PTHREADS)
32339 pushq %rdi
32340 pushq %rsi
32341 pushq %rdx
32342 call _x86_64_get_dispatch@PLT
32343 popq %rdx
32344 popq %rsi
32345 popq %rdi
32346 movq 6824(%rax), %r11
32347 jmp *%r11
32348 #else
32349 movq _glapi_Dispatch(%rip), %rax
32350 testq %rax, %rax
32351 je 1f
32352 movq 6824(%rax), %r11
32353 jmp *%r11
32354 1:
32355 pushq %rdi
32356 pushq %rsi
32357 pushq %rdx
32358 call _glapi_get_dispatch
32359 popq %rdx
32360 popq %rsi
32361 popq %rdi
32362 movq 6824(%rax), %r11
32363 jmp *%r11
32364 #endif /* defined(GLX_USE_TLS) */
32365 .size GL_PREFIX(GetTexParameterIuivEXT), .-GL_PREFIX(GetTexParameterIuivEXT)
32366
32367 .p2align 4,,15
32368 .globl GL_PREFIX(TexParameterIivEXT)
32369 .type GL_PREFIX(TexParameterIivEXT), @function
32370 GL_PREFIX(TexParameterIivEXT):
32371 #if defined(GLX_USE_TLS)
32372 call _x86_64_get_dispatch@PLT
32373 movq 6832(%rax), %r11
32374 jmp *%r11
32375 #elif defined(PTHREADS)
32376 pushq %rdi
32377 pushq %rsi
32378 pushq %rdx
32379 call _x86_64_get_dispatch@PLT
32380 popq %rdx
32381 popq %rsi
32382 popq %rdi
32383 movq 6832(%rax), %r11
32384 jmp *%r11
32385 #else
32386 movq _glapi_Dispatch(%rip), %rax
32387 testq %rax, %rax
32388 je 1f
32389 movq 6832(%rax), %r11
32390 jmp *%r11
32391 1:
32392 pushq %rdi
32393 pushq %rsi
32394 pushq %rdx
32395 call _glapi_get_dispatch
32396 popq %rdx
32397 popq %rsi
32398 popq %rdi
32399 movq 6832(%rax), %r11
32400 jmp *%r11
32401 #endif /* defined(GLX_USE_TLS) */
32402 .size GL_PREFIX(TexParameterIivEXT), .-GL_PREFIX(TexParameterIivEXT)
32403
32404 .p2align 4,,15
32405 .globl GL_PREFIX(TexParameterIuivEXT)
32406 .type GL_PREFIX(TexParameterIuivEXT), @function
32407 GL_PREFIX(TexParameterIuivEXT):
32408 #if defined(GLX_USE_TLS)
32409 call _x86_64_get_dispatch@PLT
32410 movq 6840(%rax), %r11
32411 jmp *%r11
32412 #elif defined(PTHREADS)
32413 pushq %rdi
32414 pushq %rsi
32415 pushq %rdx
32416 call _x86_64_get_dispatch@PLT
32417 popq %rdx
32418 popq %rsi
32419 popq %rdi
32420 movq 6840(%rax), %r11
32421 jmp *%r11
32422 #else
32423 movq _glapi_Dispatch(%rip), %rax
32424 testq %rax, %rax
32425 je 1f
32426 movq 6840(%rax), %r11
32427 jmp *%r11
32428 1:
32429 pushq %rdi
32430 pushq %rsi
32431 pushq %rdx
32432 call _glapi_get_dispatch
32433 popq %rdx
32434 popq %rsi
32435 popq %rdi
32436 movq 6840(%rax), %r11
32437 jmp *%r11
32438 #endif /* defined(GLX_USE_TLS) */
32439 .size GL_PREFIX(TexParameterIuivEXT), .-GL_PREFIX(TexParameterIuivEXT)
32440
32441 .p2align 4,,15
32442 .globl GL_PREFIX(BeginConditionalRenderNV)
32443 .type GL_PREFIX(BeginConditionalRenderNV), @function
32444 GL_PREFIX(BeginConditionalRenderNV):
32445 #if defined(GLX_USE_TLS)
32446 call _x86_64_get_dispatch@PLT
32447 movq 6848(%rax), %r11
32448 jmp *%r11
32449 #elif defined(PTHREADS)
32450 pushq %rdi
32451 pushq %rsi
32452 pushq %rbp
32453 call _x86_64_get_dispatch@PLT
32454 popq %rbp
32455 popq %rsi
32456 popq %rdi
32457 movq 6848(%rax), %r11
32458 jmp *%r11
32459 #else
32460 movq _glapi_Dispatch(%rip), %rax
32461 testq %rax, %rax
32462 je 1f
32463 movq 6848(%rax), %r11
32464 jmp *%r11
32465 1:
32466 pushq %rdi
32467 pushq %rsi
32468 pushq %rbp
32469 call _glapi_get_dispatch
32470 popq %rbp
32471 popq %rsi
32472 popq %rdi
32473 movq 6848(%rax), %r11
32474 jmp *%r11
32475 #endif /* defined(GLX_USE_TLS) */
32476 .size GL_PREFIX(BeginConditionalRenderNV), .-GL_PREFIX(BeginConditionalRenderNV)
32477
32478 .p2align 4,,15
32479 .globl GL_PREFIX(EndConditionalRenderNV)
32480 .type GL_PREFIX(EndConditionalRenderNV), @function
32481 GL_PREFIX(EndConditionalRenderNV):
32482 #if defined(GLX_USE_TLS)
32483 call _x86_64_get_dispatch@PLT
32484 movq 6856(%rax), %r11
32485 jmp *%r11
32486 #elif defined(PTHREADS)
32487 pushq %rbp
32488 call _x86_64_get_dispatch@PLT
32489 popq %rbp
32490 movq 6856(%rax), %r11
32491 jmp *%r11
32492 #else
32493 movq _glapi_Dispatch(%rip), %rax
32494 testq %rax, %rax
32495 je 1f
32496 movq 6856(%rax), %r11
32497 jmp *%r11
32498 1:
32499 pushq %rbp
32500 call _glapi_get_dispatch
32501 popq %rbp
32502 movq 6856(%rax), %r11
32503 jmp *%r11
32504 #endif /* defined(GLX_USE_TLS) */
32505 .size GL_PREFIX(EndConditionalRenderNV), .-GL_PREFIX(EndConditionalRenderNV)
32506
32507 .p2align 4,,15
32508 .globl GL_PREFIX(BeginTransformFeedbackEXT)
32509 .type GL_PREFIX(BeginTransformFeedbackEXT), @function
32510 GL_PREFIX(BeginTransformFeedbackEXT):
32511 #if defined(GLX_USE_TLS)
32512 call _x86_64_get_dispatch@PLT
32513 movq 6864(%rax), %r11
32514 jmp *%r11
32515 #elif defined(PTHREADS)
32516 pushq %rdi
32517 call _x86_64_get_dispatch@PLT
32518 popq %rdi
32519 movq 6864(%rax), %r11
32520 jmp *%r11
32521 #else
32522 movq _glapi_Dispatch(%rip), %rax
32523 testq %rax, %rax
32524 je 1f
32525 movq 6864(%rax), %r11
32526 jmp *%r11
32527 1:
32528 pushq %rdi
32529 call _glapi_get_dispatch
32530 popq %rdi
32531 movq 6864(%rax), %r11
32532 jmp *%r11
32533 #endif /* defined(GLX_USE_TLS) */
32534 .size GL_PREFIX(BeginTransformFeedbackEXT), .-GL_PREFIX(BeginTransformFeedbackEXT)
32535
32536 .p2align 4,,15
32537 .globl GL_PREFIX(BindBufferBaseEXT)
32538 .type GL_PREFIX(BindBufferBaseEXT), @function
32539 GL_PREFIX(BindBufferBaseEXT):
32540 #if defined(GLX_USE_TLS)
32541 call _x86_64_get_dispatch@PLT
32542 movq 6872(%rax), %r11
32543 jmp *%r11
32544 #elif defined(PTHREADS)
32545 pushq %rdi
32546 pushq %rsi
32547 pushq %rdx
32548 call _x86_64_get_dispatch@PLT
32549 popq %rdx
32550 popq %rsi
32551 popq %rdi
32552 movq 6872(%rax), %r11
32553 jmp *%r11
32554 #else
32555 movq _glapi_Dispatch(%rip), %rax
32556 testq %rax, %rax
32557 je 1f
32558 movq 6872(%rax), %r11
32559 jmp *%r11
32560 1:
32561 pushq %rdi
32562 pushq %rsi
32563 pushq %rdx
32564 call _glapi_get_dispatch
32565 popq %rdx
32566 popq %rsi
32567 popq %rdi
32568 movq 6872(%rax), %r11
32569 jmp *%r11
32570 #endif /* defined(GLX_USE_TLS) */
32571 .size GL_PREFIX(BindBufferBaseEXT), .-GL_PREFIX(BindBufferBaseEXT)
32572
32573 .p2align 4,,15
32574 .globl GL_PREFIX(BindBufferOffsetEXT)
32575 .type GL_PREFIX(BindBufferOffsetEXT), @function
32576 GL_PREFIX(BindBufferOffsetEXT):
32577 #if defined(GLX_USE_TLS)
32578 call _x86_64_get_dispatch@PLT
32579 movq 6880(%rax), %r11
32580 jmp *%r11
32581 #elif defined(PTHREADS)
32582 pushq %rdi
32583 pushq %rsi
32584 pushq %rdx
32585 pushq %rcx
32586 pushq %rbp
32587 call _x86_64_get_dispatch@PLT
32588 popq %rbp
32589 popq %rcx
32590 popq %rdx
32591 popq %rsi
32592 popq %rdi
32593 movq 6880(%rax), %r11
32594 jmp *%r11
32595 #else
32596 movq _glapi_Dispatch(%rip), %rax
32597 testq %rax, %rax
32598 je 1f
32599 movq 6880(%rax), %r11
32600 jmp *%r11
32601 1:
32602 pushq %rdi
32603 pushq %rsi
32604 pushq %rdx
32605 pushq %rcx
32606 pushq %rbp
32607 call _glapi_get_dispatch
32608 popq %rbp
32609 popq %rcx
32610 popq %rdx
32611 popq %rsi
32612 popq %rdi
32613 movq 6880(%rax), %r11
32614 jmp *%r11
32615 #endif /* defined(GLX_USE_TLS) */
32616 .size GL_PREFIX(BindBufferOffsetEXT), .-GL_PREFIX(BindBufferOffsetEXT)
32617
32618 .p2align 4,,15
32619 .globl GL_PREFIX(BindBufferRangeEXT)
32620 .type GL_PREFIX(BindBufferRangeEXT), @function
32621 GL_PREFIX(BindBufferRangeEXT):
32622 #if defined(GLX_USE_TLS)
32623 call _x86_64_get_dispatch@PLT
32624 movq 6888(%rax), %r11
32625 jmp *%r11
32626 #elif defined(PTHREADS)
32627 pushq %rdi
32628 pushq %rsi
32629 pushq %rdx
32630 pushq %rcx
32631 pushq %r8
32632 call _x86_64_get_dispatch@PLT
32633 popq %r8
32634 popq %rcx
32635 popq %rdx
32636 popq %rsi
32637 popq %rdi
32638 movq 6888(%rax), %r11
32639 jmp *%r11
32640 #else
32641 movq _glapi_Dispatch(%rip), %rax
32642 testq %rax, %rax
32643 je 1f
32644 movq 6888(%rax), %r11
32645 jmp *%r11
32646 1:
32647 pushq %rdi
32648 pushq %rsi
32649 pushq %rdx
32650 pushq %rcx
32651 pushq %r8
32652 call _glapi_get_dispatch
32653 popq %r8
32654 popq %rcx
32655 popq %rdx
32656 popq %rsi
32657 popq %rdi
32658 movq 6888(%rax), %r11
32659 jmp *%r11
32660 #endif /* defined(GLX_USE_TLS) */
32661 .size GL_PREFIX(BindBufferRangeEXT), .-GL_PREFIX(BindBufferRangeEXT)
32662
32663 .p2align 4,,15
32664 .globl GL_PREFIX(EndTransformFeedbackEXT)
32665 .type GL_PREFIX(EndTransformFeedbackEXT), @function
32666 GL_PREFIX(EndTransformFeedbackEXT):
32667 #if defined(GLX_USE_TLS)
32668 call _x86_64_get_dispatch@PLT
32669 movq 6896(%rax), %r11
32670 jmp *%r11
32671 #elif defined(PTHREADS)
32672 pushq %rbp
32673 call _x86_64_get_dispatch@PLT
32674 popq %rbp
32675 movq 6896(%rax), %r11
32676 jmp *%r11
32677 #else
32678 movq _glapi_Dispatch(%rip), %rax
32679 testq %rax, %rax
32680 je 1f
32681 movq 6896(%rax), %r11
32682 jmp *%r11
32683 1:
32684 pushq %rbp
32685 call _glapi_get_dispatch
32686 popq %rbp
32687 movq 6896(%rax), %r11
32688 jmp *%r11
32689 #endif /* defined(GLX_USE_TLS) */
32690 .size GL_PREFIX(EndTransformFeedbackEXT), .-GL_PREFIX(EndTransformFeedbackEXT)
32691
32692 .p2align 4,,15
32693 .globl GL_PREFIX(GetTransformFeedbackVaryingEXT)
32694 .type GL_PREFIX(GetTransformFeedbackVaryingEXT), @function
32695 GL_PREFIX(GetTransformFeedbackVaryingEXT):
32696 #if defined(GLX_USE_TLS)
32697 call _x86_64_get_dispatch@PLT
32698 movq 6904(%rax), %r11
32699 jmp *%r11
32700 #elif defined(PTHREADS)
32701 pushq %rdi
32702 pushq %rsi
32703 pushq %rdx
32704 pushq %rcx
32705 pushq %r8
32706 pushq %r9
32707 pushq %rbp
32708 call _x86_64_get_dispatch@PLT
32709 popq %rbp
32710 popq %r9
32711 popq %r8
32712 popq %rcx
32713 popq %rdx
32714 popq %rsi
32715 popq %rdi
32716 movq 6904(%rax), %r11
32717 jmp *%r11
32718 #else
32719 movq _glapi_Dispatch(%rip), %rax
32720 testq %rax, %rax
32721 je 1f
32722 movq 6904(%rax), %r11
32723 jmp *%r11
32724 1:
32725 pushq %rdi
32726 pushq %rsi
32727 pushq %rdx
32728 pushq %rcx
32729 pushq %r8
32730 pushq %r9
32731 pushq %rbp
32732 call _glapi_get_dispatch
32733 popq %rbp
32734 popq %r9
32735 popq %r8
32736 popq %rcx
32737 popq %rdx
32738 popq %rsi
32739 popq %rdi
32740 movq 6904(%rax), %r11
32741 jmp *%r11
32742 #endif /* defined(GLX_USE_TLS) */
32743 .size GL_PREFIX(GetTransformFeedbackVaryingEXT), .-GL_PREFIX(GetTransformFeedbackVaryingEXT)
32744
32745 .p2align 4,,15
32746 .globl GL_PREFIX(TransformFeedbackVaryingsEXT)
32747 .type GL_PREFIX(TransformFeedbackVaryingsEXT), @function
32748 GL_PREFIX(TransformFeedbackVaryingsEXT):
32749 #if defined(GLX_USE_TLS)
32750 call _x86_64_get_dispatch@PLT
32751 movq 6912(%rax), %r11
32752 jmp *%r11
32753 #elif defined(PTHREADS)
32754 pushq %rdi
32755 pushq %rsi
32756 pushq %rdx
32757 pushq %rcx
32758 pushq %rbp
32759 call _x86_64_get_dispatch@PLT
32760 popq %rbp
32761 popq %rcx
32762 popq %rdx
32763 popq %rsi
32764 popq %rdi
32765 movq 6912(%rax), %r11
32766 jmp *%r11
32767 #else
32768 movq _glapi_Dispatch(%rip), %rax
32769 testq %rax, %rax
32770 je 1f
32771 movq 6912(%rax), %r11
32772 jmp *%r11
32773 1:
32774 pushq %rdi
32775 pushq %rsi
32776 pushq %rdx
32777 pushq %rcx
32778 pushq %rbp
32779 call _glapi_get_dispatch
32780 popq %rbp
32781 popq %rcx
32782 popq %rdx
32783 popq %rsi
32784 popq %rdi
32785 movq 6912(%rax), %r11
32786 jmp *%r11
32787 #endif /* defined(GLX_USE_TLS) */
32788 .size GL_PREFIX(TransformFeedbackVaryingsEXT), .-GL_PREFIX(TransformFeedbackVaryingsEXT)
32789
32790 .p2align 4,,15
32791 .globl GL_PREFIX(ProvokingVertexEXT)
32792 .type GL_PREFIX(ProvokingVertexEXT), @function
32793 GL_PREFIX(ProvokingVertexEXT):
32794 #if defined(GLX_USE_TLS)
32795 call _x86_64_get_dispatch@PLT
32796 movq 6920(%rax), %r11
32797 jmp *%r11
32798 #elif defined(PTHREADS)
32799 pushq %rdi
32800 call _x86_64_get_dispatch@PLT
32801 popq %rdi
32802 movq 6920(%rax), %r11
32803 jmp *%r11
32804 #else
32805 movq _glapi_Dispatch(%rip), %rax
32806 testq %rax, %rax
32807 je 1f
32808 movq 6920(%rax), %r11
32809 jmp *%r11
32810 1:
32811 pushq %rdi
32812 call _glapi_get_dispatch
32813 popq %rdi
32814 movq 6920(%rax), %r11
32815 jmp *%r11
32816 #endif /* defined(GLX_USE_TLS) */
32817 .size GL_PREFIX(ProvokingVertexEXT), .-GL_PREFIX(ProvokingVertexEXT)
32818
32819 .p2align 4,,15
32820 .globl GL_PREFIX(_dispatch_stub_866)
32821 .type GL_PREFIX(_dispatch_stub_866), @function
32822 HIDDEN(GL_PREFIX(_dispatch_stub_866))
32823 GL_PREFIX(_dispatch_stub_866):
32824 #if defined(GLX_USE_TLS)
32825 call _x86_64_get_dispatch@PLT
32826 movq 6928(%rax), %r11
32827 jmp *%r11
32828 #elif defined(PTHREADS)
32829 pushq %rdi
32830 pushq %rsi
32831 pushq %rdx
32832 call _x86_64_get_dispatch@PLT
32833 popq %rdx
32834 popq %rsi
32835 popq %rdi
32836 movq 6928(%rax), %r11
32837 jmp *%r11
32838 #else
32839 movq _glapi_Dispatch(%rip), %rax
32840 testq %rax, %rax
32841 je 1f
32842 movq 6928(%rax), %r11
32843 jmp *%r11
32844 1:
32845 pushq %rdi
32846 pushq %rsi
32847 pushq %rdx
32848 call _glapi_get_dispatch
32849 popq %rdx
32850 popq %rsi
32851 popq %rdi
32852 movq 6928(%rax), %r11
32853 jmp *%r11
32854 #endif /* defined(GLX_USE_TLS) */
32855 .size GL_PREFIX(_dispatch_stub_866), .-GL_PREFIX(_dispatch_stub_866)
32856
32857 .p2align 4,,15
32858 .globl GL_PREFIX(_dispatch_stub_867)
32859 .type GL_PREFIX(_dispatch_stub_867), @function
32860 HIDDEN(GL_PREFIX(_dispatch_stub_867))
32861 GL_PREFIX(_dispatch_stub_867):
32862 #if defined(GLX_USE_TLS)
32863 call _x86_64_get_dispatch@PLT
32864 movq 6936(%rax), %r11
32865 jmp *%r11
32866 #elif defined(PTHREADS)
32867 pushq %rdi
32868 pushq %rsi
32869 pushq %rdx
32870 call _x86_64_get_dispatch@PLT
32871 popq %rdx
32872 popq %rsi
32873 popq %rdi
32874 movq 6936(%rax), %r11
32875 jmp *%r11
32876 #else
32877 movq _glapi_Dispatch(%rip), %rax
32878 testq %rax, %rax
32879 je 1f
32880 movq 6936(%rax), %r11
32881 jmp *%r11
32882 1:
32883 pushq %rdi
32884 pushq %rsi
32885 pushq %rdx
32886 call _glapi_get_dispatch
32887 popq %rdx
32888 popq %rsi
32889 popq %rdi
32890 movq 6936(%rax), %r11
32891 jmp *%r11
32892 #endif /* defined(GLX_USE_TLS) */
32893 .size GL_PREFIX(_dispatch_stub_867), .-GL_PREFIX(_dispatch_stub_867)
32894
32895 .p2align 4,,15
32896 .globl GL_PREFIX(GetObjectParameterivAPPLE)
32897 .type GL_PREFIX(GetObjectParameterivAPPLE), @function
32898 GL_PREFIX(GetObjectParameterivAPPLE):
32899 #if defined(GLX_USE_TLS)
32900 call _x86_64_get_dispatch@PLT
32901 movq 6944(%rax), %r11
32902 jmp *%r11
32903 #elif defined(PTHREADS)
32904 pushq %rdi
32905 pushq %rsi
32906 pushq %rdx
32907 pushq %rcx
32908 pushq %rbp
32909 call _x86_64_get_dispatch@PLT
32910 popq %rbp
32911 popq %rcx
32912 popq %rdx
32913 popq %rsi
32914 popq %rdi
32915 movq 6944(%rax), %r11
32916 jmp *%r11
32917 #else
32918 movq _glapi_Dispatch(%rip), %rax
32919 testq %rax, %rax
32920 je 1f
32921 movq 6944(%rax), %r11
32922 jmp *%r11
32923 1:
32924 pushq %rdi
32925 pushq %rsi
32926 pushq %rdx
32927 pushq %rcx
32928 pushq %rbp
32929 call _glapi_get_dispatch
32930 popq %rbp
32931 popq %rcx
32932 popq %rdx
32933 popq %rsi
32934 popq %rdi
32935 movq 6944(%rax), %r11
32936 jmp *%r11
32937 #endif /* defined(GLX_USE_TLS) */
32938 .size GL_PREFIX(GetObjectParameterivAPPLE), .-GL_PREFIX(GetObjectParameterivAPPLE)
32939
32940 .p2align 4,,15
32941 .globl GL_PREFIX(ObjectPurgeableAPPLE)
32942 .type GL_PREFIX(ObjectPurgeableAPPLE), @function
32943 GL_PREFIX(ObjectPurgeableAPPLE):
32944 #if defined(GLX_USE_TLS)
32945 call _x86_64_get_dispatch@PLT
32946 movq 6952(%rax), %r11
32947 jmp *%r11
32948 #elif defined(PTHREADS)
32949 pushq %rdi
32950 pushq %rsi
32951 pushq %rdx
32952 call _x86_64_get_dispatch@PLT
32953 popq %rdx
32954 popq %rsi
32955 popq %rdi
32956 movq 6952(%rax), %r11
32957 jmp *%r11
32958 #else
32959 movq _glapi_Dispatch(%rip), %rax
32960 testq %rax, %rax
32961 je 1f
32962 movq 6952(%rax), %r11
32963 jmp *%r11
32964 1:
32965 pushq %rdi
32966 pushq %rsi
32967 pushq %rdx
32968 call _glapi_get_dispatch
32969 popq %rdx
32970 popq %rsi
32971 popq %rdi
32972 movq 6952(%rax), %r11
32973 jmp *%r11
32974 #endif /* defined(GLX_USE_TLS) */
32975 .size GL_PREFIX(ObjectPurgeableAPPLE), .-GL_PREFIX(ObjectPurgeableAPPLE)
32976
32977 .p2align 4,,15
32978 .globl GL_PREFIX(ObjectUnpurgeableAPPLE)
32979 .type GL_PREFIX(ObjectUnpurgeableAPPLE), @function
32980 GL_PREFIX(ObjectUnpurgeableAPPLE):
32981 #if defined(GLX_USE_TLS)
32982 call _x86_64_get_dispatch@PLT
32983 movq 6960(%rax), %r11
32984 jmp *%r11
32985 #elif defined(PTHREADS)
32986 pushq %rdi
32987 pushq %rsi
32988 pushq %rdx
32989 call _x86_64_get_dispatch@PLT
32990 popq %rdx
32991 popq %rsi
32992 popq %rdi
32993 movq 6960(%rax), %r11
32994 jmp *%r11
32995 #else
32996 movq _glapi_Dispatch(%rip), %rax
32997 testq %rax, %rax
32998 je 1f
32999 movq 6960(%rax), %r11
33000 jmp *%r11
33001 1:
33002 pushq %rdi
33003 pushq %rsi
33004 pushq %rdx
33005 call _glapi_get_dispatch
33006 popq %rdx
33007 popq %rsi
33008 popq %rdi
33009 movq 6960(%rax), %r11
33010 jmp *%r11
33011 #endif /* defined(GLX_USE_TLS) */
33012 .size GL_PREFIX(ObjectUnpurgeableAPPLE), .-GL_PREFIX(ObjectUnpurgeableAPPLE)
33013
33014 .p2align 4,,15
33015 .globl GL_PREFIX(ActiveProgramEXT)
33016 .type GL_PREFIX(ActiveProgramEXT), @function
33017 GL_PREFIX(ActiveProgramEXT):
33018 #if defined(GLX_USE_TLS)
33019 call _x86_64_get_dispatch@PLT
33020 movq 6968(%rax), %r11
33021 jmp *%r11
33022 #elif defined(PTHREADS)
33023 pushq %rdi
33024 call _x86_64_get_dispatch@PLT
33025 popq %rdi
33026 movq 6968(%rax), %r11
33027 jmp *%r11
33028 #else
33029 movq _glapi_Dispatch(%rip), %rax
33030 testq %rax, %rax
33031 je 1f
33032 movq 6968(%rax), %r11
33033 jmp *%r11
33034 1:
33035 pushq %rdi
33036 call _glapi_get_dispatch
33037 popq %rdi
33038 movq 6968(%rax), %r11
33039 jmp *%r11
33040 #endif /* defined(GLX_USE_TLS) */
33041 .size GL_PREFIX(ActiveProgramEXT), .-GL_PREFIX(ActiveProgramEXT)
33042
33043 .p2align 4,,15
33044 .globl GL_PREFIX(CreateShaderProgramEXT)
33045 .type GL_PREFIX(CreateShaderProgramEXT), @function
33046 GL_PREFIX(CreateShaderProgramEXT):
33047 #if defined(GLX_USE_TLS)
33048 call _x86_64_get_dispatch@PLT
33049 movq 6976(%rax), %r11
33050 jmp *%r11
33051 #elif defined(PTHREADS)
33052 pushq %rdi
33053 pushq %rsi
33054 pushq %rbp
33055 call _x86_64_get_dispatch@PLT
33056 popq %rbp
33057 popq %rsi
33058 popq %rdi
33059 movq 6976(%rax), %r11
33060 jmp *%r11
33061 #else
33062 movq _glapi_Dispatch(%rip), %rax
33063 testq %rax, %rax
33064 je 1f
33065 movq 6976(%rax), %r11
33066 jmp *%r11
33067 1:
33068 pushq %rdi
33069 pushq %rsi
33070 pushq %rbp
33071 call _glapi_get_dispatch
33072 popq %rbp
33073 popq %rsi
33074 popq %rdi
33075 movq 6976(%rax), %r11
33076 jmp *%r11
33077 #endif /* defined(GLX_USE_TLS) */
33078 .size GL_PREFIX(CreateShaderProgramEXT), .-GL_PREFIX(CreateShaderProgramEXT)
33079
33080 .p2align 4,,15
33081 .globl GL_PREFIX(UseShaderProgramEXT)
33082 .type GL_PREFIX(UseShaderProgramEXT), @function
33083 GL_PREFIX(UseShaderProgramEXT):
33084 #if defined(GLX_USE_TLS)
33085 call _x86_64_get_dispatch@PLT
33086 movq 6984(%rax), %r11
33087 jmp *%r11
33088 #elif defined(PTHREADS)
33089 pushq %rdi
33090 pushq %rsi
33091 pushq %rbp
33092 call _x86_64_get_dispatch@PLT
33093 popq %rbp
33094 popq %rsi
33095 popq %rdi
33096 movq 6984(%rax), %r11
33097 jmp *%r11
33098 #else
33099 movq _glapi_Dispatch(%rip), %rax
33100 testq %rax, %rax
33101 je 1f
33102 movq 6984(%rax), %r11
33103 jmp *%r11
33104 1:
33105 pushq %rdi
33106 pushq %rsi
33107 pushq %rbp
33108 call _glapi_get_dispatch
33109 popq %rbp
33110 popq %rsi
33111 popq %rdi
33112 movq 6984(%rax), %r11
33113 jmp *%r11
33114 #endif /* defined(GLX_USE_TLS) */
33115 .size GL_PREFIX(UseShaderProgramEXT), .-GL_PREFIX(UseShaderProgramEXT)
33116
33117 .p2align 4,,15
33118 .globl GL_PREFIX(_dispatch_stub_874)
33119 .type GL_PREFIX(_dispatch_stub_874), @function
33120 HIDDEN(GL_PREFIX(_dispatch_stub_874))
33121 GL_PREFIX(_dispatch_stub_874):
33122 #if defined(GLX_USE_TLS)
33123 call _x86_64_get_dispatch@PLT
33124 movq 6992(%rax), %r11
33125 jmp *%r11
33126 #elif defined(PTHREADS)
33127 pushq %rdi
33128 pushq %rsi
33129 pushq %rdx
33130 pushq %rcx
33131 pushq %rbp
33132 call _x86_64_get_dispatch@PLT
33133 popq %rbp
33134 popq %rcx
33135 popq %rdx
33136 popq %rsi
33137 popq %rdi
33138 movq 6992(%rax), %r11
33139 jmp *%r11
33140 #else
33141 movq _glapi_Dispatch(%rip), %rax
33142 testq %rax, %rax
33143 je 1f
33144 movq 6992(%rax), %r11
33145 jmp *%r11
33146 1:
33147 pushq %rdi
33148 pushq %rsi
33149 pushq %rdx
33150 pushq %rcx
33151 pushq %rbp
33152 call _glapi_get_dispatch
33153 popq %rbp
33154 popq %rcx
33155 popq %rdx
33156 popq %rsi
33157 popq %rdi
33158 movq 6992(%rax), %r11
33159 jmp *%r11
33160 #endif /* defined(GLX_USE_TLS) */
33161 .size GL_PREFIX(_dispatch_stub_874), .-GL_PREFIX(_dispatch_stub_874)
33162
33163 .p2align 4,,15
33164 .globl GL_PREFIX(_dispatch_stub_875)
33165 .type GL_PREFIX(_dispatch_stub_875), @function
33166 HIDDEN(GL_PREFIX(_dispatch_stub_875))
33167 GL_PREFIX(_dispatch_stub_875):
33168 #if defined(GLX_USE_TLS)
33169 call _x86_64_get_dispatch@PLT
33170 movq 7000(%rax), %r11
33171 jmp *%r11
33172 #elif defined(PTHREADS)
33173 pushq %rdi
33174 pushq %rsi
33175 pushq %rdx
33176 pushq %rcx
33177 pushq %rbp
33178 call _x86_64_get_dispatch@PLT
33179 popq %rbp
33180 popq %rcx
33181 popq %rdx
33182 popq %rsi
33183 popq %rdi
33184 movq 7000(%rax), %r11
33185 jmp *%r11
33186 #else
33187 movq _glapi_Dispatch(%rip), %rax
33188 testq %rax, %rax
33189 je 1f
33190 movq 7000(%rax), %r11
33191 jmp *%r11
33192 1:
33193 pushq %rdi
33194 pushq %rsi
33195 pushq %rdx
33196 pushq %rcx
33197 pushq %rbp
33198 call _glapi_get_dispatch
33199 popq %rbp
33200 popq %rcx
33201 popq %rdx
33202 popq %rsi
33203 popq %rdi
33204 movq 7000(%rax), %r11
33205 jmp *%r11
33206 #endif /* defined(GLX_USE_TLS) */
33207 .size GL_PREFIX(_dispatch_stub_875), .-GL_PREFIX(_dispatch_stub_875)
33208
33209 .p2align 4,,15
33210 .globl GL_PREFIX(_dispatch_stub_876)
33211 .type GL_PREFIX(_dispatch_stub_876), @function
33212 HIDDEN(GL_PREFIX(_dispatch_stub_876))
33213 GL_PREFIX(_dispatch_stub_876):
33214 #if defined(GLX_USE_TLS)
33215 call _x86_64_get_dispatch@PLT
33216 movq 7008(%rax), %r11
33217 jmp *%r11
33218 #elif defined(PTHREADS)
33219 pushq %rdi
33220 pushq %rsi
33221 pushq %rdx
33222 pushq %rcx
33223 pushq %rbp
33224 call _x86_64_get_dispatch@PLT
33225 popq %rbp
33226 popq %rcx
33227 popq %rdx
33228 popq %rsi
33229 popq %rdi
33230 movq 7008(%rax), %r11
33231 jmp *%r11
33232 #else
33233 movq _glapi_Dispatch(%rip), %rax
33234 testq %rax, %rax
33235 je 1f
33236 movq 7008(%rax), %r11
33237 jmp *%r11
33238 1:
33239 pushq %rdi
33240 pushq %rsi
33241 pushq %rdx
33242 pushq %rcx
33243 pushq %rbp
33244 call _glapi_get_dispatch
33245 popq %rbp
33246 popq %rcx
33247 popq %rdx
33248 popq %rsi
33249 popq %rdi
33250 movq 7008(%rax), %r11
33251 jmp *%r11
33252 #endif /* defined(GLX_USE_TLS) */
33253 .size GL_PREFIX(_dispatch_stub_876), .-GL_PREFIX(_dispatch_stub_876)
33254
33255 .p2align 4,,15
33256 .globl GL_PREFIX(_dispatch_stub_877)
33257 .type GL_PREFIX(_dispatch_stub_877), @function
33258 HIDDEN(GL_PREFIX(_dispatch_stub_877))
33259 GL_PREFIX(_dispatch_stub_877):
33260 #if defined(GLX_USE_TLS)
33261 call _x86_64_get_dispatch@PLT
33262 movq 7016(%rax), %r11
33263 jmp *%r11
33264 #elif defined(PTHREADS)
33265 pushq %rdi
33266 pushq %rsi
33267 pushq %rdx
33268 call _x86_64_get_dispatch@PLT
33269 popq %rdx
33270 popq %rsi
33271 popq %rdi
33272 movq 7016(%rax), %r11
33273 jmp *%r11
33274 #else
33275 movq _glapi_Dispatch(%rip), %rax
33276 testq %rax, %rax
33277 je 1f
33278 movq 7016(%rax), %r11
33279 jmp *%r11
33280 1:
33281 pushq %rdi
33282 pushq %rsi
33283 pushq %rdx
33284 call _glapi_get_dispatch
33285 popq %rdx
33286 popq %rsi
33287 popq %rdi
33288 movq 7016(%rax), %r11
33289 jmp *%r11
33290 #endif /* defined(GLX_USE_TLS) */
33291 .size GL_PREFIX(_dispatch_stub_877), .-GL_PREFIX(_dispatch_stub_877)
33292
33293 .p2align 4,,15
33294 .globl GL_PREFIX(_dispatch_stub_878)
33295 .type GL_PREFIX(_dispatch_stub_878), @function
33296 HIDDEN(GL_PREFIX(_dispatch_stub_878))
33297 GL_PREFIX(_dispatch_stub_878):
33298 #if defined(GLX_USE_TLS)
33299 call _x86_64_get_dispatch@PLT
33300 movq 7024(%rax), %r11
33301 jmp *%r11
33302 #elif defined(PTHREADS)
33303 pushq %rdi
33304 pushq %rsi
33305 pushq %rdx
33306 call _x86_64_get_dispatch@PLT
33307 popq %rdx
33308 popq %rsi
33309 popq %rdi
33310 movq 7024(%rax), %r11
33311 jmp *%r11
33312 #else
33313 movq _glapi_Dispatch(%rip), %rax
33314 testq %rax, %rax
33315 je 1f
33316 movq 7024(%rax), %r11
33317 jmp *%r11
33318 1:
33319 pushq %rdi
33320 pushq %rsi
33321 pushq %rdx
33322 call _glapi_get_dispatch
33323 popq %rdx
33324 popq %rsi
33325 popq %rdi
33326 movq 7024(%rax), %r11
33327 jmp *%r11
33328 #endif /* defined(GLX_USE_TLS) */
33329 .size GL_PREFIX(_dispatch_stub_878), .-GL_PREFIX(_dispatch_stub_878)
33330
33331 .p2align 4,,15
33332 .globl GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
33333 .type GL_PREFIX(EGLImageTargetRenderbufferStorageOES), @function
33334 GL_PREFIX(EGLImageTargetRenderbufferStorageOES):
33335 #if defined(GLX_USE_TLS)
33336 call _x86_64_get_dispatch@PLT
33337 movq 7032(%rax), %r11
33338 jmp *%r11
33339 #elif defined(PTHREADS)
33340 pushq %rdi
33341 pushq %rsi
33342 pushq %rbp
33343 call _x86_64_get_dispatch@PLT
33344 popq %rbp
33345 popq %rsi
33346 popq %rdi
33347 movq 7032(%rax), %r11
33348 jmp *%r11
33349 #else
33350 movq _glapi_Dispatch(%rip), %rax
33351 testq %rax, %rax
33352 je 1f
33353 movq 7032(%rax), %r11
33354 jmp *%r11
33355 1:
33356 pushq %rdi
33357 pushq %rsi
33358 pushq %rbp
33359 call _glapi_get_dispatch
33360 popq %rbp
33361 popq %rsi
33362 popq %rdi
33363 movq 7032(%rax), %r11
33364 jmp *%r11
33365 #endif /* defined(GLX_USE_TLS) */
33366 .size GL_PREFIX(EGLImageTargetRenderbufferStorageOES), .-GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
33367
33368 .p2align 4,,15
33369 .globl GL_PREFIX(EGLImageTargetTexture2DOES)
33370 .type GL_PREFIX(EGLImageTargetTexture2DOES), @function
33371 GL_PREFIX(EGLImageTargetTexture2DOES):
33372 #if defined(GLX_USE_TLS)
33373 call _x86_64_get_dispatch@PLT
33374 movq 7040(%rax), %r11
33375 jmp *%r11
33376 #elif defined(PTHREADS)
33377 pushq %rdi
33378 pushq %rsi
33379 pushq %rbp
33380 call _x86_64_get_dispatch@PLT
33381 popq %rbp
33382 popq %rsi
33383 popq %rdi
33384 movq 7040(%rax), %r11
33385 jmp *%r11
33386 #else
33387 movq _glapi_Dispatch(%rip), %rax
33388 testq %rax, %rax
33389 je 1f
33390 movq 7040(%rax), %r11
33391 jmp *%r11
33392 1:
33393 pushq %rdi
33394 pushq %rsi
33395 pushq %rbp
33396 call _glapi_get_dispatch
33397 popq %rbp
33398 popq %rsi
33399 popq %rdi
33400 movq 7040(%rax), %r11
33401 jmp *%r11
33402 #endif /* defined(GLX_USE_TLS) */
33403 .size GL_PREFIX(EGLImageTargetTexture2DOES), .-GL_PREFIX(EGLImageTargetTexture2DOES)
33404
33405 .globl GL_PREFIX(ArrayElementEXT) ; .set GL_PREFIX(ArrayElementEXT), GL_PREFIX(ArrayElement)
33406 .globl GL_PREFIX(BindTextureEXT) ; .set GL_PREFIX(BindTextureEXT), GL_PREFIX(BindTexture)
33407 .globl GL_PREFIX(DrawArraysEXT) ; .set GL_PREFIX(DrawArraysEXT), GL_PREFIX(DrawArrays)
33408 #ifndef GLX_INDIRECT_RENDERING
33409 .globl GL_PREFIX(AreTexturesResidentEXT) ; .set GL_PREFIX(AreTexturesResidentEXT), GL_PREFIX(AreTexturesResident)
33410 #endif
33411 .globl GL_PREFIX(CopyTexImage1DEXT) ; .set GL_PREFIX(CopyTexImage1DEXT), GL_PREFIX(CopyTexImage1D)
33412 .globl GL_PREFIX(CopyTexImage2DEXT) ; .set GL_PREFIX(CopyTexImage2DEXT), GL_PREFIX(CopyTexImage2D)
33413 .globl GL_PREFIX(CopyTexSubImage1DEXT) ; .set GL_PREFIX(CopyTexSubImage1DEXT), GL_PREFIX(CopyTexSubImage1D)
33414 .globl GL_PREFIX(CopyTexSubImage2DEXT) ; .set GL_PREFIX(CopyTexSubImage2DEXT), GL_PREFIX(CopyTexSubImage2D)
33415 #ifndef GLX_INDIRECT_RENDERING
33416 .globl GL_PREFIX(DeleteTexturesEXT) ; .set GL_PREFIX(DeleteTexturesEXT), GL_PREFIX(DeleteTextures)
33417 #endif
33418 #ifndef GLX_INDIRECT_RENDERING
33419 .globl GL_PREFIX(GenTexturesEXT) ; .set GL_PREFIX(GenTexturesEXT), GL_PREFIX(GenTextures)
33420 #endif
33421 .globl GL_PREFIX(GetPointervEXT) ; .set GL_PREFIX(GetPointervEXT), GL_PREFIX(GetPointerv)
33422 #ifndef GLX_INDIRECT_RENDERING
33423 .globl GL_PREFIX(IsTextureEXT) ; .set GL_PREFIX(IsTextureEXT), GL_PREFIX(IsTexture)
33424 #endif
33425 .globl GL_PREFIX(PrioritizeTexturesEXT) ; .set GL_PREFIX(PrioritizeTexturesEXT), GL_PREFIX(PrioritizeTextures)
33426 .globl GL_PREFIX(TexSubImage1DEXT) ; .set GL_PREFIX(TexSubImage1DEXT), GL_PREFIX(TexSubImage1D)
33427 .globl GL_PREFIX(TexSubImage2DEXT) ; .set GL_PREFIX(TexSubImage2DEXT), GL_PREFIX(TexSubImage2D)
33428 .globl GL_PREFIX(BlendColorEXT) ; .set GL_PREFIX(BlendColorEXT), GL_PREFIX(BlendColor)
33429 .globl GL_PREFIX(BlendEquationEXT) ; .set GL_PREFIX(BlendEquationEXT), GL_PREFIX(BlendEquation)
33430 .globl GL_PREFIX(DrawRangeElementsEXT) ; .set GL_PREFIX(DrawRangeElementsEXT), GL_PREFIX(DrawRangeElements)
33431 .globl GL_PREFIX(ColorTableEXT) ; .set GL_PREFIX(ColorTableEXT), GL_PREFIX(ColorTable)
33432 #ifndef GLX_INDIRECT_RENDERING
33433 .globl GL_PREFIX(GetColorTableEXT) ; .set GL_PREFIX(GetColorTableEXT), GL_PREFIX(GetColorTable)
33434 #endif
33435 #ifndef GLX_INDIRECT_RENDERING
33436 .globl GL_PREFIX(GetColorTableParameterfvEXT) ; .set GL_PREFIX(GetColorTableParameterfvEXT), GL_PREFIX(GetColorTableParameterfv)
33437 #endif
33438 #ifndef GLX_INDIRECT_RENDERING
33439 .globl GL_PREFIX(GetColorTableParameterivEXT) ; .set GL_PREFIX(GetColorTableParameterivEXT), GL_PREFIX(GetColorTableParameteriv)
33440 #endif
33441 .globl GL_PREFIX(TexImage3DEXT) ; .set GL_PREFIX(TexImage3DEXT), GL_PREFIX(TexImage3D)
33442 .globl GL_PREFIX(TexSubImage3DEXT) ; .set GL_PREFIX(TexSubImage3DEXT), GL_PREFIX(TexSubImage3D)
33443 .globl GL_PREFIX(CopyTexSubImage3DEXT) ; .set GL_PREFIX(CopyTexSubImage3DEXT), GL_PREFIX(CopyTexSubImage3D)
33444 .globl GL_PREFIX(ActiveTexture) ; .set GL_PREFIX(ActiveTexture), GL_PREFIX(ActiveTextureARB)
33445 .globl GL_PREFIX(ClientActiveTexture) ; .set GL_PREFIX(ClientActiveTexture), GL_PREFIX(ClientActiveTextureARB)
33446 .globl GL_PREFIX(MultiTexCoord1d) ; .set GL_PREFIX(MultiTexCoord1d), GL_PREFIX(MultiTexCoord1dARB)
33447 .globl GL_PREFIX(MultiTexCoord1dv) ; .set GL_PREFIX(MultiTexCoord1dv), GL_PREFIX(MultiTexCoord1dvARB)
33448 .globl GL_PREFIX(MultiTexCoord1f) ; .set GL_PREFIX(MultiTexCoord1f), GL_PREFIX(MultiTexCoord1fARB)
33449 .globl GL_PREFIX(MultiTexCoord1fv) ; .set GL_PREFIX(MultiTexCoord1fv), GL_PREFIX(MultiTexCoord1fvARB)
33450 .globl GL_PREFIX(MultiTexCoord1i) ; .set GL_PREFIX(MultiTexCoord1i), GL_PREFIX(MultiTexCoord1iARB)
33451 .globl GL_PREFIX(MultiTexCoord1iv) ; .set GL_PREFIX(MultiTexCoord1iv), GL_PREFIX(MultiTexCoord1ivARB)
33452 .globl GL_PREFIX(MultiTexCoord1s) ; .set GL_PREFIX(MultiTexCoord1s), GL_PREFIX(MultiTexCoord1sARB)
33453 .globl GL_PREFIX(MultiTexCoord1sv) ; .set GL_PREFIX(MultiTexCoord1sv), GL_PREFIX(MultiTexCoord1svARB)
33454 .globl GL_PREFIX(MultiTexCoord2d) ; .set GL_PREFIX(MultiTexCoord2d), GL_PREFIX(MultiTexCoord2dARB)
33455 .globl GL_PREFIX(MultiTexCoord2dv) ; .set GL_PREFIX(MultiTexCoord2dv), GL_PREFIX(MultiTexCoord2dvARB)
33456 .globl GL_PREFIX(MultiTexCoord2f) ; .set GL_PREFIX(MultiTexCoord2f), GL_PREFIX(MultiTexCoord2fARB)
33457 .globl GL_PREFIX(MultiTexCoord2fv) ; .set GL_PREFIX(MultiTexCoord2fv), GL_PREFIX(MultiTexCoord2fvARB)
33458 .globl GL_PREFIX(MultiTexCoord2i) ; .set GL_PREFIX(MultiTexCoord2i), GL_PREFIX(MultiTexCoord2iARB)
33459 .globl GL_PREFIX(MultiTexCoord2iv) ; .set GL_PREFIX(MultiTexCoord2iv), GL_PREFIX(MultiTexCoord2ivARB)
33460 .globl GL_PREFIX(MultiTexCoord2s) ; .set GL_PREFIX(MultiTexCoord2s), GL_PREFIX(MultiTexCoord2sARB)
33461 .globl GL_PREFIX(MultiTexCoord2sv) ; .set GL_PREFIX(MultiTexCoord2sv), GL_PREFIX(MultiTexCoord2svARB)
33462 .globl GL_PREFIX(MultiTexCoord3d) ; .set GL_PREFIX(MultiTexCoord3d), GL_PREFIX(MultiTexCoord3dARB)
33463 .globl GL_PREFIX(MultiTexCoord3dv) ; .set GL_PREFIX(MultiTexCoord3dv), GL_PREFIX(MultiTexCoord3dvARB)
33464 .globl GL_PREFIX(MultiTexCoord3f) ; .set GL_PREFIX(MultiTexCoord3f), GL_PREFIX(MultiTexCoord3fARB)
33465 .globl GL_PREFIX(MultiTexCoord3fv) ; .set GL_PREFIX(MultiTexCoord3fv), GL_PREFIX(MultiTexCoord3fvARB)
33466 .globl GL_PREFIX(MultiTexCoord3i) ; .set GL_PREFIX(MultiTexCoord3i), GL_PREFIX(MultiTexCoord3iARB)
33467 .globl GL_PREFIX(MultiTexCoord3iv) ; .set GL_PREFIX(MultiTexCoord3iv), GL_PREFIX(MultiTexCoord3ivARB)
33468 .globl GL_PREFIX(MultiTexCoord3s) ; .set GL_PREFIX(MultiTexCoord3s), GL_PREFIX(MultiTexCoord3sARB)
33469 .globl GL_PREFIX(MultiTexCoord3sv) ; .set GL_PREFIX(MultiTexCoord3sv), GL_PREFIX(MultiTexCoord3svARB)
33470 .globl GL_PREFIX(MultiTexCoord4d) ; .set GL_PREFIX(MultiTexCoord4d), GL_PREFIX(MultiTexCoord4dARB)
33471 .globl GL_PREFIX(MultiTexCoord4dv) ; .set GL_PREFIX(MultiTexCoord4dv), GL_PREFIX(MultiTexCoord4dvARB)
33472 .globl GL_PREFIX(MultiTexCoord4f) ; .set GL_PREFIX(MultiTexCoord4f), GL_PREFIX(MultiTexCoord4fARB)
33473 .globl GL_PREFIX(MultiTexCoord4fv) ; .set GL_PREFIX(MultiTexCoord4fv), GL_PREFIX(MultiTexCoord4fvARB)
33474 .globl GL_PREFIX(MultiTexCoord4i) ; .set GL_PREFIX(MultiTexCoord4i), GL_PREFIX(MultiTexCoord4iARB)
33475 .globl GL_PREFIX(MultiTexCoord4iv) ; .set GL_PREFIX(MultiTexCoord4iv), GL_PREFIX(MultiTexCoord4ivARB)
33476 .globl GL_PREFIX(MultiTexCoord4s) ; .set GL_PREFIX(MultiTexCoord4s), GL_PREFIX(MultiTexCoord4sARB)
33477 .globl GL_PREFIX(MultiTexCoord4sv) ; .set GL_PREFIX(MultiTexCoord4sv), GL_PREFIX(MultiTexCoord4svARB)
33478 .globl GL_PREFIX(LoadTransposeMatrixd) ; .set GL_PREFIX(LoadTransposeMatrixd), GL_PREFIX(LoadTransposeMatrixdARB)
33479 .globl GL_PREFIX(LoadTransposeMatrixf) ; .set GL_PREFIX(LoadTransposeMatrixf), GL_PREFIX(LoadTransposeMatrixfARB)
33480 .globl GL_PREFIX(MultTransposeMatrixd) ; .set GL_PREFIX(MultTransposeMatrixd), GL_PREFIX(MultTransposeMatrixdARB)
33481 .globl GL_PREFIX(MultTransposeMatrixf) ; .set GL_PREFIX(MultTransposeMatrixf), GL_PREFIX(MultTransposeMatrixfARB)
33482 .globl GL_PREFIX(SampleCoverage) ; .set GL_PREFIX(SampleCoverage), GL_PREFIX(SampleCoverageARB)
33483 .globl GL_PREFIX(CompressedTexImage1D) ; .set GL_PREFIX(CompressedTexImage1D), GL_PREFIX(CompressedTexImage1DARB)
33484 .globl GL_PREFIX(CompressedTexImage2D) ; .set GL_PREFIX(CompressedTexImage2D), GL_PREFIX(CompressedTexImage2DARB)
33485 .globl GL_PREFIX(CompressedTexImage3D) ; .set GL_PREFIX(CompressedTexImage3D), GL_PREFIX(CompressedTexImage3DARB)
33486 .globl GL_PREFIX(CompressedTexSubImage1D) ; .set GL_PREFIX(CompressedTexSubImage1D), GL_PREFIX(CompressedTexSubImage1DARB)
33487 .globl GL_PREFIX(CompressedTexSubImage2D) ; .set GL_PREFIX(CompressedTexSubImage2D), GL_PREFIX(CompressedTexSubImage2DARB)
33488 .globl GL_PREFIX(CompressedTexSubImage3D) ; .set GL_PREFIX(CompressedTexSubImage3D), GL_PREFIX(CompressedTexSubImage3DARB)
33489 .globl GL_PREFIX(GetCompressedTexImage) ; .set GL_PREFIX(GetCompressedTexImage), GL_PREFIX(GetCompressedTexImageARB)
33490 .globl GL_PREFIX(DisableVertexAttribArray) ; .set GL_PREFIX(DisableVertexAttribArray), GL_PREFIX(DisableVertexAttribArrayARB)
33491 .globl GL_PREFIX(EnableVertexAttribArray) ; .set GL_PREFIX(EnableVertexAttribArray), GL_PREFIX(EnableVertexAttribArrayARB)
33492 .globl GL_PREFIX(GetVertexAttribdv) ; .set GL_PREFIX(GetVertexAttribdv), GL_PREFIX(GetVertexAttribdvARB)
33493 .globl GL_PREFIX(GetVertexAttribfv) ; .set GL_PREFIX(GetVertexAttribfv), GL_PREFIX(GetVertexAttribfvARB)
33494 .globl GL_PREFIX(GetVertexAttribiv) ; .set GL_PREFIX(GetVertexAttribiv), GL_PREFIX(GetVertexAttribivARB)
33495 .globl GL_PREFIX(ProgramParameter4dNV) ; .set GL_PREFIX(ProgramParameter4dNV), GL_PREFIX(ProgramEnvParameter4dARB)
33496 .globl GL_PREFIX(ProgramParameter4dvNV) ; .set GL_PREFIX(ProgramParameter4dvNV), GL_PREFIX(ProgramEnvParameter4dvARB)
33497 .globl GL_PREFIX(ProgramParameter4fNV) ; .set GL_PREFIX(ProgramParameter4fNV), GL_PREFIX(ProgramEnvParameter4fARB)
33498 .globl GL_PREFIX(ProgramParameter4fvNV) ; .set GL_PREFIX(ProgramParameter4fvNV), GL_PREFIX(ProgramEnvParameter4fvARB)
33499 .globl GL_PREFIX(VertexAttrib1d) ; .set GL_PREFIX(VertexAttrib1d), GL_PREFIX(VertexAttrib1dARB)
33500 .globl GL_PREFIX(VertexAttrib1dv) ; .set GL_PREFIX(VertexAttrib1dv), GL_PREFIX(VertexAttrib1dvARB)
33501 .globl GL_PREFIX(VertexAttrib1f) ; .set GL_PREFIX(VertexAttrib1f), GL_PREFIX(VertexAttrib1fARB)
33502 .globl GL_PREFIX(VertexAttrib1fv) ; .set GL_PREFIX(VertexAttrib1fv), GL_PREFIX(VertexAttrib1fvARB)
33503 .globl GL_PREFIX(VertexAttrib1s) ; .set GL_PREFIX(VertexAttrib1s), GL_PREFIX(VertexAttrib1sARB)
33504 .globl GL_PREFIX(VertexAttrib1sv) ; .set GL_PREFIX(VertexAttrib1sv), GL_PREFIX(VertexAttrib1svARB)
33505 .globl GL_PREFIX(VertexAttrib2d) ; .set GL_PREFIX(VertexAttrib2d), GL_PREFIX(VertexAttrib2dARB)
33506 .globl GL_PREFIX(VertexAttrib2dv) ; .set GL_PREFIX(VertexAttrib2dv), GL_PREFIX(VertexAttrib2dvARB)
33507 .globl GL_PREFIX(VertexAttrib2f) ; .set GL_PREFIX(VertexAttrib2f), GL_PREFIX(VertexAttrib2fARB)
33508 .globl GL_PREFIX(VertexAttrib2fv) ; .set GL_PREFIX(VertexAttrib2fv), GL_PREFIX(VertexAttrib2fvARB)
33509 .globl GL_PREFIX(VertexAttrib2s) ; .set GL_PREFIX(VertexAttrib2s), GL_PREFIX(VertexAttrib2sARB)
33510 .globl GL_PREFIX(VertexAttrib2sv) ; .set GL_PREFIX(VertexAttrib2sv), GL_PREFIX(VertexAttrib2svARB)
33511 .globl GL_PREFIX(VertexAttrib3d) ; .set GL_PREFIX(VertexAttrib3d), GL_PREFIX(VertexAttrib3dARB)
33512 .globl GL_PREFIX(VertexAttrib3dv) ; .set GL_PREFIX(VertexAttrib3dv), GL_PREFIX(VertexAttrib3dvARB)
33513 .globl GL_PREFIX(VertexAttrib3f) ; .set GL_PREFIX(VertexAttrib3f), GL_PREFIX(VertexAttrib3fARB)
33514 .globl GL_PREFIX(VertexAttrib3fv) ; .set GL_PREFIX(VertexAttrib3fv), GL_PREFIX(VertexAttrib3fvARB)
33515 .globl GL_PREFIX(VertexAttrib3s) ; .set GL_PREFIX(VertexAttrib3s), GL_PREFIX(VertexAttrib3sARB)
33516 .globl GL_PREFIX(VertexAttrib3sv) ; .set GL_PREFIX(VertexAttrib3sv), GL_PREFIX(VertexAttrib3svARB)
33517 .globl GL_PREFIX(VertexAttrib4Nbv) ; .set GL_PREFIX(VertexAttrib4Nbv), GL_PREFIX(VertexAttrib4NbvARB)
33518 .globl GL_PREFIX(VertexAttrib4Niv) ; .set GL_PREFIX(VertexAttrib4Niv), GL_PREFIX(VertexAttrib4NivARB)
33519 .globl GL_PREFIX(VertexAttrib4Nsv) ; .set GL_PREFIX(VertexAttrib4Nsv), GL_PREFIX(VertexAttrib4NsvARB)
33520 .globl GL_PREFIX(VertexAttrib4Nub) ; .set GL_PREFIX(VertexAttrib4Nub), GL_PREFIX(VertexAttrib4NubARB)
33521 .globl GL_PREFIX(VertexAttrib4Nubv) ; .set GL_PREFIX(VertexAttrib4Nubv), GL_PREFIX(VertexAttrib4NubvARB)
33522 .globl GL_PREFIX(VertexAttrib4Nuiv) ; .set GL_PREFIX(VertexAttrib4Nuiv), GL_PREFIX(VertexAttrib4NuivARB)
33523 .globl GL_PREFIX(VertexAttrib4Nusv) ; .set GL_PREFIX(VertexAttrib4Nusv), GL_PREFIX(VertexAttrib4NusvARB)
33524 .globl GL_PREFIX(VertexAttrib4bv) ; .set GL_PREFIX(VertexAttrib4bv), GL_PREFIX(VertexAttrib4bvARB)
33525 .globl GL_PREFIX(VertexAttrib4d) ; .set GL_PREFIX(VertexAttrib4d), GL_PREFIX(VertexAttrib4dARB)
33526 .globl GL_PREFIX(VertexAttrib4dv) ; .set GL_PREFIX(VertexAttrib4dv), GL_PREFIX(VertexAttrib4dvARB)
33527 .globl GL_PREFIX(VertexAttrib4f) ; .set GL_PREFIX(VertexAttrib4f), GL_PREFIX(VertexAttrib4fARB)
33528 .globl GL_PREFIX(VertexAttrib4fv) ; .set GL_PREFIX(VertexAttrib4fv), GL_PREFIX(VertexAttrib4fvARB)
33529 .globl GL_PREFIX(VertexAttrib4iv) ; .set GL_PREFIX(VertexAttrib4iv), GL_PREFIX(VertexAttrib4ivARB)
33530 .globl GL_PREFIX(VertexAttrib4s) ; .set GL_PREFIX(VertexAttrib4s), GL_PREFIX(VertexAttrib4sARB)
33531 .globl GL_PREFIX(VertexAttrib4sv) ; .set GL_PREFIX(VertexAttrib4sv), GL_PREFIX(VertexAttrib4svARB)
33532 .globl GL_PREFIX(VertexAttrib4ubv) ; .set GL_PREFIX(VertexAttrib4ubv), GL_PREFIX(VertexAttrib4ubvARB)
33533 .globl GL_PREFIX(VertexAttrib4uiv) ; .set GL_PREFIX(VertexAttrib4uiv), GL_PREFIX(VertexAttrib4uivARB)
33534 .globl GL_PREFIX(VertexAttrib4usv) ; .set GL_PREFIX(VertexAttrib4usv), GL_PREFIX(VertexAttrib4usvARB)
33535 .globl GL_PREFIX(VertexAttribPointer) ; .set GL_PREFIX(VertexAttribPointer), GL_PREFIX(VertexAttribPointerARB)
33536 .globl GL_PREFIX(BindBuffer) ; .set GL_PREFIX(BindBuffer), GL_PREFIX(BindBufferARB)
33537 .globl GL_PREFIX(BufferData) ; .set GL_PREFIX(BufferData), GL_PREFIX(BufferDataARB)
33538 .globl GL_PREFIX(BufferSubData) ; .set GL_PREFIX(BufferSubData), GL_PREFIX(BufferSubDataARB)
33539 .globl GL_PREFIX(DeleteBuffers) ; .set GL_PREFIX(DeleteBuffers), GL_PREFIX(DeleteBuffersARB)
33540 .globl GL_PREFIX(GenBuffers) ; .set GL_PREFIX(GenBuffers), GL_PREFIX(GenBuffersARB)
33541 .globl GL_PREFIX(GetBufferParameteriv) ; .set GL_PREFIX(GetBufferParameteriv), GL_PREFIX(GetBufferParameterivARB)
33542 .globl GL_PREFIX(GetBufferPointerv) ; .set GL_PREFIX(GetBufferPointerv), GL_PREFIX(GetBufferPointervARB)
33543 .globl GL_PREFIX(GetBufferSubData) ; .set GL_PREFIX(GetBufferSubData), GL_PREFIX(GetBufferSubDataARB)
33544 .globl GL_PREFIX(IsBuffer) ; .set GL_PREFIX(IsBuffer), GL_PREFIX(IsBufferARB)
33545 .globl GL_PREFIX(MapBuffer) ; .set GL_PREFIX(MapBuffer), GL_PREFIX(MapBufferARB)
33546 .globl GL_PREFIX(UnmapBuffer) ; .set GL_PREFIX(UnmapBuffer), GL_PREFIX(UnmapBufferARB)
33547 .globl GL_PREFIX(BeginQuery) ; .set GL_PREFIX(BeginQuery), GL_PREFIX(BeginQueryARB)
33548 .globl GL_PREFIX(DeleteQueries) ; .set GL_PREFIX(DeleteQueries), GL_PREFIX(DeleteQueriesARB)
33549 .globl GL_PREFIX(EndQuery) ; .set GL_PREFIX(EndQuery), GL_PREFIX(EndQueryARB)
33550 .globl GL_PREFIX(GenQueries) ; .set GL_PREFIX(GenQueries), GL_PREFIX(GenQueriesARB)
33551 .globl GL_PREFIX(GetQueryObjectiv) ; .set GL_PREFIX(GetQueryObjectiv), GL_PREFIX(GetQueryObjectivARB)
33552 .globl GL_PREFIX(GetQueryObjectuiv) ; .set GL_PREFIX(GetQueryObjectuiv), GL_PREFIX(GetQueryObjectuivARB)
33553 .globl GL_PREFIX(GetQueryiv) ; .set GL_PREFIX(GetQueryiv), GL_PREFIX(GetQueryivARB)
33554 .globl GL_PREFIX(IsQuery) ; .set GL_PREFIX(IsQuery), GL_PREFIX(IsQueryARB)
33555 .globl GL_PREFIX(CompileShader) ; .set GL_PREFIX(CompileShader), GL_PREFIX(CompileShaderARB)
33556 .globl GL_PREFIX(GetActiveUniform) ; .set GL_PREFIX(GetActiveUniform), GL_PREFIX(GetActiveUniformARB)
33557 .globl GL_PREFIX(GetShaderSource) ; .set GL_PREFIX(GetShaderSource), GL_PREFIX(GetShaderSourceARB)
33558 .globl GL_PREFIX(GetUniformLocation) ; .set GL_PREFIX(GetUniformLocation), GL_PREFIX(GetUniformLocationARB)
33559 .globl GL_PREFIX(GetUniformfv) ; .set GL_PREFIX(GetUniformfv), GL_PREFIX(GetUniformfvARB)
33560 .globl GL_PREFIX(GetUniformiv) ; .set GL_PREFIX(GetUniformiv), GL_PREFIX(GetUniformivARB)
33561 .globl GL_PREFIX(LinkProgram) ; .set GL_PREFIX(LinkProgram), GL_PREFIX(LinkProgramARB)
33562 .globl GL_PREFIX(ShaderSource) ; .set GL_PREFIX(ShaderSource), GL_PREFIX(ShaderSourceARB)
33563 .globl GL_PREFIX(Uniform1f) ; .set GL_PREFIX(Uniform1f), GL_PREFIX(Uniform1fARB)
33564 .globl GL_PREFIX(Uniform1fv) ; .set GL_PREFIX(Uniform1fv), GL_PREFIX(Uniform1fvARB)
33565 .globl GL_PREFIX(Uniform1i) ; .set GL_PREFIX(Uniform1i), GL_PREFIX(Uniform1iARB)
33566 .globl GL_PREFIX(Uniform1iv) ; .set GL_PREFIX(Uniform1iv), GL_PREFIX(Uniform1ivARB)
33567 .globl GL_PREFIX(Uniform2f) ; .set GL_PREFIX(Uniform2f), GL_PREFIX(Uniform2fARB)
33568 .globl GL_PREFIX(Uniform2fv) ; .set GL_PREFIX(Uniform2fv), GL_PREFIX(Uniform2fvARB)
33569 .globl GL_PREFIX(Uniform2i) ; .set GL_PREFIX(Uniform2i), GL_PREFIX(Uniform2iARB)
33570 .globl GL_PREFIX(Uniform2iv) ; .set GL_PREFIX(Uniform2iv), GL_PREFIX(Uniform2ivARB)
33571 .globl GL_PREFIX(Uniform3f) ; .set GL_PREFIX(Uniform3f), GL_PREFIX(Uniform3fARB)
33572 .globl GL_PREFIX(Uniform3fv) ; .set GL_PREFIX(Uniform3fv), GL_PREFIX(Uniform3fvARB)
33573 .globl GL_PREFIX(Uniform3i) ; .set GL_PREFIX(Uniform3i), GL_PREFIX(Uniform3iARB)
33574 .globl GL_PREFIX(Uniform3iv) ; .set GL_PREFIX(Uniform3iv), GL_PREFIX(Uniform3ivARB)
33575 .globl GL_PREFIX(Uniform4f) ; .set GL_PREFIX(Uniform4f), GL_PREFIX(Uniform4fARB)
33576 .globl GL_PREFIX(Uniform4fv) ; .set GL_PREFIX(Uniform4fv), GL_PREFIX(Uniform4fvARB)
33577 .globl GL_PREFIX(Uniform4i) ; .set GL_PREFIX(Uniform4i), GL_PREFIX(Uniform4iARB)
33578 .globl GL_PREFIX(Uniform4iv) ; .set GL_PREFIX(Uniform4iv), GL_PREFIX(Uniform4ivARB)
33579 .globl GL_PREFIX(UniformMatrix2fv) ; .set GL_PREFIX(UniformMatrix2fv), GL_PREFIX(UniformMatrix2fvARB)
33580 .globl GL_PREFIX(UniformMatrix3fv) ; .set GL_PREFIX(UniformMatrix3fv), GL_PREFIX(UniformMatrix3fvARB)
33581 .globl GL_PREFIX(UniformMatrix4fv) ; .set GL_PREFIX(UniformMatrix4fv), GL_PREFIX(UniformMatrix4fvARB)
33582 .globl GL_PREFIX(UseProgram) ; .set GL_PREFIX(UseProgram), GL_PREFIX(UseProgramObjectARB)
33583 .globl GL_PREFIX(ValidateProgram) ; .set GL_PREFIX(ValidateProgram), GL_PREFIX(ValidateProgramARB)
33584 .globl GL_PREFIX(BindAttribLocation) ; .set GL_PREFIX(BindAttribLocation), GL_PREFIX(BindAttribLocationARB)
33585 .globl GL_PREFIX(GetActiveAttrib) ; .set GL_PREFIX(GetActiveAttrib), GL_PREFIX(GetActiveAttribARB)
33586 .globl GL_PREFIX(GetAttribLocation) ; .set GL_PREFIX(GetAttribLocation), GL_PREFIX(GetAttribLocationARB)
33587 .globl GL_PREFIX(DrawBuffers) ; .set GL_PREFIX(DrawBuffers), GL_PREFIX(DrawBuffersARB)
33588 .globl GL_PREFIX(DrawBuffersATI) ; .set GL_PREFIX(DrawBuffersATI), GL_PREFIX(DrawBuffersARB)
33589 .globl GL_PREFIX(DrawArraysInstancedEXT) ; .set GL_PREFIX(DrawArraysInstancedEXT), GL_PREFIX(DrawArraysInstancedARB)
33590 .globl GL_PREFIX(DrawArraysInstanced) ; .set GL_PREFIX(DrawArraysInstanced), GL_PREFIX(DrawArraysInstancedARB)
33591 .globl GL_PREFIX(DrawElementsInstancedEXT) ; .set GL_PREFIX(DrawElementsInstancedEXT), GL_PREFIX(DrawElementsInstancedARB)
33592 .globl GL_PREFIX(DrawElementsInstanced) ; .set GL_PREFIX(DrawElementsInstanced), GL_PREFIX(DrawElementsInstancedARB)
33593 .globl GL_PREFIX(RenderbufferStorageMultisampleEXT) ; .set GL_PREFIX(RenderbufferStorageMultisampleEXT), GL_PREFIX(RenderbufferStorageMultisample)
33594 .globl GL_PREFIX(PointParameterf) ; .set GL_PREFIX(PointParameterf), GL_PREFIX(PointParameterfEXT)
33595 .globl GL_PREFIX(PointParameterfARB) ; .set GL_PREFIX(PointParameterfARB), GL_PREFIX(PointParameterfEXT)
33596 .globl GL_PREFIX(PointParameterfv) ; .set GL_PREFIX(PointParameterfv), GL_PREFIX(PointParameterfvEXT)
33597 .globl GL_PREFIX(PointParameterfvARB) ; .set GL_PREFIX(PointParameterfvARB), GL_PREFIX(PointParameterfvEXT)
33598 .globl GL_PREFIX(SecondaryColor3b) ; .set GL_PREFIX(SecondaryColor3b), GL_PREFIX(SecondaryColor3bEXT)
33599 .globl GL_PREFIX(SecondaryColor3bv) ; .set GL_PREFIX(SecondaryColor3bv), GL_PREFIX(SecondaryColor3bvEXT)
33600 .globl GL_PREFIX(SecondaryColor3d) ; .set GL_PREFIX(SecondaryColor3d), GL_PREFIX(SecondaryColor3dEXT)
33601 .globl GL_PREFIX(SecondaryColor3dv) ; .set GL_PREFIX(SecondaryColor3dv), GL_PREFIX(SecondaryColor3dvEXT)
33602 .globl GL_PREFIX(SecondaryColor3f) ; .set GL_PREFIX(SecondaryColor3f), GL_PREFIX(SecondaryColor3fEXT)
33603 .globl GL_PREFIX(SecondaryColor3fv) ; .set GL_PREFIX(SecondaryColor3fv), GL_PREFIX(SecondaryColor3fvEXT)
33604 .globl GL_PREFIX(SecondaryColor3i) ; .set GL_PREFIX(SecondaryColor3i), GL_PREFIX(SecondaryColor3iEXT)
33605 .globl GL_PREFIX(SecondaryColor3iv) ; .set GL_PREFIX(SecondaryColor3iv), GL_PREFIX(SecondaryColor3ivEXT)
33606 .globl GL_PREFIX(SecondaryColor3s) ; .set GL_PREFIX(SecondaryColor3s), GL_PREFIX(SecondaryColor3sEXT)
33607 .globl GL_PREFIX(SecondaryColor3sv) ; .set GL_PREFIX(SecondaryColor3sv), GL_PREFIX(SecondaryColor3svEXT)
33608 .globl GL_PREFIX(SecondaryColor3ub) ; .set GL_PREFIX(SecondaryColor3ub), GL_PREFIX(SecondaryColor3ubEXT)
33609 .globl GL_PREFIX(SecondaryColor3ubv) ; .set GL_PREFIX(SecondaryColor3ubv), GL_PREFIX(SecondaryColor3ubvEXT)
33610 .globl GL_PREFIX(SecondaryColor3ui) ; .set GL_PREFIX(SecondaryColor3ui), GL_PREFIX(SecondaryColor3uiEXT)
33611 .globl GL_PREFIX(SecondaryColor3uiv) ; .set GL_PREFIX(SecondaryColor3uiv), GL_PREFIX(SecondaryColor3uivEXT)
33612 .globl GL_PREFIX(SecondaryColor3us) ; .set GL_PREFIX(SecondaryColor3us), GL_PREFIX(SecondaryColor3usEXT)
33613 .globl GL_PREFIX(SecondaryColor3usv) ; .set GL_PREFIX(SecondaryColor3usv), GL_PREFIX(SecondaryColor3usvEXT)
33614 .globl GL_PREFIX(SecondaryColorPointer) ; .set GL_PREFIX(SecondaryColorPointer), GL_PREFIX(SecondaryColorPointerEXT)
33615 .globl GL_PREFIX(MultiDrawArrays) ; .set GL_PREFIX(MultiDrawArrays), GL_PREFIX(MultiDrawArraysEXT)
33616 .globl GL_PREFIX(MultiDrawElements) ; .set GL_PREFIX(MultiDrawElements), GL_PREFIX(MultiDrawElementsEXT)
33617 .globl GL_PREFIX(FogCoordPointer) ; .set GL_PREFIX(FogCoordPointer), GL_PREFIX(FogCoordPointerEXT)
33618 .globl GL_PREFIX(FogCoordd) ; .set GL_PREFIX(FogCoordd), GL_PREFIX(FogCoorddEXT)
33619 .globl GL_PREFIX(FogCoorddv) ; .set GL_PREFIX(FogCoorddv), GL_PREFIX(FogCoorddvEXT)
33620 .globl GL_PREFIX(FogCoordf) ; .set GL_PREFIX(FogCoordf), GL_PREFIX(FogCoordfEXT)
33621 .globl GL_PREFIX(FogCoordfv) ; .set GL_PREFIX(FogCoordfv), GL_PREFIX(FogCoordfvEXT)
33622 .globl GL_PREFIX(BlendFuncSeparate) ; .set GL_PREFIX(BlendFuncSeparate), GL_PREFIX(BlendFuncSeparateEXT)
33623 .globl GL_PREFIX(WindowPos2d) ; .set GL_PREFIX(WindowPos2d), GL_PREFIX(WindowPos2dMESA)
33624 .globl GL_PREFIX(WindowPos2dARB) ; .set GL_PREFIX(WindowPos2dARB), GL_PREFIX(WindowPos2dMESA)
33625 .globl GL_PREFIX(WindowPos2dv) ; .set GL_PREFIX(WindowPos2dv), GL_PREFIX(WindowPos2dvMESA)
33626 .globl GL_PREFIX(WindowPos2dvARB) ; .set GL_PREFIX(WindowPos2dvARB), GL_PREFIX(WindowPos2dvMESA)
33627 .globl GL_PREFIX(WindowPos2f) ; .set GL_PREFIX(WindowPos2f), GL_PREFIX(WindowPos2fMESA)
33628 .globl GL_PREFIX(WindowPos2fARB) ; .set GL_PREFIX(WindowPos2fARB), GL_PREFIX(WindowPos2fMESA)
33629 .globl GL_PREFIX(WindowPos2fv) ; .set GL_PREFIX(WindowPos2fv), GL_PREFIX(WindowPos2fvMESA)
33630 .globl GL_PREFIX(WindowPos2fvARB) ; .set GL_PREFIX(WindowPos2fvARB), GL_PREFIX(WindowPos2fvMESA)
33631 .globl GL_PREFIX(WindowPos2i) ; .set GL_PREFIX(WindowPos2i), GL_PREFIX(WindowPos2iMESA)
33632 .globl GL_PREFIX(WindowPos2iARB) ; .set GL_PREFIX(WindowPos2iARB), GL_PREFIX(WindowPos2iMESA)
33633 .globl GL_PREFIX(WindowPos2iv) ; .set GL_PREFIX(WindowPos2iv), GL_PREFIX(WindowPos2ivMESA)
33634 .globl GL_PREFIX(WindowPos2ivARB) ; .set GL_PREFIX(WindowPos2ivARB), GL_PREFIX(WindowPos2ivMESA)
33635 .globl GL_PREFIX(WindowPos2s) ; .set GL_PREFIX(WindowPos2s), GL_PREFIX(WindowPos2sMESA)
33636 .globl GL_PREFIX(WindowPos2sARB) ; .set GL_PREFIX(WindowPos2sARB), GL_PREFIX(WindowPos2sMESA)
33637 .globl GL_PREFIX(WindowPos2sv) ; .set GL_PREFIX(WindowPos2sv), GL_PREFIX(WindowPos2svMESA)
33638 .globl GL_PREFIX(WindowPos2svARB) ; .set GL_PREFIX(WindowPos2svARB), GL_PREFIX(WindowPos2svMESA)
33639 .globl GL_PREFIX(WindowPos3d) ; .set GL_PREFIX(WindowPos3d), GL_PREFIX(WindowPos3dMESA)
33640 .globl GL_PREFIX(WindowPos3dARB) ; .set GL_PREFIX(WindowPos3dARB), GL_PREFIX(WindowPos3dMESA)
33641 .globl GL_PREFIX(WindowPos3dv) ; .set GL_PREFIX(WindowPos3dv), GL_PREFIX(WindowPos3dvMESA)
33642 .globl GL_PREFIX(WindowPos3dvARB) ; .set GL_PREFIX(WindowPos3dvARB), GL_PREFIX(WindowPos3dvMESA)
33643 .globl GL_PREFIX(WindowPos3f) ; .set GL_PREFIX(WindowPos3f), GL_PREFIX(WindowPos3fMESA)
33644 .globl GL_PREFIX(WindowPos3fARB) ; .set GL_PREFIX(WindowPos3fARB), GL_PREFIX(WindowPos3fMESA)
33645 .globl GL_PREFIX(WindowPos3fv) ; .set GL_PREFIX(WindowPos3fv), GL_PREFIX(WindowPos3fvMESA)
33646 .globl GL_PREFIX(WindowPos3fvARB) ; .set GL_PREFIX(WindowPos3fvARB), GL_PREFIX(WindowPos3fvMESA)
33647 .globl GL_PREFIX(WindowPos3i) ; .set GL_PREFIX(WindowPos3i), GL_PREFIX(WindowPos3iMESA)
33648 .globl GL_PREFIX(WindowPos3iARB) ; .set GL_PREFIX(WindowPos3iARB), GL_PREFIX(WindowPos3iMESA)
33649 .globl GL_PREFIX(WindowPos3iv) ; .set GL_PREFIX(WindowPos3iv), GL_PREFIX(WindowPos3ivMESA)
33650 .globl GL_PREFIX(WindowPos3ivARB) ; .set GL_PREFIX(WindowPos3ivARB), GL_PREFIX(WindowPos3ivMESA)
33651 .globl GL_PREFIX(WindowPos3s) ; .set GL_PREFIX(WindowPos3s), GL_PREFIX(WindowPos3sMESA)
33652 .globl GL_PREFIX(WindowPos3sARB) ; .set GL_PREFIX(WindowPos3sARB), GL_PREFIX(WindowPos3sMESA)
33653 .globl GL_PREFIX(WindowPos3sv) ; .set GL_PREFIX(WindowPos3sv), GL_PREFIX(WindowPos3svMESA)
33654 .globl GL_PREFIX(WindowPos3svARB) ; .set GL_PREFIX(WindowPos3svARB), GL_PREFIX(WindowPos3svMESA)
33655 .globl GL_PREFIX(BindProgramARB) ; .set GL_PREFIX(BindProgramARB), GL_PREFIX(BindProgramNV)
33656 .globl GL_PREFIX(DeleteProgramsARB) ; .set GL_PREFIX(DeleteProgramsARB), GL_PREFIX(DeleteProgramsNV)
33657 .globl GL_PREFIX(GenProgramsARB) ; .set GL_PREFIX(GenProgramsARB), GL_PREFIX(GenProgramsNV)
33658 .globl GL_PREFIX(GetVertexAttribPointerv) ; .set GL_PREFIX(GetVertexAttribPointerv), GL_PREFIX(GetVertexAttribPointervNV)
33659 .globl GL_PREFIX(GetVertexAttribPointervARB) ; .set GL_PREFIX(GetVertexAttribPointervARB), GL_PREFIX(GetVertexAttribPointervNV)
33660 .globl GL_PREFIX(IsProgramARB) ; .set GL_PREFIX(IsProgramARB), GL_PREFIX(IsProgramNV)
33661 .globl GL_PREFIX(PointParameteri) ; .set GL_PREFIX(PointParameteri), GL_PREFIX(PointParameteriNV)
33662 .globl GL_PREFIX(PointParameteriv) ; .set GL_PREFIX(PointParameteriv), GL_PREFIX(PointParameterivNV)
33663 .globl GL_PREFIX(DeleteVertexArrays) ; .set GL_PREFIX(DeleteVertexArrays), GL_PREFIX(_dispatch_stub_776)
33664 .globl GL_PREFIX(IsVertexArray) ; .set GL_PREFIX(IsVertexArray), GL_PREFIX(_dispatch_stub_778)
33665 .globl GL_PREFIX(PrimitiveRestartIndex) ; .set GL_PREFIX(PrimitiveRestartIndex), GL_PREFIX(PrimitiveRestartIndexNV)
33666 .globl GL_PREFIX(BlendEquationSeparate) ; .set GL_PREFIX(BlendEquationSeparate), GL_PREFIX(_dispatch_stub_788)
33667 .globl GL_PREFIX(BindFramebuffer) ; .set GL_PREFIX(BindFramebuffer), GL_PREFIX(BindFramebufferEXT)
33668 .globl GL_PREFIX(BindRenderbuffer) ; .set GL_PREFIX(BindRenderbuffer), GL_PREFIX(BindRenderbufferEXT)
33669 .globl GL_PREFIX(CheckFramebufferStatus) ; .set GL_PREFIX(CheckFramebufferStatus), GL_PREFIX(CheckFramebufferStatusEXT)
33670 .globl GL_PREFIX(DeleteFramebuffers) ; .set GL_PREFIX(DeleteFramebuffers), GL_PREFIX(DeleteFramebuffersEXT)
33671 .globl GL_PREFIX(DeleteRenderbuffers) ; .set GL_PREFIX(DeleteRenderbuffers), GL_PREFIX(DeleteRenderbuffersEXT)
33672 .globl GL_PREFIX(FramebufferRenderbuffer) ; .set GL_PREFIX(FramebufferRenderbuffer), GL_PREFIX(FramebufferRenderbufferEXT)
33673 .globl GL_PREFIX(FramebufferTexture1D) ; .set GL_PREFIX(FramebufferTexture1D), GL_PREFIX(FramebufferTexture1DEXT)
33674 .globl GL_PREFIX(FramebufferTexture2D) ; .set GL_PREFIX(FramebufferTexture2D), GL_PREFIX(FramebufferTexture2DEXT)
33675 .globl GL_PREFIX(FramebufferTexture3D) ; .set GL_PREFIX(FramebufferTexture3D), GL_PREFIX(FramebufferTexture3DEXT)
33676 .globl GL_PREFIX(GenFramebuffers) ; .set GL_PREFIX(GenFramebuffers), GL_PREFIX(GenFramebuffersEXT)
33677 .globl GL_PREFIX(GenRenderbuffers) ; .set GL_PREFIX(GenRenderbuffers), GL_PREFIX(GenRenderbuffersEXT)
33678 .globl GL_PREFIX(GenerateMipmap) ; .set GL_PREFIX(GenerateMipmap), GL_PREFIX(GenerateMipmapEXT)
33679 .globl GL_PREFIX(GetFramebufferAttachmentParameteriv) ; .set GL_PREFIX(GetFramebufferAttachmentParameteriv), GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
33680 .globl GL_PREFIX(GetRenderbufferParameteriv) ; .set GL_PREFIX(GetRenderbufferParameteriv), GL_PREFIX(GetRenderbufferParameterivEXT)
33681 .globl GL_PREFIX(IsFramebuffer) ; .set GL_PREFIX(IsFramebuffer), GL_PREFIX(IsFramebufferEXT)
33682 .globl GL_PREFIX(IsRenderbuffer) ; .set GL_PREFIX(IsRenderbuffer), GL_PREFIX(IsRenderbufferEXT)
33683 .globl GL_PREFIX(RenderbufferStorage) ; .set GL_PREFIX(RenderbufferStorage), GL_PREFIX(RenderbufferStorageEXT)
33684 .globl GL_PREFIX(BlitFramebuffer) ; .set GL_PREFIX(BlitFramebuffer), GL_PREFIX(_dispatch_stub_806)
33685 .globl GL_PREFIX(BindFragDataLocation) ; .set GL_PREFIX(BindFragDataLocation), GL_PREFIX(BindFragDataLocationEXT)
33686 .globl GL_PREFIX(GetFragDataLocation) ; .set GL_PREFIX(GetFragDataLocation), GL_PREFIX(GetFragDataLocationEXT)
33687 .globl GL_PREFIX(GetUniformuiv) ; .set GL_PREFIX(GetUniformuiv), GL_PREFIX(GetUniformuivEXT)
33688 .globl GL_PREFIX(GetVertexAttribIiv) ; .set GL_PREFIX(GetVertexAttribIiv), GL_PREFIX(GetVertexAttribIivEXT)
33689 .globl GL_PREFIX(GetVertexAttribIuiv) ; .set GL_PREFIX(GetVertexAttribIuiv), GL_PREFIX(GetVertexAttribIuivEXT)
33690 .globl GL_PREFIX(Uniform1ui) ; .set GL_PREFIX(Uniform1ui), GL_PREFIX(Uniform1uiEXT)
33691 .globl GL_PREFIX(Uniform1uiv) ; .set GL_PREFIX(Uniform1uiv), GL_PREFIX(Uniform1uivEXT)
33692 .globl GL_PREFIX(Uniform2ui) ; .set GL_PREFIX(Uniform2ui), GL_PREFIX(Uniform2uiEXT)
33693 .globl GL_PREFIX(Uniform2uiv) ; .set GL_PREFIX(Uniform2uiv), GL_PREFIX(Uniform2uivEXT)
33694 .globl GL_PREFIX(Uniform3ui) ; .set GL_PREFIX(Uniform3ui), GL_PREFIX(Uniform3uiEXT)
33695 .globl GL_PREFIX(Uniform3uiv) ; .set GL_PREFIX(Uniform3uiv), GL_PREFIX(Uniform3uivEXT)
33696 .globl GL_PREFIX(Uniform4ui) ; .set GL_PREFIX(Uniform4ui), GL_PREFIX(Uniform4uiEXT)
33697 .globl GL_PREFIX(Uniform4uiv) ; .set GL_PREFIX(Uniform4uiv), GL_PREFIX(Uniform4uivEXT)
33698 .globl GL_PREFIX(VertexAttribI1i) ; .set GL_PREFIX(VertexAttribI1i), GL_PREFIX(VertexAttribI1iEXT)
33699 .globl GL_PREFIX(VertexAttribI1iv) ; .set GL_PREFIX(VertexAttribI1iv), GL_PREFIX(VertexAttribI1ivEXT)
33700 .globl GL_PREFIX(VertexAttribI1ui) ; .set GL_PREFIX(VertexAttribI1ui), GL_PREFIX(VertexAttribI1uiEXT)
33701 .globl GL_PREFIX(VertexAttribI1uiv) ; .set GL_PREFIX(VertexAttribI1uiv), GL_PREFIX(VertexAttribI1uivEXT)
33702 .globl GL_PREFIX(VertexAttribI2i) ; .set GL_PREFIX(VertexAttribI2i), GL_PREFIX(VertexAttribI2iEXT)
33703 .globl GL_PREFIX(VertexAttribI2iv) ; .set GL_PREFIX(VertexAttribI2iv), GL_PREFIX(VertexAttribI2ivEXT)
33704 .globl GL_PREFIX(VertexAttribI2ui) ; .set GL_PREFIX(VertexAttribI2ui), GL_PREFIX(VertexAttribI2uiEXT)
33705 .globl GL_PREFIX(VertexAttribI2uiv) ; .set GL_PREFIX(VertexAttribI2uiv), GL_PREFIX(VertexAttribI2uivEXT)
33706 .globl GL_PREFIX(VertexAttribI3i) ; .set GL_PREFIX(VertexAttribI3i), GL_PREFIX(VertexAttribI3iEXT)
33707 .globl GL_PREFIX(VertexAttribI3iv) ; .set GL_PREFIX(VertexAttribI3iv), GL_PREFIX(VertexAttribI3ivEXT)
33708 .globl GL_PREFIX(VertexAttribI3ui) ; .set GL_PREFIX(VertexAttribI3ui), GL_PREFIX(VertexAttribI3uiEXT)
33709 .globl GL_PREFIX(VertexAttribI3uiv) ; .set GL_PREFIX(VertexAttribI3uiv), GL_PREFIX(VertexAttribI3uivEXT)
33710 .globl GL_PREFIX(VertexAttribI4bv) ; .set GL_PREFIX(VertexAttribI4bv), GL_PREFIX(VertexAttribI4bvEXT)
33711 .globl GL_PREFIX(VertexAttribI4i) ; .set GL_PREFIX(VertexAttribI4i), GL_PREFIX(VertexAttribI4iEXT)
33712 .globl GL_PREFIX(VertexAttribI4iv) ; .set GL_PREFIX(VertexAttribI4iv), GL_PREFIX(VertexAttribI4ivEXT)
33713 .globl GL_PREFIX(VertexAttribI4sv) ; .set GL_PREFIX(VertexAttribI4sv), GL_PREFIX(VertexAttribI4svEXT)
33714 .globl GL_PREFIX(VertexAttribI4ubv) ; .set GL_PREFIX(VertexAttribI4ubv), GL_PREFIX(VertexAttribI4ubvEXT)
33715 .globl GL_PREFIX(VertexAttribI4ui) ; .set GL_PREFIX(VertexAttribI4ui), GL_PREFIX(VertexAttribI4uiEXT)
33716 .globl GL_PREFIX(VertexAttribI4uiv) ; .set GL_PREFIX(VertexAttribI4uiv), GL_PREFIX(VertexAttribI4uivEXT)
33717 .globl GL_PREFIX(VertexAttribI4usv) ; .set GL_PREFIX(VertexAttribI4usv), GL_PREFIX(VertexAttribI4usvEXT)
33718 .globl GL_PREFIX(VertexAttribIPointer) ; .set GL_PREFIX(VertexAttribIPointer), GL_PREFIX(VertexAttribIPointerEXT)
33719 .globl GL_PREFIX(FramebufferTextureLayer) ; .set GL_PREFIX(FramebufferTextureLayer), GL_PREFIX(FramebufferTextureLayerEXT)
33720 .globl GL_PREFIX(ColorMaski) ; .set GL_PREFIX(ColorMaski), GL_PREFIX(ColorMaskIndexedEXT)
33721 .globl GL_PREFIX(Disablei) ; .set GL_PREFIX(Disablei), GL_PREFIX(DisableIndexedEXT)
33722 .globl GL_PREFIX(Enablei) ; .set GL_PREFIX(Enablei), GL_PREFIX(EnableIndexedEXT)
33723 .globl GL_PREFIX(GetBooleani_v) ; .set GL_PREFIX(GetBooleani_v), GL_PREFIX(GetBooleanIndexedvEXT)
33724 .globl GL_PREFIX(GetIntegeri_v) ; .set GL_PREFIX(GetIntegeri_v), GL_PREFIX(GetIntegerIndexedvEXT)
33725 .globl GL_PREFIX(IsEnabledi) ; .set GL_PREFIX(IsEnabledi), GL_PREFIX(IsEnabledIndexedEXT)
33726 .globl GL_PREFIX(GetTexParameterIiv) ; .set GL_PREFIX(GetTexParameterIiv), GL_PREFIX(GetTexParameterIivEXT)
33727 .globl GL_PREFIX(GetTexParameterIuiv) ; .set GL_PREFIX(GetTexParameterIuiv), GL_PREFIX(GetTexParameterIuivEXT)
33728 .globl GL_PREFIX(TexParameterIiv) ; .set GL_PREFIX(TexParameterIiv), GL_PREFIX(TexParameterIivEXT)
33729 .globl GL_PREFIX(TexParameterIuiv) ; .set GL_PREFIX(TexParameterIuiv), GL_PREFIX(TexParameterIuivEXT)
33730 .globl GL_PREFIX(BeginConditionalRender) ; .set GL_PREFIX(BeginConditionalRender), GL_PREFIX(BeginConditionalRenderNV)
33731 .globl GL_PREFIX(EndConditionalRender) ; .set GL_PREFIX(EndConditionalRender), GL_PREFIX(EndConditionalRenderNV)
33732 .globl GL_PREFIX(BeginTransformFeedback) ; .set GL_PREFIX(BeginTransformFeedback), GL_PREFIX(BeginTransformFeedbackEXT)
33733 .globl GL_PREFIX(BindBufferBase) ; .set GL_PREFIX(BindBufferBase), GL_PREFIX(BindBufferBaseEXT)
33734 .globl GL_PREFIX(BindBufferRange) ; .set GL_PREFIX(BindBufferRange), GL_PREFIX(BindBufferRangeEXT)
33735 .globl GL_PREFIX(EndTransformFeedback) ; .set GL_PREFIX(EndTransformFeedback), GL_PREFIX(EndTransformFeedbackEXT)
33736 .globl GL_PREFIX(GetTransformFeedbackVarying) ; .set GL_PREFIX(GetTransformFeedbackVarying), GL_PREFIX(GetTransformFeedbackVaryingEXT)
33737 .globl GL_PREFIX(TransformFeedbackVaryings) ; .set GL_PREFIX(TransformFeedbackVaryings), GL_PREFIX(TransformFeedbackVaryingsEXT)
33738 .globl GL_PREFIX(ProvokingVertex) ; .set GL_PREFIX(ProvokingVertex), GL_PREFIX(ProvokingVertexEXT)
33739
33740 #if defined(GLX_USE_TLS) && defined(__linux__)
33741 .section ".note.ABI-tag", "a"
33742 .p2align 2
33743 .long 1f - 0f /* name length */
33744 .long 3f - 2f /* data length */
33745 .long 1 /* note length */
33746 0: .asciz "GNU" /* vendor name */
33747 1: .p2align 2
33748 2: .long 0 /* note data: the ABI tag */
33749 .long 2,4,20 /* Minimum kernel version w/TLS */
33750 3: .p2align 2 /* pad out section */
33751 #endif /* GLX_USE_TLS */
33752
33753 #if defined (__ELF__) && defined (__linux__)
33754 .section .note.GNU-stack,"",%progbits
33755 #endif