Merge remote branch 'origin/master' into glsl2
[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_THREADS) || 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(DrawArraysInstanced)
16005 .type GL_PREFIX(DrawArraysInstanced), @function
16006 GL_PREFIX(DrawArraysInstanced):
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 %rdx
16015 pushq %rcx
16016 pushq %rbp
16017 call _x86_64_get_dispatch@PLT
16018 popq %rbp
16019 popq %rcx
16020 popq %rdx
16021 popq %rsi
16022 popq %rdi
16023 movq 3440(%rax), %r11
16024 jmp *%r11
16025 #else
16026 movq _glapi_Dispatch(%rip), %rax
16027 testq %rax, %rax
16028 je 1f
16029 movq 3440(%rax), %r11
16030 jmp *%r11
16031 1:
16032 pushq %rdi
16033 pushq %rsi
16034 pushq %rdx
16035 pushq %rcx
16036 pushq %rbp
16037 call _glapi_get_dispatch
16038 popq %rbp
16039 popq %rcx
16040 popq %rdx
16041 popq %rsi
16042 popq %rdi
16043 movq 3440(%rax), %r11
16044 jmp *%r11
16045 #endif /* defined(GLX_USE_TLS) */
16046 .size GL_PREFIX(DrawArraysInstanced), .-GL_PREFIX(DrawArraysInstanced)
16047
16048 .p2align 4,,15
16049 .globl GL_PREFIX(DrawElementsInstanced)
16050 .type GL_PREFIX(DrawElementsInstanced), @function
16051 GL_PREFIX(DrawElementsInstanced):
16052 #if defined(GLX_USE_TLS)
16053 call _x86_64_get_dispatch@PLT
16054 movq 3448(%rax), %r11
16055 jmp *%r11
16056 #elif defined(PTHREADS)
16057 pushq %rdi
16058 pushq %rsi
16059 pushq %rdx
16060 pushq %rcx
16061 pushq %r8
16062 call _x86_64_get_dispatch@PLT
16063 popq %r8
16064 popq %rcx
16065 popq %rdx
16066 popq %rsi
16067 popq %rdi
16068 movq 3448(%rax), %r11
16069 jmp *%r11
16070 #else
16071 movq _glapi_Dispatch(%rip), %rax
16072 testq %rax, %rax
16073 je 1f
16074 movq 3448(%rax), %r11
16075 jmp *%r11
16076 1:
16077 pushq %rdi
16078 pushq %rsi
16079 pushq %rdx
16080 pushq %rcx
16081 pushq %r8
16082 call _glapi_get_dispatch
16083 popq %r8
16084 popq %rcx
16085 popq %rdx
16086 popq %rsi
16087 popq %rdi
16088 movq 3448(%rax), %r11
16089 jmp *%r11
16090 #endif /* defined(GLX_USE_TLS) */
16091 .size GL_PREFIX(DrawElementsInstanced), .-GL_PREFIX(DrawElementsInstanced)
16092
16093 .p2align 4,,15
16094 .globl GL_PREFIX(LoadTransposeMatrixdARB)
16095 .type GL_PREFIX(LoadTransposeMatrixdARB), @function
16096 GL_PREFIX(LoadTransposeMatrixdARB):
16097 #if defined(GLX_USE_TLS)
16098 call _x86_64_get_dispatch@PLT
16099 movq 3456(%rax), %r11
16100 jmp *%r11
16101 #elif defined(PTHREADS)
16102 pushq %rdi
16103 call _x86_64_get_dispatch@PLT
16104 popq %rdi
16105 movq 3456(%rax), %r11
16106 jmp *%r11
16107 #else
16108 movq _glapi_Dispatch(%rip), %rax
16109 testq %rax, %rax
16110 je 1f
16111 movq 3456(%rax), %r11
16112 jmp *%r11
16113 1:
16114 pushq %rdi
16115 call _glapi_get_dispatch
16116 popq %rdi
16117 movq 3456(%rax), %r11
16118 jmp *%r11
16119 #endif /* defined(GLX_USE_TLS) */
16120 .size GL_PREFIX(LoadTransposeMatrixdARB), .-GL_PREFIX(LoadTransposeMatrixdARB)
16121
16122 .p2align 4,,15
16123 .globl GL_PREFIX(LoadTransposeMatrixfARB)
16124 .type GL_PREFIX(LoadTransposeMatrixfARB), @function
16125 GL_PREFIX(LoadTransposeMatrixfARB):
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 call _x86_64_get_dispatch@PLT
16133 popq %rdi
16134 movq 3464(%rax), %r11
16135 jmp *%r11
16136 #else
16137 movq _glapi_Dispatch(%rip), %rax
16138 testq %rax, %rax
16139 je 1f
16140 movq 3464(%rax), %r11
16141 jmp *%r11
16142 1:
16143 pushq %rdi
16144 call _glapi_get_dispatch
16145 popq %rdi
16146 movq 3464(%rax), %r11
16147 jmp *%r11
16148 #endif /* defined(GLX_USE_TLS) */
16149 .size GL_PREFIX(LoadTransposeMatrixfARB), .-GL_PREFIX(LoadTransposeMatrixfARB)
16150
16151 .p2align 4,,15
16152 .globl GL_PREFIX(MultTransposeMatrixdARB)
16153 .type GL_PREFIX(MultTransposeMatrixdARB), @function
16154 GL_PREFIX(MultTransposeMatrixdARB):
16155 #if defined(GLX_USE_TLS)
16156 call _x86_64_get_dispatch@PLT
16157 movq 3472(%rax), %r11
16158 jmp *%r11
16159 #elif defined(PTHREADS)
16160 pushq %rdi
16161 call _x86_64_get_dispatch@PLT
16162 popq %rdi
16163 movq 3472(%rax), %r11
16164 jmp *%r11
16165 #else
16166 movq _glapi_Dispatch(%rip), %rax
16167 testq %rax, %rax
16168 je 1f
16169 movq 3472(%rax), %r11
16170 jmp *%r11
16171 1:
16172 pushq %rdi
16173 call _glapi_get_dispatch
16174 popq %rdi
16175 movq 3472(%rax), %r11
16176 jmp *%r11
16177 #endif /* defined(GLX_USE_TLS) */
16178 .size GL_PREFIX(MultTransposeMatrixdARB), .-GL_PREFIX(MultTransposeMatrixdARB)
16179
16180 .p2align 4,,15
16181 .globl GL_PREFIX(MultTransposeMatrixfARB)
16182 .type GL_PREFIX(MultTransposeMatrixfARB), @function
16183 GL_PREFIX(MultTransposeMatrixfARB):
16184 #if defined(GLX_USE_TLS)
16185 call _x86_64_get_dispatch@PLT
16186 movq 3480(%rax), %r11
16187 jmp *%r11
16188 #elif defined(PTHREADS)
16189 pushq %rdi
16190 call _x86_64_get_dispatch@PLT
16191 popq %rdi
16192 movq 3480(%rax), %r11
16193 jmp *%r11
16194 #else
16195 movq _glapi_Dispatch(%rip), %rax
16196 testq %rax, %rax
16197 je 1f
16198 movq 3480(%rax), %r11
16199 jmp *%r11
16200 1:
16201 pushq %rdi
16202 call _glapi_get_dispatch
16203 popq %rdi
16204 movq 3480(%rax), %r11
16205 jmp *%r11
16206 #endif /* defined(GLX_USE_TLS) */
16207 .size GL_PREFIX(MultTransposeMatrixfARB), .-GL_PREFIX(MultTransposeMatrixfARB)
16208
16209 .p2align 4,,15
16210 .globl GL_PREFIX(SampleCoverageARB)
16211 .type GL_PREFIX(SampleCoverageARB), @function
16212 GL_PREFIX(SampleCoverageARB):
16213 #if defined(GLX_USE_TLS)
16214 call _x86_64_get_dispatch@PLT
16215 movq 3488(%rax), %r11
16216 jmp *%r11
16217 #elif defined(PTHREADS)
16218 pushq %rdi
16219 pushq %rsi
16220 pushq %rbp
16221 call _x86_64_get_dispatch@PLT
16222 popq %rbp
16223 popq %rsi
16224 popq %rdi
16225 movq 3488(%rax), %r11
16226 jmp *%r11
16227 #else
16228 movq _glapi_Dispatch(%rip), %rax
16229 testq %rax, %rax
16230 je 1f
16231 movq 3488(%rax), %r11
16232 jmp *%r11
16233 1:
16234 pushq %rdi
16235 pushq %rsi
16236 pushq %rbp
16237 call _glapi_get_dispatch
16238 popq %rbp
16239 popq %rsi
16240 popq %rdi
16241 movq 3488(%rax), %r11
16242 jmp *%r11
16243 #endif /* defined(GLX_USE_TLS) */
16244 .size GL_PREFIX(SampleCoverageARB), .-GL_PREFIX(SampleCoverageARB)
16245
16246 .p2align 4,,15
16247 .globl GL_PREFIX(CompressedTexImage1DARB)
16248 .type GL_PREFIX(CompressedTexImage1DARB), @function
16249 GL_PREFIX(CompressedTexImage1DARB):
16250 #if defined(GLX_USE_TLS)
16251 call _x86_64_get_dispatch@PLT
16252 movq 3496(%rax), %r11
16253 jmp *%r11
16254 #elif defined(PTHREADS)
16255 pushq %rdi
16256 pushq %rsi
16257 pushq %rdx
16258 pushq %rcx
16259 pushq %r8
16260 pushq %r9
16261 pushq %rbp
16262 call _x86_64_get_dispatch@PLT
16263 popq %rbp
16264 popq %r9
16265 popq %r8
16266 popq %rcx
16267 popq %rdx
16268 popq %rsi
16269 popq %rdi
16270 movq 3496(%rax), %r11
16271 jmp *%r11
16272 #else
16273 movq _glapi_Dispatch(%rip), %rax
16274 testq %rax, %rax
16275 je 1f
16276 movq 3496(%rax), %r11
16277 jmp *%r11
16278 1:
16279 pushq %rdi
16280 pushq %rsi
16281 pushq %rdx
16282 pushq %rcx
16283 pushq %r8
16284 pushq %r9
16285 pushq %rbp
16286 call _glapi_get_dispatch
16287 popq %rbp
16288 popq %r9
16289 popq %r8
16290 popq %rcx
16291 popq %rdx
16292 popq %rsi
16293 popq %rdi
16294 movq 3496(%rax), %r11
16295 jmp *%r11
16296 #endif /* defined(GLX_USE_TLS) */
16297 .size GL_PREFIX(CompressedTexImage1DARB), .-GL_PREFIX(CompressedTexImage1DARB)
16298
16299 .p2align 4,,15
16300 .globl GL_PREFIX(CompressedTexImage2DARB)
16301 .type GL_PREFIX(CompressedTexImage2DARB), @function
16302 GL_PREFIX(CompressedTexImage2DARB):
16303 #if defined(GLX_USE_TLS)
16304 call _x86_64_get_dispatch@PLT
16305 movq 3504(%rax), %r11
16306 jmp *%r11
16307 #elif defined(PTHREADS)
16308 pushq %rdi
16309 pushq %rsi
16310 pushq %rdx
16311 pushq %rcx
16312 pushq %r8
16313 pushq %r9
16314 pushq %rbp
16315 call _x86_64_get_dispatch@PLT
16316 popq %rbp
16317 popq %r9
16318 popq %r8
16319 popq %rcx
16320 popq %rdx
16321 popq %rsi
16322 popq %rdi
16323 movq 3504(%rax), %r11
16324 jmp *%r11
16325 #else
16326 movq _glapi_Dispatch(%rip), %rax
16327 testq %rax, %rax
16328 je 1f
16329 movq 3504(%rax), %r11
16330 jmp *%r11
16331 1:
16332 pushq %rdi
16333 pushq %rsi
16334 pushq %rdx
16335 pushq %rcx
16336 pushq %r8
16337 pushq %r9
16338 pushq %rbp
16339 call _glapi_get_dispatch
16340 popq %rbp
16341 popq %r9
16342 popq %r8
16343 popq %rcx
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(CompressedTexImage2DARB), .-GL_PREFIX(CompressedTexImage2DARB)
16351
16352 .p2align 4,,15
16353 .globl GL_PREFIX(CompressedTexImage3DARB)
16354 .type GL_PREFIX(CompressedTexImage3DARB), @function
16355 GL_PREFIX(CompressedTexImage3DARB):
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 pushq %rcx
16365 pushq %r8
16366 pushq %r9
16367 pushq %rbp
16368 call _x86_64_get_dispatch@PLT
16369 popq %rbp
16370 popq %r9
16371 popq %r8
16372 popq %rcx
16373 popq %rdx
16374 popq %rsi
16375 popq %rdi
16376 movq 3512(%rax), %r11
16377 jmp *%r11
16378 #else
16379 movq _glapi_Dispatch(%rip), %rax
16380 testq %rax, %rax
16381 je 1f
16382 movq 3512(%rax), %r11
16383 jmp *%r11
16384 1:
16385 pushq %rdi
16386 pushq %rsi
16387 pushq %rdx
16388 pushq %rcx
16389 pushq %r8
16390 pushq %r9
16391 pushq %rbp
16392 call _glapi_get_dispatch
16393 popq %rbp
16394 popq %r9
16395 popq %r8
16396 popq %rcx
16397 popq %rdx
16398 popq %rsi
16399 popq %rdi
16400 movq 3512(%rax), %r11
16401 jmp *%r11
16402 #endif /* defined(GLX_USE_TLS) */
16403 .size GL_PREFIX(CompressedTexImage3DARB), .-GL_PREFIX(CompressedTexImage3DARB)
16404
16405 .p2align 4,,15
16406 .globl GL_PREFIX(CompressedTexSubImage1DARB)
16407 .type GL_PREFIX(CompressedTexSubImage1DARB), @function
16408 GL_PREFIX(CompressedTexSubImage1DARB):
16409 #if defined(GLX_USE_TLS)
16410 call _x86_64_get_dispatch@PLT
16411 movq 3520(%rax), %r11
16412 jmp *%r11
16413 #elif defined(PTHREADS)
16414 pushq %rdi
16415 pushq %rsi
16416 pushq %rdx
16417 pushq %rcx
16418 pushq %r8
16419 pushq %r9
16420 pushq %rbp
16421 call _x86_64_get_dispatch@PLT
16422 popq %rbp
16423 popq %r9
16424 popq %r8
16425 popq %rcx
16426 popq %rdx
16427 popq %rsi
16428 popq %rdi
16429 movq 3520(%rax), %r11
16430 jmp *%r11
16431 #else
16432 movq _glapi_Dispatch(%rip), %rax
16433 testq %rax, %rax
16434 je 1f
16435 movq 3520(%rax), %r11
16436 jmp *%r11
16437 1:
16438 pushq %rdi
16439 pushq %rsi
16440 pushq %rdx
16441 pushq %rcx
16442 pushq %r8
16443 pushq %r9
16444 pushq %rbp
16445 call _glapi_get_dispatch
16446 popq %rbp
16447 popq %r9
16448 popq %r8
16449 popq %rcx
16450 popq %rdx
16451 popq %rsi
16452 popq %rdi
16453 movq 3520(%rax), %r11
16454 jmp *%r11
16455 #endif /* defined(GLX_USE_TLS) */
16456 .size GL_PREFIX(CompressedTexSubImage1DARB), .-GL_PREFIX(CompressedTexSubImage1DARB)
16457
16458 .p2align 4,,15
16459 .globl GL_PREFIX(CompressedTexSubImage2DARB)
16460 .type GL_PREFIX(CompressedTexSubImage2DARB), @function
16461 GL_PREFIX(CompressedTexSubImage2DARB):
16462 #if defined(GLX_USE_TLS)
16463 call _x86_64_get_dispatch@PLT
16464 movq 3528(%rax), %r11
16465 jmp *%r11
16466 #elif defined(PTHREADS)
16467 pushq %rdi
16468 pushq %rsi
16469 pushq %rdx
16470 pushq %rcx
16471 pushq %r8
16472 pushq %r9
16473 pushq %rbp
16474 call _x86_64_get_dispatch@PLT
16475 popq %rbp
16476 popq %r9
16477 popq %r8
16478 popq %rcx
16479 popq %rdx
16480 popq %rsi
16481 popq %rdi
16482 movq 3528(%rax), %r11
16483 jmp *%r11
16484 #else
16485 movq _glapi_Dispatch(%rip), %rax
16486 testq %rax, %rax
16487 je 1f
16488 movq 3528(%rax), %r11
16489 jmp *%r11
16490 1:
16491 pushq %rdi
16492 pushq %rsi
16493 pushq %rdx
16494 pushq %rcx
16495 pushq %r8
16496 pushq %r9
16497 pushq %rbp
16498 call _glapi_get_dispatch
16499 popq %rbp
16500 popq %r9
16501 popq %r8
16502 popq %rcx
16503 popq %rdx
16504 popq %rsi
16505 popq %rdi
16506 movq 3528(%rax), %r11
16507 jmp *%r11
16508 #endif /* defined(GLX_USE_TLS) */
16509 .size GL_PREFIX(CompressedTexSubImage2DARB), .-GL_PREFIX(CompressedTexSubImage2DARB)
16510
16511 .p2align 4,,15
16512 .globl GL_PREFIX(CompressedTexSubImage3DARB)
16513 .type GL_PREFIX(CompressedTexSubImage3DARB), @function
16514 GL_PREFIX(CompressedTexSubImage3DARB):
16515 #if defined(GLX_USE_TLS)
16516 call _x86_64_get_dispatch@PLT
16517 movq 3536(%rax), %r11
16518 jmp *%r11
16519 #elif defined(PTHREADS)
16520 pushq %rdi
16521 pushq %rsi
16522 pushq %rdx
16523 pushq %rcx
16524 pushq %r8
16525 pushq %r9
16526 pushq %rbp
16527 call _x86_64_get_dispatch@PLT
16528 popq %rbp
16529 popq %r9
16530 popq %r8
16531 popq %rcx
16532 popq %rdx
16533 popq %rsi
16534 popq %rdi
16535 movq 3536(%rax), %r11
16536 jmp *%r11
16537 #else
16538 movq _glapi_Dispatch(%rip), %rax
16539 testq %rax, %rax
16540 je 1f
16541 movq 3536(%rax), %r11
16542 jmp *%r11
16543 1:
16544 pushq %rdi
16545 pushq %rsi
16546 pushq %rdx
16547 pushq %rcx
16548 pushq %r8
16549 pushq %r9
16550 pushq %rbp
16551 call _glapi_get_dispatch
16552 popq %rbp
16553 popq %r9
16554 popq %r8
16555 popq %rcx
16556 popq %rdx
16557 popq %rsi
16558 popq %rdi
16559 movq 3536(%rax), %r11
16560 jmp *%r11
16561 #endif /* defined(GLX_USE_TLS) */
16562 .size GL_PREFIX(CompressedTexSubImage3DARB), .-GL_PREFIX(CompressedTexSubImage3DARB)
16563
16564 .p2align 4,,15
16565 .globl GL_PREFIX(GetCompressedTexImageARB)
16566 .type GL_PREFIX(GetCompressedTexImageARB), @function
16567 GL_PREFIX(GetCompressedTexImageARB):
16568 #if defined(GLX_USE_TLS)
16569 call _x86_64_get_dispatch@PLT
16570 movq 3544(%rax), %r11
16571 jmp *%r11
16572 #elif defined(PTHREADS)
16573 pushq %rdi
16574 pushq %rsi
16575 pushq %rdx
16576 call _x86_64_get_dispatch@PLT
16577 popq %rdx
16578 popq %rsi
16579 popq %rdi
16580 movq 3544(%rax), %r11
16581 jmp *%r11
16582 #else
16583 movq _glapi_Dispatch(%rip), %rax
16584 testq %rax, %rax
16585 je 1f
16586 movq 3544(%rax), %r11
16587 jmp *%r11
16588 1:
16589 pushq %rdi
16590 pushq %rsi
16591 pushq %rdx
16592 call _glapi_get_dispatch
16593 popq %rdx
16594 popq %rsi
16595 popq %rdi
16596 movq 3544(%rax), %r11
16597 jmp *%r11
16598 #endif /* defined(GLX_USE_TLS) */
16599 .size GL_PREFIX(GetCompressedTexImageARB), .-GL_PREFIX(GetCompressedTexImageARB)
16600
16601 .p2align 4,,15
16602 .globl GL_PREFIX(DisableVertexAttribArrayARB)
16603 .type GL_PREFIX(DisableVertexAttribArrayARB), @function
16604 GL_PREFIX(DisableVertexAttribArrayARB):
16605 #if defined(GLX_USE_TLS)
16606 call _x86_64_get_dispatch@PLT
16607 movq 3552(%rax), %r11
16608 jmp *%r11
16609 #elif defined(PTHREADS)
16610 pushq %rdi
16611 call _x86_64_get_dispatch@PLT
16612 popq %rdi
16613 movq 3552(%rax), %r11
16614 jmp *%r11
16615 #else
16616 movq _glapi_Dispatch(%rip), %rax
16617 testq %rax, %rax
16618 je 1f
16619 movq 3552(%rax), %r11
16620 jmp *%r11
16621 1:
16622 pushq %rdi
16623 call _glapi_get_dispatch
16624 popq %rdi
16625 movq 3552(%rax), %r11
16626 jmp *%r11
16627 #endif /* defined(GLX_USE_TLS) */
16628 .size GL_PREFIX(DisableVertexAttribArrayARB), .-GL_PREFIX(DisableVertexAttribArrayARB)
16629
16630 .p2align 4,,15
16631 .globl GL_PREFIX(EnableVertexAttribArrayARB)
16632 .type GL_PREFIX(EnableVertexAttribArrayARB), @function
16633 GL_PREFIX(EnableVertexAttribArrayARB):
16634 #if defined(GLX_USE_TLS)
16635 call _x86_64_get_dispatch@PLT
16636 movq 3560(%rax), %r11
16637 jmp *%r11
16638 #elif defined(PTHREADS)
16639 pushq %rdi
16640 call _x86_64_get_dispatch@PLT
16641 popq %rdi
16642 movq 3560(%rax), %r11
16643 jmp *%r11
16644 #else
16645 movq _glapi_Dispatch(%rip), %rax
16646 testq %rax, %rax
16647 je 1f
16648 movq 3560(%rax), %r11
16649 jmp *%r11
16650 1:
16651 pushq %rdi
16652 call _glapi_get_dispatch
16653 popq %rdi
16654 movq 3560(%rax), %r11
16655 jmp *%r11
16656 #endif /* defined(GLX_USE_TLS) */
16657 .size GL_PREFIX(EnableVertexAttribArrayARB), .-GL_PREFIX(EnableVertexAttribArrayARB)
16658
16659 .p2align 4,,15
16660 .globl GL_PREFIX(GetProgramEnvParameterdvARB)
16661 .type GL_PREFIX(GetProgramEnvParameterdvARB), @function
16662 GL_PREFIX(GetProgramEnvParameterdvARB):
16663 #if defined(GLX_USE_TLS)
16664 call _x86_64_get_dispatch@PLT
16665 movq 3568(%rax), %r11
16666 jmp *%r11
16667 #elif defined(PTHREADS)
16668 pushq %rdi
16669 pushq %rsi
16670 pushq %rdx
16671 call _x86_64_get_dispatch@PLT
16672 popq %rdx
16673 popq %rsi
16674 popq %rdi
16675 movq 3568(%rax), %r11
16676 jmp *%r11
16677 #else
16678 movq _glapi_Dispatch(%rip), %rax
16679 testq %rax, %rax
16680 je 1f
16681 movq 3568(%rax), %r11
16682 jmp *%r11
16683 1:
16684 pushq %rdi
16685 pushq %rsi
16686 pushq %rdx
16687 call _glapi_get_dispatch
16688 popq %rdx
16689 popq %rsi
16690 popq %rdi
16691 movq 3568(%rax), %r11
16692 jmp *%r11
16693 #endif /* defined(GLX_USE_TLS) */
16694 .size GL_PREFIX(GetProgramEnvParameterdvARB), .-GL_PREFIX(GetProgramEnvParameterdvARB)
16695
16696 .p2align 4,,15
16697 .globl GL_PREFIX(GetProgramEnvParameterfvARB)
16698 .type GL_PREFIX(GetProgramEnvParameterfvARB), @function
16699 GL_PREFIX(GetProgramEnvParameterfvARB):
16700 #if defined(GLX_USE_TLS)
16701 call _x86_64_get_dispatch@PLT
16702 movq 3576(%rax), %r11
16703 jmp *%r11
16704 #elif defined(PTHREADS)
16705 pushq %rdi
16706 pushq %rsi
16707 pushq %rdx
16708 call _x86_64_get_dispatch@PLT
16709 popq %rdx
16710 popq %rsi
16711 popq %rdi
16712 movq 3576(%rax), %r11
16713 jmp *%r11
16714 #else
16715 movq _glapi_Dispatch(%rip), %rax
16716 testq %rax, %rax
16717 je 1f
16718 movq 3576(%rax), %r11
16719 jmp *%r11
16720 1:
16721 pushq %rdi
16722 pushq %rsi
16723 pushq %rdx
16724 call _glapi_get_dispatch
16725 popq %rdx
16726 popq %rsi
16727 popq %rdi
16728 movq 3576(%rax), %r11
16729 jmp *%r11
16730 #endif /* defined(GLX_USE_TLS) */
16731 .size GL_PREFIX(GetProgramEnvParameterfvARB), .-GL_PREFIX(GetProgramEnvParameterfvARB)
16732
16733 .p2align 4,,15
16734 .globl GL_PREFIX(GetProgramLocalParameterdvARB)
16735 .type GL_PREFIX(GetProgramLocalParameterdvARB), @function
16736 GL_PREFIX(GetProgramLocalParameterdvARB):
16737 #if defined(GLX_USE_TLS)
16738 call _x86_64_get_dispatch@PLT
16739 movq 3584(%rax), %r11
16740 jmp *%r11
16741 #elif defined(PTHREADS)
16742 pushq %rdi
16743 pushq %rsi
16744 pushq %rdx
16745 call _x86_64_get_dispatch@PLT
16746 popq %rdx
16747 popq %rsi
16748 popq %rdi
16749 movq 3584(%rax), %r11
16750 jmp *%r11
16751 #else
16752 movq _glapi_Dispatch(%rip), %rax
16753 testq %rax, %rax
16754 je 1f
16755 movq 3584(%rax), %r11
16756 jmp *%r11
16757 1:
16758 pushq %rdi
16759 pushq %rsi
16760 pushq %rdx
16761 call _glapi_get_dispatch
16762 popq %rdx
16763 popq %rsi
16764 popq %rdi
16765 movq 3584(%rax), %r11
16766 jmp *%r11
16767 #endif /* defined(GLX_USE_TLS) */
16768 .size GL_PREFIX(GetProgramLocalParameterdvARB), .-GL_PREFIX(GetProgramLocalParameterdvARB)
16769
16770 .p2align 4,,15
16771 .globl GL_PREFIX(GetProgramLocalParameterfvARB)
16772 .type GL_PREFIX(GetProgramLocalParameterfvARB), @function
16773 GL_PREFIX(GetProgramLocalParameterfvARB):
16774 #if defined(GLX_USE_TLS)
16775 call _x86_64_get_dispatch@PLT
16776 movq 3592(%rax), %r11
16777 jmp *%r11
16778 #elif defined(PTHREADS)
16779 pushq %rdi
16780 pushq %rsi
16781 pushq %rdx
16782 call _x86_64_get_dispatch@PLT
16783 popq %rdx
16784 popq %rsi
16785 popq %rdi
16786 movq 3592(%rax), %r11
16787 jmp *%r11
16788 #else
16789 movq _glapi_Dispatch(%rip), %rax
16790 testq %rax, %rax
16791 je 1f
16792 movq 3592(%rax), %r11
16793 jmp *%r11
16794 1:
16795 pushq %rdi
16796 pushq %rsi
16797 pushq %rdx
16798 call _glapi_get_dispatch
16799 popq %rdx
16800 popq %rsi
16801 popq %rdi
16802 movq 3592(%rax), %r11
16803 jmp *%r11
16804 #endif /* defined(GLX_USE_TLS) */
16805 .size GL_PREFIX(GetProgramLocalParameterfvARB), .-GL_PREFIX(GetProgramLocalParameterfvARB)
16806
16807 .p2align 4,,15
16808 .globl GL_PREFIX(GetProgramStringARB)
16809 .type GL_PREFIX(GetProgramStringARB), @function
16810 GL_PREFIX(GetProgramStringARB):
16811 #if defined(GLX_USE_TLS)
16812 call _x86_64_get_dispatch@PLT
16813 movq 3600(%rax), %r11
16814 jmp *%r11
16815 #elif defined(PTHREADS)
16816 pushq %rdi
16817 pushq %rsi
16818 pushq %rdx
16819 call _x86_64_get_dispatch@PLT
16820 popq %rdx
16821 popq %rsi
16822 popq %rdi
16823 movq 3600(%rax), %r11
16824 jmp *%r11
16825 #else
16826 movq _glapi_Dispatch(%rip), %rax
16827 testq %rax, %rax
16828 je 1f
16829 movq 3600(%rax), %r11
16830 jmp *%r11
16831 1:
16832 pushq %rdi
16833 pushq %rsi
16834 pushq %rdx
16835 call _glapi_get_dispatch
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(GetProgramStringARB), .-GL_PREFIX(GetProgramStringARB)
16843
16844 .p2align 4,,15
16845 .globl GL_PREFIX(GetProgramivARB)
16846 .type GL_PREFIX(GetProgramivARB), @function
16847 GL_PREFIX(GetProgramivARB):
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 call _x86_64_get_dispatch@PLT
16857 popq %rdx
16858 popq %rsi
16859 popq %rdi
16860 movq 3608(%rax), %r11
16861 jmp *%r11
16862 #else
16863 movq _glapi_Dispatch(%rip), %rax
16864 testq %rax, %rax
16865 je 1f
16866 movq 3608(%rax), %r11
16867 jmp *%r11
16868 1:
16869 pushq %rdi
16870 pushq %rsi
16871 pushq %rdx
16872 call _glapi_get_dispatch
16873 popq %rdx
16874 popq %rsi
16875 popq %rdi
16876 movq 3608(%rax), %r11
16877 jmp *%r11
16878 #endif /* defined(GLX_USE_TLS) */
16879 .size GL_PREFIX(GetProgramivARB), .-GL_PREFIX(GetProgramivARB)
16880
16881 .p2align 4,,15
16882 .globl GL_PREFIX(GetVertexAttribdvARB)
16883 .type GL_PREFIX(GetVertexAttribdvARB), @function
16884 GL_PREFIX(GetVertexAttribdvARB):
16885 #if defined(GLX_USE_TLS)
16886 call _x86_64_get_dispatch@PLT
16887 movq 3616(%rax), %r11
16888 jmp *%r11
16889 #elif defined(PTHREADS)
16890 pushq %rdi
16891 pushq %rsi
16892 pushq %rdx
16893 call _x86_64_get_dispatch@PLT
16894 popq %rdx
16895 popq %rsi
16896 popq %rdi
16897 movq 3616(%rax), %r11
16898 jmp *%r11
16899 #else
16900 movq _glapi_Dispatch(%rip), %rax
16901 testq %rax, %rax
16902 je 1f
16903 movq 3616(%rax), %r11
16904 jmp *%r11
16905 1:
16906 pushq %rdi
16907 pushq %rsi
16908 pushq %rdx
16909 call _glapi_get_dispatch
16910 popq %rdx
16911 popq %rsi
16912 popq %rdi
16913 movq 3616(%rax), %r11
16914 jmp *%r11
16915 #endif /* defined(GLX_USE_TLS) */
16916 .size GL_PREFIX(GetVertexAttribdvARB), .-GL_PREFIX(GetVertexAttribdvARB)
16917
16918 .p2align 4,,15
16919 .globl GL_PREFIX(GetVertexAttribfvARB)
16920 .type GL_PREFIX(GetVertexAttribfvARB), @function
16921 GL_PREFIX(GetVertexAttribfvARB):
16922 #if defined(GLX_USE_TLS)
16923 call _x86_64_get_dispatch@PLT
16924 movq 3624(%rax), %r11
16925 jmp *%r11
16926 #elif defined(PTHREADS)
16927 pushq %rdi
16928 pushq %rsi
16929 pushq %rdx
16930 call _x86_64_get_dispatch@PLT
16931 popq %rdx
16932 popq %rsi
16933 popq %rdi
16934 movq 3624(%rax), %r11
16935 jmp *%r11
16936 #else
16937 movq _glapi_Dispatch(%rip), %rax
16938 testq %rax, %rax
16939 je 1f
16940 movq 3624(%rax), %r11
16941 jmp *%r11
16942 1:
16943 pushq %rdi
16944 pushq %rsi
16945 pushq %rdx
16946 call _glapi_get_dispatch
16947 popq %rdx
16948 popq %rsi
16949 popq %rdi
16950 movq 3624(%rax), %r11
16951 jmp *%r11
16952 #endif /* defined(GLX_USE_TLS) */
16953 .size GL_PREFIX(GetVertexAttribfvARB), .-GL_PREFIX(GetVertexAttribfvARB)
16954
16955 .p2align 4,,15
16956 .globl GL_PREFIX(GetVertexAttribivARB)
16957 .type GL_PREFIX(GetVertexAttribivARB), @function
16958 GL_PREFIX(GetVertexAttribivARB):
16959 #if defined(GLX_USE_TLS)
16960 call _x86_64_get_dispatch@PLT
16961 movq 3632(%rax), %r11
16962 jmp *%r11
16963 #elif defined(PTHREADS)
16964 pushq %rdi
16965 pushq %rsi
16966 pushq %rdx
16967 call _x86_64_get_dispatch@PLT
16968 popq %rdx
16969 popq %rsi
16970 popq %rdi
16971 movq 3632(%rax), %r11
16972 jmp *%r11
16973 #else
16974 movq _glapi_Dispatch(%rip), %rax
16975 testq %rax, %rax
16976 je 1f
16977 movq 3632(%rax), %r11
16978 jmp *%r11
16979 1:
16980 pushq %rdi
16981 pushq %rsi
16982 pushq %rdx
16983 call _glapi_get_dispatch
16984 popq %rdx
16985 popq %rsi
16986 popq %rdi
16987 movq 3632(%rax), %r11
16988 jmp *%r11
16989 #endif /* defined(GLX_USE_TLS) */
16990 .size GL_PREFIX(GetVertexAttribivARB), .-GL_PREFIX(GetVertexAttribivARB)
16991
16992 .p2align 4,,15
16993 .globl GL_PREFIX(ProgramEnvParameter4dARB)
16994 .type GL_PREFIX(ProgramEnvParameter4dARB), @function
16995 GL_PREFIX(ProgramEnvParameter4dARB):
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 subq $56, %rsp
17002 movq %rdi, (%rsp)
17003 movq %rsi, 8(%rsp)
17004 movq %xmm0, 16(%rsp)
17005 movq %xmm1, 24(%rsp)
17006 movq %xmm2, 32(%rsp)
17007 movq %xmm3, 40(%rsp)
17008 call _x86_64_get_dispatch@PLT
17009 movq 40(%rsp), %xmm3
17010 movq 32(%rsp), %xmm2
17011 movq 24(%rsp), %xmm1
17012 movq 16(%rsp), %xmm0
17013 movq 8(%rsp), %rsi
17014 movq (%rsp), %rdi
17015 addq $56, %rsp
17016 movq 3640(%rax), %r11
17017 jmp *%r11
17018 #else
17019 movq _glapi_Dispatch(%rip), %rax
17020 testq %rax, %rax
17021 je 1f
17022 movq 3640(%rax), %r11
17023 jmp *%r11
17024 1:
17025 subq $56, %rsp
17026 movq %rdi, (%rsp)
17027 movq %rsi, 8(%rsp)
17028 movq %xmm0, 16(%rsp)
17029 movq %xmm1, 24(%rsp)
17030 movq %xmm2, 32(%rsp)
17031 movq %xmm3, 40(%rsp)
17032 call _glapi_get_dispatch
17033 movq 40(%rsp), %xmm3
17034 movq 32(%rsp), %xmm2
17035 movq 24(%rsp), %xmm1
17036 movq 16(%rsp), %xmm0
17037 movq 8(%rsp), %rsi
17038 movq (%rsp), %rdi
17039 addq $56, %rsp
17040 movq 3640(%rax), %r11
17041 jmp *%r11
17042 #endif /* defined(GLX_USE_TLS) */
17043 .size GL_PREFIX(ProgramEnvParameter4dARB), .-GL_PREFIX(ProgramEnvParameter4dARB)
17044
17045 .p2align 4,,15
17046 .globl GL_PREFIX(ProgramEnvParameter4dvARB)
17047 .type GL_PREFIX(ProgramEnvParameter4dvARB), @function
17048 GL_PREFIX(ProgramEnvParameter4dvARB):
17049 #if defined(GLX_USE_TLS)
17050 call _x86_64_get_dispatch@PLT
17051 movq 3648(%rax), %r11
17052 jmp *%r11
17053 #elif defined(PTHREADS)
17054 pushq %rdi
17055 pushq %rsi
17056 pushq %rdx
17057 call _x86_64_get_dispatch@PLT
17058 popq %rdx
17059 popq %rsi
17060 popq %rdi
17061 movq 3648(%rax), %r11
17062 jmp *%r11
17063 #else
17064 movq _glapi_Dispatch(%rip), %rax
17065 testq %rax, %rax
17066 je 1f
17067 movq 3648(%rax), %r11
17068 jmp *%r11
17069 1:
17070 pushq %rdi
17071 pushq %rsi
17072 pushq %rdx
17073 call _glapi_get_dispatch
17074 popq %rdx
17075 popq %rsi
17076 popq %rdi
17077 movq 3648(%rax), %r11
17078 jmp *%r11
17079 #endif /* defined(GLX_USE_TLS) */
17080 .size GL_PREFIX(ProgramEnvParameter4dvARB), .-GL_PREFIX(ProgramEnvParameter4dvARB)
17081
17082 .p2align 4,,15
17083 .globl GL_PREFIX(ProgramEnvParameter4fARB)
17084 .type GL_PREFIX(ProgramEnvParameter4fARB), @function
17085 GL_PREFIX(ProgramEnvParameter4fARB):
17086 #if defined(GLX_USE_TLS)
17087 call _x86_64_get_dispatch@PLT
17088 movq 3656(%rax), %r11
17089 jmp *%r11
17090 #elif defined(PTHREADS)
17091 subq $56, %rsp
17092 movq %rdi, (%rsp)
17093 movq %rsi, 8(%rsp)
17094 movq %xmm0, 16(%rsp)
17095 movq %xmm1, 24(%rsp)
17096 movq %xmm2, 32(%rsp)
17097 movq %xmm3, 40(%rsp)
17098 call _x86_64_get_dispatch@PLT
17099 movq 40(%rsp), %xmm3
17100 movq 32(%rsp), %xmm2
17101 movq 24(%rsp), %xmm1
17102 movq 16(%rsp), %xmm0
17103 movq 8(%rsp), %rsi
17104 movq (%rsp), %rdi
17105 addq $56, %rsp
17106 movq 3656(%rax), %r11
17107 jmp *%r11
17108 #else
17109 movq _glapi_Dispatch(%rip), %rax
17110 testq %rax, %rax
17111 je 1f
17112 movq 3656(%rax), %r11
17113 jmp *%r11
17114 1:
17115 subq $56, %rsp
17116 movq %rdi, (%rsp)
17117 movq %rsi, 8(%rsp)
17118 movq %xmm0, 16(%rsp)
17119 movq %xmm1, 24(%rsp)
17120 movq %xmm2, 32(%rsp)
17121 movq %xmm3, 40(%rsp)
17122 call _glapi_get_dispatch
17123 movq 40(%rsp), %xmm3
17124 movq 32(%rsp), %xmm2
17125 movq 24(%rsp), %xmm1
17126 movq 16(%rsp), %xmm0
17127 movq 8(%rsp), %rsi
17128 movq (%rsp), %rdi
17129 addq $56, %rsp
17130 movq 3656(%rax), %r11
17131 jmp *%r11
17132 #endif /* defined(GLX_USE_TLS) */
17133 .size GL_PREFIX(ProgramEnvParameter4fARB), .-GL_PREFIX(ProgramEnvParameter4fARB)
17134
17135 .p2align 4,,15
17136 .globl GL_PREFIX(ProgramEnvParameter4fvARB)
17137 .type GL_PREFIX(ProgramEnvParameter4fvARB), @function
17138 GL_PREFIX(ProgramEnvParameter4fvARB):
17139 #if defined(GLX_USE_TLS)
17140 call _x86_64_get_dispatch@PLT
17141 movq 3664(%rax), %r11
17142 jmp *%r11
17143 #elif defined(PTHREADS)
17144 pushq %rdi
17145 pushq %rsi
17146 pushq %rdx
17147 call _x86_64_get_dispatch@PLT
17148 popq %rdx
17149 popq %rsi
17150 popq %rdi
17151 movq 3664(%rax), %r11
17152 jmp *%r11
17153 #else
17154 movq _glapi_Dispatch(%rip), %rax
17155 testq %rax, %rax
17156 je 1f
17157 movq 3664(%rax), %r11
17158 jmp *%r11
17159 1:
17160 pushq %rdi
17161 pushq %rsi
17162 pushq %rdx
17163 call _glapi_get_dispatch
17164 popq %rdx
17165 popq %rsi
17166 popq %rdi
17167 movq 3664(%rax), %r11
17168 jmp *%r11
17169 #endif /* defined(GLX_USE_TLS) */
17170 .size GL_PREFIX(ProgramEnvParameter4fvARB), .-GL_PREFIX(ProgramEnvParameter4fvARB)
17171
17172 .p2align 4,,15
17173 .globl GL_PREFIX(ProgramLocalParameter4dARB)
17174 .type GL_PREFIX(ProgramLocalParameter4dARB), @function
17175 GL_PREFIX(ProgramLocalParameter4dARB):
17176 #if defined(GLX_USE_TLS)
17177 call _x86_64_get_dispatch@PLT
17178 movq 3672(%rax), %r11
17179 jmp *%r11
17180 #elif defined(PTHREADS)
17181 subq $56, %rsp
17182 movq %rdi, (%rsp)
17183 movq %rsi, 8(%rsp)
17184 movq %xmm0, 16(%rsp)
17185 movq %xmm1, 24(%rsp)
17186 movq %xmm2, 32(%rsp)
17187 movq %xmm3, 40(%rsp)
17188 call _x86_64_get_dispatch@PLT
17189 movq 40(%rsp), %xmm3
17190 movq 32(%rsp), %xmm2
17191 movq 24(%rsp), %xmm1
17192 movq 16(%rsp), %xmm0
17193 movq 8(%rsp), %rsi
17194 movq (%rsp), %rdi
17195 addq $56, %rsp
17196 movq 3672(%rax), %r11
17197 jmp *%r11
17198 #else
17199 movq _glapi_Dispatch(%rip), %rax
17200 testq %rax, %rax
17201 je 1f
17202 movq 3672(%rax), %r11
17203 jmp *%r11
17204 1:
17205 subq $56, %rsp
17206 movq %rdi, (%rsp)
17207 movq %rsi, 8(%rsp)
17208 movq %xmm0, 16(%rsp)
17209 movq %xmm1, 24(%rsp)
17210 movq %xmm2, 32(%rsp)
17211 movq %xmm3, 40(%rsp)
17212 call _glapi_get_dispatch
17213 movq 40(%rsp), %xmm3
17214 movq 32(%rsp), %xmm2
17215 movq 24(%rsp), %xmm1
17216 movq 16(%rsp), %xmm0
17217 movq 8(%rsp), %rsi
17218 movq (%rsp), %rdi
17219 addq $56, %rsp
17220 movq 3672(%rax), %r11
17221 jmp *%r11
17222 #endif /* defined(GLX_USE_TLS) */
17223 .size GL_PREFIX(ProgramLocalParameter4dARB), .-GL_PREFIX(ProgramLocalParameter4dARB)
17224
17225 .p2align 4,,15
17226 .globl GL_PREFIX(ProgramLocalParameter4dvARB)
17227 .type GL_PREFIX(ProgramLocalParameter4dvARB), @function
17228 GL_PREFIX(ProgramLocalParameter4dvARB):
17229 #if defined(GLX_USE_TLS)
17230 call _x86_64_get_dispatch@PLT
17231 movq 3680(%rax), %r11
17232 jmp *%r11
17233 #elif defined(PTHREADS)
17234 pushq %rdi
17235 pushq %rsi
17236 pushq %rdx
17237 call _x86_64_get_dispatch@PLT
17238 popq %rdx
17239 popq %rsi
17240 popq %rdi
17241 movq 3680(%rax), %r11
17242 jmp *%r11
17243 #else
17244 movq _glapi_Dispatch(%rip), %rax
17245 testq %rax, %rax
17246 je 1f
17247 movq 3680(%rax), %r11
17248 jmp *%r11
17249 1:
17250 pushq %rdi
17251 pushq %rsi
17252 pushq %rdx
17253 call _glapi_get_dispatch
17254 popq %rdx
17255 popq %rsi
17256 popq %rdi
17257 movq 3680(%rax), %r11
17258 jmp *%r11
17259 #endif /* defined(GLX_USE_TLS) */
17260 .size GL_PREFIX(ProgramLocalParameter4dvARB), .-GL_PREFIX(ProgramLocalParameter4dvARB)
17261
17262 .p2align 4,,15
17263 .globl GL_PREFIX(ProgramLocalParameter4fARB)
17264 .type GL_PREFIX(ProgramLocalParameter4fARB), @function
17265 GL_PREFIX(ProgramLocalParameter4fARB):
17266 #if defined(GLX_USE_TLS)
17267 call _x86_64_get_dispatch@PLT
17268 movq 3688(%rax), %r11
17269 jmp *%r11
17270 #elif defined(PTHREADS)
17271 subq $56, %rsp
17272 movq %rdi, (%rsp)
17273 movq %rsi, 8(%rsp)
17274 movq %xmm0, 16(%rsp)
17275 movq %xmm1, 24(%rsp)
17276 movq %xmm2, 32(%rsp)
17277 movq %xmm3, 40(%rsp)
17278 call _x86_64_get_dispatch@PLT
17279 movq 40(%rsp), %xmm3
17280 movq 32(%rsp), %xmm2
17281 movq 24(%rsp), %xmm1
17282 movq 16(%rsp), %xmm0
17283 movq 8(%rsp), %rsi
17284 movq (%rsp), %rdi
17285 addq $56, %rsp
17286 movq 3688(%rax), %r11
17287 jmp *%r11
17288 #else
17289 movq _glapi_Dispatch(%rip), %rax
17290 testq %rax, %rax
17291 je 1f
17292 movq 3688(%rax), %r11
17293 jmp *%r11
17294 1:
17295 subq $56, %rsp
17296 movq %rdi, (%rsp)
17297 movq %rsi, 8(%rsp)
17298 movq %xmm0, 16(%rsp)
17299 movq %xmm1, 24(%rsp)
17300 movq %xmm2, 32(%rsp)
17301 movq %xmm3, 40(%rsp)
17302 call _glapi_get_dispatch
17303 movq 40(%rsp), %xmm3
17304 movq 32(%rsp), %xmm2
17305 movq 24(%rsp), %xmm1
17306 movq 16(%rsp), %xmm0
17307 movq 8(%rsp), %rsi
17308 movq (%rsp), %rdi
17309 addq $56, %rsp
17310 movq 3688(%rax), %r11
17311 jmp *%r11
17312 #endif /* defined(GLX_USE_TLS) */
17313 .size GL_PREFIX(ProgramLocalParameter4fARB), .-GL_PREFIX(ProgramLocalParameter4fARB)
17314
17315 .p2align 4,,15
17316 .globl GL_PREFIX(ProgramLocalParameter4fvARB)
17317 .type GL_PREFIX(ProgramLocalParameter4fvARB), @function
17318 GL_PREFIX(ProgramLocalParameter4fvARB):
17319 #if defined(GLX_USE_TLS)
17320 call _x86_64_get_dispatch@PLT
17321 movq 3696(%rax), %r11
17322 jmp *%r11
17323 #elif defined(PTHREADS)
17324 pushq %rdi
17325 pushq %rsi
17326 pushq %rdx
17327 call _x86_64_get_dispatch@PLT
17328 popq %rdx
17329 popq %rsi
17330 popq %rdi
17331 movq 3696(%rax), %r11
17332 jmp *%r11
17333 #else
17334 movq _glapi_Dispatch(%rip), %rax
17335 testq %rax, %rax
17336 je 1f
17337 movq 3696(%rax), %r11
17338 jmp *%r11
17339 1:
17340 pushq %rdi
17341 pushq %rsi
17342 pushq %rdx
17343 call _glapi_get_dispatch
17344 popq %rdx
17345 popq %rsi
17346 popq %rdi
17347 movq 3696(%rax), %r11
17348 jmp *%r11
17349 #endif /* defined(GLX_USE_TLS) */
17350 .size GL_PREFIX(ProgramLocalParameter4fvARB), .-GL_PREFIX(ProgramLocalParameter4fvARB)
17351
17352 .p2align 4,,15
17353 .globl GL_PREFIX(ProgramStringARB)
17354 .type GL_PREFIX(ProgramStringARB), @function
17355 GL_PREFIX(ProgramStringARB):
17356 #if defined(GLX_USE_TLS)
17357 call _x86_64_get_dispatch@PLT
17358 movq 3704(%rax), %r11
17359 jmp *%r11
17360 #elif defined(PTHREADS)
17361 pushq %rdi
17362 pushq %rsi
17363 pushq %rdx
17364 pushq %rcx
17365 pushq %rbp
17366 call _x86_64_get_dispatch@PLT
17367 popq %rbp
17368 popq %rcx
17369 popq %rdx
17370 popq %rsi
17371 popq %rdi
17372 movq 3704(%rax), %r11
17373 jmp *%r11
17374 #else
17375 movq _glapi_Dispatch(%rip), %rax
17376 testq %rax, %rax
17377 je 1f
17378 movq 3704(%rax), %r11
17379 jmp *%r11
17380 1:
17381 pushq %rdi
17382 pushq %rsi
17383 pushq %rdx
17384 pushq %rcx
17385 pushq %rbp
17386 call _glapi_get_dispatch
17387 popq %rbp
17388 popq %rcx
17389 popq %rdx
17390 popq %rsi
17391 popq %rdi
17392 movq 3704(%rax), %r11
17393 jmp *%r11
17394 #endif /* defined(GLX_USE_TLS) */
17395 .size GL_PREFIX(ProgramStringARB), .-GL_PREFIX(ProgramStringARB)
17396
17397 .p2align 4,,15
17398 .globl GL_PREFIX(VertexAttrib1dARB)
17399 .type GL_PREFIX(VertexAttrib1dARB), @function
17400 GL_PREFIX(VertexAttrib1dARB):
17401 #if defined(GLX_USE_TLS)
17402 call _x86_64_get_dispatch@PLT
17403 movq 3712(%rax), %r11
17404 jmp *%r11
17405 #elif defined(PTHREADS)
17406 subq $24, %rsp
17407 movq %rdi, (%rsp)
17408 movq %xmm0, 8(%rsp)
17409 call _x86_64_get_dispatch@PLT
17410 movq 8(%rsp), %xmm0
17411 movq (%rsp), %rdi
17412 addq $24, %rsp
17413 movq 3712(%rax), %r11
17414 jmp *%r11
17415 #else
17416 movq _glapi_Dispatch(%rip), %rax
17417 testq %rax, %rax
17418 je 1f
17419 movq 3712(%rax), %r11
17420 jmp *%r11
17421 1:
17422 subq $24, %rsp
17423 movq %rdi, (%rsp)
17424 movq %xmm0, 8(%rsp)
17425 call _glapi_get_dispatch
17426 movq 8(%rsp), %xmm0
17427 movq (%rsp), %rdi
17428 addq $24, %rsp
17429 movq 3712(%rax), %r11
17430 jmp *%r11
17431 #endif /* defined(GLX_USE_TLS) */
17432 .size GL_PREFIX(VertexAttrib1dARB), .-GL_PREFIX(VertexAttrib1dARB)
17433
17434 .p2align 4,,15
17435 .globl GL_PREFIX(VertexAttrib1dvARB)
17436 .type GL_PREFIX(VertexAttrib1dvARB), @function
17437 GL_PREFIX(VertexAttrib1dvARB):
17438 #if defined(GLX_USE_TLS)
17439 call _x86_64_get_dispatch@PLT
17440 movq 3720(%rax), %r11
17441 jmp *%r11
17442 #elif defined(PTHREADS)
17443 pushq %rdi
17444 pushq %rsi
17445 pushq %rbp
17446 call _x86_64_get_dispatch@PLT
17447 popq %rbp
17448 popq %rsi
17449 popq %rdi
17450 movq 3720(%rax), %r11
17451 jmp *%r11
17452 #else
17453 movq _glapi_Dispatch(%rip), %rax
17454 testq %rax, %rax
17455 je 1f
17456 movq 3720(%rax), %r11
17457 jmp *%r11
17458 1:
17459 pushq %rdi
17460 pushq %rsi
17461 pushq %rbp
17462 call _glapi_get_dispatch
17463 popq %rbp
17464 popq %rsi
17465 popq %rdi
17466 movq 3720(%rax), %r11
17467 jmp *%r11
17468 #endif /* defined(GLX_USE_TLS) */
17469 .size GL_PREFIX(VertexAttrib1dvARB), .-GL_PREFIX(VertexAttrib1dvARB)
17470
17471 .p2align 4,,15
17472 .globl GL_PREFIX(VertexAttrib1fARB)
17473 .type GL_PREFIX(VertexAttrib1fARB), @function
17474 GL_PREFIX(VertexAttrib1fARB):
17475 #if defined(GLX_USE_TLS)
17476 call _x86_64_get_dispatch@PLT
17477 movq 3728(%rax), %r11
17478 jmp *%r11
17479 #elif defined(PTHREADS)
17480 subq $24, %rsp
17481 movq %rdi, (%rsp)
17482 movq %xmm0, 8(%rsp)
17483 call _x86_64_get_dispatch@PLT
17484 movq 8(%rsp), %xmm0
17485 movq (%rsp), %rdi
17486 addq $24, %rsp
17487 movq 3728(%rax), %r11
17488 jmp *%r11
17489 #else
17490 movq _glapi_Dispatch(%rip), %rax
17491 testq %rax, %rax
17492 je 1f
17493 movq 3728(%rax), %r11
17494 jmp *%r11
17495 1:
17496 subq $24, %rsp
17497 movq %rdi, (%rsp)
17498 movq %xmm0, 8(%rsp)
17499 call _glapi_get_dispatch
17500 movq 8(%rsp), %xmm0
17501 movq (%rsp), %rdi
17502 addq $24, %rsp
17503 movq 3728(%rax), %r11
17504 jmp *%r11
17505 #endif /* defined(GLX_USE_TLS) */
17506 .size GL_PREFIX(VertexAttrib1fARB), .-GL_PREFIX(VertexAttrib1fARB)
17507
17508 .p2align 4,,15
17509 .globl GL_PREFIX(VertexAttrib1fvARB)
17510 .type GL_PREFIX(VertexAttrib1fvARB), @function
17511 GL_PREFIX(VertexAttrib1fvARB):
17512 #if defined(GLX_USE_TLS)
17513 call _x86_64_get_dispatch@PLT
17514 movq 3736(%rax), %r11
17515 jmp *%r11
17516 #elif defined(PTHREADS)
17517 pushq %rdi
17518 pushq %rsi
17519 pushq %rbp
17520 call _x86_64_get_dispatch@PLT
17521 popq %rbp
17522 popq %rsi
17523 popq %rdi
17524 movq 3736(%rax), %r11
17525 jmp *%r11
17526 #else
17527 movq _glapi_Dispatch(%rip), %rax
17528 testq %rax, %rax
17529 je 1f
17530 movq 3736(%rax), %r11
17531 jmp *%r11
17532 1:
17533 pushq %rdi
17534 pushq %rsi
17535 pushq %rbp
17536 call _glapi_get_dispatch
17537 popq %rbp
17538 popq %rsi
17539 popq %rdi
17540 movq 3736(%rax), %r11
17541 jmp *%r11
17542 #endif /* defined(GLX_USE_TLS) */
17543 .size GL_PREFIX(VertexAttrib1fvARB), .-GL_PREFIX(VertexAttrib1fvARB)
17544
17545 .p2align 4,,15
17546 .globl GL_PREFIX(VertexAttrib1sARB)
17547 .type GL_PREFIX(VertexAttrib1sARB), @function
17548 GL_PREFIX(VertexAttrib1sARB):
17549 #if defined(GLX_USE_TLS)
17550 call _x86_64_get_dispatch@PLT
17551 movq 3744(%rax), %r11
17552 jmp *%r11
17553 #elif defined(PTHREADS)
17554 pushq %rdi
17555 pushq %rsi
17556 pushq %rbp
17557 call _x86_64_get_dispatch@PLT
17558 popq %rbp
17559 popq %rsi
17560 popq %rdi
17561 movq 3744(%rax), %r11
17562 jmp *%r11
17563 #else
17564 movq _glapi_Dispatch(%rip), %rax
17565 testq %rax, %rax
17566 je 1f
17567 movq 3744(%rax), %r11
17568 jmp *%r11
17569 1:
17570 pushq %rdi
17571 pushq %rsi
17572 pushq %rbp
17573 call _glapi_get_dispatch
17574 popq %rbp
17575 popq %rsi
17576 popq %rdi
17577 movq 3744(%rax), %r11
17578 jmp *%r11
17579 #endif /* defined(GLX_USE_TLS) */
17580 .size GL_PREFIX(VertexAttrib1sARB), .-GL_PREFIX(VertexAttrib1sARB)
17581
17582 .p2align 4,,15
17583 .globl GL_PREFIX(VertexAttrib1svARB)
17584 .type GL_PREFIX(VertexAttrib1svARB), @function
17585 GL_PREFIX(VertexAttrib1svARB):
17586 #if defined(GLX_USE_TLS)
17587 call _x86_64_get_dispatch@PLT
17588 movq 3752(%rax), %r11
17589 jmp *%r11
17590 #elif defined(PTHREADS)
17591 pushq %rdi
17592 pushq %rsi
17593 pushq %rbp
17594 call _x86_64_get_dispatch@PLT
17595 popq %rbp
17596 popq %rsi
17597 popq %rdi
17598 movq 3752(%rax), %r11
17599 jmp *%r11
17600 #else
17601 movq _glapi_Dispatch(%rip), %rax
17602 testq %rax, %rax
17603 je 1f
17604 movq 3752(%rax), %r11
17605 jmp *%r11
17606 1:
17607 pushq %rdi
17608 pushq %rsi
17609 pushq %rbp
17610 call _glapi_get_dispatch
17611 popq %rbp
17612 popq %rsi
17613 popq %rdi
17614 movq 3752(%rax), %r11
17615 jmp *%r11
17616 #endif /* defined(GLX_USE_TLS) */
17617 .size GL_PREFIX(VertexAttrib1svARB), .-GL_PREFIX(VertexAttrib1svARB)
17618
17619 .p2align 4,,15
17620 .globl GL_PREFIX(VertexAttrib2dARB)
17621 .type GL_PREFIX(VertexAttrib2dARB), @function
17622 GL_PREFIX(VertexAttrib2dARB):
17623 #if defined(GLX_USE_TLS)
17624 call _x86_64_get_dispatch@PLT
17625 movq 3760(%rax), %r11
17626 jmp *%r11
17627 #elif defined(PTHREADS)
17628 subq $24, %rsp
17629 movq %rdi, (%rsp)
17630 movq %xmm0, 8(%rsp)
17631 movq %xmm1, 16(%rsp)
17632 call _x86_64_get_dispatch@PLT
17633 movq 16(%rsp), %xmm1
17634 movq 8(%rsp), %xmm0
17635 movq (%rsp), %rdi
17636 addq $24, %rsp
17637 movq 3760(%rax), %r11
17638 jmp *%r11
17639 #else
17640 movq _glapi_Dispatch(%rip), %rax
17641 testq %rax, %rax
17642 je 1f
17643 movq 3760(%rax), %r11
17644 jmp *%r11
17645 1:
17646 subq $24, %rsp
17647 movq %rdi, (%rsp)
17648 movq %xmm0, 8(%rsp)
17649 movq %xmm1, 16(%rsp)
17650 call _glapi_get_dispatch
17651 movq 16(%rsp), %xmm1
17652 movq 8(%rsp), %xmm0
17653 movq (%rsp), %rdi
17654 addq $24, %rsp
17655 movq 3760(%rax), %r11
17656 jmp *%r11
17657 #endif /* defined(GLX_USE_TLS) */
17658 .size GL_PREFIX(VertexAttrib2dARB), .-GL_PREFIX(VertexAttrib2dARB)
17659
17660 .p2align 4,,15
17661 .globl GL_PREFIX(VertexAttrib2dvARB)
17662 .type GL_PREFIX(VertexAttrib2dvARB), @function
17663 GL_PREFIX(VertexAttrib2dvARB):
17664 #if defined(GLX_USE_TLS)
17665 call _x86_64_get_dispatch@PLT
17666 movq 3768(%rax), %r11
17667 jmp *%r11
17668 #elif defined(PTHREADS)
17669 pushq %rdi
17670 pushq %rsi
17671 pushq %rbp
17672 call _x86_64_get_dispatch@PLT
17673 popq %rbp
17674 popq %rsi
17675 popq %rdi
17676 movq 3768(%rax), %r11
17677 jmp *%r11
17678 #else
17679 movq _glapi_Dispatch(%rip), %rax
17680 testq %rax, %rax
17681 je 1f
17682 movq 3768(%rax), %r11
17683 jmp *%r11
17684 1:
17685 pushq %rdi
17686 pushq %rsi
17687 pushq %rbp
17688 call _glapi_get_dispatch
17689 popq %rbp
17690 popq %rsi
17691 popq %rdi
17692 movq 3768(%rax), %r11
17693 jmp *%r11
17694 #endif /* defined(GLX_USE_TLS) */
17695 .size GL_PREFIX(VertexAttrib2dvARB), .-GL_PREFIX(VertexAttrib2dvARB)
17696
17697 .p2align 4,,15
17698 .globl GL_PREFIX(VertexAttrib2fARB)
17699 .type GL_PREFIX(VertexAttrib2fARB), @function
17700 GL_PREFIX(VertexAttrib2fARB):
17701 #if defined(GLX_USE_TLS)
17702 call _x86_64_get_dispatch@PLT
17703 movq 3776(%rax), %r11
17704 jmp *%r11
17705 #elif defined(PTHREADS)
17706 subq $24, %rsp
17707 movq %rdi, (%rsp)
17708 movq %xmm0, 8(%rsp)
17709 movq %xmm1, 16(%rsp)
17710 call _x86_64_get_dispatch@PLT
17711 movq 16(%rsp), %xmm1
17712 movq 8(%rsp), %xmm0
17713 movq (%rsp), %rdi
17714 addq $24, %rsp
17715 movq 3776(%rax), %r11
17716 jmp *%r11
17717 #else
17718 movq _glapi_Dispatch(%rip), %rax
17719 testq %rax, %rax
17720 je 1f
17721 movq 3776(%rax), %r11
17722 jmp *%r11
17723 1:
17724 subq $24, %rsp
17725 movq %rdi, (%rsp)
17726 movq %xmm0, 8(%rsp)
17727 movq %xmm1, 16(%rsp)
17728 call _glapi_get_dispatch
17729 movq 16(%rsp), %xmm1
17730 movq 8(%rsp), %xmm0
17731 movq (%rsp), %rdi
17732 addq $24, %rsp
17733 movq 3776(%rax), %r11
17734 jmp *%r11
17735 #endif /* defined(GLX_USE_TLS) */
17736 .size GL_PREFIX(VertexAttrib2fARB), .-GL_PREFIX(VertexAttrib2fARB)
17737
17738 .p2align 4,,15
17739 .globl GL_PREFIX(VertexAttrib2fvARB)
17740 .type GL_PREFIX(VertexAttrib2fvARB), @function
17741 GL_PREFIX(VertexAttrib2fvARB):
17742 #if defined(GLX_USE_TLS)
17743 call _x86_64_get_dispatch@PLT
17744 movq 3784(%rax), %r11
17745 jmp *%r11
17746 #elif defined(PTHREADS)
17747 pushq %rdi
17748 pushq %rsi
17749 pushq %rbp
17750 call _x86_64_get_dispatch@PLT
17751 popq %rbp
17752 popq %rsi
17753 popq %rdi
17754 movq 3784(%rax), %r11
17755 jmp *%r11
17756 #else
17757 movq _glapi_Dispatch(%rip), %rax
17758 testq %rax, %rax
17759 je 1f
17760 movq 3784(%rax), %r11
17761 jmp *%r11
17762 1:
17763 pushq %rdi
17764 pushq %rsi
17765 pushq %rbp
17766 call _glapi_get_dispatch
17767 popq %rbp
17768 popq %rsi
17769 popq %rdi
17770 movq 3784(%rax), %r11
17771 jmp *%r11
17772 #endif /* defined(GLX_USE_TLS) */
17773 .size GL_PREFIX(VertexAttrib2fvARB), .-GL_PREFIX(VertexAttrib2fvARB)
17774
17775 .p2align 4,,15
17776 .globl GL_PREFIX(VertexAttrib2sARB)
17777 .type GL_PREFIX(VertexAttrib2sARB), @function
17778 GL_PREFIX(VertexAttrib2sARB):
17779 #if defined(GLX_USE_TLS)
17780 call _x86_64_get_dispatch@PLT
17781 movq 3792(%rax), %r11
17782 jmp *%r11
17783 #elif defined(PTHREADS)
17784 pushq %rdi
17785 pushq %rsi
17786 pushq %rdx
17787 call _x86_64_get_dispatch@PLT
17788 popq %rdx
17789 popq %rsi
17790 popq %rdi
17791 movq 3792(%rax), %r11
17792 jmp *%r11
17793 #else
17794 movq _glapi_Dispatch(%rip), %rax
17795 testq %rax, %rax
17796 je 1f
17797 movq 3792(%rax), %r11
17798 jmp *%r11
17799 1:
17800 pushq %rdi
17801 pushq %rsi
17802 pushq %rdx
17803 call _glapi_get_dispatch
17804 popq %rdx
17805 popq %rsi
17806 popq %rdi
17807 movq 3792(%rax), %r11
17808 jmp *%r11
17809 #endif /* defined(GLX_USE_TLS) */
17810 .size GL_PREFIX(VertexAttrib2sARB), .-GL_PREFIX(VertexAttrib2sARB)
17811
17812 .p2align 4,,15
17813 .globl GL_PREFIX(VertexAttrib2svARB)
17814 .type GL_PREFIX(VertexAttrib2svARB), @function
17815 GL_PREFIX(VertexAttrib2svARB):
17816 #if defined(GLX_USE_TLS)
17817 call _x86_64_get_dispatch@PLT
17818 movq 3800(%rax), %r11
17819 jmp *%r11
17820 #elif defined(PTHREADS)
17821 pushq %rdi
17822 pushq %rsi
17823 pushq %rbp
17824 call _x86_64_get_dispatch@PLT
17825 popq %rbp
17826 popq %rsi
17827 popq %rdi
17828 movq 3800(%rax), %r11
17829 jmp *%r11
17830 #else
17831 movq _glapi_Dispatch(%rip), %rax
17832 testq %rax, %rax
17833 je 1f
17834 movq 3800(%rax), %r11
17835 jmp *%r11
17836 1:
17837 pushq %rdi
17838 pushq %rsi
17839 pushq %rbp
17840 call _glapi_get_dispatch
17841 popq %rbp
17842 popq %rsi
17843 popq %rdi
17844 movq 3800(%rax), %r11
17845 jmp *%r11
17846 #endif /* defined(GLX_USE_TLS) */
17847 .size GL_PREFIX(VertexAttrib2svARB), .-GL_PREFIX(VertexAttrib2svARB)
17848
17849 .p2align 4,,15
17850 .globl GL_PREFIX(VertexAttrib3dARB)
17851 .type GL_PREFIX(VertexAttrib3dARB), @function
17852 GL_PREFIX(VertexAttrib3dARB):
17853 #if defined(GLX_USE_TLS)
17854 call _x86_64_get_dispatch@PLT
17855 movq 3808(%rax), %r11
17856 jmp *%r11
17857 #elif defined(PTHREADS)
17858 subq $40, %rsp
17859 movq %rdi, (%rsp)
17860 movq %xmm0, 8(%rsp)
17861 movq %xmm1, 16(%rsp)
17862 movq %xmm2, 24(%rsp)
17863 call _x86_64_get_dispatch@PLT
17864 movq 24(%rsp), %xmm2
17865 movq 16(%rsp), %xmm1
17866 movq 8(%rsp), %xmm0
17867 movq (%rsp), %rdi
17868 addq $40, %rsp
17869 movq 3808(%rax), %r11
17870 jmp *%r11
17871 #else
17872 movq _glapi_Dispatch(%rip), %rax
17873 testq %rax, %rax
17874 je 1f
17875 movq 3808(%rax), %r11
17876 jmp *%r11
17877 1:
17878 subq $40, %rsp
17879 movq %rdi, (%rsp)
17880 movq %xmm0, 8(%rsp)
17881 movq %xmm1, 16(%rsp)
17882 movq %xmm2, 24(%rsp)
17883 call _glapi_get_dispatch
17884 movq 24(%rsp), %xmm2
17885 movq 16(%rsp), %xmm1
17886 movq 8(%rsp), %xmm0
17887 movq (%rsp), %rdi
17888 addq $40, %rsp
17889 movq 3808(%rax), %r11
17890 jmp *%r11
17891 #endif /* defined(GLX_USE_TLS) */
17892 .size GL_PREFIX(VertexAttrib3dARB), .-GL_PREFIX(VertexAttrib3dARB)
17893
17894 .p2align 4,,15
17895 .globl GL_PREFIX(VertexAttrib3dvARB)
17896 .type GL_PREFIX(VertexAttrib3dvARB), @function
17897 GL_PREFIX(VertexAttrib3dvARB):
17898 #if defined(GLX_USE_TLS)
17899 call _x86_64_get_dispatch@PLT
17900 movq 3816(%rax), %r11
17901 jmp *%r11
17902 #elif defined(PTHREADS)
17903 pushq %rdi
17904 pushq %rsi
17905 pushq %rbp
17906 call _x86_64_get_dispatch@PLT
17907 popq %rbp
17908 popq %rsi
17909 popq %rdi
17910 movq 3816(%rax), %r11
17911 jmp *%r11
17912 #else
17913 movq _glapi_Dispatch(%rip), %rax
17914 testq %rax, %rax
17915 je 1f
17916 movq 3816(%rax), %r11
17917 jmp *%r11
17918 1:
17919 pushq %rdi
17920 pushq %rsi
17921 pushq %rbp
17922 call _glapi_get_dispatch
17923 popq %rbp
17924 popq %rsi
17925 popq %rdi
17926 movq 3816(%rax), %r11
17927 jmp *%r11
17928 #endif /* defined(GLX_USE_TLS) */
17929 .size GL_PREFIX(VertexAttrib3dvARB), .-GL_PREFIX(VertexAttrib3dvARB)
17930
17931 .p2align 4,,15
17932 .globl GL_PREFIX(VertexAttrib3fARB)
17933 .type GL_PREFIX(VertexAttrib3fARB), @function
17934 GL_PREFIX(VertexAttrib3fARB):
17935 #if defined(GLX_USE_TLS)
17936 call _x86_64_get_dispatch@PLT
17937 movq 3824(%rax), %r11
17938 jmp *%r11
17939 #elif defined(PTHREADS)
17940 subq $40, %rsp
17941 movq %rdi, (%rsp)
17942 movq %xmm0, 8(%rsp)
17943 movq %xmm1, 16(%rsp)
17944 movq %xmm2, 24(%rsp)
17945 call _x86_64_get_dispatch@PLT
17946 movq 24(%rsp), %xmm2
17947 movq 16(%rsp), %xmm1
17948 movq 8(%rsp), %xmm0
17949 movq (%rsp), %rdi
17950 addq $40, %rsp
17951 movq 3824(%rax), %r11
17952 jmp *%r11
17953 #else
17954 movq _glapi_Dispatch(%rip), %rax
17955 testq %rax, %rax
17956 je 1f
17957 movq 3824(%rax), %r11
17958 jmp *%r11
17959 1:
17960 subq $40, %rsp
17961 movq %rdi, (%rsp)
17962 movq %xmm0, 8(%rsp)
17963 movq %xmm1, 16(%rsp)
17964 movq %xmm2, 24(%rsp)
17965 call _glapi_get_dispatch
17966 movq 24(%rsp), %xmm2
17967 movq 16(%rsp), %xmm1
17968 movq 8(%rsp), %xmm0
17969 movq (%rsp), %rdi
17970 addq $40, %rsp
17971 movq 3824(%rax), %r11
17972 jmp *%r11
17973 #endif /* defined(GLX_USE_TLS) */
17974 .size GL_PREFIX(VertexAttrib3fARB), .-GL_PREFIX(VertexAttrib3fARB)
17975
17976 .p2align 4,,15
17977 .globl GL_PREFIX(VertexAttrib3fvARB)
17978 .type GL_PREFIX(VertexAttrib3fvARB), @function
17979 GL_PREFIX(VertexAttrib3fvARB):
17980 #if defined(GLX_USE_TLS)
17981 call _x86_64_get_dispatch@PLT
17982 movq 3832(%rax), %r11
17983 jmp *%r11
17984 #elif defined(PTHREADS)
17985 pushq %rdi
17986 pushq %rsi
17987 pushq %rbp
17988 call _x86_64_get_dispatch@PLT
17989 popq %rbp
17990 popq %rsi
17991 popq %rdi
17992 movq 3832(%rax), %r11
17993 jmp *%r11
17994 #else
17995 movq _glapi_Dispatch(%rip), %rax
17996 testq %rax, %rax
17997 je 1f
17998 movq 3832(%rax), %r11
17999 jmp *%r11
18000 1:
18001 pushq %rdi
18002 pushq %rsi
18003 pushq %rbp
18004 call _glapi_get_dispatch
18005 popq %rbp
18006 popq %rsi
18007 popq %rdi
18008 movq 3832(%rax), %r11
18009 jmp *%r11
18010 #endif /* defined(GLX_USE_TLS) */
18011 .size GL_PREFIX(VertexAttrib3fvARB), .-GL_PREFIX(VertexAttrib3fvARB)
18012
18013 .p2align 4,,15
18014 .globl GL_PREFIX(VertexAttrib3sARB)
18015 .type GL_PREFIX(VertexAttrib3sARB), @function
18016 GL_PREFIX(VertexAttrib3sARB):
18017 #if defined(GLX_USE_TLS)
18018 call _x86_64_get_dispatch@PLT
18019 movq 3840(%rax), %r11
18020 jmp *%r11
18021 #elif defined(PTHREADS)
18022 pushq %rdi
18023 pushq %rsi
18024 pushq %rdx
18025 pushq %rcx
18026 pushq %rbp
18027 call _x86_64_get_dispatch@PLT
18028 popq %rbp
18029 popq %rcx
18030 popq %rdx
18031 popq %rsi
18032 popq %rdi
18033 movq 3840(%rax), %r11
18034 jmp *%r11
18035 #else
18036 movq _glapi_Dispatch(%rip), %rax
18037 testq %rax, %rax
18038 je 1f
18039 movq 3840(%rax), %r11
18040 jmp *%r11
18041 1:
18042 pushq %rdi
18043 pushq %rsi
18044 pushq %rdx
18045 pushq %rcx
18046 pushq %rbp
18047 call _glapi_get_dispatch
18048 popq %rbp
18049 popq %rcx
18050 popq %rdx
18051 popq %rsi
18052 popq %rdi
18053 movq 3840(%rax), %r11
18054 jmp *%r11
18055 #endif /* defined(GLX_USE_TLS) */
18056 .size GL_PREFIX(VertexAttrib3sARB), .-GL_PREFIX(VertexAttrib3sARB)
18057
18058 .p2align 4,,15
18059 .globl GL_PREFIX(VertexAttrib3svARB)
18060 .type GL_PREFIX(VertexAttrib3svARB), @function
18061 GL_PREFIX(VertexAttrib3svARB):
18062 #if defined(GLX_USE_TLS)
18063 call _x86_64_get_dispatch@PLT
18064 movq 3848(%rax), %r11
18065 jmp *%r11
18066 #elif defined(PTHREADS)
18067 pushq %rdi
18068 pushq %rsi
18069 pushq %rbp
18070 call _x86_64_get_dispatch@PLT
18071 popq %rbp
18072 popq %rsi
18073 popq %rdi
18074 movq 3848(%rax), %r11
18075 jmp *%r11
18076 #else
18077 movq _glapi_Dispatch(%rip), %rax
18078 testq %rax, %rax
18079 je 1f
18080 movq 3848(%rax), %r11
18081 jmp *%r11
18082 1:
18083 pushq %rdi
18084 pushq %rsi
18085 pushq %rbp
18086 call _glapi_get_dispatch
18087 popq %rbp
18088 popq %rsi
18089 popq %rdi
18090 movq 3848(%rax), %r11
18091 jmp *%r11
18092 #endif /* defined(GLX_USE_TLS) */
18093 .size GL_PREFIX(VertexAttrib3svARB), .-GL_PREFIX(VertexAttrib3svARB)
18094
18095 .p2align 4,,15
18096 .globl GL_PREFIX(VertexAttrib4NbvARB)
18097 .type GL_PREFIX(VertexAttrib4NbvARB), @function
18098 GL_PREFIX(VertexAttrib4NbvARB):
18099 #if defined(GLX_USE_TLS)
18100 call _x86_64_get_dispatch@PLT
18101 movq 3856(%rax), %r11
18102 jmp *%r11
18103 #elif defined(PTHREADS)
18104 pushq %rdi
18105 pushq %rsi
18106 pushq %rbp
18107 call _x86_64_get_dispatch@PLT
18108 popq %rbp
18109 popq %rsi
18110 popq %rdi
18111 movq 3856(%rax), %r11
18112 jmp *%r11
18113 #else
18114 movq _glapi_Dispatch(%rip), %rax
18115 testq %rax, %rax
18116 je 1f
18117 movq 3856(%rax), %r11
18118 jmp *%r11
18119 1:
18120 pushq %rdi
18121 pushq %rsi
18122 pushq %rbp
18123 call _glapi_get_dispatch
18124 popq %rbp
18125 popq %rsi
18126 popq %rdi
18127 movq 3856(%rax), %r11
18128 jmp *%r11
18129 #endif /* defined(GLX_USE_TLS) */
18130 .size GL_PREFIX(VertexAttrib4NbvARB), .-GL_PREFIX(VertexAttrib4NbvARB)
18131
18132 .p2align 4,,15
18133 .globl GL_PREFIX(VertexAttrib4NivARB)
18134 .type GL_PREFIX(VertexAttrib4NivARB), @function
18135 GL_PREFIX(VertexAttrib4NivARB):
18136 #if defined(GLX_USE_TLS)
18137 call _x86_64_get_dispatch@PLT
18138 movq 3864(%rax), %r11
18139 jmp *%r11
18140 #elif defined(PTHREADS)
18141 pushq %rdi
18142 pushq %rsi
18143 pushq %rbp
18144 call _x86_64_get_dispatch@PLT
18145 popq %rbp
18146 popq %rsi
18147 popq %rdi
18148 movq 3864(%rax), %r11
18149 jmp *%r11
18150 #else
18151 movq _glapi_Dispatch(%rip), %rax
18152 testq %rax, %rax
18153 je 1f
18154 movq 3864(%rax), %r11
18155 jmp *%r11
18156 1:
18157 pushq %rdi
18158 pushq %rsi
18159 pushq %rbp
18160 call _glapi_get_dispatch
18161 popq %rbp
18162 popq %rsi
18163 popq %rdi
18164 movq 3864(%rax), %r11
18165 jmp *%r11
18166 #endif /* defined(GLX_USE_TLS) */
18167 .size GL_PREFIX(VertexAttrib4NivARB), .-GL_PREFIX(VertexAttrib4NivARB)
18168
18169 .p2align 4,,15
18170 .globl GL_PREFIX(VertexAttrib4NsvARB)
18171 .type GL_PREFIX(VertexAttrib4NsvARB), @function
18172 GL_PREFIX(VertexAttrib4NsvARB):
18173 #if defined(GLX_USE_TLS)
18174 call _x86_64_get_dispatch@PLT
18175 movq 3872(%rax), %r11
18176 jmp *%r11
18177 #elif defined(PTHREADS)
18178 pushq %rdi
18179 pushq %rsi
18180 pushq %rbp
18181 call _x86_64_get_dispatch@PLT
18182 popq %rbp
18183 popq %rsi
18184 popq %rdi
18185 movq 3872(%rax), %r11
18186 jmp *%r11
18187 #else
18188 movq _glapi_Dispatch(%rip), %rax
18189 testq %rax, %rax
18190 je 1f
18191 movq 3872(%rax), %r11
18192 jmp *%r11
18193 1:
18194 pushq %rdi
18195 pushq %rsi
18196 pushq %rbp
18197 call _glapi_get_dispatch
18198 popq %rbp
18199 popq %rsi
18200 popq %rdi
18201 movq 3872(%rax), %r11
18202 jmp *%r11
18203 #endif /* defined(GLX_USE_TLS) */
18204 .size GL_PREFIX(VertexAttrib4NsvARB), .-GL_PREFIX(VertexAttrib4NsvARB)
18205
18206 .p2align 4,,15
18207 .globl GL_PREFIX(VertexAttrib4NubARB)
18208 .type GL_PREFIX(VertexAttrib4NubARB), @function
18209 GL_PREFIX(VertexAttrib4NubARB):
18210 #if defined(GLX_USE_TLS)
18211 call _x86_64_get_dispatch@PLT
18212 movq 3880(%rax), %r11
18213 jmp *%r11
18214 #elif defined(PTHREADS)
18215 pushq %rdi
18216 pushq %rsi
18217 pushq %rdx
18218 pushq %rcx
18219 pushq %r8
18220 call _x86_64_get_dispatch@PLT
18221 popq %r8
18222 popq %rcx
18223 popq %rdx
18224 popq %rsi
18225 popq %rdi
18226 movq 3880(%rax), %r11
18227 jmp *%r11
18228 #else
18229 movq _glapi_Dispatch(%rip), %rax
18230 testq %rax, %rax
18231 je 1f
18232 movq 3880(%rax), %r11
18233 jmp *%r11
18234 1:
18235 pushq %rdi
18236 pushq %rsi
18237 pushq %rdx
18238 pushq %rcx
18239 pushq %r8
18240 call _glapi_get_dispatch
18241 popq %r8
18242 popq %rcx
18243 popq %rdx
18244 popq %rsi
18245 popq %rdi
18246 movq 3880(%rax), %r11
18247 jmp *%r11
18248 #endif /* defined(GLX_USE_TLS) */
18249 .size GL_PREFIX(VertexAttrib4NubARB), .-GL_PREFIX(VertexAttrib4NubARB)
18250
18251 .p2align 4,,15
18252 .globl GL_PREFIX(VertexAttrib4NubvARB)
18253 .type GL_PREFIX(VertexAttrib4NubvARB), @function
18254 GL_PREFIX(VertexAttrib4NubvARB):
18255 #if defined(GLX_USE_TLS)
18256 call _x86_64_get_dispatch@PLT
18257 movq 3888(%rax), %r11
18258 jmp *%r11
18259 #elif defined(PTHREADS)
18260 pushq %rdi
18261 pushq %rsi
18262 pushq %rbp
18263 call _x86_64_get_dispatch@PLT
18264 popq %rbp
18265 popq %rsi
18266 popq %rdi
18267 movq 3888(%rax), %r11
18268 jmp *%r11
18269 #else
18270 movq _glapi_Dispatch(%rip), %rax
18271 testq %rax, %rax
18272 je 1f
18273 movq 3888(%rax), %r11
18274 jmp *%r11
18275 1:
18276 pushq %rdi
18277 pushq %rsi
18278 pushq %rbp
18279 call _glapi_get_dispatch
18280 popq %rbp
18281 popq %rsi
18282 popq %rdi
18283 movq 3888(%rax), %r11
18284 jmp *%r11
18285 #endif /* defined(GLX_USE_TLS) */
18286 .size GL_PREFIX(VertexAttrib4NubvARB), .-GL_PREFIX(VertexAttrib4NubvARB)
18287
18288 .p2align 4,,15
18289 .globl GL_PREFIX(VertexAttrib4NuivARB)
18290 .type GL_PREFIX(VertexAttrib4NuivARB), @function
18291 GL_PREFIX(VertexAttrib4NuivARB):
18292 #if defined(GLX_USE_TLS)
18293 call _x86_64_get_dispatch@PLT
18294 movq 3896(%rax), %r11
18295 jmp *%r11
18296 #elif defined(PTHREADS)
18297 pushq %rdi
18298 pushq %rsi
18299 pushq %rbp
18300 call _x86_64_get_dispatch@PLT
18301 popq %rbp
18302 popq %rsi
18303 popq %rdi
18304 movq 3896(%rax), %r11
18305 jmp *%r11
18306 #else
18307 movq _glapi_Dispatch(%rip), %rax
18308 testq %rax, %rax
18309 je 1f
18310 movq 3896(%rax), %r11
18311 jmp *%r11
18312 1:
18313 pushq %rdi
18314 pushq %rsi
18315 pushq %rbp
18316 call _glapi_get_dispatch
18317 popq %rbp
18318 popq %rsi
18319 popq %rdi
18320 movq 3896(%rax), %r11
18321 jmp *%r11
18322 #endif /* defined(GLX_USE_TLS) */
18323 .size GL_PREFIX(VertexAttrib4NuivARB), .-GL_PREFIX(VertexAttrib4NuivARB)
18324
18325 .p2align 4,,15
18326 .globl GL_PREFIX(VertexAttrib4NusvARB)
18327 .type GL_PREFIX(VertexAttrib4NusvARB), @function
18328 GL_PREFIX(VertexAttrib4NusvARB):
18329 #if defined(GLX_USE_TLS)
18330 call _x86_64_get_dispatch@PLT
18331 movq 3904(%rax), %r11
18332 jmp *%r11
18333 #elif defined(PTHREADS)
18334 pushq %rdi
18335 pushq %rsi
18336 pushq %rbp
18337 call _x86_64_get_dispatch@PLT
18338 popq %rbp
18339 popq %rsi
18340 popq %rdi
18341 movq 3904(%rax), %r11
18342 jmp *%r11
18343 #else
18344 movq _glapi_Dispatch(%rip), %rax
18345 testq %rax, %rax
18346 je 1f
18347 movq 3904(%rax), %r11
18348 jmp *%r11
18349 1:
18350 pushq %rdi
18351 pushq %rsi
18352 pushq %rbp
18353 call _glapi_get_dispatch
18354 popq %rbp
18355 popq %rsi
18356 popq %rdi
18357 movq 3904(%rax), %r11
18358 jmp *%r11
18359 #endif /* defined(GLX_USE_TLS) */
18360 .size GL_PREFIX(VertexAttrib4NusvARB), .-GL_PREFIX(VertexAttrib4NusvARB)
18361
18362 .p2align 4,,15
18363 .globl GL_PREFIX(VertexAttrib4bvARB)
18364 .type GL_PREFIX(VertexAttrib4bvARB), @function
18365 GL_PREFIX(VertexAttrib4bvARB):
18366 #if defined(GLX_USE_TLS)
18367 call _x86_64_get_dispatch@PLT
18368 movq 3912(%rax), %r11
18369 jmp *%r11
18370 #elif defined(PTHREADS)
18371 pushq %rdi
18372 pushq %rsi
18373 pushq %rbp
18374 call _x86_64_get_dispatch@PLT
18375 popq %rbp
18376 popq %rsi
18377 popq %rdi
18378 movq 3912(%rax), %r11
18379 jmp *%r11
18380 #else
18381 movq _glapi_Dispatch(%rip), %rax
18382 testq %rax, %rax
18383 je 1f
18384 movq 3912(%rax), %r11
18385 jmp *%r11
18386 1:
18387 pushq %rdi
18388 pushq %rsi
18389 pushq %rbp
18390 call _glapi_get_dispatch
18391 popq %rbp
18392 popq %rsi
18393 popq %rdi
18394 movq 3912(%rax), %r11
18395 jmp *%r11
18396 #endif /* defined(GLX_USE_TLS) */
18397 .size GL_PREFIX(VertexAttrib4bvARB), .-GL_PREFIX(VertexAttrib4bvARB)
18398
18399 .p2align 4,,15
18400 .globl GL_PREFIX(VertexAttrib4dARB)
18401 .type GL_PREFIX(VertexAttrib4dARB), @function
18402 GL_PREFIX(VertexAttrib4dARB):
18403 #if defined(GLX_USE_TLS)
18404 call _x86_64_get_dispatch@PLT
18405 movq 3920(%rax), %r11
18406 jmp *%r11
18407 #elif defined(PTHREADS)
18408 subq $40, %rsp
18409 movq %rdi, (%rsp)
18410 movq %xmm0, 8(%rsp)
18411 movq %xmm1, 16(%rsp)
18412 movq %xmm2, 24(%rsp)
18413 movq %xmm3, 32(%rsp)
18414 call _x86_64_get_dispatch@PLT
18415 movq 32(%rsp), %xmm3
18416 movq 24(%rsp), %xmm2
18417 movq 16(%rsp), %xmm1
18418 movq 8(%rsp), %xmm0
18419 movq (%rsp), %rdi
18420 addq $40, %rsp
18421 movq 3920(%rax), %r11
18422 jmp *%r11
18423 #else
18424 movq _glapi_Dispatch(%rip), %rax
18425 testq %rax, %rax
18426 je 1f
18427 movq 3920(%rax), %r11
18428 jmp *%r11
18429 1:
18430 subq $40, %rsp
18431 movq %rdi, (%rsp)
18432 movq %xmm0, 8(%rsp)
18433 movq %xmm1, 16(%rsp)
18434 movq %xmm2, 24(%rsp)
18435 movq %xmm3, 32(%rsp)
18436 call _glapi_get_dispatch
18437 movq 32(%rsp), %xmm3
18438 movq 24(%rsp), %xmm2
18439 movq 16(%rsp), %xmm1
18440 movq 8(%rsp), %xmm0
18441 movq (%rsp), %rdi
18442 addq $40, %rsp
18443 movq 3920(%rax), %r11
18444 jmp *%r11
18445 #endif /* defined(GLX_USE_TLS) */
18446 .size GL_PREFIX(VertexAttrib4dARB), .-GL_PREFIX(VertexAttrib4dARB)
18447
18448 .p2align 4,,15
18449 .globl GL_PREFIX(VertexAttrib4dvARB)
18450 .type GL_PREFIX(VertexAttrib4dvARB), @function
18451 GL_PREFIX(VertexAttrib4dvARB):
18452 #if defined(GLX_USE_TLS)
18453 call _x86_64_get_dispatch@PLT
18454 movq 3928(%rax), %r11
18455 jmp *%r11
18456 #elif defined(PTHREADS)
18457 pushq %rdi
18458 pushq %rsi
18459 pushq %rbp
18460 call _x86_64_get_dispatch@PLT
18461 popq %rbp
18462 popq %rsi
18463 popq %rdi
18464 movq 3928(%rax), %r11
18465 jmp *%r11
18466 #else
18467 movq _glapi_Dispatch(%rip), %rax
18468 testq %rax, %rax
18469 je 1f
18470 movq 3928(%rax), %r11
18471 jmp *%r11
18472 1:
18473 pushq %rdi
18474 pushq %rsi
18475 pushq %rbp
18476 call _glapi_get_dispatch
18477 popq %rbp
18478 popq %rsi
18479 popq %rdi
18480 movq 3928(%rax), %r11
18481 jmp *%r11
18482 #endif /* defined(GLX_USE_TLS) */
18483 .size GL_PREFIX(VertexAttrib4dvARB), .-GL_PREFIX(VertexAttrib4dvARB)
18484
18485 .p2align 4,,15
18486 .globl GL_PREFIX(VertexAttrib4fARB)
18487 .type GL_PREFIX(VertexAttrib4fARB), @function
18488 GL_PREFIX(VertexAttrib4fARB):
18489 #if defined(GLX_USE_TLS)
18490 call _x86_64_get_dispatch@PLT
18491 movq 3936(%rax), %r11
18492 jmp *%r11
18493 #elif defined(PTHREADS)
18494 subq $40, %rsp
18495 movq %rdi, (%rsp)
18496 movq %xmm0, 8(%rsp)
18497 movq %xmm1, 16(%rsp)
18498 movq %xmm2, 24(%rsp)
18499 movq %xmm3, 32(%rsp)
18500 call _x86_64_get_dispatch@PLT
18501 movq 32(%rsp), %xmm3
18502 movq 24(%rsp), %xmm2
18503 movq 16(%rsp), %xmm1
18504 movq 8(%rsp), %xmm0
18505 movq (%rsp), %rdi
18506 addq $40, %rsp
18507 movq 3936(%rax), %r11
18508 jmp *%r11
18509 #else
18510 movq _glapi_Dispatch(%rip), %rax
18511 testq %rax, %rax
18512 je 1f
18513 movq 3936(%rax), %r11
18514 jmp *%r11
18515 1:
18516 subq $40, %rsp
18517 movq %rdi, (%rsp)
18518 movq %xmm0, 8(%rsp)
18519 movq %xmm1, 16(%rsp)
18520 movq %xmm2, 24(%rsp)
18521 movq %xmm3, 32(%rsp)
18522 call _glapi_get_dispatch
18523 movq 32(%rsp), %xmm3
18524 movq 24(%rsp), %xmm2
18525 movq 16(%rsp), %xmm1
18526 movq 8(%rsp), %xmm0
18527 movq (%rsp), %rdi
18528 addq $40, %rsp
18529 movq 3936(%rax), %r11
18530 jmp *%r11
18531 #endif /* defined(GLX_USE_TLS) */
18532 .size GL_PREFIX(VertexAttrib4fARB), .-GL_PREFIX(VertexAttrib4fARB)
18533
18534 .p2align 4,,15
18535 .globl GL_PREFIX(VertexAttrib4fvARB)
18536 .type GL_PREFIX(VertexAttrib4fvARB), @function
18537 GL_PREFIX(VertexAttrib4fvARB):
18538 #if defined(GLX_USE_TLS)
18539 call _x86_64_get_dispatch@PLT
18540 movq 3944(%rax), %r11
18541 jmp *%r11
18542 #elif defined(PTHREADS)
18543 pushq %rdi
18544 pushq %rsi
18545 pushq %rbp
18546 call _x86_64_get_dispatch@PLT
18547 popq %rbp
18548 popq %rsi
18549 popq %rdi
18550 movq 3944(%rax), %r11
18551 jmp *%r11
18552 #else
18553 movq _glapi_Dispatch(%rip), %rax
18554 testq %rax, %rax
18555 je 1f
18556 movq 3944(%rax), %r11
18557 jmp *%r11
18558 1:
18559 pushq %rdi
18560 pushq %rsi
18561 pushq %rbp
18562 call _glapi_get_dispatch
18563 popq %rbp
18564 popq %rsi
18565 popq %rdi
18566 movq 3944(%rax), %r11
18567 jmp *%r11
18568 #endif /* defined(GLX_USE_TLS) */
18569 .size GL_PREFIX(VertexAttrib4fvARB), .-GL_PREFIX(VertexAttrib4fvARB)
18570
18571 .p2align 4,,15
18572 .globl GL_PREFIX(VertexAttrib4ivARB)
18573 .type GL_PREFIX(VertexAttrib4ivARB), @function
18574 GL_PREFIX(VertexAttrib4ivARB):
18575 #if defined(GLX_USE_TLS)
18576 call _x86_64_get_dispatch@PLT
18577 movq 3952(%rax), %r11
18578 jmp *%r11
18579 #elif defined(PTHREADS)
18580 pushq %rdi
18581 pushq %rsi
18582 pushq %rbp
18583 call _x86_64_get_dispatch@PLT
18584 popq %rbp
18585 popq %rsi
18586 popq %rdi
18587 movq 3952(%rax), %r11
18588 jmp *%r11
18589 #else
18590 movq _glapi_Dispatch(%rip), %rax
18591 testq %rax, %rax
18592 je 1f
18593 movq 3952(%rax), %r11
18594 jmp *%r11
18595 1:
18596 pushq %rdi
18597 pushq %rsi
18598 pushq %rbp
18599 call _glapi_get_dispatch
18600 popq %rbp
18601 popq %rsi
18602 popq %rdi
18603 movq 3952(%rax), %r11
18604 jmp *%r11
18605 #endif /* defined(GLX_USE_TLS) */
18606 .size GL_PREFIX(VertexAttrib4ivARB), .-GL_PREFIX(VertexAttrib4ivARB)
18607
18608 .p2align 4,,15
18609 .globl GL_PREFIX(VertexAttrib4sARB)
18610 .type GL_PREFIX(VertexAttrib4sARB), @function
18611 GL_PREFIX(VertexAttrib4sARB):
18612 #if defined(GLX_USE_TLS)
18613 call _x86_64_get_dispatch@PLT
18614 movq 3960(%rax), %r11
18615 jmp *%r11
18616 #elif defined(PTHREADS)
18617 pushq %rdi
18618 pushq %rsi
18619 pushq %rdx
18620 pushq %rcx
18621 pushq %r8
18622 call _x86_64_get_dispatch@PLT
18623 popq %r8
18624 popq %rcx
18625 popq %rdx
18626 popq %rsi
18627 popq %rdi
18628 movq 3960(%rax), %r11
18629 jmp *%r11
18630 #else
18631 movq _glapi_Dispatch(%rip), %rax
18632 testq %rax, %rax
18633 je 1f
18634 movq 3960(%rax), %r11
18635 jmp *%r11
18636 1:
18637 pushq %rdi
18638 pushq %rsi
18639 pushq %rdx
18640 pushq %rcx
18641 pushq %r8
18642 call _glapi_get_dispatch
18643 popq %r8
18644 popq %rcx
18645 popq %rdx
18646 popq %rsi
18647 popq %rdi
18648 movq 3960(%rax), %r11
18649 jmp *%r11
18650 #endif /* defined(GLX_USE_TLS) */
18651 .size GL_PREFIX(VertexAttrib4sARB), .-GL_PREFIX(VertexAttrib4sARB)
18652
18653 .p2align 4,,15
18654 .globl GL_PREFIX(VertexAttrib4svARB)
18655 .type GL_PREFIX(VertexAttrib4svARB), @function
18656 GL_PREFIX(VertexAttrib4svARB):
18657 #if defined(GLX_USE_TLS)
18658 call _x86_64_get_dispatch@PLT
18659 movq 3968(%rax), %r11
18660 jmp *%r11
18661 #elif defined(PTHREADS)
18662 pushq %rdi
18663 pushq %rsi
18664 pushq %rbp
18665 call _x86_64_get_dispatch@PLT
18666 popq %rbp
18667 popq %rsi
18668 popq %rdi
18669 movq 3968(%rax), %r11
18670 jmp *%r11
18671 #else
18672 movq _glapi_Dispatch(%rip), %rax
18673 testq %rax, %rax
18674 je 1f
18675 movq 3968(%rax), %r11
18676 jmp *%r11
18677 1:
18678 pushq %rdi
18679 pushq %rsi
18680 pushq %rbp
18681 call _glapi_get_dispatch
18682 popq %rbp
18683 popq %rsi
18684 popq %rdi
18685 movq 3968(%rax), %r11
18686 jmp *%r11
18687 #endif /* defined(GLX_USE_TLS) */
18688 .size GL_PREFIX(VertexAttrib4svARB), .-GL_PREFIX(VertexAttrib4svARB)
18689
18690 .p2align 4,,15
18691 .globl GL_PREFIX(VertexAttrib4ubvARB)
18692 .type GL_PREFIX(VertexAttrib4ubvARB), @function
18693 GL_PREFIX(VertexAttrib4ubvARB):
18694 #if defined(GLX_USE_TLS)
18695 call _x86_64_get_dispatch@PLT
18696 movq 3976(%rax), %r11
18697 jmp *%r11
18698 #elif defined(PTHREADS)
18699 pushq %rdi
18700 pushq %rsi
18701 pushq %rbp
18702 call _x86_64_get_dispatch@PLT
18703 popq %rbp
18704 popq %rsi
18705 popq %rdi
18706 movq 3976(%rax), %r11
18707 jmp *%r11
18708 #else
18709 movq _glapi_Dispatch(%rip), %rax
18710 testq %rax, %rax
18711 je 1f
18712 movq 3976(%rax), %r11
18713 jmp *%r11
18714 1:
18715 pushq %rdi
18716 pushq %rsi
18717 pushq %rbp
18718 call _glapi_get_dispatch
18719 popq %rbp
18720 popq %rsi
18721 popq %rdi
18722 movq 3976(%rax), %r11
18723 jmp *%r11
18724 #endif /* defined(GLX_USE_TLS) */
18725 .size GL_PREFIX(VertexAttrib4ubvARB), .-GL_PREFIX(VertexAttrib4ubvARB)
18726
18727 .p2align 4,,15
18728 .globl GL_PREFIX(VertexAttrib4uivARB)
18729 .type GL_PREFIX(VertexAttrib4uivARB), @function
18730 GL_PREFIX(VertexAttrib4uivARB):
18731 #if defined(GLX_USE_TLS)
18732 call _x86_64_get_dispatch@PLT
18733 movq 3984(%rax), %r11
18734 jmp *%r11
18735 #elif defined(PTHREADS)
18736 pushq %rdi
18737 pushq %rsi
18738 pushq %rbp
18739 call _x86_64_get_dispatch@PLT
18740 popq %rbp
18741 popq %rsi
18742 popq %rdi
18743 movq 3984(%rax), %r11
18744 jmp *%r11
18745 #else
18746 movq _glapi_Dispatch(%rip), %rax
18747 testq %rax, %rax
18748 je 1f
18749 movq 3984(%rax), %r11
18750 jmp *%r11
18751 1:
18752 pushq %rdi
18753 pushq %rsi
18754 pushq %rbp
18755 call _glapi_get_dispatch
18756 popq %rbp
18757 popq %rsi
18758 popq %rdi
18759 movq 3984(%rax), %r11
18760 jmp *%r11
18761 #endif /* defined(GLX_USE_TLS) */
18762 .size GL_PREFIX(VertexAttrib4uivARB), .-GL_PREFIX(VertexAttrib4uivARB)
18763
18764 .p2align 4,,15
18765 .globl GL_PREFIX(VertexAttrib4usvARB)
18766 .type GL_PREFIX(VertexAttrib4usvARB), @function
18767 GL_PREFIX(VertexAttrib4usvARB):
18768 #if defined(GLX_USE_TLS)
18769 call _x86_64_get_dispatch@PLT
18770 movq 3992(%rax), %r11
18771 jmp *%r11
18772 #elif defined(PTHREADS)
18773 pushq %rdi
18774 pushq %rsi
18775 pushq %rbp
18776 call _x86_64_get_dispatch@PLT
18777 popq %rbp
18778 popq %rsi
18779 popq %rdi
18780 movq 3992(%rax), %r11
18781 jmp *%r11
18782 #else
18783 movq _glapi_Dispatch(%rip), %rax
18784 testq %rax, %rax
18785 je 1f
18786 movq 3992(%rax), %r11
18787 jmp *%r11
18788 1:
18789 pushq %rdi
18790 pushq %rsi
18791 pushq %rbp
18792 call _glapi_get_dispatch
18793 popq %rbp
18794 popq %rsi
18795 popq %rdi
18796 movq 3992(%rax), %r11
18797 jmp *%r11
18798 #endif /* defined(GLX_USE_TLS) */
18799 .size GL_PREFIX(VertexAttrib4usvARB), .-GL_PREFIX(VertexAttrib4usvARB)
18800
18801 .p2align 4,,15
18802 .globl GL_PREFIX(VertexAttribPointerARB)
18803 .type GL_PREFIX(VertexAttribPointerARB), @function
18804 GL_PREFIX(VertexAttribPointerARB):
18805 #if defined(GLX_USE_TLS)
18806 call _x86_64_get_dispatch@PLT
18807 movq 4000(%rax), %r11
18808 jmp *%r11
18809 #elif defined(PTHREADS)
18810 pushq %rdi
18811 pushq %rsi
18812 pushq %rdx
18813 pushq %rcx
18814 pushq %r8
18815 pushq %r9
18816 pushq %rbp
18817 call _x86_64_get_dispatch@PLT
18818 popq %rbp
18819 popq %r9
18820 popq %r8
18821 popq %rcx
18822 popq %rdx
18823 popq %rsi
18824 popq %rdi
18825 movq 4000(%rax), %r11
18826 jmp *%r11
18827 #else
18828 movq _glapi_Dispatch(%rip), %rax
18829 testq %rax, %rax
18830 je 1f
18831 movq 4000(%rax), %r11
18832 jmp *%r11
18833 1:
18834 pushq %rdi
18835 pushq %rsi
18836 pushq %rdx
18837 pushq %rcx
18838 pushq %r8
18839 pushq %r9
18840 pushq %rbp
18841 call _glapi_get_dispatch
18842 popq %rbp
18843 popq %r9
18844 popq %r8
18845 popq %rcx
18846 popq %rdx
18847 popq %rsi
18848 popq %rdi
18849 movq 4000(%rax), %r11
18850 jmp *%r11
18851 #endif /* defined(GLX_USE_TLS) */
18852 .size GL_PREFIX(VertexAttribPointerARB), .-GL_PREFIX(VertexAttribPointerARB)
18853
18854 .p2align 4,,15
18855 .globl GL_PREFIX(BindBufferARB)
18856 .type GL_PREFIX(BindBufferARB), @function
18857 GL_PREFIX(BindBufferARB):
18858 #if defined(GLX_USE_TLS)
18859 call _x86_64_get_dispatch@PLT
18860 movq 4008(%rax), %r11
18861 jmp *%r11
18862 #elif defined(PTHREADS)
18863 pushq %rdi
18864 pushq %rsi
18865 pushq %rbp
18866 call _x86_64_get_dispatch@PLT
18867 popq %rbp
18868 popq %rsi
18869 popq %rdi
18870 movq 4008(%rax), %r11
18871 jmp *%r11
18872 #else
18873 movq _glapi_Dispatch(%rip), %rax
18874 testq %rax, %rax
18875 je 1f
18876 movq 4008(%rax), %r11
18877 jmp *%r11
18878 1:
18879 pushq %rdi
18880 pushq %rsi
18881 pushq %rbp
18882 call _glapi_get_dispatch
18883 popq %rbp
18884 popq %rsi
18885 popq %rdi
18886 movq 4008(%rax), %r11
18887 jmp *%r11
18888 #endif /* defined(GLX_USE_TLS) */
18889 .size GL_PREFIX(BindBufferARB), .-GL_PREFIX(BindBufferARB)
18890
18891 .p2align 4,,15
18892 .globl GL_PREFIX(BufferDataARB)
18893 .type GL_PREFIX(BufferDataARB), @function
18894 GL_PREFIX(BufferDataARB):
18895 #if defined(GLX_USE_TLS)
18896 call _x86_64_get_dispatch@PLT
18897 movq 4016(%rax), %r11
18898 jmp *%r11
18899 #elif defined(PTHREADS)
18900 pushq %rdi
18901 pushq %rsi
18902 pushq %rdx
18903 pushq %rcx
18904 pushq %rbp
18905 call _x86_64_get_dispatch@PLT
18906 popq %rbp
18907 popq %rcx
18908 popq %rdx
18909 popq %rsi
18910 popq %rdi
18911 movq 4016(%rax), %r11
18912 jmp *%r11
18913 #else
18914 movq _glapi_Dispatch(%rip), %rax
18915 testq %rax, %rax
18916 je 1f
18917 movq 4016(%rax), %r11
18918 jmp *%r11
18919 1:
18920 pushq %rdi
18921 pushq %rsi
18922 pushq %rdx
18923 pushq %rcx
18924 pushq %rbp
18925 call _glapi_get_dispatch
18926 popq %rbp
18927 popq %rcx
18928 popq %rdx
18929 popq %rsi
18930 popq %rdi
18931 movq 4016(%rax), %r11
18932 jmp *%r11
18933 #endif /* defined(GLX_USE_TLS) */
18934 .size GL_PREFIX(BufferDataARB), .-GL_PREFIX(BufferDataARB)
18935
18936 .p2align 4,,15
18937 .globl GL_PREFIX(BufferSubDataARB)
18938 .type GL_PREFIX(BufferSubDataARB), @function
18939 GL_PREFIX(BufferSubDataARB):
18940 #if defined(GLX_USE_TLS)
18941 call _x86_64_get_dispatch@PLT
18942 movq 4024(%rax), %r11
18943 jmp *%r11
18944 #elif defined(PTHREADS)
18945 pushq %rdi
18946 pushq %rsi
18947 pushq %rdx
18948 pushq %rcx
18949 pushq %rbp
18950 call _x86_64_get_dispatch@PLT
18951 popq %rbp
18952 popq %rcx
18953 popq %rdx
18954 popq %rsi
18955 popq %rdi
18956 movq 4024(%rax), %r11
18957 jmp *%r11
18958 #else
18959 movq _glapi_Dispatch(%rip), %rax
18960 testq %rax, %rax
18961 je 1f
18962 movq 4024(%rax), %r11
18963 jmp *%r11
18964 1:
18965 pushq %rdi
18966 pushq %rsi
18967 pushq %rdx
18968 pushq %rcx
18969 pushq %rbp
18970 call _glapi_get_dispatch
18971 popq %rbp
18972 popq %rcx
18973 popq %rdx
18974 popq %rsi
18975 popq %rdi
18976 movq 4024(%rax), %r11
18977 jmp *%r11
18978 #endif /* defined(GLX_USE_TLS) */
18979 .size GL_PREFIX(BufferSubDataARB), .-GL_PREFIX(BufferSubDataARB)
18980
18981 .p2align 4,,15
18982 .globl GL_PREFIX(DeleteBuffersARB)
18983 .type GL_PREFIX(DeleteBuffersARB), @function
18984 GL_PREFIX(DeleteBuffersARB):
18985 #if defined(GLX_USE_TLS)
18986 call _x86_64_get_dispatch@PLT
18987 movq 4032(%rax), %r11
18988 jmp *%r11
18989 #elif defined(PTHREADS)
18990 pushq %rdi
18991 pushq %rsi
18992 pushq %rbp
18993 call _x86_64_get_dispatch@PLT
18994 popq %rbp
18995 popq %rsi
18996 popq %rdi
18997 movq 4032(%rax), %r11
18998 jmp *%r11
18999 #else
19000 movq _glapi_Dispatch(%rip), %rax
19001 testq %rax, %rax
19002 je 1f
19003 movq 4032(%rax), %r11
19004 jmp *%r11
19005 1:
19006 pushq %rdi
19007 pushq %rsi
19008 pushq %rbp
19009 call _glapi_get_dispatch
19010 popq %rbp
19011 popq %rsi
19012 popq %rdi
19013 movq 4032(%rax), %r11
19014 jmp *%r11
19015 #endif /* defined(GLX_USE_TLS) */
19016 .size GL_PREFIX(DeleteBuffersARB), .-GL_PREFIX(DeleteBuffersARB)
19017
19018 .p2align 4,,15
19019 .globl GL_PREFIX(GenBuffersARB)
19020 .type GL_PREFIX(GenBuffersARB), @function
19021 GL_PREFIX(GenBuffersARB):
19022 #if defined(GLX_USE_TLS)
19023 call _x86_64_get_dispatch@PLT
19024 movq 4040(%rax), %r11
19025 jmp *%r11
19026 #elif defined(PTHREADS)
19027 pushq %rdi
19028 pushq %rsi
19029 pushq %rbp
19030 call _x86_64_get_dispatch@PLT
19031 popq %rbp
19032 popq %rsi
19033 popq %rdi
19034 movq 4040(%rax), %r11
19035 jmp *%r11
19036 #else
19037 movq _glapi_Dispatch(%rip), %rax
19038 testq %rax, %rax
19039 je 1f
19040 movq 4040(%rax), %r11
19041 jmp *%r11
19042 1:
19043 pushq %rdi
19044 pushq %rsi
19045 pushq %rbp
19046 call _glapi_get_dispatch
19047 popq %rbp
19048 popq %rsi
19049 popq %rdi
19050 movq 4040(%rax), %r11
19051 jmp *%r11
19052 #endif /* defined(GLX_USE_TLS) */
19053 .size GL_PREFIX(GenBuffersARB), .-GL_PREFIX(GenBuffersARB)
19054
19055 .p2align 4,,15
19056 .globl GL_PREFIX(GetBufferParameterivARB)
19057 .type GL_PREFIX(GetBufferParameterivARB), @function
19058 GL_PREFIX(GetBufferParameterivARB):
19059 #if defined(GLX_USE_TLS)
19060 call _x86_64_get_dispatch@PLT
19061 movq 4048(%rax), %r11
19062 jmp *%r11
19063 #elif defined(PTHREADS)
19064 pushq %rdi
19065 pushq %rsi
19066 pushq %rdx
19067 call _x86_64_get_dispatch@PLT
19068 popq %rdx
19069 popq %rsi
19070 popq %rdi
19071 movq 4048(%rax), %r11
19072 jmp *%r11
19073 #else
19074 movq _glapi_Dispatch(%rip), %rax
19075 testq %rax, %rax
19076 je 1f
19077 movq 4048(%rax), %r11
19078 jmp *%r11
19079 1:
19080 pushq %rdi
19081 pushq %rsi
19082 pushq %rdx
19083 call _glapi_get_dispatch
19084 popq %rdx
19085 popq %rsi
19086 popq %rdi
19087 movq 4048(%rax), %r11
19088 jmp *%r11
19089 #endif /* defined(GLX_USE_TLS) */
19090 .size GL_PREFIX(GetBufferParameterivARB), .-GL_PREFIX(GetBufferParameterivARB)
19091
19092 .p2align 4,,15
19093 .globl GL_PREFIX(GetBufferPointervARB)
19094 .type GL_PREFIX(GetBufferPointervARB), @function
19095 GL_PREFIX(GetBufferPointervARB):
19096 #if defined(GLX_USE_TLS)
19097 call _x86_64_get_dispatch@PLT
19098 movq 4056(%rax), %r11
19099 jmp *%r11
19100 #elif defined(PTHREADS)
19101 pushq %rdi
19102 pushq %rsi
19103 pushq %rdx
19104 call _x86_64_get_dispatch@PLT
19105 popq %rdx
19106 popq %rsi
19107 popq %rdi
19108 movq 4056(%rax), %r11
19109 jmp *%r11
19110 #else
19111 movq _glapi_Dispatch(%rip), %rax
19112 testq %rax, %rax
19113 je 1f
19114 movq 4056(%rax), %r11
19115 jmp *%r11
19116 1:
19117 pushq %rdi
19118 pushq %rsi
19119 pushq %rdx
19120 call _glapi_get_dispatch
19121 popq %rdx
19122 popq %rsi
19123 popq %rdi
19124 movq 4056(%rax), %r11
19125 jmp *%r11
19126 #endif /* defined(GLX_USE_TLS) */
19127 .size GL_PREFIX(GetBufferPointervARB), .-GL_PREFIX(GetBufferPointervARB)
19128
19129 .p2align 4,,15
19130 .globl GL_PREFIX(GetBufferSubDataARB)
19131 .type GL_PREFIX(GetBufferSubDataARB), @function
19132 GL_PREFIX(GetBufferSubDataARB):
19133 #if defined(GLX_USE_TLS)
19134 call _x86_64_get_dispatch@PLT
19135 movq 4064(%rax), %r11
19136 jmp *%r11
19137 #elif defined(PTHREADS)
19138 pushq %rdi
19139 pushq %rsi
19140 pushq %rdx
19141 pushq %rcx
19142 pushq %rbp
19143 call _x86_64_get_dispatch@PLT
19144 popq %rbp
19145 popq %rcx
19146 popq %rdx
19147 popq %rsi
19148 popq %rdi
19149 movq 4064(%rax), %r11
19150 jmp *%r11
19151 #else
19152 movq _glapi_Dispatch(%rip), %rax
19153 testq %rax, %rax
19154 je 1f
19155 movq 4064(%rax), %r11
19156 jmp *%r11
19157 1:
19158 pushq %rdi
19159 pushq %rsi
19160 pushq %rdx
19161 pushq %rcx
19162 pushq %rbp
19163 call _glapi_get_dispatch
19164 popq %rbp
19165 popq %rcx
19166 popq %rdx
19167 popq %rsi
19168 popq %rdi
19169 movq 4064(%rax), %r11
19170 jmp *%r11
19171 #endif /* defined(GLX_USE_TLS) */
19172 .size GL_PREFIX(GetBufferSubDataARB), .-GL_PREFIX(GetBufferSubDataARB)
19173
19174 .p2align 4,,15
19175 .globl GL_PREFIX(IsBufferARB)
19176 .type GL_PREFIX(IsBufferARB), @function
19177 GL_PREFIX(IsBufferARB):
19178 #if defined(GLX_USE_TLS)
19179 call _x86_64_get_dispatch@PLT
19180 movq 4072(%rax), %r11
19181 jmp *%r11
19182 #elif defined(PTHREADS)
19183 pushq %rdi
19184 call _x86_64_get_dispatch@PLT
19185 popq %rdi
19186 movq 4072(%rax), %r11
19187 jmp *%r11
19188 #else
19189 movq _glapi_Dispatch(%rip), %rax
19190 testq %rax, %rax
19191 je 1f
19192 movq 4072(%rax), %r11
19193 jmp *%r11
19194 1:
19195 pushq %rdi
19196 call _glapi_get_dispatch
19197 popq %rdi
19198 movq 4072(%rax), %r11
19199 jmp *%r11
19200 #endif /* defined(GLX_USE_TLS) */
19201 .size GL_PREFIX(IsBufferARB), .-GL_PREFIX(IsBufferARB)
19202
19203 .p2align 4,,15
19204 .globl GL_PREFIX(MapBufferARB)
19205 .type GL_PREFIX(MapBufferARB), @function
19206 GL_PREFIX(MapBufferARB):
19207 #if defined(GLX_USE_TLS)
19208 call _x86_64_get_dispatch@PLT
19209 movq 4080(%rax), %r11
19210 jmp *%r11
19211 #elif defined(PTHREADS)
19212 pushq %rdi
19213 pushq %rsi
19214 pushq %rbp
19215 call _x86_64_get_dispatch@PLT
19216 popq %rbp
19217 popq %rsi
19218 popq %rdi
19219 movq 4080(%rax), %r11
19220 jmp *%r11
19221 #else
19222 movq _glapi_Dispatch(%rip), %rax
19223 testq %rax, %rax
19224 je 1f
19225 movq 4080(%rax), %r11
19226 jmp *%r11
19227 1:
19228 pushq %rdi
19229 pushq %rsi
19230 pushq %rbp
19231 call _glapi_get_dispatch
19232 popq %rbp
19233 popq %rsi
19234 popq %rdi
19235 movq 4080(%rax), %r11
19236 jmp *%r11
19237 #endif /* defined(GLX_USE_TLS) */
19238 .size GL_PREFIX(MapBufferARB), .-GL_PREFIX(MapBufferARB)
19239
19240 .p2align 4,,15
19241 .globl GL_PREFIX(UnmapBufferARB)
19242 .type GL_PREFIX(UnmapBufferARB), @function
19243 GL_PREFIX(UnmapBufferARB):
19244 #if defined(GLX_USE_TLS)
19245 call _x86_64_get_dispatch@PLT
19246 movq 4088(%rax), %r11
19247 jmp *%r11
19248 #elif defined(PTHREADS)
19249 pushq %rdi
19250 call _x86_64_get_dispatch@PLT
19251 popq %rdi
19252 movq 4088(%rax), %r11
19253 jmp *%r11
19254 #else
19255 movq _glapi_Dispatch(%rip), %rax
19256 testq %rax, %rax
19257 je 1f
19258 movq 4088(%rax), %r11
19259 jmp *%r11
19260 1:
19261 pushq %rdi
19262 call _glapi_get_dispatch
19263 popq %rdi
19264 movq 4088(%rax), %r11
19265 jmp *%r11
19266 #endif /* defined(GLX_USE_TLS) */
19267 .size GL_PREFIX(UnmapBufferARB), .-GL_PREFIX(UnmapBufferARB)
19268
19269 .p2align 4,,15
19270 .globl GL_PREFIX(BeginQueryARB)
19271 .type GL_PREFIX(BeginQueryARB), @function
19272 GL_PREFIX(BeginQueryARB):
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 %rbp
19281 call _x86_64_get_dispatch@PLT
19282 popq %rbp
19283 popq %rsi
19284 popq %rdi
19285 movq 4096(%rax), %r11
19286 jmp *%r11
19287 #else
19288 movq _glapi_Dispatch(%rip), %rax
19289 testq %rax, %rax
19290 je 1f
19291 movq 4096(%rax), %r11
19292 jmp *%r11
19293 1:
19294 pushq %rdi
19295 pushq %rsi
19296 pushq %rbp
19297 call _glapi_get_dispatch
19298 popq %rbp
19299 popq %rsi
19300 popq %rdi
19301 movq 4096(%rax), %r11
19302 jmp *%r11
19303 #endif /* defined(GLX_USE_TLS) */
19304 .size GL_PREFIX(BeginQueryARB), .-GL_PREFIX(BeginQueryARB)
19305
19306 .p2align 4,,15
19307 .globl GL_PREFIX(DeleteQueriesARB)
19308 .type GL_PREFIX(DeleteQueriesARB), @function
19309 GL_PREFIX(DeleteQueriesARB):
19310 #if defined(GLX_USE_TLS)
19311 call _x86_64_get_dispatch@PLT
19312 movq 4104(%rax), %r11
19313 jmp *%r11
19314 #elif defined(PTHREADS)
19315 pushq %rdi
19316 pushq %rsi
19317 pushq %rbp
19318 call _x86_64_get_dispatch@PLT
19319 popq %rbp
19320 popq %rsi
19321 popq %rdi
19322 movq 4104(%rax), %r11
19323 jmp *%r11
19324 #else
19325 movq _glapi_Dispatch(%rip), %rax
19326 testq %rax, %rax
19327 je 1f
19328 movq 4104(%rax), %r11
19329 jmp *%r11
19330 1:
19331 pushq %rdi
19332 pushq %rsi
19333 pushq %rbp
19334 call _glapi_get_dispatch
19335 popq %rbp
19336 popq %rsi
19337 popq %rdi
19338 movq 4104(%rax), %r11
19339 jmp *%r11
19340 #endif /* defined(GLX_USE_TLS) */
19341 .size GL_PREFIX(DeleteQueriesARB), .-GL_PREFIX(DeleteQueriesARB)
19342
19343 .p2align 4,,15
19344 .globl GL_PREFIX(EndQueryARB)
19345 .type GL_PREFIX(EndQueryARB), @function
19346 GL_PREFIX(EndQueryARB):
19347 #if defined(GLX_USE_TLS)
19348 call _x86_64_get_dispatch@PLT
19349 movq 4112(%rax), %r11
19350 jmp *%r11
19351 #elif defined(PTHREADS)
19352 pushq %rdi
19353 call _x86_64_get_dispatch@PLT
19354 popq %rdi
19355 movq 4112(%rax), %r11
19356 jmp *%r11
19357 #else
19358 movq _glapi_Dispatch(%rip), %rax
19359 testq %rax, %rax
19360 je 1f
19361 movq 4112(%rax), %r11
19362 jmp *%r11
19363 1:
19364 pushq %rdi
19365 call _glapi_get_dispatch
19366 popq %rdi
19367 movq 4112(%rax), %r11
19368 jmp *%r11
19369 #endif /* defined(GLX_USE_TLS) */
19370 .size GL_PREFIX(EndQueryARB), .-GL_PREFIX(EndQueryARB)
19371
19372 .p2align 4,,15
19373 .globl GL_PREFIX(GenQueriesARB)
19374 .type GL_PREFIX(GenQueriesARB), @function
19375 GL_PREFIX(GenQueriesARB):
19376 #if defined(GLX_USE_TLS)
19377 call _x86_64_get_dispatch@PLT
19378 movq 4120(%rax), %r11
19379 jmp *%r11
19380 #elif defined(PTHREADS)
19381 pushq %rdi
19382 pushq %rsi
19383 pushq %rbp
19384 call _x86_64_get_dispatch@PLT
19385 popq %rbp
19386 popq %rsi
19387 popq %rdi
19388 movq 4120(%rax), %r11
19389 jmp *%r11
19390 #else
19391 movq _glapi_Dispatch(%rip), %rax
19392 testq %rax, %rax
19393 je 1f
19394 movq 4120(%rax), %r11
19395 jmp *%r11
19396 1:
19397 pushq %rdi
19398 pushq %rsi
19399 pushq %rbp
19400 call _glapi_get_dispatch
19401 popq %rbp
19402 popq %rsi
19403 popq %rdi
19404 movq 4120(%rax), %r11
19405 jmp *%r11
19406 #endif /* defined(GLX_USE_TLS) */
19407 .size GL_PREFIX(GenQueriesARB), .-GL_PREFIX(GenQueriesARB)
19408
19409 .p2align 4,,15
19410 .globl GL_PREFIX(GetQueryObjectivARB)
19411 .type GL_PREFIX(GetQueryObjectivARB), @function
19412 GL_PREFIX(GetQueryObjectivARB):
19413 #if defined(GLX_USE_TLS)
19414 call _x86_64_get_dispatch@PLT
19415 movq 4128(%rax), %r11
19416 jmp *%r11
19417 #elif defined(PTHREADS)
19418 pushq %rdi
19419 pushq %rsi
19420 pushq %rdx
19421 call _x86_64_get_dispatch@PLT
19422 popq %rdx
19423 popq %rsi
19424 popq %rdi
19425 movq 4128(%rax), %r11
19426 jmp *%r11
19427 #else
19428 movq _glapi_Dispatch(%rip), %rax
19429 testq %rax, %rax
19430 je 1f
19431 movq 4128(%rax), %r11
19432 jmp *%r11
19433 1:
19434 pushq %rdi
19435 pushq %rsi
19436 pushq %rdx
19437 call _glapi_get_dispatch
19438 popq %rdx
19439 popq %rsi
19440 popq %rdi
19441 movq 4128(%rax), %r11
19442 jmp *%r11
19443 #endif /* defined(GLX_USE_TLS) */
19444 .size GL_PREFIX(GetQueryObjectivARB), .-GL_PREFIX(GetQueryObjectivARB)
19445
19446 .p2align 4,,15
19447 .globl GL_PREFIX(GetQueryObjectuivARB)
19448 .type GL_PREFIX(GetQueryObjectuivARB), @function
19449 GL_PREFIX(GetQueryObjectuivARB):
19450 #if defined(GLX_USE_TLS)
19451 call _x86_64_get_dispatch@PLT
19452 movq 4136(%rax), %r11
19453 jmp *%r11
19454 #elif defined(PTHREADS)
19455 pushq %rdi
19456 pushq %rsi
19457 pushq %rdx
19458 call _x86_64_get_dispatch@PLT
19459 popq %rdx
19460 popq %rsi
19461 popq %rdi
19462 movq 4136(%rax), %r11
19463 jmp *%r11
19464 #else
19465 movq _glapi_Dispatch(%rip), %rax
19466 testq %rax, %rax
19467 je 1f
19468 movq 4136(%rax), %r11
19469 jmp *%r11
19470 1:
19471 pushq %rdi
19472 pushq %rsi
19473 pushq %rdx
19474 call _glapi_get_dispatch
19475 popq %rdx
19476 popq %rsi
19477 popq %rdi
19478 movq 4136(%rax), %r11
19479 jmp *%r11
19480 #endif /* defined(GLX_USE_TLS) */
19481 .size GL_PREFIX(GetQueryObjectuivARB), .-GL_PREFIX(GetQueryObjectuivARB)
19482
19483 .p2align 4,,15
19484 .globl GL_PREFIX(GetQueryivARB)
19485 .type GL_PREFIX(GetQueryivARB), @function
19486 GL_PREFIX(GetQueryivARB):
19487 #if defined(GLX_USE_TLS)
19488 call _x86_64_get_dispatch@PLT
19489 movq 4144(%rax), %r11
19490 jmp *%r11
19491 #elif defined(PTHREADS)
19492 pushq %rdi
19493 pushq %rsi
19494 pushq %rdx
19495 call _x86_64_get_dispatch@PLT
19496 popq %rdx
19497 popq %rsi
19498 popq %rdi
19499 movq 4144(%rax), %r11
19500 jmp *%r11
19501 #else
19502 movq _glapi_Dispatch(%rip), %rax
19503 testq %rax, %rax
19504 je 1f
19505 movq 4144(%rax), %r11
19506 jmp *%r11
19507 1:
19508 pushq %rdi
19509 pushq %rsi
19510 pushq %rdx
19511 call _glapi_get_dispatch
19512 popq %rdx
19513 popq %rsi
19514 popq %rdi
19515 movq 4144(%rax), %r11
19516 jmp *%r11
19517 #endif /* defined(GLX_USE_TLS) */
19518 .size GL_PREFIX(GetQueryivARB), .-GL_PREFIX(GetQueryivARB)
19519
19520 .p2align 4,,15
19521 .globl GL_PREFIX(IsQueryARB)
19522 .type GL_PREFIX(IsQueryARB), @function
19523 GL_PREFIX(IsQueryARB):
19524 #if defined(GLX_USE_TLS)
19525 call _x86_64_get_dispatch@PLT
19526 movq 4152(%rax), %r11
19527 jmp *%r11
19528 #elif defined(PTHREADS)
19529 pushq %rdi
19530 call _x86_64_get_dispatch@PLT
19531 popq %rdi
19532 movq 4152(%rax), %r11
19533 jmp *%r11
19534 #else
19535 movq _glapi_Dispatch(%rip), %rax
19536 testq %rax, %rax
19537 je 1f
19538 movq 4152(%rax), %r11
19539 jmp *%r11
19540 1:
19541 pushq %rdi
19542 call _glapi_get_dispatch
19543 popq %rdi
19544 movq 4152(%rax), %r11
19545 jmp *%r11
19546 #endif /* defined(GLX_USE_TLS) */
19547 .size GL_PREFIX(IsQueryARB), .-GL_PREFIX(IsQueryARB)
19548
19549 .p2align 4,,15
19550 .globl GL_PREFIX(AttachObjectARB)
19551 .type GL_PREFIX(AttachObjectARB), @function
19552 GL_PREFIX(AttachObjectARB):
19553 #if defined(GLX_USE_TLS)
19554 call _x86_64_get_dispatch@PLT
19555 movq 4160(%rax), %r11
19556 jmp *%r11
19557 #elif defined(PTHREADS)
19558 pushq %rdi
19559 pushq %rsi
19560 pushq %rbp
19561 call _x86_64_get_dispatch@PLT
19562 popq %rbp
19563 popq %rsi
19564 popq %rdi
19565 movq 4160(%rax), %r11
19566 jmp *%r11
19567 #else
19568 movq _glapi_Dispatch(%rip), %rax
19569 testq %rax, %rax
19570 je 1f
19571 movq 4160(%rax), %r11
19572 jmp *%r11
19573 1:
19574 pushq %rdi
19575 pushq %rsi
19576 pushq %rbp
19577 call _glapi_get_dispatch
19578 popq %rbp
19579 popq %rsi
19580 popq %rdi
19581 movq 4160(%rax), %r11
19582 jmp *%r11
19583 #endif /* defined(GLX_USE_TLS) */
19584 .size GL_PREFIX(AttachObjectARB), .-GL_PREFIX(AttachObjectARB)
19585
19586 .p2align 4,,15
19587 .globl GL_PREFIX(CompileShaderARB)
19588 .type GL_PREFIX(CompileShaderARB), @function
19589 GL_PREFIX(CompileShaderARB):
19590 #if defined(GLX_USE_TLS)
19591 call _x86_64_get_dispatch@PLT
19592 movq 4168(%rax), %r11
19593 jmp *%r11
19594 #elif defined(PTHREADS)
19595 pushq %rdi
19596 call _x86_64_get_dispatch@PLT
19597 popq %rdi
19598 movq 4168(%rax), %r11
19599 jmp *%r11
19600 #else
19601 movq _glapi_Dispatch(%rip), %rax
19602 testq %rax, %rax
19603 je 1f
19604 movq 4168(%rax), %r11
19605 jmp *%r11
19606 1:
19607 pushq %rdi
19608 call _glapi_get_dispatch
19609 popq %rdi
19610 movq 4168(%rax), %r11
19611 jmp *%r11
19612 #endif /* defined(GLX_USE_TLS) */
19613 .size GL_PREFIX(CompileShaderARB), .-GL_PREFIX(CompileShaderARB)
19614
19615 .p2align 4,,15
19616 .globl GL_PREFIX(CreateProgramObjectARB)
19617 .type GL_PREFIX(CreateProgramObjectARB), @function
19618 GL_PREFIX(CreateProgramObjectARB):
19619 #if defined(GLX_USE_TLS)
19620 call _x86_64_get_dispatch@PLT
19621 movq 4176(%rax), %r11
19622 jmp *%r11
19623 #elif defined(PTHREADS)
19624 pushq %rbp
19625 call _x86_64_get_dispatch@PLT
19626 popq %rbp
19627 movq 4176(%rax), %r11
19628 jmp *%r11
19629 #else
19630 movq _glapi_Dispatch(%rip), %rax
19631 testq %rax, %rax
19632 je 1f
19633 movq 4176(%rax), %r11
19634 jmp *%r11
19635 1:
19636 pushq %rbp
19637 call _glapi_get_dispatch
19638 popq %rbp
19639 movq 4176(%rax), %r11
19640 jmp *%r11
19641 #endif /* defined(GLX_USE_TLS) */
19642 .size GL_PREFIX(CreateProgramObjectARB), .-GL_PREFIX(CreateProgramObjectARB)
19643
19644 .p2align 4,,15
19645 .globl GL_PREFIX(CreateShaderObjectARB)
19646 .type GL_PREFIX(CreateShaderObjectARB), @function
19647 GL_PREFIX(CreateShaderObjectARB):
19648 #if defined(GLX_USE_TLS)
19649 call _x86_64_get_dispatch@PLT
19650 movq 4184(%rax), %r11
19651 jmp *%r11
19652 #elif defined(PTHREADS)
19653 pushq %rdi
19654 call _x86_64_get_dispatch@PLT
19655 popq %rdi
19656 movq 4184(%rax), %r11
19657 jmp *%r11
19658 #else
19659 movq _glapi_Dispatch(%rip), %rax
19660 testq %rax, %rax
19661 je 1f
19662 movq 4184(%rax), %r11
19663 jmp *%r11
19664 1:
19665 pushq %rdi
19666 call _glapi_get_dispatch
19667 popq %rdi
19668 movq 4184(%rax), %r11
19669 jmp *%r11
19670 #endif /* defined(GLX_USE_TLS) */
19671 .size GL_PREFIX(CreateShaderObjectARB), .-GL_PREFIX(CreateShaderObjectARB)
19672
19673 .p2align 4,,15
19674 .globl GL_PREFIX(DeleteObjectARB)
19675 .type GL_PREFIX(DeleteObjectARB), @function
19676 GL_PREFIX(DeleteObjectARB):
19677 #if defined(GLX_USE_TLS)
19678 call _x86_64_get_dispatch@PLT
19679 movq 4192(%rax), %r11
19680 jmp *%r11
19681 #elif defined(PTHREADS)
19682 pushq %rdi
19683 call _x86_64_get_dispatch@PLT
19684 popq %rdi
19685 movq 4192(%rax), %r11
19686 jmp *%r11
19687 #else
19688 movq _glapi_Dispatch(%rip), %rax
19689 testq %rax, %rax
19690 je 1f
19691 movq 4192(%rax), %r11
19692 jmp *%r11
19693 1:
19694 pushq %rdi
19695 call _glapi_get_dispatch
19696 popq %rdi
19697 movq 4192(%rax), %r11
19698 jmp *%r11
19699 #endif /* defined(GLX_USE_TLS) */
19700 .size GL_PREFIX(DeleteObjectARB), .-GL_PREFIX(DeleteObjectARB)
19701
19702 .p2align 4,,15
19703 .globl GL_PREFIX(DetachObjectARB)
19704 .type GL_PREFIX(DetachObjectARB), @function
19705 GL_PREFIX(DetachObjectARB):
19706 #if defined(GLX_USE_TLS)
19707 call _x86_64_get_dispatch@PLT
19708 movq 4200(%rax), %r11
19709 jmp *%r11
19710 #elif defined(PTHREADS)
19711 pushq %rdi
19712 pushq %rsi
19713 pushq %rbp
19714 call _x86_64_get_dispatch@PLT
19715 popq %rbp
19716 popq %rsi
19717 popq %rdi
19718 movq 4200(%rax), %r11
19719 jmp *%r11
19720 #else
19721 movq _glapi_Dispatch(%rip), %rax
19722 testq %rax, %rax
19723 je 1f
19724 movq 4200(%rax), %r11
19725 jmp *%r11
19726 1:
19727 pushq %rdi
19728 pushq %rsi
19729 pushq %rbp
19730 call _glapi_get_dispatch
19731 popq %rbp
19732 popq %rsi
19733 popq %rdi
19734 movq 4200(%rax), %r11
19735 jmp *%r11
19736 #endif /* defined(GLX_USE_TLS) */
19737 .size GL_PREFIX(DetachObjectARB), .-GL_PREFIX(DetachObjectARB)
19738
19739 .p2align 4,,15
19740 .globl GL_PREFIX(GetActiveUniformARB)
19741 .type GL_PREFIX(GetActiveUniformARB), @function
19742 GL_PREFIX(GetActiveUniformARB):
19743 #if defined(GLX_USE_TLS)
19744 call _x86_64_get_dispatch@PLT
19745 movq 4208(%rax), %r11
19746 jmp *%r11
19747 #elif defined(PTHREADS)
19748 pushq %rdi
19749 pushq %rsi
19750 pushq %rdx
19751 pushq %rcx
19752 pushq %r8
19753 pushq %r9
19754 pushq %rbp
19755 call _x86_64_get_dispatch@PLT
19756 popq %rbp
19757 popq %r9
19758 popq %r8
19759 popq %rcx
19760 popq %rdx
19761 popq %rsi
19762 popq %rdi
19763 movq 4208(%rax), %r11
19764 jmp *%r11
19765 #else
19766 movq _glapi_Dispatch(%rip), %rax
19767 testq %rax, %rax
19768 je 1f
19769 movq 4208(%rax), %r11
19770 jmp *%r11
19771 1:
19772 pushq %rdi
19773 pushq %rsi
19774 pushq %rdx
19775 pushq %rcx
19776 pushq %r8
19777 pushq %r9
19778 pushq %rbp
19779 call _glapi_get_dispatch
19780 popq %rbp
19781 popq %r9
19782 popq %r8
19783 popq %rcx
19784 popq %rdx
19785 popq %rsi
19786 popq %rdi
19787 movq 4208(%rax), %r11
19788 jmp *%r11
19789 #endif /* defined(GLX_USE_TLS) */
19790 .size GL_PREFIX(GetActiveUniformARB), .-GL_PREFIX(GetActiveUniformARB)
19791
19792 .p2align 4,,15
19793 .globl GL_PREFIX(GetAttachedObjectsARB)
19794 .type GL_PREFIX(GetAttachedObjectsARB), @function
19795 GL_PREFIX(GetAttachedObjectsARB):
19796 #if defined(GLX_USE_TLS)
19797 call _x86_64_get_dispatch@PLT
19798 movq 4216(%rax), %r11
19799 jmp *%r11
19800 #elif defined(PTHREADS)
19801 pushq %rdi
19802 pushq %rsi
19803 pushq %rdx
19804 pushq %rcx
19805 pushq %rbp
19806 call _x86_64_get_dispatch@PLT
19807 popq %rbp
19808 popq %rcx
19809 popq %rdx
19810 popq %rsi
19811 popq %rdi
19812 movq 4216(%rax), %r11
19813 jmp *%r11
19814 #else
19815 movq _glapi_Dispatch(%rip), %rax
19816 testq %rax, %rax
19817 je 1f
19818 movq 4216(%rax), %r11
19819 jmp *%r11
19820 1:
19821 pushq %rdi
19822 pushq %rsi
19823 pushq %rdx
19824 pushq %rcx
19825 pushq %rbp
19826 call _glapi_get_dispatch
19827 popq %rbp
19828 popq %rcx
19829 popq %rdx
19830 popq %rsi
19831 popq %rdi
19832 movq 4216(%rax), %r11
19833 jmp *%r11
19834 #endif /* defined(GLX_USE_TLS) */
19835 .size GL_PREFIX(GetAttachedObjectsARB), .-GL_PREFIX(GetAttachedObjectsARB)
19836
19837 .p2align 4,,15
19838 .globl GL_PREFIX(GetHandleARB)
19839 .type GL_PREFIX(GetHandleARB), @function
19840 GL_PREFIX(GetHandleARB):
19841 #if defined(GLX_USE_TLS)
19842 call _x86_64_get_dispatch@PLT
19843 movq 4224(%rax), %r11
19844 jmp *%r11
19845 #elif defined(PTHREADS)
19846 pushq %rdi
19847 call _x86_64_get_dispatch@PLT
19848 popq %rdi
19849 movq 4224(%rax), %r11
19850 jmp *%r11
19851 #else
19852 movq _glapi_Dispatch(%rip), %rax
19853 testq %rax, %rax
19854 je 1f
19855 movq 4224(%rax), %r11
19856 jmp *%r11
19857 1:
19858 pushq %rdi
19859 call _glapi_get_dispatch
19860 popq %rdi
19861 movq 4224(%rax), %r11
19862 jmp *%r11
19863 #endif /* defined(GLX_USE_TLS) */
19864 .size GL_PREFIX(GetHandleARB), .-GL_PREFIX(GetHandleARB)
19865
19866 .p2align 4,,15
19867 .globl GL_PREFIX(GetInfoLogARB)
19868 .type GL_PREFIX(GetInfoLogARB), @function
19869 GL_PREFIX(GetInfoLogARB):
19870 #if defined(GLX_USE_TLS)
19871 call _x86_64_get_dispatch@PLT
19872 movq 4232(%rax), %r11
19873 jmp *%r11
19874 #elif defined(PTHREADS)
19875 pushq %rdi
19876 pushq %rsi
19877 pushq %rdx
19878 pushq %rcx
19879 pushq %rbp
19880 call _x86_64_get_dispatch@PLT
19881 popq %rbp
19882 popq %rcx
19883 popq %rdx
19884 popq %rsi
19885 popq %rdi
19886 movq 4232(%rax), %r11
19887 jmp *%r11
19888 #else
19889 movq _glapi_Dispatch(%rip), %rax
19890 testq %rax, %rax
19891 je 1f
19892 movq 4232(%rax), %r11
19893 jmp *%r11
19894 1:
19895 pushq %rdi
19896 pushq %rsi
19897 pushq %rdx
19898 pushq %rcx
19899 pushq %rbp
19900 call _glapi_get_dispatch
19901 popq %rbp
19902 popq %rcx
19903 popq %rdx
19904 popq %rsi
19905 popq %rdi
19906 movq 4232(%rax), %r11
19907 jmp *%r11
19908 #endif /* defined(GLX_USE_TLS) */
19909 .size GL_PREFIX(GetInfoLogARB), .-GL_PREFIX(GetInfoLogARB)
19910
19911 .p2align 4,,15
19912 .globl GL_PREFIX(GetObjectParameterfvARB)
19913 .type GL_PREFIX(GetObjectParameterfvARB), @function
19914 GL_PREFIX(GetObjectParameterfvARB):
19915 #if defined(GLX_USE_TLS)
19916 call _x86_64_get_dispatch@PLT
19917 movq 4240(%rax), %r11
19918 jmp *%r11
19919 #elif defined(PTHREADS)
19920 pushq %rdi
19921 pushq %rsi
19922 pushq %rdx
19923 call _x86_64_get_dispatch@PLT
19924 popq %rdx
19925 popq %rsi
19926 popq %rdi
19927 movq 4240(%rax), %r11
19928 jmp *%r11
19929 #else
19930 movq _glapi_Dispatch(%rip), %rax
19931 testq %rax, %rax
19932 je 1f
19933 movq 4240(%rax), %r11
19934 jmp *%r11
19935 1:
19936 pushq %rdi
19937 pushq %rsi
19938 pushq %rdx
19939 call _glapi_get_dispatch
19940 popq %rdx
19941 popq %rsi
19942 popq %rdi
19943 movq 4240(%rax), %r11
19944 jmp *%r11
19945 #endif /* defined(GLX_USE_TLS) */
19946 .size GL_PREFIX(GetObjectParameterfvARB), .-GL_PREFIX(GetObjectParameterfvARB)
19947
19948 .p2align 4,,15
19949 .globl GL_PREFIX(GetObjectParameterivARB)
19950 .type GL_PREFIX(GetObjectParameterivARB), @function
19951 GL_PREFIX(GetObjectParameterivARB):
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 %rdi
19958 pushq %rsi
19959 pushq %rdx
19960 call _x86_64_get_dispatch@PLT
19961 popq %rdx
19962 popq %rsi
19963 popq %rdi
19964 movq 4248(%rax), %r11
19965 jmp *%r11
19966 #else
19967 movq _glapi_Dispatch(%rip), %rax
19968 testq %rax, %rax
19969 je 1f
19970 movq 4248(%rax), %r11
19971 jmp *%r11
19972 1:
19973 pushq %rdi
19974 pushq %rsi
19975 pushq %rdx
19976 call _glapi_get_dispatch
19977 popq %rdx
19978 popq %rsi
19979 popq %rdi
19980 movq 4248(%rax), %r11
19981 jmp *%r11
19982 #endif /* defined(GLX_USE_TLS) */
19983 .size GL_PREFIX(GetObjectParameterivARB), .-GL_PREFIX(GetObjectParameterivARB)
19984
19985 .p2align 4,,15
19986 .globl GL_PREFIX(GetShaderSourceARB)
19987 .type GL_PREFIX(GetShaderSourceARB), @function
19988 GL_PREFIX(GetShaderSourceARB):
19989 #if defined(GLX_USE_TLS)
19990 call _x86_64_get_dispatch@PLT
19991 movq 4256(%rax), %r11
19992 jmp *%r11
19993 #elif defined(PTHREADS)
19994 pushq %rdi
19995 pushq %rsi
19996 pushq %rdx
19997 pushq %rcx
19998 pushq %rbp
19999 call _x86_64_get_dispatch@PLT
20000 popq %rbp
20001 popq %rcx
20002 popq %rdx
20003 popq %rsi
20004 popq %rdi
20005 movq 4256(%rax), %r11
20006 jmp *%r11
20007 #else
20008 movq _glapi_Dispatch(%rip), %rax
20009 testq %rax, %rax
20010 je 1f
20011 movq 4256(%rax), %r11
20012 jmp *%r11
20013 1:
20014 pushq %rdi
20015 pushq %rsi
20016 pushq %rdx
20017 pushq %rcx
20018 pushq %rbp
20019 call _glapi_get_dispatch
20020 popq %rbp
20021 popq %rcx
20022 popq %rdx
20023 popq %rsi
20024 popq %rdi
20025 movq 4256(%rax), %r11
20026 jmp *%r11
20027 #endif /* defined(GLX_USE_TLS) */
20028 .size GL_PREFIX(GetShaderSourceARB), .-GL_PREFIX(GetShaderSourceARB)
20029
20030 .p2align 4,,15
20031 .globl GL_PREFIX(GetUniformLocationARB)
20032 .type GL_PREFIX(GetUniformLocationARB), @function
20033 GL_PREFIX(GetUniformLocationARB):
20034 #if defined(GLX_USE_TLS)
20035 call _x86_64_get_dispatch@PLT
20036 movq 4264(%rax), %r11
20037 jmp *%r11
20038 #elif defined(PTHREADS)
20039 pushq %rdi
20040 pushq %rsi
20041 pushq %rbp
20042 call _x86_64_get_dispatch@PLT
20043 popq %rbp
20044 popq %rsi
20045 popq %rdi
20046 movq 4264(%rax), %r11
20047 jmp *%r11
20048 #else
20049 movq _glapi_Dispatch(%rip), %rax
20050 testq %rax, %rax
20051 je 1f
20052 movq 4264(%rax), %r11
20053 jmp *%r11
20054 1:
20055 pushq %rdi
20056 pushq %rsi
20057 pushq %rbp
20058 call _glapi_get_dispatch
20059 popq %rbp
20060 popq %rsi
20061 popq %rdi
20062 movq 4264(%rax), %r11
20063 jmp *%r11
20064 #endif /* defined(GLX_USE_TLS) */
20065 .size GL_PREFIX(GetUniformLocationARB), .-GL_PREFIX(GetUniformLocationARB)
20066
20067 .p2align 4,,15
20068 .globl GL_PREFIX(GetUniformfvARB)
20069 .type GL_PREFIX(GetUniformfvARB), @function
20070 GL_PREFIX(GetUniformfvARB):
20071 #if defined(GLX_USE_TLS)
20072 call _x86_64_get_dispatch@PLT
20073 movq 4272(%rax), %r11
20074 jmp *%r11
20075 #elif defined(PTHREADS)
20076 pushq %rdi
20077 pushq %rsi
20078 pushq %rdx
20079 call _x86_64_get_dispatch@PLT
20080 popq %rdx
20081 popq %rsi
20082 popq %rdi
20083 movq 4272(%rax), %r11
20084 jmp *%r11
20085 #else
20086 movq _glapi_Dispatch(%rip), %rax
20087 testq %rax, %rax
20088 je 1f
20089 movq 4272(%rax), %r11
20090 jmp *%r11
20091 1:
20092 pushq %rdi
20093 pushq %rsi
20094 pushq %rdx
20095 call _glapi_get_dispatch
20096 popq %rdx
20097 popq %rsi
20098 popq %rdi
20099 movq 4272(%rax), %r11
20100 jmp *%r11
20101 #endif /* defined(GLX_USE_TLS) */
20102 .size GL_PREFIX(GetUniformfvARB), .-GL_PREFIX(GetUniformfvARB)
20103
20104 .p2align 4,,15
20105 .globl GL_PREFIX(GetUniformivARB)
20106 .type GL_PREFIX(GetUniformivARB), @function
20107 GL_PREFIX(GetUniformivARB):
20108 #if defined(GLX_USE_TLS)
20109 call _x86_64_get_dispatch@PLT
20110 movq 4280(%rax), %r11
20111 jmp *%r11
20112 #elif defined(PTHREADS)
20113 pushq %rdi
20114 pushq %rsi
20115 pushq %rdx
20116 call _x86_64_get_dispatch@PLT
20117 popq %rdx
20118 popq %rsi
20119 popq %rdi
20120 movq 4280(%rax), %r11
20121 jmp *%r11
20122 #else
20123 movq _glapi_Dispatch(%rip), %rax
20124 testq %rax, %rax
20125 je 1f
20126 movq 4280(%rax), %r11
20127 jmp *%r11
20128 1:
20129 pushq %rdi
20130 pushq %rsi
20131 pushq %rdx
20132 call _glapi_get_dispatch
20133 popq %rdx
20134 popq %rsi
20135 popq %rdi
20136 movq 4280(%rax), %r11
20137 jmp *%r11
20138 #endif /* defined(GLX_USE_TLS) */
20139 .size GL_PREFIX(GetUniformivARB), .-GL_PREFIX(GetUniformivARB)
20140
20141 .p2align 4,,15
20142 .globl GL_PREFIX(LinkProgramARB)
20143 .type GL_PREFIX(LinkProgramARB), @function
20144 GL_PREFIX(LinkProgramARB):
20145 #if defined(GLX_USE_TLS)
20146 call _x86_64_get_dispatch@PLT
20147 movq 4288(%rax), %r11
20148 jmp *%r11
20149 #elif defined(PTHREADS)
20150 pushq %rdi
20151 call _x86_64_get_dispatch@PLT
20152 popq %rdi
20153 movq 4288(%rax), %r11
20154 jmp *%r11
20155 #else
20156 movq _glapi_Dispatch(%rip), %rax
20157 testq %rax, %rax
20158 je 1f
20159 movq 4288(%rax), %r11
20160 jmp *%r11
20161 1:
20162 pushq %rdi
20163 call _glapi_get_dispatch
20164 popq %rdi
20165 movq 4288(%rax), %r11
20166 jmp *%r11
20167 #endif /* defined(GLX_USE_TLS) */
20168 .size GL_PREFIX(LinkProgramARB), .-GL_PREFIX(LinkProgramARB)
20169
20170 .p2align 4,,15
20171 .globl GL_PREFIX(ShaderSourceARB)
20172 .type GL_PREFIX(ShaderSourceARB), @function
20173 GL_PREFIX(ShaderSourceARB):
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 pushq %rsi
20181 pushq %rdx
20182 pushq %rcx
20183 pushq %rbp
20184 call _x86_64_get_dispatch@PLT
20185 popq %rbp
20186 popq %rcx
20187 popq %rdx
20188 popq %rsi
20189 popq %rdi
20190 movq 4296(%rax), %r11
20191 jmp *%r11
20192 #else
20193 movq _glapi_Dispatch(%rip), %rax
20194 testq %rax, %rax
20195 je 1f
20196 movq 4296(%rax), %r11
20197 jmp *%r11
20198 1:
20199 pushq %rdi
20200 pushq %rsi
20201 pushq %rdx
20202 pushq %rcx
20203 pushq %rbp
20204 call _glapi_get_dispatch
20205 popq %rbp
20206 popq %rcx
20207 popq %rdx
20208 popq %rsi
20209 popq %rdi
20210 movq 4296(%rax), %r11
20211 jmp *%r11
20212 #endif /* defined(GLX_USE_TLS) */
20213 .size GL_PREFIX(ShaderSourceARB), .-GL_PREFIX(ShaderSourceARB)
20214
20215 .p2align 4,,15
20216 .globl GL_PREFIX(Uniform1fARB)
20217 .type GL_PREFIX(Uniform1fARB), @function
20218 GL_PREFIX(Uniform1fARB):
20219 #if defined(GLX_USE_TLS)
20220 call _x86_64_get_dispatch@PLT
20221 movq 4304(%rax), %r11
20222 jmp *%r11
20223 #elif defined(PTHREADS)
20224 subq $24, %rsp
20225 movq %rdi, (%rsp)
20226 movq %xmm0, 8(%rsp)
20227 call _x86_64_get_dispatch@PLT
20228 movq 8(%rsp), %xmm0
20229 movq (%rsp), %rdi
20230 addq $24, %rsp
20231 movq 4304(%rax), %r11
20232 jmp *%r11
20233 #else
20234 movq _glapi_Dispatch(%rip), %rax
20235 testq %rax, %rax
20236 je 1f
20237 movq 4304(%rax), %r11
20238 jmp *%r11
20239 1:
20240 subq $24, %rsp
20241 movq %rdi, (%rsp)
20242 movq %xmm0, 8(%rsp)
20243 call _glapi_get_dispatch
20244 movq 8(%rsp), %xmm0
20245 movq (%rsp), %rdi
20246 addq $24, %rsp
20247 movq 4304(%rax), %r11
20248 jmp *%r11
20249 #endif /* defined(GLX_USE_TLS) */
20250 .size GL_PREFIX(Uniform1fARB), .-GL_PREFIX(Uniform1fARB)
20251
20252 .p2align 4,,15
20253 .globl GL_PREFIX(Uniform1fvARB)
20254 .type GL_PREFIX(Uniform1fvARB), @function
20255 GL_PREFIX(Uniform1fvARB):
20256 #if defined(GLX_USE_TLS)
20257 call _x86_64_get_dispatch@PLT
20258 movq 4312(%rax), %r11
20259 jmp *%r11
20260 #elif defined(PTHREADS)
20261 pushq %rdi
20262 pushq %rsi
20263 pushq %rdx
20264 call _x86_64_get_dispatch@PLT
20265 popq %rdx
20266 popq %rsi
20267 popq %rdi
20268 movq 4312(%rax), %r11
20269 jmp *%r11
20270 #else
20271 movq _glapi_Dispatch(%rip), %rax
20272 testq %rax, %rax
20273 je 1f
20274 movq 4312(%rax), %r11
20275 jmp *%r11
20276 1:
20277 pushq %rdi
20278 pushq %rsi
20279 pushq %rdx
20280 call _glapi_get_dispatch
20281 popq %rdx
20282 popq %rsi
20283 popq %rdi
20284 movq 4312(%rax), %r11
20285 jmp *%r11
20286 #endif /* defined(GLX_USE_TLS) */
20287 .size GL_PREFIX(Uniform1fvARB), .-GL_PREFIX(Uniform1fvARB)
20288
20289 .p2align 4,,15
20290 .globl GL_PREFIX(Uniform1iARB)
20291 .type GL_PREFIX(Uniform1iARB), @function
20292 GL_PREFIX(Uniform1iARB):
20293 #if defined(GLX_USE_TLS)
20294 call _x86_64_get_dispatch@PLT
20295 movq 4320(%rax), %r11
20296 jmp *%r11
20297 #elif defined(PTHREADS)
20298 pushq %rdi
20299 pushq %rsi
20300 pushq %rbp
20301 call _x86_64_get_dispatch@PLT
20302 popq %rbp
20303 popq %rsi
20304 popq %rdi
20305 movq 4320(%rax), %r11
20306 jmp *%r11
20307 #else
20308 movq _glapi_Dispatch(%rip), %rax
20309 testq %rax, %rax
20310 je 1f
20311 movq 4320(%rax), %r11
20312 jmp *%r11
20313 1:
20314 pushq %rdi
20315 pushq %rsi
20316 pushq %rbp
20317 call _glapi_get_dispatch
20318 popq %rbp
20319 popq %rsi
20320 popq %rdi
20321 movq 4320(%rax), %r11
20322 jmp *%r11
20323 #endif /* defined(GLX_USE_TLS) */
20324 .size GL_PREFIX(Uniform1iARB), .-GL_PREFIX(Uniform1iARB)
20325
20326 .p2align 4,,15
20327 .globl GL_PREFIX(Uniform1ivARB)
20328 .type GL_PREFIX(Uniform1ivARB), @function
20329 GL_PREFIX(Uniform1ivARB):
20330 #if defined(GLX_USE_TLS)
20331 call _x86_64_get_dispatch@PLT
20332 movq 4328(%rax), %r11
20333 jmp *%r11
20334 #elif defined(PTHREADS)
20335 pushq %rdi
20336 pushq %rsi
20337 pushq %rdx
20338 call _x86_64_get_dispatch@PLT
20339 popq %rdx
20340 popq %rsi
20341 popq %rdi
20342 movq 4328(%rax), %r11
20343 jmp *%r11
20344 #else
20345 movq _glapi_Dispatch(%rip), %rax
20346 testq %rax, %rax
20347 je 1f
20348 movq 4328(%rax), %r11
20349 jmp *%r11
20350 1:
20351 pushq %rdi
20352 pushq %rsi
20353 pushq %rdx
20354 call _glapi_get_dispatch
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(Uniform1ivARB), .-GL_PREFIX(Uniform1ivARB)
20362
20363 .p2align 4,,15
20364 .globl GL_PREFIX(Uniform2fARB)
20365 .type GL_PREFIX(Uniform2fARB), @function
20366 GL_PREFIX(Uniform2fARB):
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 subq $24, %rsp
20373 movq %rdi, (%rsp)
20374 movq %xmm0, 8(%rsp)
20375 movq %xmm1, 16(%rsp)
20376 call _x86_64_get_dispatch@PLT
20377 movq 16(%rsp), %xmm1
20378 movq 8(%rsp), %xmm0
20379 movq (%rsp), %rdi
20380 addq $24, %rsp
20381 movq 4336(%rax), %r11
20382 jmp *%r11
20383 #else
20384 movq _glapi_Dispatch(%rip), %rax
20385 testq %rax, %rax
20386 je 1f
20387 movq 4336(%rax), %r11
20388 jmp *%r11
20389 1:
20390 subq $24, %rsp
20391 movq %rdi, (%rsp)
20392 movq %xmm0, 8(%rsp)
20393 movq %xmm1, 16(%rsp)
20394 call _glapi_get_dispatch
20395 movq 16(%rsp), %xmm1
20396 movq 8(%rsp), %xmm0
20397 movq (%rsp), %rdi
20398 addq $24, %rsp
20399 movq 4336(%rax), %r11
20400 jmp *%r11
20401 #endif /* defined(GLX_USE_TLS) */
20402 .size GL_PREFIX(Uniform2fARB), .-GL_PREFIX(Uniform2fARB)
20403
20404 .p2align 4,,15
20405 .globl GL_PREFIX(Uniform2fvARB)
20406 .type GL_PREFIX(Uniform2fvARB), @function
20407 GL_PREFIX(Uniform2fvARB):
20408 #if defined(GLX_USE_TLS)
20409 call _x86_64_get_dispatch@PLT
20410 movq 4344(%rax), %r11
20411 jmp *%r11
20412 #elif defined(PTHREADS)
20413 pushq %rdi
20414 pushq %rsi
20415 pushq %rdx
20416 call _x86_64_get_dispatch@PLT
20417 popq %rdx
20418 popq %rsi
20419 popq %rdi
20420 movq 4344(%rax), %r11
20421 jmp *%r11
20422 #else
20423 movq _glapi_Dispatch(%rip), %rax
20424 testq %rax, %rax
20425 je 1f
20426 movq 4344(%rax), %r11
20427 jmp *%r11
20428 1:
20429 pushq %rdi
20430 pushq %rsi
20431 pushq %rdx
20432 call _glapi_get_dispatch
20433 popq %rdx
20434 popq %rsi
20435 popq %rdi
20436 movq 4344(%rax), %r11
20437 jmp *%r11
20438 #endif /* defined(GLX_USE_TLS) */
20439 .size GL_PREFIX(Uniform2fvARB), .-GL_PREFIX(Uniform2fvARB)
20440
20441 .p2align 4,,15
20442 .globl GL_PREFIX(Uniform2iARB)
20443 .type GL_PREFIX(Uniform2iARB), @function
20444 GL_PREFIX(Uniform2iARB):
20445 #if defined(GLX_USE_TLS)
20446 call _x86_64_get_dispatch@PLT
20447 movq 4352(%rax), %r11
20448 jmp *%r11
20449 #elif defined(PTHREADS)
20450 pushq %rdi
20451 pushq %rsi
20452 pushq %rdx
20453 call _x86_64_get_dispatch@PLT
20454 popq %rdx
20455 popq %rsi
20456 popq %rdi
20457 movq 4352(%rax), %r11
20458 jmp *%r11
20459 #else
20460 movq _glapi_Dispatch(%rip), %rax
20461 testq %rax, %rax
20462 je 1f
20463 movq 4352(%rax), %r11
20464 jmp *%r11
20465 1:
20466 pushq %rdi
20467 pushq %rsi
20468 pushq %rdx
20469 call _glapi_get_dispatch
20470 popq %rdx
20471 popq %rsi
20472 popq %rdi
20473 movq 4352(%rax), %r11
20474 jmp *%r11
20475 #endif /* defined(GLX_USE_TLS) */
20476 .size GL_PREFIX(Uniform2iARB), .-GL_PREFIX(Uniform2iARB)
20477
20478 .p2align 4,,15
20479 .globl GL_PREFIX(Uniform2ivARB)
20480 .type GL_PREFIX(Uniform2ivARB), @function
20481 GL_PREFIX(Uniform2ivARB):
20482 #if defined(GLX_USE_TLS)
20483 call _x86_64_get_dispatch@PLT
20484 movq 4360(%rax), %r11
20485 jmp *%r11
20486 #elif defined(PTHREADS)
20487 pushq %rdi
20488 pushq %rsi
20489 pushq %rdx
20490 call _x86_64_get_dispatch@PLT
20491 popq %rdx
20492 popq %rsi
20493 popq %rdi
20494 movq 4360(%rax), %r11
20495 jmp *%r11
20496 #else
20497 movq _glapi_Dispatch(%rip), %rax
20498 testq %rax, %rax
20499 je 1f
20500 movq 4360(%rax), %r11
20501 jmp *%r11
20502 1:
20503 pushq %rdi
20504 pushq %rsi
20505 pushq %rdx
20506 call _glapi_get_dispatch
20507 popq %rdx
20508 popq %rsi
20509 popq %rdi
20510 movq 4360(%rax), %r11
20511 jmp *%r11
20512 #endif /* defined(GLX_USE_TLS) */
20513 .size GL_PREFIX(Uniform2ivARB), .-GL_PREFIX(Uniform2ivARB)
20514
20515 .p2align 4,,15
20516 .globl GL_PREFIX(Uniform3fARB)
20517 .type GL_PREFIX(Uniform3fARB), @function
20518 GL_PREFIX(Uniform3fARB):
20519 #if defined(GLX_USE_TLS)
20520 call _x86_64_get_dispatch@PLT
20521 movq 4368(%rax), %r11
20522 jmp *%r11
20523 #elif defined(PTHREADS)
20524 subq $40, %rsp
20525 movq %rdi, (%rsp)
20526 movq %xmm0, 8(%rsp)
20527 movq %xmm1, 16(%rsp)
20528 movq %xmm2, 24(%rsp)
20529 call _x86_64_get_dispatch@PLT
20530 movq 24(%rsp), %xmm2
20531 movq 16(%rsp), %xmm1
20532 movq 8(%rsp), %xmm0
20533 movq (%rsp), %rdi
20534 addq $40, %rsp
20535 movq 4368(%rax), %r11
20536 jmp *%r11
20537 #else
20538 movq _glapi_Dispatch(%rip), %rax
20539 testq %rax, %rax
20540 je 1f
20541 movq 4368(%rax), %r11
20542 jmp *%r11
20543 1:
20544 subq $40, %rsp
20545 movq %rdi, (%rsp)
20546 movq %xmm0, 8(%rsp)
20547 movq %xmm1, 16(%rsp)
20548 movq %xmm2, 24(%rsp)
20549 call _glapi_get_dispatch
20550 movq 24(%rsp), %xmm2
20551 movq 16(%rsp), %xmm1
20552 movq 8(%rsp), %xmm0
20553 movq (%rsp), %rdi
20554 addq $40, %rsp
20555 movq 4368(%rax), %r11
20556 jmp *%r11
20557 #endif /* defined(GLX_USE_TLS) */
20558 .size GL_PREFIX(Uniform3fARB), .-GL_PREFIX(Uniform3fARB)
20559
20560 .p2align 4,,15
20561 .globl GL_PREFIX(Uniform3fvARB)
20562 .type GL_PREFIX(Uniform3fvARB), @function
20563 GL_PREFIX(Uniform3fvARB):
20564 #if defined(GLX_USE_TLS)
20565 call _x86_64_get_dispatch@PLT
20566 movq 4376(%rax), %r11
20567 jmp *%r11
20568 #elif defined(PTHREADS)
20569 pushq %rdi
20570 pushq %rsi
20571 pushq %rdx
20572 call _x86_64_get_dispatch@PLT
20573 popq %rdx
20574 popq %rsi
20575 popq %rdi
20576 movq 4376(%rax), %r11
20577 jmp *%r11
20578 #else
20579 movq _glapi_Dispatch(%rip), %rax
20580 testq %rax, %rax
20581 je 1f
20582 movq 4376(%rax), %r11
20583 jmp *%r11
20584 1:
20585 pushq %rdi
20586 pushq %rsi
20587 pushq %rdx
20588 call _glapi_get_dispatch
20589 popq %rdx
20590 popq %rsi
20591 popq %rdi
20592 movq 4376(%rax), %r11
20593 jmp *%r11
20594 #endif /* defined(GLX_USE_TLS) */
20595 .size GL_PREFIX(Uniform3fvARB), .-GL_PREFIX(Uniform3fvARB)
20596
20597 .p2align 4,,15
20598 .globl GL_PREFIX(Uniform3iARB)
20599 .type GL_PREFIX(Uniform3iARB), @function
20600 GL_PREFIX(Uniform3iARB):
20601 #if defined(GLX_USE_TLS)
20602 call _x86_64_get_dispatch@PLT
20603 movq 4384(%rax), %r11
20604 jmp *%r11
20605 #elif defined(PTHREADS)
20606 pushq %rdi
20607 pushq %rsi
20608 pushq %rdx
20609 pushq %rcx
20610 pushq %rbp
20611 call _x86_64_get_dispatch@PLT
20612 popq %rbp
20613 popq %rcx
20614 popq %rdx
20615 popq %rsi
20616 popq %rdi
20617 movq 4384(%rax), %r11
20618 jmp *%r11
20619 #else
20620 movq _glapi_Dispatch(%rip), %rax
20621 testq %rax, %rax
20622 je 1f
20623 movq 4384(%rax), %r11
20624 jmp *%r11
20625 1:
20626 pushq %rdi
20627 pushq %rsi
20628 pushq %rdx
20629 pushq %rcx
20630 pushq %rbp
20631 call _glapi_get_dispatch
20632 popq %rbp
20633 popq %rcx
20634 popq %rdx
20635 popq %rsi
20636 popq %rdi
20637 movq 4384(%rax), %r11
20638 jmp *%r11
20639 #endif /* defined(GLX_USE_TLS) */
20640 .size GL_PREFIX(Uniform3iARB), .-GL_PREFIX(Uniform3iARB)
20641
20642 .p2align 4,,15
20643 .globl GL_PREFIX(Uniform3ivARB)
20644 .type GL_PREFIX(Uniform3ivARB), @function
20645 GL_PREFIX(Uniform3ivARB):
20646 #if defined(GLX_USE_TLS)
20647 call _x86_64_get_dispatch@PLT
20648 movq 4392(%rax), %r11
20649 jmp *%r11
20650 #elif defined(PTHREADS)
20651 pushq %rdi
20652 pushq %rsi
20653 pushq %rdx
20654 call _x86_64_get_dispatch@PLT
20655 popq %rdx
20656 popq %rsi
20657 popq %rdi
20658 movq 4392(%rax), %r11
20659 jmp *%r11
20660 #else
20661 movq _glapi_Dispatch(%rip), %rax
20662 testq %rax, %rax
20663 je 1f
20664 movq 4392(%rax), %r11
20665 jmp *%r11
20666 1:
20667 pushq %rdi
20668 pushq %rsi
20669 pushq %rdx
20670 call _glapi_get_dispatch
20671 popq %rdx
20672 popq %rsi
20673 popq %rdi
20674 movq 4392(%rax), %r11
20675 jmp *%r11
20676 #endif /* defined(GLX_USE_TLS) */
20677 .size GL_PREFIX(Uniform3ivARB), .-GL_PREFIX(Uniform3ivARB)
20678
20679 .p2align 4,,15
20680 .globl GL_PREFIX(Uniform4fARB)
20681 .type GL_PREFIX(Uniform4fARB), @function
20682 GL_PREFIX(Uniform4fARB):
20683 #if defined(GLX_USE_TLS)
20684 call _x86_64_get_dispatch@PLT
20685 movq 4400(%rax), %r11
20686 jmp *%r11
20687 #elif defined(PTHREADS)
20688 subq $40, %rsp
20689 movq %rdi, (%rsp)
20690 movq %xmm0, 8(%rsp)
20691 movq %xmm1, 16(%rsp)
20692 movq %xmm2, 24(%rsp)
20693 movq %xmm3, 32(%rsp)
20694 call _x86_64_get_dispatch@PLT
20695 movq 32(%rsp), %xmm3
20696 movq 24(%rsp), %xmm2
20697 movq 16(%rsp), %xmm1
20698 movq 8(%rsp), %xmm0
20699 movq (%rsp), %rdi
20700 addq $40, %rsp
20701 movq 4400(%rax), %r11
20702 jmp *%r11
20703 #else
20704 movq _glapi_Dispatch(%rip), %rax
20705 testq %rax, %rax
20706 je 1f
20707 movq 4400(%rax), %r11
20708 jmp *%r11
20709 1:
20710 subq $40, %rsp
20711 movq %rdi, (%rsp)
20712 movq %xmm0, 8(%rsp)
20713 movq %xmm1, 16(%rsp)
20714 movq %xmm2, 24(%rsp)
20715 movq %xmm3, 32(%rsp)
20716 call _glapi_get_dispatch
20717 movq 32(%rsp), %xmm3
20718 movq 24(%rsp), %xmm2
20719 movq 16(%rsp), %xmm1
20720 movq 8(%rsp), %xmm0
20721 movq (%rsp), %rdi
20722 addq $40, %rsp
20723 movq 4400(%rax), %r11
20724 jmp *%r11
20725 #endif /* defined(GLX_USE_TLS) */
20726 .size GL_PREFIX(Uniform4fARB), .-GL_PREFIX(Uniform4fARB)
20727
20728 .p2align 4,,15
20729 .globl GL_PREFIX(Uniform4fvARB)
20730 .type GL_PREFIX(Uniform4fvARB), @function
20731 GL_PREFIX(Uniform4fvARB):
20732 #if defined(GLX_USE_TLS)
20733 call _x86_64_get_dispatch@PLT
20734 movq 4408(%rax), %r11
20735 jmp *%r11
20736 #elif defined(PTHREADS)
20737 pushq %rdi
20738 pushq %rsi
20739 pushq %rdx
20740 call _x86_64_get_dispatch@PLT
20741 popq %rdx
20742 popq %rsi
20743 popq %rdi
20744 movq 4408(%rax), %r11
20745 jmp *%r11
20746 #else
20747 movq _glapi_Dispatch(%rip), %rax
20748 testq %rax, %rax
20749 je 1f
20750 movq 4408(%rax), %r11
20751 jmp *%r11
20752 1:
20753 pushq %rdi
20754 pushq %rsi
20755 pushq %rdx
20756 call _glapi_get_dispatch
20757 popq %rdx
20758 popq %rsi
20759 popq %rdi
20760 movq 4408(%rax), %r11
20761 jmp *%r11
20762 #endif /* defined(GLX_USE_TLS) */
20763 .size GL_PREFIX(Uniform4fvARB), .-GL_PREFIX(Uniform4fvARB)
20764
20765 .p2align 4,,15
20766 .globl GL_PREFIX(Uniform4iARB)
20767 .type GL_PREFIX(Uniform4iARB), @function
20768 GL_PREFIX(Uniform4iARB):
20769 #if defined(GLX_USE_TLS)
20770 call _x86_64_get_dispatch@PLT
20771 movq 4416(%rax), %r11
20772 jmp *%r11
20773 #elif defined(PTHREADS)
20774 pushq %rdi
20775 pushq %rsi
20776 pushq %rdx
20777 pushq %rcx
20778 pushq %r8
20779 call _x86_64_get_dispatch@PLT
20780 popq %r8
20781 popq %rcx
20782 popq %rdx
20783 popq %rsi
20784 popq %rdi
20785 movq 4416(%rax), %r11
20786 jmp *%r11
20787 #else
20788 movq _glapi_Dispatch(%rip), %rax
20789 testq %rax, %rax
20790 je 1f
20791 movq 4416(%rax), %r11
20792 jmp *%r11
20793 1:
20794 pushq %rdi
20795 pushq %rsi
20796 pushq %rdx
20797 pushq %rcx
20798 pushq %r8
20799 call _glapi_get_dispatch
20800 popq %r8
20801 popq %rcx
20802 popq %rdx
20803 popq %rsi
20804 popq %rdi
20805 movq 4416(%rax), %r11
20806 jmp *%r11
20807 #endif /* defined(GLX_USE_TLS) */
20808 .size GL_PREFIX(Uniform4iARB), .-GL_PREFIX(Uniform4iARB)
20809
20810 .p2align 4,,15
20811 .globl GL_PREFIX(Uniform4ivARB)
20812 .type GL_PREFIX(Uniform4ivARB), @function
20813 GL_PREFIX(Uniform4ivARB):
20814 #if defined(GLX_USE_TLS)
20815 call _x86_64_get_dispatch@PLT
20816 movq 4424(%rax), %r11
20817 jmp *%r11
20818 #elif defined(PTHREADS)
20819 pushq %rdi
20820 pushq %rsi
20821 pushq %rdx
20822 call _x86_64_get_dispatch@PLT
20823 popq %rdx
20824 popq %rsi
20825 popq %rdi
20826 movq 4424(%rax), %r11
20827 jmp *%r11
20828 #else
20829 movq _glapi_Dispatch(%rip), %rax
20830 testq %rax, %rax
20831 je 1f
20832 movq 4424(%rax), %r11
20833 jmp *%r11
20834 1:
20835 pushq %rdi
20836 pushq %rsi
20837 pushq %rdx
20838 call _glapi_get_dispatch
20839 popq %rdx
20840 popq %rsi
20841 popq %rdi
20842 movq 4424(%rax), %r11
20843 jmp *%r11
20844 #endif /* defined(GLX_USE_TLS) */
20845 .size GL_PREFIX(Uniform4ivARB), .-GL_PREFIX(Uniform4ivARB)
20846
20847 .p2align 4,,15
20848 .globl GL_PREFIX(UniformMatrix2fvARB)
20849 .type GL_PREFIX(UniformMatrix2fvARB), @function
20850 GL_PREFIX(UniformMatrix2fvARB):
20851 #if defined(GLX_USE_TLS)
20852 call _x86_64_get_dispatch@PLT
20853 movq 4432(%rax), %r11
20854 jmp *%r11
20855 #elif defined(PTHREADS)
20856 pushq %rdi
20857 pushq %rsi
20858 pushq %rdx
20859 pushq %rcx
20860 pushq %rbp
20861 call _x86_64_get_dispatch@PLT
20862 popq %rbp
20863 popq %rcx
20864 popq %rdx
20865 popq %rsi
20866 popq %rdi
20867 movq 4432(%rax), %r11
20868 jmp *%r11
20869 #else
20870 movq _glapi_Dispatch(%rip), %rax
20871 testq %rax, %rax
20872 je 1f
20873 movq 4432(%rax), %r11
20874 jmp *%r11
20875 1:
20876 pushq %rdi
20877 pushq %rsi
20878 pushq %rdx
20879 pushq %rcx
20880 pushq %rbp
20881 call _glapi_get_dispatch
20882 popq %rbp
20883 popq %rcx
20884 popq %rdx
20885 popq %rsi
20886 popq %rdi
20887 movq 4432(%rax), %r11
20888 jmp *%r11
20889 #endif /* defined(GLX_USE_TLS) */
20890 .size GL_PREFIX(UniformMatrix2fvARB), .-GL_PREFIX(UniformMatrix2fvARB)
20891
20892 .p2align 4,,15
20893 .globl GL_PREFIX(UniformMatrix3fvARB)
20894 .type GL_PREFIX(UniformMatrix3fvARB), @function
20895 GL_PREFIX(UniformMatrix3fvARB):
20896 #if defined(GLX_USE_TLS)
20897 call _x86_64_get_dispatch@PLT
20898 movq 4440(%rax), %r11
20899 jmp *%r11
20900 #elif defined(PTHREADS)
20901 pushq %rdi
20902 pushq %rsi
20903 pushq %rdx
20904 pushq %rcx
20905 pushq %rbp
20906 call _x86_64_get_dispatch@PLT
20907 popq %rbp
20908 popq %rcx
20909 popq %rdx
20910 popq %rsi
20911 popq %rdi
20912 movq 4440(%rax), %r11
20913 jmp *%r11
20914 #else
20915 movq _glapi_Dispatch(%rip), %rax
20916 testq %rax, %rax
20917 je 1f
20918 movq 4440(%rax), %r11
20919 jmp *%r11
20920 1:
20921 pushq %rdi
20922 pushq %rsi
20923 pushq %rdx
20924 pushq %rcx
20925 pushq %rbp
20926 call _glapi_get_dispatch
20927 popq %rbp
20928 popq %rcx
20929 popq %rdx
20930 popq %rsi
20931 popq %rdi
20932 movq 4440(%rax), %r11
20933 jmp *%r11
20934 #endif /* defined(GLX_USE_TLS) */
20935 .size GL_PREFIX(UniformMatrix3fvARB), .-GL_PREFIX(UniformMatrix3fvARB)
20936
20937 .p2align 4,,15
20938 .globl GL_PREFIX(UniformMatrix4fvARB)
20939 .type GL_PREFIX(UniformMatrix4fvARB), @function
20940 GL_PREFIX(UniformMatrix4fvARB):
20941 #if defined(GLX_USE_TLS)
20942 call _x86_64_get_dispatch@PLT
20943 movq 4448(%rax), %r11
20944 jmp *%r11
20945 #elif defined(PTHREADS)
20946 pushq %rdi
20947 pushq %rsi
20948 pushq %rdx
20949 pushq %rcx
20950 pushq %rbp
20951 call _x86_64_get_dispatch@PLT
20952 popq %rbp
20953 popq %rcx
20954 popq %rdx
20955 popq %rsi
20956 popq %rdi
20957 movq 4448(%rax), %r11
20958 jmp *%r11
20959 #else
20960 movq _glapi_Dispatch(%rip), %rax
20961 testq %rax, %rax
20962 je 1f
20963 movq 4448(%rax), %r11
20964 jmp *%r11
20965 1:
20966 pushq %rdi
20967 pushq %rsi
20968 pushq %rdx
20969 pushq %rcx
20970 pushq %rbp
20971 call _glapi_get_dispatch
20972 popq %rbp
20973 popq %rcx
20974 popq %rdx
20975 popq %rsi
20976 popq %rdi
20977 movq 4448(%rax), %r11
20978 jmp *%r11
20979 #endif /* defined(GLX_USE_TLS) */
20980 .size GL_PREFIX(UniformMatrix4fvARB), .-GL_PREFIX(UniformMatrix4fvARB)
20981
20982 .p2align 4,,15
20983 .globl GL_PREFIX(UseProgramObjectARB)
20984 .type GL_PREFIX(UseProgramObjectARB), @function
20985 GL_PREFIX(UseProgramObjectARB):
20986 #if defined(GLX_USE_TLS)
20987 call _x86_64_get_dispatch@PLT
20988 movq 4456(%rax), %r11
20989 jmp *%r11
20990 #elif defined(PTHREADS)
20991 pushq %rdi
20992 call _x86_64_get_dispatch@PLT
20993 popq %rdi
20994 movq 4456(%rax), %r11
20995 jmp *%r11
20996 #else
20997 movq _glapi_Dispatch(%rip), %rax
20998 testq %rax, %rax
20999 je 1f
21000 movq 4456(%rax), %r11
21001 jmp *%r11
21002 1:
21003 pushq %rdi
21004 call _glapi_get_dispatch
21005 popq %rdi
21006 movq 4456(%rax), %r11
21007 jmp *%r11
21008 #endif /* defined(GLX_USE_TLS) */
21009 .size GL_PREFIX(UseProgramObjectARB), .-GL_PREFIX(UseProgramObjectARB)
21010
21011 .p2align 4,,15
21012 .globl GL_PREFIX(ValidateProgramARB)
21013 .type GL_PREFIX(ValidateProgramARB), @function
21014 GL_PREFIX(ValidateProgramARB):
21015 #if defined(GLX_USE_TLS)
21016 call _x86_64_get_dispatch@PLT
21017 movq 4464(%rax), %r11
21018 jmp *%r11
21019 #elif defined(PTHREADS)
21020 pushq %rdi
21021 call _x86_64_get_dispatch@PLT
21022 popq %rdi
21023 movq 4464(%rax), %r11
21024 jmp *%r11
21025 #else
21026 movq _glapi_Dispatch(%rip), %rax
21027 testq %rax, %rax
21028 je 1f
21029 movq 4464(%rax), %r11
21030 jmp *%r11
21031 1:
21032 pushq %rdi
21033 call _glapi_get_dispatch
21034 popq %rdi
21035 movq 4464(%rax), %r11
21036 jmp *%r11
21037 #endif /* defined(GLX_USE_TLS) */
21038 .size GL_PREFIX(ValidateProgramARB), .-GL_PREFIX(ValidateProgramARB)
21039
21040 .p2align 4,,15
21041 .globl GL_PREFIX(BindAttribLocationARB)
21042 .type GL_PREFIX(BindAttribLocationARB), @function
21043 GL_PREFIX(BindAttribLocationARB):
21044 #if defined(GLX_USE_TLS)
21045 call _x86_64_get_dispatch@PLT
21046 movq 4472(%rax), %r11
21047 jmp *%r11
21048 #elif defined(PTHREADS)
21049 pushq %rdi
21050 pushq %rsi
21051 pushq %rdx
21052 call _x86_64_get_dispatch@PLT
21053 popq %rdx
21054 popq %rsi
21055 popq %rdi
21056 movq 4472(%rax), %r11
21057 jmp *%r11
21058 #else
21059 movq _glapi_Dispatch(%rip), %rax
21060 testq %rax, %rax
21061 je 1f
21062 movq 4472(%rax), %r11
21063 jmp *%r11
21064 1:
21065 pushq %rdi
21066 pushq %rsi
21067 pushq %rdx
21068 call _glapi_get_dispatch
21069 popq %rdx
21070 popq %rsi
21071 popq %rdi
21072 movq 4472(%rax), %r11
21073 jmp *%r11
21074 #endif /* defined(GLX_USE_TLS) */
21075 .size GL_PREFIX(BindAttribLocationARB), .-GL_PREFIX(BindAttribLocationARB)
21076
21077 .p2align 4,,15
21078 .globl GL_PREFIX(GetActiveAttribARB)
21079 .type GL_PREFIX(GetActiveAttribARB), @function
21080 GL_PREFIX(GetActiveAttribARB):
21081 #if defined(GLX_USE_TLS)
21082 call _x86_64_get_dispatch@PLT
21083 movq 4480(%rax), %r11
21084 jmp *%r11
21085 #elif defined(PTHREADS)
21086 pushq %rdi
21087 pushq %rsi
21088 pushq %rdx
21089 pushq %rcx
21090 pushq %r8
21091 pushq %r9
21092 pushq %rbp
21093 call _x86_64_get_dispatch@PLT
21094 popq %rbp
21095 popq %r9
21096 popq %r8
21097 popq %rcx
21098 popq %rdx
21099 popq %rsi
21100 popq %rdi
21101 movq 4480(%rax), %r11
21102 jmp *%r11
21103 #else
21104 movq _glapi_Dispatch(%rip), %rax
21105 testq %rax, %rax
21106 je 1f
21107 movq 4480(%rax), %r11
21108 jmp *%r11
21109 1:
21110 pushq %rdi
21111 pushq %rsi
21112 pushq %rdx
21113 pushq %rcx
21114 pushq %r8
21115 pushq %r9
21116 pushq %rbp
21117 call _glapi_get_dispatch
21118 popq %rbp
21119 popq %r9
21120 popq %r8
21121 popq %rcx
21122 popq %rdx
21123 popq %rsi
21124 popq %rdi
21125 movq 4480(%rax), %r11
21126 jmp *%r11
21127 #endif /* defined(GLX_USE_TLS) */
21128 .size GL_PREFIX(GetActiveAttribARB), .-GL_PREFIX(GetActiveAttribARB)
21129
21130 .p2align 4,,15
21131 .globl GL_PREFIX(GetAttribLocationARB)
21132 .type GL_PREFIX(GetAttribLocationARB), @function
21133 GL_PREFIX(GetAttribLocationARB):
21134 #if defined(GLX_USE_TLS)
21135 call _x86_64_get_dispatch@PLT
21136 movq 4488(%rax), %r11
21137 jmp *%r11
21138 #elif defined(PTHREADS)
21139 pushq %rdi
21140 pushq %rsi
21141 pushq %rbp
21142 call _x86_64_get_dispatch@PLT
21143 popq %rbp
21144 popq %rsi
21145 popq %rdi
21146 movq 4488(%rax), %r11
21147 jmp *%r11
21148 #else
21149 movq _glapi_Dispatch(%rip), %rax
21150 testq %rax, %rax
21151 je 1f
21152 movq 4488(%rax), %r11
21153 jmp *%r11
21154 1:
21155 pushq %rdi
21156 pushq %rsi
21157 pushq %rbp
21158 call _glapi_get_dispatch
21159 popq %rbp
21160 popq %rsi
21161 popq %rdi
21162 movq 4488(%rax), %r11
21163 jmp *%r11
21164 #endif /* defined(GLX_USE_TLS) */
21165 .size GL_PREFIX(GetAttribLocationARB), .-GL_PREFIX(GetAttribLocationARB)
21166
21167 .p2align 4,,15
21168 .globl GL_PREFIX(DrawBuffersARB)
21169 .type GL_PREFIX(DrawBuffersARB), @function
21170 GL_PREFIX(DrawBuffersARB):
21171 #if defined(GLX_USE_TLS)
21172 call _x86_64_get_dispatch@PLT
21173 movq 4496(%rax), %r11
21174 jmp *%r11
21175 #elif defined(PTHREADS)
21176 pushq %rdi
21177 pushq %rsi
21178 pushq %rbp
21179 call _x86_64_get_dispatch@PLT
21180 popq %rbp
21181 popq %rsi
21182 popq %rdi
21183 movq 4496(%rax), %r11
21184 jmp *%r11
21185 #else
21186 movq _glapi_Dispatch(%rip), %rax
21187 testq %rax, %rax
21188 je 1f
21189 movq 4496(%rax), %r11
21190 jmp *%r11
21191 1:
21192 pushq %rdi
21193 pushq %rsi
21194 pushq %rbp
21195 call _glapi_get_dispatch
21196 popq %rbp
21197 popq %rsi
21198 popq %rdi
21199 movq 4496(%rax), %r11
21200 jmp *%r11
21201 #endif /* defined(GLX_USE_TLS) */
21202 .size GL_PREFIX(DrawBuffersARB), .-GL_PREFIX(DrawBuffersARB)
21203
21204 .p2align 4,,15
21205 .globl GL_PREFIX(RenderbufferStorageMultisample)
21206 .type GL_PREFIX(RenderbufferStorageMultisample), @function
21207 GL_PREFIX(RenderbufferStorageMultisample):
21208 #if defined(GLX_USE_TLS)
21209 call _x86_64_get_dispatch@PLT
21210 movq 4504(%rax), %r11
21211 jmp *%r11
21212 #elif defined(PTHREADS)
21213 pushq %rdi
21214 pushq %rsi
21215 pushq %rdx
21216 pushq %rcx
21217 pushq %r8
21218 call _x86_64_get_dispatch@PLT
21219 popq %r8
21220 popq %rcx
21221 popq %rdx
21222 popq %rsi
21223 popq %rdi
21224 movq 4504(%rax), %r11
21225 jmp *%r11
21226 #else
21227 movq _glapi_Dispatch(%rip), %rax
21228 testq %rax, %rax
21229 je 1f
21230 movq 4504(%rax), %r11
21231 jmp *%r11
21232 1:
21233 pushq %rdi
21234 pushq %rsi
21235 pushq %rdx
21236 pushq %rcx
21237 pushq %r8
21238 call _glapi_get_dispatch
21239 popq %r8
21240 popq %rcx
21241 popq %rdx
21242 popq %rsi
21243 popq %rdi
21244 movq 4504(%rax), %r11
21245 jmp *%r11
21246 #endif /* defined(GLX_USE_TLS) */
21247 .size GL_PREFIX(RenderbufferStorageMultisample), .-GL_PREFIX(RenderbufferStorageMultisample)
21248
21249 .p2align 4,,15
21250 .globl GL_PREFIX(FramebufferTextureARB)
21251 .type GL_PREFIX(FramebufferTextureARB), @function
21252 GL_PREFIX(FramebufferTextureARB):
21253 #if defined(GLX_USE_TLS)
21254 call _x86_64_get_dispatch@PLT
21255 movq 4512(%rax), %r11
21256 jmp *%r11
21257 #elif defined(PTHREADS)
21258 pushq %rdi
21259 pushq %rsi
21260 pushq %rdx
21261 pushq %rcx
21262 pushq %rbp
21263 call _x86_64_get_dispatch@PLT
21264 popq %rbp
21265 popq %rcx
21266 popq %rdx
21267 popq %rsi
21268 popq %rdi
21269 movq 4512(%rax), %r11
21270 jmp *%r11
21271 #else
21272 movq _glapi_Dispatch(%rip), %rax
21273 testq %rax, %rax
21274 je 1f
21275 movq 4512(%rax), %r11
21276 jmp *%r11
21277 1:
21278 pushq %rdi
21279 pushq %rsi
21280 pushq %rdx
21281 pushq %rcx
21282 pushq %rbp
21283 call _glapi_get_dispatch
21284 popq %rbp
21285 popq %rcx
21286 popq %rdx
21287 popq %rsi
21288 popq %rdi
21289 movq 4512(%rax), %r11
21290 jmp *%r11
21291 #endif /* defined(GLX_USE_TLS) */
21292 .size GL_PREFIX(FramebufferTextureARB), .-GL_PREFIX(FramebufferTextureARB)
21293
21294 .p2align 4,,15
21295 .globl GL_PREFIX(FramebufferTextureFaceARB)
21296 .type GL_PREFIX(FramebufferTextureFaceARB), @function
21297 GL_PREFIX(FramebufferTextureFaceARB):
21298 #if defined(GLX_USE_TLS)
21299 call _x86_64_get_dispatch@PLT
21300 movq 4520(%rax), %r11
21301 jmp *%r11
21302 #elif defined(PTHREADS)
21303 pushq %rdi
21304 pushq %rsi
21305 pushq %rdx
21306 pushq %rcx
21307 pushq %r8
21308 call _x86_64_get_dispatch@PLT
21309 popq %r8
21310 popq %rcx
21311 popq %rdx
21312 popq %rsi
21313 popq %rdi
21314 movq 4520(%rax), %r11
21315 jmp *%r11
21316 #else
21317 movq _glapi_Dispatch(%rip), %rax
21318 testq %rax, %rax
21319 je 1f
21320 movq 4520(%rax), %r11
21321 jmp *%r11
21322 1:
21323 pushq %rdi
21324 pushq %rsi
21325 pushq %rdx
21326 pushq %rcx
21327 pushq %r8
21328 call _glapi_get_dispatch
21329 popq %r8
21330 popq %rcx
21331 popq %rdx
21332 popq %rsi
21333 popq %rdi
21334 movq 4520(%rax), %r11
21335 jmp *%r11
21336 #endif /* defined(GLX_USE_TLS) */
21337 .size GL_PREFIX(FramebufferTextureFaceARB), .-GL_PREFIX(FramebufferTextureFaceARB)
21338
21339 .p2align 4,,15
21340 .globl GL_PREFIX(ProgramParameteriARB)
21341 .type GL_PREFIX(ProgramParameteriARB), @function
21342 GL_PREFIX(ProgramParameteriARB):
21343 #if defined(GLX_USE_TLS)
21344 call _x86_64_get_dispatch@PLT
21345 movq 4528(%rax), %r11
21346 jmp *%r11
21347 #elif defined(PTHREADS)
21348 pushq %rdi
21349 pushq %rsi
21350 pushq %rdx
21351 call _x86_64_get_dispatch@PLT
21352 popq %rdx
21353 popq %rsi
21354 popq %rdi
21355 movq 4528(%rax), %r11
21356 jmp *%r11
21357 #else
21358 movq _glapi_Dispatch(%rip), %rax
21359 testq %rax, %rax
21360 je 1f
21361 movq 4528(%rax), %r11
21362 jmp *%r11
21363 1:
21364 pushq %rdi
21365 pushq %rsi
21366 pushq %rdx
21367 call _glapi_get_dispatch
21368 popq %rdx
21369 popq %rsi
21370 popq %rdi
21371 movq 4528(%rax), %r11
21372 jmp *%r11
21373 #endif /* defined(GLX_USE_TLS) */
21374 .size GL_PREFIX(ProgramParameteriARB), .-GL_PREFIX(ProgramParameteriARB)
21375
21376 .p2align 4,,15
21377 .globl GL_PREFIX(FlushMappedBufferRange)
21378 .type GL_PREFIX(FlushMappedBufferRange), @function
21379 GL_PREFIX(FlushMappedBufferRange):
21380 #if defined(GLX_USE_TLS)
21381 call _x86_64_get_dispatch@PLT
21382 movq 4536(%rax), %r11
21383 jmp *%r11
21384 #elif defined(PTHREADS)
21385 pushq %rdi
21386 pushq %rsi
21387 pushq %rdx
21388 call _x86_64_get_dispatch@PLT
21389 popq %rdx
21390 popq %rsi
21391 popq %rdi
21392 movq 4536(%rax), %r11
21393 jmp *%r11
21394 #else
21395 movq _glapi_Dispatch(%rip), %rax
21396 testq %rax, %rax
21397 je 1f
21398 movq 4536(%rax), %r11
21399 jmp *%r11
21400 1:
21401 pushq %rdi
21402 pushq %rsi
21403 pushq %rdx
21404 call _glapi_get_dispatch
21405 popq %rdx
21406 popq %rsi
21407 popq %rdi
21408 movq 4536(%rax), %r11
21409 jmp *%r11
21410 #endif /* defined(GLX_USE_TLS) */
21411 .size GL_PREFIX(FlushMappedBufferRange), .-GL_PREFIX(FlushMappedBufferRange)
21412
21413 .p2align 4,,15
21414 .globl GL_PREFIX(MapBufferRange)
21415 .type GL_PREFIX(MapBufferRange), @function
21416 GL_PREFIX(MapBufferRange):
21417 #if defined(GLX_USE_TLS)
21418 call _x86_64_get_dispatch@PLT
21419 movq 4544(%rax), %r11
21420 jmp *%r11
21421 #elif defined(PTHREADS)
21422 pushq %rdi
21423 pushq %rsi
21424 pushq %rdx
21425 pushq %rcx
21426 pushq %rbp
21427 call _x86_64_get_dispatch@PLT
21428 popq %rbp
21429 popq %rcx
21430 popq %rdx
21431 popq %rsi
21432 popq %rdi
21433 movq 4544(%rax), %r11
21434 jmp *%r11
21435 #else
21436 movq _glapi_Dispatch(%rip), %rax
21437 testq %rax, %rax
21438 je 1f
21439 movq 4544(%rax), %r11
21440 jmp *%r11
21441 1:
21442 pushq %rdi
21443 pushq %rsi
21444 pushq %rdx
21445 pushq %rcx
21446 pushq %rbp
21447 call _glapi_get_dispatch
21448 popq %rbp
21449 popq %rcx
21450 popq %rdx
21451 popq %rsi
21452 popq %rdi
21453 movq 4544(%rax), %r11
21454 jmp *%r11
21455 #endif /* defined(GLX_USE_TLS) */
21456 .size GL_PREFIX(MapBufferRange), .-GL_PREFIX(MapBufferRange)
21457
21458 .p2align 4,,15
21459 .globl GL_PREFIX(BindVertexArray)
21460 .type GL_PREFIX(BindVertexArray), @function
21461 GL_PREFIX(BindVertexArray):
21462 #if defined(GLX_USE_TLS)
21463 call _x86_64_get_dispatch@PLT
21464 movq 4552(%rax), %r11
21465 jmp *%r11
21466 #elif defined(PTHREADS)
21467 pushq %rdi
21468 call _x86_64_get_dispatch@PLT
21469 popq %rdi
21470 movq 4552(%rax), %r11
21471 jmp *%r11
21472 #else
21473 movq _glapi_Dispatch(%rip), %rax
21474 testq %rax, %rax
21475 je 1f
21476 movq 4552(%rax), %r11
21477 jmp *%r11
21478 1:
21479 pushq %rdi
21480 call _glapi_get_dispatch
21481 popq %rdi
21482 movq 4552(%rax), %r11
21483 jmp *%r11
21484 #endif /* defined(GLX_USE_TLS) */
21485 .size GL_PREFIX(BindVertexArray), .-GL_PREFIX(BindVertexArray)
21486
21487 .p2align 4,,15
21488 .globl GL_PREFIX(GenVertexArrays)
21489 .type GL_PREFIX(GenVertexArrays), @function
21490 GL_PREFIX(GenVertexArrays):
21491 #if defined(GLX_USE_TLS)
21492 call _x86_64_get_dispatch@PLT
21493 movq 4560(%rax), %r11
21494 jmp *%r11
21495 #elif defined(PTHREADS)
21496 pushq %rdi
21497 pushq %rsi
21498 pushq %rbp
21499 call _x86_64_get_dispatch@PLT
21500 popq %rbp
21501 popq %rsi
21502 popq %rdi
21503 movq 4560(%rax), %r11
21504 jmp *%r11
21505 #else
21506 movq _glapi_Dispatch(%rip), %rax
21507 testq %rax, %rax
21508 je 1f
21509 movq 4560(%rax), %r11
21510 jmp *%r11
21511 1:
21512 pushq %rdi
21513 pushq %rsi
21514 pushq %rbp
21515 call _glapi_get_dispatch
21516 popq %rbp
21517 popq %rsi
21518 popq %rdi
21519 movq 4560(%rax), %r11
21520 jmp *%r11
21521 #endif /* defined(GLX_USE_TLS) */
21522 .size GL_PREFIX(GenVertexArrays), .-GL_PREFIX(GenVertexArrays)
21523
21524 .p2align 4,,15
21525 .globl GL_PREFIX(CopyBufferSubData)
21526 .type GL_PREFIX(CopyBufferSubData), @function
21527 GL_PREFIX(CopyBufferSubData):
21528 #if defined(GLX_USE_TLS)
21529 call _x86_64_get_dispatch@PLT
21530 movq 4568(%rax), %r11
21531 jmp *%r11
21532 #elif defined(PTHREADS)
21533 pushq %rdi
21534 pushq %rsi
21535 pushq %rdx
21536 pushq %rcx
21537 pushq %r8
21538 call _x86_64_get_dispatch@PLT
21539 popq %r8
21540 popq %rcx
21541 popq %rdx
21542 popq %rsi
21543 popq %rdi
21544 movq 4568(%rax), %r11
21545 jmp *%r11
21546 #else
21547 movq _glapi_Dispatch(%rip), %rax
21548 testq %rax, %rax
21549 je 1f
21550 movq 4568(%rax), %r11
21551 jmp *%r11
21552 1:
21553 pushq %rdi
21554 pushq %rsi
21555 pushq %rdx
21556 pushq %rcx
21557 pushq %r8
21558 call _glapi_get_dispatch
21559 popq %r8
21560 popq %rcx
21561 popq %rdx
21562 popq %rsi
21563 popq %rdi
21564 movq 4568(%rax), %r11
21565 jmp *%r11
21566 #endif /* defined(GLX_USE_TLS) */
21567 .size GL_PREFIX(CopyBufferSubData), .-GL_PREFIX(CopyBufferSubData)
21568
21569 .p2align 4,,15
21570 .globl GL_PREFIX(ClientWaitSync)
21571 .type GL_PREFIX(ClientWaitSync), @function
21572 GL_PREFIX(ClientWaitSync):
21573 #if defined(GLX_USE_TLS)
21574 call _x86_64_get_dispatch@PLT
21575 movq 4576(%rax), %r11
21576 jmp *%r11
21577 #elif defined(PTHREADS)
21578 pushq %rdi
21579 pushq %rsi
21580 pushq %rdx
21581 call _x86_64_get_dispatch@PLT
21582 popq %rdx
21583 popq %rsi
21584 popq %rdi
21585 movq 4576(%rax), %r11
21586 jmp *%r11
21587 #else
21588 movq _glapi_Dispatch(%rip), %rax
21589 testq %rax, %rax
21590 je 1f
21591 movq 4576(%rax), %r11
21592 jmp *%r11
21593 1:
21594 pushq %rdi
21595 pushq %rsi
21596 pushq %rdx
21597 call _glapi_get_dispatch
21598 popq %rdx
21599 popq %rsi
21600 popq %rdi
21601 movq 4576(%rax), %r11
21602 jmp *%r11
21603 #endif /* defined(GLX_USE_TLS) */
21604 .size GL_PREFIX(ClientWaitSync), .-GL_PREFIX(ClientWaitSync)
21605
21606 .p2align 4,,15
21607 .globl GL_PREFIX(DeleteSync)
21608 .type GL_PREFIX(DeleteSync), @function
21609 GL_PREFIX(DeleteSync):
21610 #if defined(GLX_USE_TLS)
21611 call _x86_64_get_dispatch@PLT
21612 movq 4584(%rax), %r11
21613 jmp *%r11
21614 #elif defined(PTHREADS)
21615 pushq %rdi
21616 call _x86_64_get_dispatch@PLT
21617 popq %rdi
21618 movq 4584(%rax), %r11
21619 jmp *%r11
21620 #else
21621 movq _glapi_Dispatch(%rip), %rax
21622 testq %rax, %rax
21623 je 1f
21624 movq 4584(%rax), %r11
21625 jmp *%r11
21626 1:
21627 pushq %rdi
21628 call _glapi_get_dispatch
21629 popq %rdi
21630 movq 4584(%rax), %r11
21631 jmp *%r11
21632 #endif /* defined(GLX_USE_TLS) */
21633 .size GL_PREFIX(DeleteSync), .-GL_PREFIX(DeleteSync)
21634
21635 .p2align 4,,15
21636 .globl GL_PREFIX(FenceSync)
21637 .type GL_PREFIX(FenceSync), @function
21638 GL_PREFIX(FenceSync):
21639 #if defined(GLX_USE_TLS)
21640 call _x86_64_get_dispatch@PLT
21641 movq 4592(%rax), %r11
21642 jmp *%r11
21643 #elif defined(PTHREADS)
21644 pushq %rdi
21645 pushq %rsi
21646 pushq %rbp
21647 call _x86_64_get_dispatch@PLT
21648 popq %rbp
21649 popq %rsi
21650 popq %rdi
21651 movq 4592(%rax), %r11
21652 jmp *%r11
21653 #else
21654 movq _glapi_Dispatch(%rip), %rax
21655 testq %rax, %rax
21656 je 1f
21657 movq 4592(%rax), %r11
21658 jmp *%r11
21659 1:
21660 pushq %rdi
21661 pushq %rsi
21662 pushq %rbp
21663 call _glapi_get_dispatch
21664 popq %rbp
21665 popq %rsi
21666 popq %rdi
21667 movq 4592(%rax), %r11
21668 jmp *%r11
21669 #endif /* defined(GLX_USE_TLS) */
21670 .size GL_PREFIX(FenceSync), .-GL_PREFIX(FenceSync)
21671
21672 .p2align 4,,15
21673 .globl GL_PREFIX(GetInteger64v)
21674 .type GL_PREFIX(GetInteger64v), @function
21675 GL_PREFIX(GetInteger64v):
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 %rbp
21684 call _x86_64_get_dispatch@PLT
21685 popq %rbp
21686 popq %rsi
21687 popq %rdi
21688 movq 4600(%rax), %r11
21689 jmp *%r11
21690 #else
21691 movq _glapi_Dispatch(%rip), %rax
21692 testq %rax, %rax
21693 je 1f
21694 movq 4600(%rax), %r11
21695 jmp *%r11
21696 1:
21697 pushq %rdi
21698 pushq %rsi
21699 pushq %rbp
21700 call _glapi_get_dispatch
21701 popq %rbp
21702 popq %rsi
21703 popq %rdi
21704 movq 4600(%rax), %r11
21705 jmp *%r11
21706 #endif /* defined(GLX_USE_TLS) */
21707 .size GL_PREFIX(GetInteger64v), .-GL_PREFIX(GetInteger64v)
21708
21709 .p2align 4,,15
21710 .globl GL_PREFIX(GetSynciv)
21711 .type GL_PREFIX(GetSynciv), @function
21712 GL_PREFIX(GetSynciv):
21713 #if defined(GLX_USE_TLS)
21714 call _x86_64_get_dispatch@PLT
21715 movq 4608(%rax), %r11
21716 jmp *%r11
21717 #elif defined(PTHREADS)
21718 pushq %rdi
21719 pushq %rsi
21720 pushq %rdx
21721 pushq %rcx
21722 pushq %r8
21723 call _x86_64_get_dispatch@PLT
21724 popq %r8
21725 popq %rcx
21726 popq %rdx
21727 popq %rsi
21728 popq %rdi
21729 movq 4608(%rax), %r11
21730 jmp *%r11
21731 #else
21732 movq _glapi_Dispatch(%rip), %rax
21733 testq %rax, %rax
21734 je 1f
21735 movq 4608(%rax), %r11
21736 jmp *%r11
21737 1:
21738 pushq %rdi
21739 pushq %rsi
21740 pushq %rdx
21741 pushq %rcx
21742 pushq %r8
21743 call _glapi_get_dispatch
21744 popq %r8
21745 popq %rcx
21746 popq %rdx
21747 popq %rsi
21748 popq %rdi
21749 movq 4608(%rax), %r11
21750 jmp *%r11
21751 #endif /* defined(GLX_USE_TLS) */
21752 .size GL_PREFIX(GetSynciv), .-GL_PREFIX(GetSynciv)
21753
21754 .p2align 4,,15
21755 .globl GL_PREFIX(IsSync)
21756 .type GL_PREFIX(IsSync), @function
21757 GL_PREFIX(IsSync):
21758 #if defined(GLX_USE_TLS)
21759 call _x86_64_get_dispatch@PLT
21760 movq 4616(%rax), %r11
21761 jmp *%r11
21762 #elif defined(PTHREADS)
21763 pushq %rdi
21764 call _x86_64_get_dispatch@PLT
21765 popq %rdi
21766 movq 4616(%rax), %r11
21767 jmp *%r11
21768 #else
21769 movq _glapi_Dispatch(%rip), %rax
21770 testq %rax, %rax
21771 je 1f
21772 movq 4616(%rax), %r11
21773 jmp *%r11
21774 1:
21775 pushq %rdi
21776 call _glapi_get_dispatch
21777 popq %rdi
21778 movq 4616(%rax), %r11
21779 jmp *%r11
21780 #endif /* defined(GLX_USE_TLS) */
21781 .size GL_PREFIX(IsSync), .-GL_PREFIX(IsSync)
21782
21783 .p2align 4,,15
21784 .globl GL_PREFIX(WaitSync)
21785 .type GL_PREFIX(WaitSync), @function
21786 GL_PREFIX(WaitSync):
21787 #if defined(GLX_USE_TLS)
21788 call _x86_64_get_dispatch@PLT
21789 movq 4624(%rax), %r11
21790 jmp *%r11
21791 #elif defined(PTHREADS)
21792 pushq %rdi
21793 pushq %rsi
21794 pushq %rdx
21795 call _x86_64_get_dispatch@PLT
21796 popq %rdx
21797 popq %rsi
21798 popq %rdi
21799 movq 4624(%rax), %r11
21800 jmp *%r11
21801 #else
21802 movq _glapi_Dispatch(%rip), %rax
21803 testq %rax, %rax
21804 je 1f
21805 movq 4624(%rax), %r11
21806 jmp *%r11
21807 1:
21808 pushq %rdi
21809 pushq %rsi
21810 pushq %rdx
21811 call _glapi_get_dispatch
21812 popq %rdx
21813 popq %rsi
21814 popq %rdi
21815 movq 4624(%rax), %r11
21816 jmp *%r11
21817 #endif /* defined(GLX_USE_TLS) */
21818 .size GL_PREFIX(WaitSync), .-GL_PREFIX(WaitSync)
21819
21820 .p2align 4,,15
21821 .globl GL_PREFIX(DrawElementsBaseVertex)
21822 .type GL_PREFIX(DrawElementsBaseVertex), @function
21823 GL_PREFIX(DrawElementsBaseVertex):
21824 #if defined(GLX_USE_TLS)
21825 call _x86_64_get_dispatch@PLT
21826 movq 4632(%rax), %r11
21827 jmp *%r11
21828 #elif defined(PTHREADS)
21829 pushq %rdi
21830 pushq %rsi
21831 pushq %rdx
21832 pushq %rcx
21833 pushq %r8
21834 call _x86_64_get_dispatch@PLT
21835 popq %r8
21836 popq %rcx
21837 popq %rdx
21838 popq %rsi
21839 popq %rdi
21840 movq 4632(%rax), %r11
21841 jmp *%r11
21842 #else
21843 movq _glapi_Dispatch(%rip), %rax
21844 testq %rax, %rax
21845 je 1f
21846 movq 4632(%rax), %r11
21847 jmp *%r11
21848 1:
21849 pushq %rdi
21850 pushq %rsi
21851 pushq %rdx
21852 pushq %rcx
21853 pushq %r8
21854 call _glapi_get_dispatch
21855 popq %r8
21856 popq %rcx
21857 popq %rdx
21858 popq %rsi
21859 popq %rdi
21860 movq 4632(%rax), %r11
21861 jmp *%r11
21862 #endif /* defined(GLX_USE_TLS) */
21863 .size GL_PREFIX(DrawElementsBaseVertex), .-GL_PREFIX(DrawElementsBaseVertex)
21864
21865 .p2align 4,,15
21866 .globl GL_PREFIX(DrawRangeElementsBaseVertex)
21867 .type GL_PREFIX(DrawRangeElementsBaseVertex), @function
21868 GL_PREFIX(DrawRangeElementsBaseVertex):
21869 #if defined(GLX_USE_TLS)
21870 call _x86_64_get_dispatch@PLT
21871 movq 4640(%rax), %r11
21872 jmp *%r11
21873 #elif defined(PTHREADS)
21874 pushq %rdi
21875 pushq %rsi
21876 pushq %rdx
21877 pushq %rcx
21878 pushq %r8
21879 pushq %r9
21880 pushq %rbp
21881 call _x86_64_get_dispatch@PLT
21882 popq %rbp
21883 popq %r9
21884 popq %r8
21885 popq %rcx
21886 popq %rdx
21887 popq %rsi
21888 popq %rdi
21889 movq 4640(%rax), %r11
21890 jmp *%r11
21891 #else
21892 movq _glapi_Dispatch(%rip), %rax
21893 testq %rax, %rax
21894 je 1f
21895 movq 4640(%rax), %r11
21896 jmp *%r11
21897 1:
21898 pushq %rdi
21899 pushq %rsi
21900 pushq %rdx
21901 pushq %rcx
21902 pushq %r8
21903 pushq %r9
21904 pushq %rbp
21905 call _glapi_get_dispatch
21906 popq %rbp
21907 popq %r9
21908 popq %r8
21909 popq %rcx
21910 popq %rdx
21911 popq %rsi
21912 popq %rdi
21913 movq 4640(%rax), %r11
21914 jmp *%r11
21915 #endif /* defined(GLX_USE_TLS) */
21916 .size GL_PREFIX(DrawRangeElementsBaseVertex), .-GL_PREFIX(DrawRangeElementsBaseVertex)
21917
21918 .p2align 4,,15
21919 .globl GL_PREFIX(MultiDrawElementsBaseVertex)
21920 .type GL_PREFIX(MultiDrawElementsBaseVertex), @function
21921 GL_PREFIX(MultiDrawElementsBaseVertex):
21922 #if defined(GLX_USE_TLS)
21923 call _x86_64_get_dispatch@PLT
21924 movq 4648(%rax), %r11
21925 jmp *%r11
21926 #elif defined(PTHREADS)
21927 pushq %rdi
21928 pushq %rsi
21929 pushq %rdx
21930 pushq %rcx
21931 pushq %r8
21932 pushq %r9
21933 pushq %rbp
21934 call _x86_64_get_dispatch@PLT
21935 popq %rbp
21936 popq %r9
21937 popq %r8
21938 popq %rcx
21939 popq %rdx
21940 popq %rsi
21941 popq %rdi
21942 movq 4648(%rax), %r11
21943 jmp *%r11
21944 #else
21945 movq _glapi_Dispatch(%rip), %rax
21946 testq %rax, %rax
21947 je 1f
21948 movq 4648(%rax), %r11
21949 jmp *%r11
21950 1:
21951 pushq %rdi
21952 pushq %rsi
21953 pushq %rdx
21954 pushq %rcx
21955 pushq %r8
21956 pushq %r9
21957 pushq %rbp
21958 call _glapi_get_dispatch
21959 popq %rbp
21960 popq %r9
21961 popq %r8
21962 popq %rcx
21963 popq %rdx
21964 popq %rsi
21965 popq %rdi
21966 movq 4648(%rax), %r11
21967 jmp *%r11
21968 #endif /* defined(GLX_USE_TLS) */
21969 .size GL_PREFIX(MultiDrawElementsBaseVertex), .-GL_PREFIX(MultiDrawElementsBaseVertex)
21970
21971 .p2align 4,,15
21972 .globl GL_PREFIX(BindTransformFeedback)
21973 .type GL_PREFIX(BindTransformFeedback), @function
21974 GL_PREFIX(BindTransformFeedback):
21975 #if defined(GLX_USE_TLS)
21976 call _x86_64_get_dispatch@PLT
21977 movq 4656(%rax), %r11
21978 jmp *%r11
21979 #elif defined(PTHREADS)
21980 pushq %rdi
21981 pushq %rsi
21982 pushq %rbp
21983 call _x86_64_get_dispatch@PLT
21984 popq %rbp
21985 popq %rsi
21986 popq %rdi
21987 movq 4656(%rax), %r11
21988 jmp *%r11
21989 #else
21990 movq _glapi_Dispatch(%rip), %rax
21991 testq %rax, %rax
21992 je 1f
21993 movq 4656(%rax), %r11
21994 jmp *%r11
21995 1:
21996 pushq %rdi
21997 pushq %rsi
21998 pushq %rbp
21999 call _glapi_get_dispatch
22000 popq %rbp
22001 popq %rsi
22002 popq %rdi
22003 movq 4656(%rax), %r11
22004 jmp *%r11
22005 #endif /* defined(GLX_USE_TLS) */
22006 .size GL_PREFIX(BindTransformFeedback), .-GL_PREFIX(BindTransformFeedback)
22007
22008 .p2align 4,,15
22009 .globl GL_PREFIX(DeleteTransformFeedbacks)
22010 .type GL_PREFIX(DeleteTransformFeedbacks), @function
22011 GL_PREFIX(DeleteTransformFeedbacks):
22012 #if defined(GLX_USE_TLS)
22013 call _x86_64_get_dispatch@PLT
22014 movq 4664(%rax), %r11
22015 jmp *%r11
22016 #elif defined(PTHREADS)
22017 pushq %rdi
22018 pushq %rsi
22019 pushq %rbp
22020 call _x86_64_get_dispatch@PLT
22021 popq %rbp
22022 popq %rsi
22023 popq %rdi
22024 movq 4664(%rax), %r11
22025 jmp *%r11
22026 #else
22027 movq _glapi_Dispatch(%rip), %rax
22028 testq %rax, %rax
22029 je 1f
22030 movq 4664(%rax), %r11
22031 jmp *%r11
22032 1:
22033 pushq %rdi
22034 pushq %rsi
22035 pushq %rbp
22036 call _glapi_get_dispatch
22037 popq %rbp
22038 popq %rsi
22039 popq %rdi
22040 movq 4664(%rax), %r11
22041 jmp *%r11
22042 #endif /* defined(GLX_USE_TLS) */
22043 .size GL_PREFIX(DeleteTransformFeedbacks), .-GL_PREFIX(DeleteTransformFeedbacks)
22044
22045 .p2align 4,,15
22046 .globl GL_PREFIX(DrawTransformFeedback)
22047 .type GL_PREFIX(DrawTransformFeedback), @function
22048 GL_PREFIX(DrawTransformFeedback):
22049 #if defined(GLX_USE_TLS)
22050 call _x86_64_get_dispatch@PLT
22051 movq 4672(%rax), %r11
22052 jmp *%r11
22053 #elif defined(PTHREADS)
22054 pushq %rdi
22055 pushq %rsi
22056 pushq %rbp
22057 call _x86_64_get_dispatch@PLT
22058 popq %rbp
22059 popq %rsi
22060 popq %rdi
22061 movq 4672(%rax), %r11
22062 jmp *%r11
22063 #else
22064 movq _glapi_Dispatch(%rip), %rax
22065 testq %rax, %rax
22066 je 1f
22067 movq 4672(%rax), %r11
22068 jmp *%r11
22069 1:
22070 pushq %rdi
22071 pushq %rsi
22072 pushq %rbp
22073 call _glapi_get_dispatch
22074 popq %rbp
22075 popq %rsi
22076 popq %rdi
22077 movq 4672(%rax), %r11
22078 jmp *%r11
22079 #endif /* defined(GLX_USE_TLS) */
22080 .size GL_PREFIX(DrawTransformFeedback), .-GL_PREFIX(DrawTransformFeedback)
22081
22082 .p2align 4,,15
22083 .globl GL_PREFIX(GenTransformFeedbacks)
22084 .type GL_PREFIX(GenTransformFeedbacks), @function
22085 GL_PREFIX(GenTransformFeedbacks):
22086 #if defined(GLX_USE_TLS)
22087 call _x86_64_get_dispatch@PLT
22088 movq 4680(%rax), %r11
22089 jmp *%r11
22090 #elif defined(PTHREADS)
22091 pushq %rdi
22092 pushq %rsi
22093 pushq %rbp
22094 call _x86_64_get_dispatch@PLT
22095 popq %rbp
22096 popq %rsi
22097 popq %rdi
22098 movq 4680(%rax), %r11
22099 jmp *%r11
22100 #else
22101 movq _glapi_Dispatch(%rip), %rax
22102 testq %rax, %rax
22103 je 1f
22104 movq 4680(%rax), %r11
22105 jmp *%r11
22106 1:
22107 pushq %rdi
22108 pushq %rsi
22109 pushq %rbp
22110 call _glapi_get_dispatch
22111 popq %rbp
22112 popq %rsi
22113 popq %rdi
22114 movq 4680(%rax), %r11
22115 jmp *%r11
22116 #endif /* defined(GLX_USE_TLS) */
22117 .size GL_PREFIX(GenTransformFeedbacks), .-GL_PREFIX(GenTransformFeedbacks)
22118
22119 .p2align 4,,15
22120 .globl GL_PREFIX(IsTransformFeedback)
22121 .type GL_PREFIX(IsTransformFeedback), @function
22122 GL_PREFIX(IsTransformFeedback):
22123 #if defined(GLX_USE_TLS)
22124 call _x86_64_get_dispatch@PLT
22125 movq 4688(%rax), %r11
22126 jmp *%r11
22127 #elif defined(PTHREADS)
22128 pushq %rdi
22129 call _x86_64_get_dispatch@PLT
22130 popq %rdi
22131 movq 4688(%rax), %r11
22132 jmp *%r11
22133 #else
22134 movq _glapi_Dispatch(%rip), %rax
22135 testq %rax, %rax
22136 je 1f
22137 movq 4688(%rax), %r11
22138 jmp *%r11
22139 1:
22140 pushq %rdi
22141 call _glapi_get_dispatch
22142 popq %rdi
22143 movq 4688(%rax), %r11
22144 jmp *%r11
22145 #endif /* defined(GLX_USE_TLS) */
22146 .size GL_PREFIX(IsTransformFeedback), .-GL_PREFIX(IsTransformFeedback)
22147
22148 .p2align 4,,15
22149 .globl GL_PREFIX(PauseTransformFeedback)
22150 .type GL_PREFIX(PauseTransformFeedback), @function
22151 GL_PREFIX(PauseTransformFeedback):
22152 #if defined(GLX_USE_TLS)
22153 call _x86_64_get_dispatch@PLT
22154 movq 4696(%rax), %r11
22155 jmp *%r11
22156 #elif defined(PTHREADS)
22157 pushq %rbp
22158 call _x86_64_get_dispatch@PLT
22159 popq %rbp
22160 movq 4696(%rax), %r11
22161 jmp *%r11
22162 #else
22163 movq _glapi_Dispatch(%rip), %rax
22164 testq %rax, %rax
22165 je 1f
22166 movq 4696(%rax), %r11
22167 jmp *%r11
22168 1:
22169 pushq %rbp
22170 call _glapi_get_dispatch
22171 popq %rbp
22172 movq 4696(%rax), %r11
22173 jmp *%r11
22174 #endif /* defined(GLX_USE_TLS) */
22175 .size GL_PREFIX(PauseTransformFeedback), .-GL_PREFIX(PauseTransformFeedback)
22176
22177 .p2align 4,,15
22178 .globl GL_PREFIX(ResumeTransformFeedback)
22179 .type GL_PREFIX(ResumeTransformFeedback), @function
22180 GL_PREFIX(ResumeTransformFeedback):
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 %rbp
22187 call _x86_64_get_dispatch@PLT
22188 popq %rbp
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 %rbp
22199 call _glapi_get_dispatch
22200 popq %rbp
22201 movq 4704(%rax), %r11
22202 jmp *%r11
22203 #endif /* defined(GLX_USE_TLS) */
22204 .size GL_PREFIX(ResumeTransformFeedback), .-GL_PREFIX(ResumeTransformFeedback)
22205
22206 .p2align 4,,15
22207 .globl GL_PREFIX(PolygonOffsetEXT)
22208 .type GL_PREFIX(PolygonOffsetEXT), @function
22209 GL_PREFIX(PolygonOffsetEXT):
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 subq $24, %rsp
22216 movq %xmm0, (%rsp)
22217 movq %xmm1, 8(%rsp)
22218 call _x86_64_get_dispatch@PLT
22219 movq 8(%rsp), %xmm1
22220 movq (%rsp), %xmm0
22221 addq $24, %rsp
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 subq $24, %rsp
22232 movq %xmm0, (%rsp)
22233 movq %xmm1, 8(%rsp)
22234 call _glapi_get_dispatch
22235 movq 8(%rsp), %xmm1
22236 movq (%rsp), %xmm0
22237 addq $24, %rsp
22238 movq 4712(%rax), %r11
22239 jmp *%r11
22240 #endif /* defined(GLX_USE_TLS) */
22241 .size GL_PREFIX(PolygonOffsetEXT), .-GL_PREFIX(PolygonOffsetEXT)
22242
22243 .p2align 4,,15
22244 .globl GL_PREFIX(_dispatch_stub_590)
22245 .type GL_PREFIX(_dispatch_stub_590), @function
22246 HIDDEN(GL_PREFIX(_dispatch_stub_590))
22247 GL_PREFIX(_dispatch_stub_590):
22248 #if defined(GLX_USE_TLS)
22249 call _x86_64_get_dispatch@PLT
22250 movq 4720(%rax), %r11
22251 jmp *%r11
22252 #elif defined(PTHREADS)
22253 pushq %rdi
22254 pushq %rsi
22255 pushq %rbp
22256 call _x86_64_get_dispatch@PLT
22257 popq %rbp
22258 popq %rsi
22259 popq %rdi
22260 movq 4720(%rax), %r11
22261 jmp *%r11
22262 #else
22263 movq _glapi_Dispatch(%rip), %rax
22264 testq %rax, %rax
22265 je 1f
22266 movq 4720(%rax), %r11
22267 jmp *%r11
22268 1:
22269 pushq %rdi
22270 pushq %rsi
22271 pushq %rbp
22272 call _glapi_get_dispatch
22273 popq %rbp
22274 popq %rsi
22275 popq %rdi
22276 movq 4720(%rax), %r11
22277 jmp *%r11
22278 #endif /* defined(GLX_USE_TLS) */
22279 .size GL_PREFIX(_dispatch_stub_590), .-GL_PREFIX(_dispatch_stub_590)
22280
22281 .p2align 4,,15
22282 .globl GL_PREFIX(_dispatch_stub_591)
22283 .type GL_PREFIX(_dispatch_stub_591), @function
22284 HIDDEN(GL_PREFIX(_dispatch_stub_591))
22285 GL_PREFIX(_dispatch_stub_591):
22286 #if defined(GLX_USE_TLS)
22287 call _x86_64_get_dispatch@PLT
22288 movq 4728(%rax), %r11
22289 jmp *%r11
22290 #elif defined(PTHREADS)
22291 pushq %rdi
22292 pushq %rsi
22293 pushq %rbp
22294 call _x86_64_get_dispatch@PLT
22295 popq %rbp
22296 popq %rsi
22297 popq %rdi
22298 movq 4728(%rax), %r11
22299 jmp *%r11
22300 #else
22301 movq _glapi_Dispatch(%rip), %rax
22302 testq %rax, %rax
22303 je 1f
22304 movq 4728(%rax), %r11
22305 jmp *%r11
22306 1:
22307 pushq %rdi
22308 pushq %rsi
22309 pushq %rbp
22310 call _glapi_get_dispatch
22311 popq %rbp
22312 popq %rsi
22313 popq %rdi
22314 movq 4728(%rax), %r11
22315 jmp *%r11
22316 #endif /* defined(GLX_USE_TLS) */
22317 .size GL_PREFIX(_dispatch_stub_591), .-GL_PREFIX(_dispatch_stub_591)
22318
22319 .p2align 4,,15
22320 .globl GL_PREFIX(_dispatch_stub_592)
22321 .type GL_PREFIX(_dispatch_stub_592), @function
22322 HIDDEN(GL_PREFIX(_dispatch_stub_592))
22323 GL_PREFIX(_dispatch_stub_592):
22324 #if defined(GLX_USE_TLS)
22325 call _x86_64_get_dispatch@PLT
22326 movq 4736(%rax), %r11
22327 jmp *%r11
22328 #elif defined(PTHREADS)
22329 subq $24, %rsp
22330 movq %rdi, (%rsp)
22331 movq %xmm0, 8(%rsp)
22332 call _x86_64_get_dispatch@PLT
22333 movq 8(%rsp), %xmm0
22334 movq (%rsp), %rdi
22335 addq $24, %rsp
22336 movq 4736(%rax), %r11
22337 jmp *%r11
22338 #else
22339 movq _glapi_Dispatch(%rip), %rax
22340 testq %rax, %rax
22341 je 1f
22342 movq 4736(%rax), %r11
22343 jmp *%r11
22344 1:
22345 subq $24, %rsp
22346 movq %rdi, (%rsp)
22347 movq %xmm0, 8(%rsp)
22348 call _glapi_get_dispatch
22349 movq 8(%rsp), %xmm0
22350 movq (%rsp), %rdi
22351 addq $24, %rsp
22352 movq 4736(%rax), %r11
22353 jmp *%r11
22354 #endif /* defined(GLX_USE_TLS) */
22355 .size GL_PREFIX(_dispatch_stub_592), .-GL_PREFIX(_dispatch_stub_592)
22356
22357 .p2align 4,,15
22358 .globl GL_PREFIX(_dispatch_stub_593)
22359 .type GL_PREFIX(_dispatch_stub_593), @function
22360 HIDDEN(GL_PREFIX(_dispatch_stub_593))
22361 GL_PREFIX(_dispatch_stub_593):
22362 #if defined(GLX_USE_TLS)
22363 call _x86_64_get_dispatch@PLT
22364 movq 4744(%rax), %r11
22365 jmp *%r11
22366 #elif defined(PTHREADS)
22367 pushq %rdi
22368 pushq %rsi
22369 pushq %rbp
22370 call _x86_64_get_dispatch@PLT
22371 popq %rbp
22372 popq %rsi
22373 popq %rdi
22374 movq 4744(%rax), %r11
22375 jmp *%r11
22376 #else
22377 movq _glapi_Dispatch(%rip), %rax
22378 testq %rax, %rax
22379 je 1f
22380 movq 4744(%rax), %r11
22381 jmp *%r11
22382 1:
22383 pushq %rdi
22384 pushq %rsi
22385 pushq %rbp
22386 call _glapi_get_dispatch
22387 popq %rbp
22388 popq %rsi
22389 popq %rdi
22390 movq 4744(%rax), %r11
22391 jmp *%r11
22392 #endif /* defined(GLX_USE_TLS) */
22393 .size GL_PREFIX(_dispatch_stub_593), .-GL_PREFIX(_dispatch_stub_593)
22394
22395 .p2align 4,,15
22396 .globl GL_PREFIX(_dispatch_stub_594)
22397 .type GL_PREFIX(_dispatch_stub_594), @function
22398 HIDDEN(GL_PREFIX(_dispatch_stub_594))
22399 GL_PREFIX(_dispatch_stub_594):
22400 #if defined(GLX_USE_TLS)
22401 call _x86_64_get_dispatch@PLT
22402 movq 4752(%rax), %r11
22403 jmp *%r11
22404 #elif defined(PTHREADS)
22405 pushq %rdi
22406 pushq %rsi
22407 pushq %rbp
22408 call _x86_64_get_dispatch@PLT
22409 popq %rbp
22410 popq %rsi
22411 popq %rdi
22412 movq 4752(%rax), %r11
22413 jmp *%r11
22414 #else
22415 movq _glapi_Dispatch(%rip), %rax
22416 testq %rax, %rax
22417 je 1f
22418 movq 4752(%rax), %r11
22419 jmp *%r11
22420 1:
22421 pushq %rdi
22422 pushq %rsi
22423 pushq %rbp
22424 call _glapi_get_dispatch
22425 popq %rbp
22426 popq %rsi
22427 popq %rdi
22428 movq 4752(%rax), %r11
22429 jmp *%r11
22430 #endif /* defined(GLX_USE_TLS) */
22431 .size GL_PREFIX(_dispatch_stub_594), .-GL_PREFIX(_dispatch_stub_594)
22432
22433 .p2align 4,,15
22434 .globl GL_PREFIX(_dispatch_stub_595)
22435 .type GL_PREFIX(_dispatch_stub_595), @function
22436 HIDDEN(GL_PREFIX(_dispatch_stub_595))
22437 GL_PREFIX(_dispatch_stub_595):
22438 #if defined(GLX_USE_TLS)
22439 call _x86_64_get_dispatch@PLT
22440 movq 4760(%rax), %r11
22441 jmp *%r11
22442 #elif defined(PTHREADS)
22443 pushq %rdi
22444 pushq %rsi
22445 pushq %rbp
22446 call _x86_64_get_dispatch@PLT
22447 popq %rbp
22448 popq %rsi
22449 popq %rdi
22450 movq 4760(%rax), %r11
22451 jmp *%r11
22452 #else
22453 movq _glapi_Dispatch(%rip), %rax
22454 testq %rax, %rax
22455 je 1f
22456 movq 4760(%rax), %r11
22457 jmp *%r11
22458 1:
22459 pushq %rdi
22460 pushq %rsi
22461 pushq %rbp
22462 call _glapi_get_dispatch
22463 popq %rbp
22464 popq %rsi
22465 popq %rdi
22466 movq 4760(%rax), %r11
22467 jmp *%r11
22468 #endif /* defined(GLX_USE_TLS) */
22469 .size GL_PREFIX(_dispatch_stub_595), .-GL_PREFIX(_dispatch_stub_595)
22470
22471 .p2align 4,,15
22472 .globl GL_PREFIX(_dispatch_stub_596)
22473 .type GL_PREFIX(_dispatch_stub_596), @function
22474 HIDDEN(GL_PREFIX(_dispatch_stub_596))
22475 GL_PREFIX(_dispatch_stub_596):
22476 #if defined(GLX_USE_TLS)
22477 call _x86_64_get_dispatch@PLT
22478 movq 4768(%rax), %r11
22479 jmp *%r11
22480 #elif defined(PTHREADS)
22481 pushq %rdi
22482 pushq %rsi
22483 pushq %rbp
22484 call _x86_64_get_dispatch@PLT
22485 popq %rbp
22486 popq %rsi
22487 popq %rdi
22488 movq 4768(%rax), %r11
22489 jmp *%r11
22490 #else
22491 movq _glapi_Dispatch(%rip), %rax
22492 testq %rax, %rax
22493 je 1f
22494 movq 4768(%rax), %r11
22495 jmp *%r11
22496 1:
22497 pushq %rdi
22498 pushq %rsi
22499 pushq %rbp
22500 call _glapi_get_dispatch
22501 popq %rbp
22502 popq %rsi
22503 popq %rdi
22504 movq 4768(%rax), %r11
22505 jmp *%r11
22506 #endif /* defined(GLX_USE_TLS) */
22507 .size GL_PREFIX(_dispatch_stub_596), .-GL_PREFIX(_dispatch_stub_596)
22508
22509 .p2align 4,,15
22510 .globl GL_PREFIX(_dispatch_stub_597)
22511 .type GL_PREFIX(_dispatch_stub_597), @function
22512 HIDDEN(GL_PREFIX(_dispatch_stub_597))
22513 GL_PREFIX(_dispatch_stub_597):
22514 #if defined(GLX_USE_TLS)
22515 call _x86_64_get_dispatch@PLT
22516 movq 4776(%rax), %r11
22517 jmp *%r11
22518 #elif defined(PTHREADS)
22519 pushq %rdi
22520 call _x86_64_get_dispatch@PLT
22521 popq %rdi
22522 movq 4776(%rax), %r11
22523 jmp *%r11
22524 #else
22525 movq _glapi_Dispatch(%rip), %rax
22526 testq %rax, %rax
22527 je 1f
22528 movq 4776(%rax), %r11
22529 jmp *%r11
22530 1:
22531 pushq %rdi
22532 call _glapi_get_dispatch
22533 popq %rdi
22534 movq 4776(%rax), %r11
22535 jmp *%r11
22536 #endif /* defined(GLX_USE_TLS) */
22537 .size GL_PREFIX(_dispatch_stub_597), .-GL_PREFIX(_dispatch_stub_597)
22538
22539 .p2align 4,,15
22540 .globl GL_PREFIX(ColorPointerEXT)
22541 .type GL_PREFIX(ColorPointerEXT), @function
22542 GL_PREFIX(ColorPointerEXT):
22543 #if defined(GLX_USE_TLS)
22544 call _x86_64_get_dispatch@PLT
22545 movq 4784(%rax), %r11
22546 jmp *%r11
22547 #elif defined(PTHREADS)
22548 pushq %rdi
22549 pushq %rsi
22550 pushq %rdx
22551 pushq %rcx
22552 pushq %r8
22553 call _x86_64_get_dispatch@PLT
22554 popq %r8
22555 popq %rcx
22556 popq %rdx
22557 popq %rsi
22558 popq %rdi
22559 movq 4784(%rax), %r11
22560 jmp *%r11
22561 #else
22562 movq _glapi_Dispatch(%rip), %rax
22563 testq %rax, %rax
22564 je 1f
22565 movq 4784(%rax), %r11
22566 jmp *%r11
22567 1:
22568 pushq %rdi
22569 pushq %rsi
22570 pushq %rdx
22571 pushq %rcx
22572 pushq %r8
22573 call _glapi_get_dispatch
22574 popq %r8
22575 popq %rcx
22576 popq %rdx
22577 popq %rsi
22578 popq %rdi
22579 movq 4784(%rax), %r11
22580 jmp *%r11
22581 #endif /* defined(GLX_USE_TLS) */
22582 .size GL_PREFIX(ColorPointerEXT), .-GL_PREFIX(ColorPointerEXT)
22583
22584 .p2align 4,,15
22585 .globl GL_PREFIX(EdgeFlagPointerEXT)
22586 .type GL_PREFIX(EdgeFlagPointerEXT), @function
22587 GL_PREFIX(EdgeFlagPointerEXT):
22588 #if defined(GLX_USE_TLS)
22589 call _x86_64_get_dispatch@PLT
22590 movq 4792(%rax), %r11
22591 jmp *%r11
22592 #elif defined(PTHREADS)
22593 pushq %rdi
22594 pushq %rsi
22595 pushq %rdx
22596 call _x86_64_get_dispatch@PLT
22597 popq %rdx
22598 popq %rsi
22599 popq %rdi
22600 movq 4792(%rax), %r11
22601 jmp *%r11
22602 #else
22603 movq _glapi_Dispatch(%rip), %rax
22604 testq %rax, %rax
22605 je 1f
22606 movq 4792(%rax), %r11
22607 jmp *%r11
22608 1:
22609 pushq %rdi
22610 pushq %rsi
22611 pushq %rdx
22612 call _glapi_get_dispatch
22613 popq %rdx
22614 popq %rsi
22615 popq %rdi
22616 movq 4792(%rax), %r11
22617 jmp *%r11
22618 #endif /* defined(GLX_USE_TLS) */
22619 .size GL_PREFIX(EdgeFlagPointerEXT), .-GL_PREFIX(EdgeFlagPointerEXT)
22620
22621 .p2align 4,,15
22622 .globl GL_PREFIX(IndexPointerEXT)
22623 .type GL_PREFIX(IndexPointerEXT), @function
22624 GL_PREFIX(IndexPointerEXT):
22625 #if defined(GLX_USE_TLS)
22626 call _x86_64_get_dispatch@PLT
22627 movq 4800(%rax), %r11
22628 jmp *%r11
22629 #elif defined(PTHREADS)
22630 pushq %rdi
22631 pushq %rsi
22632 pushq %rdx
22633 pushq %rcx
22634 pushq %rbp
22635 call _x86_64_get_dispatch@PLT
22636 popq %rbp
22637 popq %rcx
22638 popq %rdx
22639 popq %rsi
22640 popq %rdi
22641 movq 4800(%rax), %r11
22642 jmp *%r11
22643 #else
22644 movq _glapi_Dispatch(%rip), %rax
22645 testq %rax, %rax
22646 je 1f
22647 movq 4800(%rax), %r11
22648 jmp *%r11
22649 1:
22650 pushq %rdi
22651 pushq %rsi
22652 pushq %rdx
22653 pushq %rcx
22654 pushq %rbp
22655 call _glapi_get_dispatch
22656 popq %rbp
22657 popq %rcx
22658 popq %rdx
22659 popq %rsi
22660 popq %rdi
22661 movq 4800(%rax), %r11
22662 jmp *%r11
22663 #endif /* defined(GLX_USE_TLS) */
22664 .size GL_PREFIX(IndexPointerEXT), .-GL_PREFIX(IndexPointerEXT)
22665
22666 .p2align 4,,15
22667 .globl GL_PREFIX(NormalPointerEXT)
22668 .type GL_PREFIX(NormalPointerEXT), @function
22669 GL_PREFIX(NormalPointerEXT):
22670 #if defined(GLX_USE_TLS)
22671 call _x86_64_get_dispatch@PLT
22672 movq 4808(%rax), %r11
22673 jmp *%r11
22674 #elif defined(PTHREADS)
22675 pushq %rdi
22676 pushq %rsi
22677 pushq %rdx
22678 pushq %rcx
22679 pushq %rbp
22680 call _x86_64_get_dispatch@PLT
22681 popq %rbp
22682 popq %rcx
22683 popq %rdx
22684 popq %rsi
22685 popq %rdi
22686 movq 4808(%rax), %r11
22687 jmp *%r11
22688 #else
22689 movq _glapi_Dispatch(%rip), %rax
22690 testq %rax, %rax
22691 je 1f
22692 movq 4808(%rax), %r11
22693 jmp *%r11
22694 1:
22695 pushq %rdi
22696 pushq %rsi
22697 pushq %rdx
22698 pushq %rcx
22699 pushq %rbp
22700 call _glapi_get_dispatch
22701 popq %rbp
22702 popq %rcx
22703 popq %rdx
22704 popq %rsi
22705 popq %rdi
22706 movq 4808(%rax), %r11
22707 jmp *%r11
22708 #endif /* defined(GLX_USE_TLS) */
22709 .size GL_PREFIX(NormalPointerEXT), .-GL_PREFIX(NormalPointerEXT)
22710
22711 .p2align 4,,15
22712 .globl GL_PREFIX(TexCoordPointerEXT)
22713 .type GL_PREFIX(TexCoordPointerEXT), @function
22714 GL_PREFIX(TexCoordPointerEXT):
22715 #if defined(GLX_USE_TLS)
22716 call _x86_64_get_dispatch@PLT
22717 movq 4816(%rax), %r11
22718 jmp *%r11
22719 #elif defined(PTHREADS)
22720 pushq %rdi
22721 pushq %rsi
22722 pushq %rdx
22723 pushq %rcx
22724 pushq %r8
22725 call _x86_64_get_dispatch@PLT
22726 popq %r8
22727 popq %rcx
22728 popq %rdx
22729 popq %rsi
22730 popq %rdi
22731 movq 4816(%rax), %r11
22732 jmp *%r11
22733 #else
22734 movq _glapi_Dispatch(%rip), %rax
22735 testq %rax, %rax
22736 je 1f
22737 movq 4816(%rax), %r11
22738 jmp *%r11
22739 1:
22740 pushq %rdi
22741 pushq %rsi
22742 pushq %rdx
22743 pushq %rcx
22744 pushq %r8
22745 call _glapi_get_dispatch
22746 popq %r8
22747 popq %rcx
22748 popq %rdx
22749 popq %rsi
22750 popq %rdi
22751 movq 4816(%rax), %r11
22752 jmp *%r11
22753 #endif /* defined(GLX_USE_TLS) */
22754 .size GL_PREFIX(TexCoordPointerEXT), .-GL_PREFIX(TexCoordPointerEXT)
22755
22756 .p2align 4,,15
22757 .globl GL_PREFIX(VertexPointerEXT)
22758 .type GL_PREFIX(VertexPointerEXT), @function
22759 GL_PREFIX(VertexPointerEXT):
22760 #if defined(GLX_USE_TLS)
22761 call _x86_64_get_dispatch@PLT
22762 movq 4824(%rax), %r11
22763 jmp *%r11
22764 #elif defined(PTHREADS)
22765 pushq %rdi
22766 pushq %rsi
22767 pushq %rdx
22768 pushq %rcx
22769 pushq %r8
22770 call _x86_64_get_dispatch@PLT
22771 popq %r8
22772 popq %rcx
22773 popq %rdx
22774 popq %rsi
22775 popq %rdi
22776 movq 4824(%rax), %r11
22777 jmp *%r11
22778 #else
22779 movq _glapi_Dispatch(%rip), %rax
22780 testq %rax, %rax
22781 je 1f
22782 movq 4824(%rax), %r11
22783 jmp *%r11
22784 1:
22785 pushq %rdi
22786 pushq %rsi
22787 pushq %rdx
22788 pushq %rcx
22789 pushq %r8
22790 call _glapi_get_dispatch
22791 popq %r8
22792 popq %rcx
22793 popq %rdx
22794 popq %rsi
22795 popq %rdi
22796 movq 4824(%rax), %r11
22797 jmp *%r11
22798 #endif /* defined(GLX_USE_TLS) */
22799 .size GL_PREFIX(VertexPointerEXT), .-GL_PREFIX(VertexPointerEXT)
22800
22801 .p2align 4,,15
22802 .globl GL_PREFIX(PointParameterfEXT)
22803 .type GL_PREFIX(PointParameterfEXT), @function
22804 GL_PREFIX(PointParameterfEXT):
22805 #if defined(GLX_USE_TLS)
22806 call _x86_64_get_dispatch@PLT
22807 movq 4832(%rax), %r11
22808 jmp *%r11
22809 #elif defined(PTHREADS)
22810 subq $24, %rsp
22811 movq %rdi, (%rsp)
22812 movq %xmm0, 8(%rsp)
22813 call _x86_64_get_dispatch@PLT
22814 movq 8(%rsp), %xmm0
22815 movq (%rsp), %rdi
22816 addq $24, %rsp
22817 movq 4832(%rax), %r11
22818 jmp *%r11
22819 #else
22820 movq _glapi_Dispatch(%rip), %rax
22821 testq %rax, %rax
22822 je 1f
22823 movq 4832(%rax), %r11
22824 jmp *%r11
22825 1:
22826 subq $24, %rsp
22827 movq %rdi, (%rsp)
22828 movq %xmm0, 8(%rsp)
22829 call _glapi_get_dispatch
22830 movq 8(%rsp), %xmm0
22831 movq (%rsp), %rdi
22832 addq $24, %rsp
22833 movq 4832(%rax), %r11
22834 jmp *%r11
22835 #endif /* defined(GLX_USE_TLS) */
22836 .size GL_PREFIX(PointParameterfEXT), .-GL_PREFIX(PointParameterfEXT)
22837
22838 .p2align 4,,15
22839 .globl GL_PREFIX(PointParameterfvEXT)
22840 .type GL_PREFIX(PointParameterfvEXT), @function
22841 GL_PREFIX(PointParameterfvEXT):
22842 #if defined(GLX_USE_TLS)
22843 call _x86_64_get_dispatch@PLT
22844 movq 4840(%rax), %r11
22845 jmp *%r11
22846 #elif defined(PTHREADS)
22847 pushq %rdi
22848 pushq %rsi
22849 pushq %rbp
22850 call _x86_64_get_dispatch@PLT
22851 popq %rbp
22852 popq %rsi
22853 popq %rdi
22854 movq 4840(%rax), %r11
22855 jmp *%r11
22856 #else
22857 movq _glapi_Dispatch(%rip), %rax
22858 testq %rax, %rax
22859 je 1f
22860 movq 4840(%rax), %r11
22861 jmp *%r11
22862 1:
22863 pushq %rdi
22864 pushq %rsi
22865 pushq %rbp
22866 call _glapi_get_dispatch
22867 popq %rbp
22868 popq %rsi
22869 popq %rdi
22870 movq 4840(%rax), %r11
22871 jmp *%r11
22872 #endif /* defined(GLX_USE_TLS) */
22873 .size GL_PREFIX(PointParameterfvEXT), .-GL_PREFIX(PointParameterfvEXT)
22874
22875 .p2align 4,,15
22876 .globl GL_PREFIX(LockArraysEXT)
22877 .type GL_PREFIX(LockArraysEXT), @function
22878 GL_PREFIX(LockArraysEXT):
22879 #if defined(GLX_USE_TLS)
22880 call _x86_64_get_dispatch@PLT
22881 movq 4848(%rax), %r11
22882 jmp *%r11
22883 #elif defined(PTHREADS)
22884 pushq %rdi
22885 pushq %rsi
22886 pushq %rbp
22887 call _x86_64_get_dispatch@PLT
22888 popq %rbp
22889 popq %rsi
22890 popq %rdi
22891 movq 4848(%rax), %r11
22892 jmp *%r11
22893 #else
22894 movq _glapi_Dispatch(%rip), %rax
22895 testq %rax, %rax
22896 je 1f
22897 movq 4848(%rax), %r11
22898 jmp *%r11
22899 1:
22900 pushq %rdi
22901 pushq %rsi
22902 pushq %rbp
22903 call _glapi_get_dispatch
22904 popq %rbp
22905 popq %rsi
22906 popq %rdi
22907 movq 4848(%rax), %r11
22908 jmp *%r11
22909 #endif /* defined(GLX_USE_TLS) */
22910 .size GL_PREFIX(LockArraysEXT), .-GL_PREFIX(LockArraysEXT)
22911
22912 .p2align 4,,15
22913 .globl GL_PREFIX(UnlockArraysEXT)
22914 .type GL_PREFIX(UnlockArraysEXT), @function
22915 GL_PREFIX(UnlockArraysEXT):
22916 #if defined(GLX_USE_TLS)
22917 call _x86_64_get_dispatch@PLT
22918 movq 4856(%rax), %r11
22919 jmp *%r11
22920 #elif defined(PTHREADS)
22921 pushq %rbp
22922 call _x86_64_get_dispatch@PLT
22923 popq %rbp
22924 movq 4856(%rax), %r11
22925 jmp *%r11
22926 #else
22927 movq _glapi_Dispatch(%rip), %rax
22928 testq %rax, %rax
22929 je 1f
22930 movq 4856(%rax), %r11
22931 jmp *%r11
22932 1:
22933 pushq %rbp
22934 call _glapi_get_dispatch
22935 popq %rbp
22936 movq 4856(%rax), %r11
22937 jmp *%r11
22938 #endif /* defined(GLX_USE_TLS) */
22939 .size GL_PREFIX(UnlockArraysEXT), .-GL_PREFIX(UnlockArraysEXT)
22940
22941 .p2align 4,,15
22942 .globl GL_PREFIX(_dispatch_stub_608)
22943 .type GL_PREFIX(_dispatch_stub_608), @function
22944 HIDDEN(GL_PREFIX(_dispatch_stub_608))
22945 GL_PREFIX(_dispatch_stub_608):
22946 #if defined(GLX_USE_TLS)
22947 call _x86_64_get_dispatch@PLT
22948 movq 4864(%rax), %r11
22949 jmp *%r11
22950 #elif defined(PTHREADS)
22951 pushq %rdi
22952 pushq %rsi
22953 pushq %rbp
22954 call _x86_64_get_dispatch@PLT
22955 popq %rbp
22956 popq %rsi
22957 popq %rdi
22958 movq 4864(%rax), %r11
22959 jmp *%r11
22960 #else
22961 movq _glapi_Dispatch(%rip), %rax
22962 testq %rax, %rax
22963 je 1f
22964 movq 4864(%rax), %r11
22965 jmp *%r11
22966 1:
22967 pushq %rdi
22968 pushq %rsi
22969 pushq %rbp
22970 call _glapi_get_dispatch
22971 popq %rbp
22972 popq %rsi
22973 popq %rdi
22974 movq 4864(%rax), %r11
22975 jmp *%r11
22976 #endif /* defined(GLX_USE_TLS) */
22977 .size GL_PREFIX(_dispatch_stub_608), .-GL_PREFIX(_dispatch_stub_608)
22978
22979 .p2align 4,,15
22980 .globl GL_PREFIX(_dispatch_stub_609)
22981 .type GL_PREFIX(_dispatch_stub_609), @function
22982 HIDDEN(GL_PREFIX(_dispatch_stub_609))
22983 GL_PREFIX(_dispatch_stub_609):
22984 #if defined(GLX_USE_TLS)
22985 call _x86_64_get_dispatch@PLT
22986 movq 4872(%rax), %r11
22987 jmp *%r11
22988 #elif defined(PTHREADS)
22989 pushq %rdi
22990 pushq %rsi
22991 pushq %rbp
22992 call _x86_64_get_dispatch@PLT
22993 popq %rbp
22994 popq %rsi
22995 popq %rdi
22996 movq 4872(%rax), %r11
22997 jmp *%r11
22998 #else
22999 movq _glapi_Dispatch(%rip), %rax
23000 testq %rax, %rax
23001 je 1f
23002 movq 4872(%rax), %r11
23003 jmp *%r11
23004 1:
23005 pushq %rdi
23006 pushq %rsi
23007 pushq %rbp
23008 call _glapi_get_dispatch
23009 popq %rbp
23010 popq %rsi
23011 popq %rdi
23012 movq 4872(%rax), %r11
23013 jmp *%r11
23014 #endif /* defined(GLX_USE_TLS) */
23015 .size GL_PREFIX(_dispatch_stub_609), .-GL_PREFIX(_dispatch_stub_609)
23016
23017 .p2align 4,,15
23018 .globl GL_PREFIX(SecondaryColor3bEXT)
23019 .type GL_PREFIX(SecondaryColor3bEXT), @function
23020 GL_PREFIX(SecondaryColor3bEXT):
23021 #if defined(GLX_USE_TLS)
23022 call _x86_64_get_dispatch@PLT
23023 movq 4880(%rax), %r11
23024 jmp *%r11
23025 #elif defined(PTHREADS)
23026 pushq %rdi
23027 pushq %rsi
23028 pushq %rdx
23029 call _x86_64_get_dispatch@PLT
23030 popq %rdx
23031 popq %rsi
23032 popq %rdi
23033 movq 4880(%rax), %r11
23034 jmp *%r11
23035 #else
23036 movq _glapi_Dispatch(%rip), %rax
23037 testq %rax, %rax
23038 je 1f
23039 movq 4880(%rax), %r11
23040 jmp *%r11
23041 1:
23042 pushq %rdi
23043 pushq %rsi
23044 pushq %rdx
23045 call _glapi_get_dispatch
23046 popq %rdx
23047 popq %rsi
23048 popq %rdi
23049 movq 4880(%rax), %r11
23050 jmp *%r11
23051 #endif /* defined(GLX_USE_TLS) */
23052 .size GL_PREFIX(SecondaryColor3bEXT), .-GL_PREFIX(SecondaryColor3bEXT)
23053
23054 .p2align 4,,15
23055 .globl GL_PREFIX(SecondaryColor3bvEXT)
23056 .type GL_PREFIX(SecondaryColor3bvEXT), @function
23057 GL_PREFIX(SecondaryColor3bvEXT):
23058 #if defined(GLX_USE_TLS)
23059 call _x86_64_get_dispatch@PLT
23060 movq 4888(%rax), %r11
23061 jmp *%r11
23062 #elif defined(PTHREADS)
23063 pushq %rdi
23064 call _x86_64_get_dispatch@PLT
23065 popq %rdi
23066 movq 4888(%rax), %r11
23067 jmp *%r11
23068 #else
23069 movq _glapi_Dispatch(%rip), %rax
23070 testq %rax, %rax
23071 je 1f
23072 movq 4888(%rax), %r11
23073 jmp *%r11
23074 1:
23075 pushq %rdi
23076 call _glapi_get_dispatch
23077 popq %rdi
23078 movq 4888(%rax), %r11
23079 jmp *%r11
23080 #endif /* defined(GLX_USE_TLS) */
23081 .size GL_PREFIX(SecondaryColor3bvEXT), .-GL_PREFIX(SecondaryColor3bvEXT)
23082
23083 .p2align 4,,15
23084 .globl GL_PREFIX(SecondaryColor3dEXT)
23085 .type GL_PREFIX(SecondaryColor3dEXT), @function
23086 GL_PREFIX(SecondaryColor3dEXT):
23087 #if defined(GLX_USE_TLS)
23088 call _x86_64_get_dispatch@PLT
23089 movq 4896(%rax), %r11
23090 jmp *%r11
23091 #elif defined(PTHREADS)
23092 subq $24, %rsp
23093 movq %xmm0, (%rsp)
23094 movq %xmm1, 8(%rsp)
23095 movq %xmm2, 16(%rsp)
23096 call _x86_64_get_dispatch@PLT
23097 movq 16(%rsp), %xmm2
23098 movq 8(%rsp), %xmm1
23099 movq (%rsp), %xmm0
23100 addq $24, %rsp
23101 movq 4896(%rax), %r11
23102 jmp *%r11
23103 #else
23104 movq _glapi_Dispatch(%rip), %rax
23105 testq %rax, %rax
23106 je 1f
23107 movq 4896(%rax), %r11
23108 jmp *%r11
23109 1:
23110 subq $24, %rsp
23111 movq %xmm0, (%rsp)
23112 movq %xmm1, 8(%rsp)
23113 movq %xmm2, 16(%rsp)
23114 call _glapi_get_dispatch
23115 movq 16(%rsp), %xmm2
23116 movq 8(%rsp), %xmm1
23117 movq (%rsp), %xmm0
23118 addq $24, %rsp
23119 movq 4896(%rax), %r11
23120 jmp *%r11
23121 #endif /* defined(GLX_USE_TLS) */
23122 .size GL_PREFIX(SecondaryColor3dEXT), .-GL_PREFIX(SecondaryColor3dEXT)
23123
23124 .p2align 4,,15
23125 .globl GL_PREFIX(SecondaryColor3dvEXT)
23126 .type GL_PREFIX(SecondaryColor3dvEXT), @function
23127 GL_PREFIX(SecondaryColor3dvEXT):
23128 #if defined(GLX_USE_TLS)
23129 call _x86_64_get_dispatch@PLT
23130 movq 4904(%rax), %r11
23131 jmp *%r11
23132 #elif defined(PTHREADS)
23133 pushq %rdi
23134 call _x86_64_get_dispatch@PLT
23135 popq %rdi
23136 movq 4904(%rax), %r11
23137 jmp *%r11
23138 #else
23139 movq _glapi_Dispatch(%rip), %rax
23140 testq %rax, %rax
23141 je 1f
23142 movq 4904(%rax), %r11
23143 jmp *%r11
23144 1:
23145 pushq %rdi
23146 call _glapi_get_dispatch
23147 popq %rdi
23148 movq 4904(%rax), %r11
23149 jmp *%r11
23150 #endif /* defined(GLX_USE_TLS) */
23151 .size GL_PREFIX(SecondaryColor3dvEXT), .-GL_PREFIX(SecondaryColor3dvEXT)
23152
23153 .p2align 4,,15
23154 .globl GL_PREFIX(SecondaryColor3fEXT)
23155 .type GL_PREFIX(SecondaryColor3fEXT), @function
23156 GL_PREFIX(SecondaryColor3fEXT):
23157 #if defined(GLX_USE_TLS)
23158 call _x86_64_get_dispatch@PLT
23159 movq 4912(%rax), %r11
23160 jmp *%r11
23161 #elif defined(PTHREADS)
23162 subq $24, %rsp
23163 movq %xmm0, (%rsp)
23164 movq %xmm1, 8(%rsp)
23165 movq %xmm2, 16(%rsp)
23166 call _x86_64_get_dispatch@PLT
23167 movq 16(%rsp), %xmm2
23168 movq 8(%rsp), %xmm1
23169 movq (%rsp), %xmm0
23170 addq $24, %rsp
23171 movq 4912(%rax), %r11
23172 jmp *%r11
23173 #else
23174 movq _glapi_Dispatch(%rip), %rax
23175 testq %rax, %rax
23176 je 1f
23177 movq 4912(%rax), %r11
23178 jmp *%r11
23179 1:
23180 subq $24, %rsp
23181 movq %xmm0, (%rsp)
23182 movq %xmm1, 8(%rsp)
23183 movq %xmm2, 16(%rsp)
23184 call _glapi_get_dispatch
23185 movq 16(%rsp), %xmm2
23186 movq 8(%rsp), %xmm1
23187 movq (%rsp), %xmm0
23188 addq $24, %rsp
23189 movq 4912(%rax), %r11
23190 jmp *%r11
23191 #endif /* defined(GLX_USE_TLS) */
23192 .size GL_PREFIX(SecondaryColor3fEXT), .-GL_PREFIX(SecondaryColor3fEXT)
23193
23194 .p2align 4,,15
23195 .globl GL_PREFIX(SecondaryColor3fvEXT)
23196 .type GL_PREFIX(SecondaryColor3fvEXT), @function
23197 GL_PREFIX(SecondaryColor3fvEXT):
23198 #if defined(GLX_USE_TLS)
23199 call _x86_64_get_dispatch@PLT
23200 movq 4920(%rax), %r11
23201 jmp *%r11
23202 #elif defined(PTHREADS)
23203 pushq %rdi
23204 call _x86_64_get_dispatch@PLT
23205 popq %rdi
23206 movq 4920(%rax), %r11
23207 jmp *%r11
23208 #else
23209 movq _glapi_Dispatch(%rip), %rax
23210 testq %rax, %rax
23211 je 1f
23212 movq 4920(%rax), %r11
23213 jmp *%r11
23214 1:
23215 pushq %rdi
23216 call _glapi_get_dispatch
23217 popq %rdi
23218 movq 4920(%rax), %r11
23219 jmp *%r11
23220 #endif /* defined(GLX_USE_TLS) */
23221 .size GL_PREFIX(SecondaryColor3fvEXT), .-GL_PREFIX(SecondaryColor3fvEXT)
23222
23223 .p2align 4,,15
23224 .globl GL_PREFIX(SecondaryColor3iEXT)
23225 .type GL_PREFIX(SecondaryColor3iEXT), @function
23226 GL_PREFIX(SecondaryColor3iEXT):
23227 #if defined(GLX_USE_TLS)
23228 call _x86_64_get_dispatch@PLT
23229 movq 4928(%rax), %r11
23230 jmp *%r11
23231 #elif defined(PTHREADS)
23232 pushq %rdi
23233 pushq %rsi
23234 pushq %rdx
23235 call _x86_64_get_dispatch@PLT
23236 popq %rdx
23237 popq %rsi
23238 popq %rdi
23239 movq 4928(%rax), %r11
23240 jmp *%r11
23241 #else
23242 movq _glapi_Dispatch(%rip), %rax
23243 testq %rax, %rax
23244 je 1f
23245 movq 4928(%rax), %r11
23246 jmp *%r11
23247 1:
23248 pushq %rdi
23249 pushq %rsi
23250 pushq %rdx
23251 call _glapi_get_dispatch
23252 popq %rdx
23253 popq %rsi
23254 popq %rdi
23255 movq 4928(%rax), %r11
23256 jmp *%r11
23257 #endif /* defined(GLX_USE_TLS) */
23258 .size GL_PREFIX(SecondaryColor3iEXT), .-GL_PREFIX(SecondaryColor3iEXT)
23259
23260 .p2align 4,,15
23261 .globl GL_PREFIX(SecondaryColor3ivEXT)
23262 .type GL_PREFIX(SecondaryColor3ivEXT), @function
23263 GL_PREFIX(SecondaryColor3ivEXT):
23264 #if defined(GLX_USE_TLS)
23265 call _x86_64_get_dispatch@PLT
23266 movq 4936(%rax), %r11
23267 jmp *%r11
23268 #elif defined(PTHREADS)
23269 pushq %rdi
23270 call _x86_64_get_dispatch@PLT
23271 popq %rdi
23272 movq 4936(%rax), %r11
23273 jmp *%r11
23274 #else
23275 movq _glapi_Dispatch(%rip), %rax
23276 testq %rax, %rax
23277 je 1f
23278 movq 4936(%rax), %r11
23279 jmp *%r11
23280 1:
23281 pushq %rdi
23282 call _glapi_get_dispatch
23283 popq %rdi
23284 movq 4936(%rax), %r11
23285 jmp *%r11
23286 #endif /* defined(GLX_USE_TLS) */
23287 .size GL_PREFIX(SecondaryColor3ivEXT), .-GL_PREFIX(SecondaryColor3ivEXT)
23288
23289 .p2align 4,,15
23290 .globl GL_PREFIX(SecondaryColor3sEXT)
23291 .type GL_PREFIX(SecondaryColor3sEXT), @function
23292 GL_PREFIX(SecondaryColor3sEXT):
23293 #if defined(GLX_USE_TLS)
23294 call _x86_64_get_dispatch@PLT
23295 movq 4944(%rax), %r11
23296 jmp *%r11
23297 #elif defined(PTHREADS)
23298 pushq %rdi
23299 pushq %rsi
23300 pushq %rdx
23301 call _x86_64_get_dispatch@PLT
23302 popq %rdx
23303 popq %rsi
23304 popq %rdi
23305 movq 4944(%rax), %r11
23306 jmp *%r11
23307 #else
23308 movq _glapi_Dispatch(%rip), %rax
23309 testq %rax, %rax
23310 je 1f
23311 movq 4944(%rax), %r11
23312 jmp *%r11
23313 1:
23314 pushq %rdi
23315 pushq %rsi
23316 pushq %rdx
23317 call _glapi_get_dispatch
23318 popq %rdx
23319 popq %rsi
23320 popq %rdi
23321 movq 4944(%rax), %r11
23322 jmp *%r11
23323 #endif /* defined(GLX_USE_TLS) */
23324 .size GL_PREFIX(SecondaryColor3sEXT), .-GL_PREFIX(SecondaryColor3sEXT)
23325
23326 .p2align 4,,15
23327 .globl GL_PREFIX(SecondaryColor3svEXT)
23328 .type GL_PREFIX(SecondaryColor3svEXT), @function
23329 GL_PREFIX(SecondaryColor3svEXT):
23330 #if defined(GLX_USE_TLS)
23331 call _x86_64_get_dispatch@PLT
23332 movq 4952(%rax), %r11
23333 jmp *%r11
23334 #elif defined(PTHREADS)
23335 pushq %rdi
23336 call _x86_64_get_dispatch@PLT
23337 popq %rdi
23338 movq 4952(%rax), %r11
23339 jmp *%r11
23340 #else
23341 movq _glapi_Dispatch(%rip), %rax
23342 testq %rax, %rax
23343 je 1f
23344 movq 4952(%rax), %r11
23345 jmp *%r11
23346 1:
23347 pushq %rdi
23348 call _glapi_get_dispatch
23349 popq %rdi
23350 movq 4952(%rax), %r11
23351 jmp *%r11
23352 #endif /* defined(GLX_USE_TLS) */
23353 .size GL_PREFIX(SecondaryColor3svEXT), .-GL_PREFIX(SecondaryColor3svEXT)
23354
23355 .p2align 4,,15
23356 .globl GL_PREFIX(SecondaryColor3ubEXT)
23357 .type GL_PREFIX(SecondaryColor3ubEXT), @function
23358 GL_PREFIX(SecondaryColor3ubEXT):
23359 #if defined(GLX_USE_TLS)
23360 call _x86_64_get_dispatch@PLT
23361 movq 4960(%rax), %r11
23362 jmp *%r11
23363 #elif defined(PTHREADS)
23364 pushq %rdi
23365 pushq %rsi
23366 pushq %rdx
23367 call _x86_64_get_dispatch@PLT
23368 popq %rdx
23369 popq %rsi
23370 popq %rdi
23371 movq 4960(%rax), %r11
23372 jmp *%r11
23373 #else
23374 movq _glapi_Dispatch(%rip), %rax
23375 testq %rax, %rax
23376 je 1f
23377 movq 4960(%rax), %r11
23378 jmp *%r11
23379 1:
23380 pushq %rdi
23381 pushq %rsi
23382 pushq %rdx
23383 call _glapi_get_dispatch
23384 popq %rdx
23385 popq %rsi
23386 popq %rdi
23387 movq 4960(%rax), %r11
23388 jmp *%r11
23389 #endif /* defined(GLX_USE_TLS) */
23390 .size GL_PREFIX(SecondaryColor3ubEXT), .-GL_PREFIX(SecondaryColor3ubEXT)
23391
23392 .p2align 4,,15
23393 .globl GL_PREFIX(SecondaryColor3ubvEXT)
23394 .type GL_PREFIX(SecondaryColor3ubvEXT), @function
23395 GL_PREFIX(SecondaryColor3ubvEXT):
23396 #if defined(GLX_USE_TLS)
23397 call _x86_64_get_dispatch@PLT
23398 movq 4968(%rax), %r11
23399 jmp *%r11
23400 #elif defined(PTHREADS)
23401 pushq %rdi
23402 call _x86_64_get_dispatch@PLT
23403 popq %rdi
23404 movq 4968(%rax), %r11
23405 jmp *%r11
23406 #else
23407 movq _glapi_Dispatch(%rip), %rax
23408 testq %rax, %rax
23409 je 1f
23410 movq 4968(%rax), %r11
23411 jmp *%r11
23412 1:
23413 pushq %rdi
23414 call _glapi_get_dispatch
23415 popq %rdi
23416 movq 4968(%rax), %r11
23417 jmp *%r11
23418 #endif /* defined(GLX_USE_TLS) */
23419 .size GL_PREFIX(SecondaryColor3ubvEXT), .-GL_PREFIX(SecondaryColor3ubvEXT)
23420
23421 .p2align 4,,15
23422 .globl GL_PREFIX(SecondaryColor3uiEXT)
23423 .type GL_PREFIX(SecondaryColor3uiEXT), @function
23424 GL_PREFIX(SecondaryColor3uiEXT):
23425 #if defined(GLX_USE_TLS)
23426 call _x86_64_get_dispatch@PLT
23427 movq 4976(%rax), %r11
23428 jmp *%r11
23429 #elif defined(PTHREADS)
23430 pushq %rdi
23431 pushq %rsi
23432 pushq %rdx
23433 call _x86_64_get_dispatch@PLT
23434 popq %rdx
23435 popq %rsi
23436 popq %rdi
23437 movq 4976(%rax), %r11
23438 jmp *%r11
23439 #else
23440 movq _glapi_Dispatch(%rip), %rax
23441 testq %rax, %rax
23442 je 1f
23443 movq 4976(%rax), %r11
23444 jmp *%r11
23445 1:
23446 pushq %rdi
23447 pushq %rsi
23448 pushq %rdx
23449 call _glapi_get_dispatch
23450 popq %rdx
23451 popq %rsi
23452 popq %rdi
23453 movq 4976(%rax), %r11
23454 jmp *%r11
23455 #endif /* defined(GLX_USE_TLS) */
23456 .size GL_PREFIX(SecondaryColor3uiEXT), .-GL_PREFIX(SecondaryColor3uiEXT)
23457
23458 .p2align 4,,15
23459 .globl GL_PREFIX(SecondaryColor3uivEXT)
23460 .type GL_PREFIX(SecondaryColor3uivEXT), @function
23461 GL_PREFIX(SecondaryColor3uivEXT):
23462 #if defined(GLX_USE_TLS)
23463 call _x86_64_get_dispatch@PLT
23464 movq 4984(%rax), %r11
23465 jmp *%r11
23466 #elif defined(PTHREADS)
23467 pushq %rdi
23468 call _x86_64_get_dispatch@PLT
23469 popq %rdi
23470 movq 4984(%rax), %r11
23471 jmp *%r11
23472 #else
23473 movq _glapi_Dispatch(%rip), %rax
23474 testq %rax, %rax
23475 je 1f
23476 movq 4984(%rax), %r11
23477 jmp *%r11
23478 1:
23479 pushq %rdi
23480 call _glapi_get_dispatch
23481 popq %rdi
23482 movq 4984(%rax), %r11
23483 jmp *%r11
23484 #endif /* defined(GLX_USE_TLS) */
23485 .size GL_PREFIX(SecondaryColor3uivEXT), .-GL_PREFIX(SecondaryColor3uivEXT)
23486
23487 .p2align 4,,15
23488 .globl GL_PREFIX(SecondaryColor3usEXT)
23489 .type GL_PREFIX(SecondaryColor3usEXT), @function
23490 GL_PREFIX(SecondaryColor3usEXT):
23491 #if defined(GLX_USE_TLS)
23492 call _x86_64_get_dispatch@PLT
23493 movq 4992(%rax), %r11
23494 jmp *%r11
23495 #elif defined(PTHREADS)
23496 pushq %rdi
23497 pushq %rsi
23498 pushq %rdx
23499 call _x86_64_get_dispatch@PLT
23500 popq %rdx
23501 popq %rsi
23502 popq %rdi
23503 movq 4992(%rax), %r11
23504 jmp *%r11
23505 #else
23506 movq _glapi_Dispatch(%rip), %rax
23507 testq %rax, %rax
23508 je 1f
23509 movq 4992(%rax), %r11
23510 jmp *%r11
23511 1:
23512 pushq %rdi
23513 pushq %rsi
23514 pushq %rdx
23515 call _glapi_get_dispatch
23516 popq %rdx
23517 popq %rsi
23518 popq %rdi
23519 movq 4992(%rax), %r11
23520 jmp *%r11
23521 #endif /* defined(GLX_USE_TLS) */
23522 .size GL_PREFIX(SecondaryColor3usEXT), .-GL_PREFIX(SecondaryColor3usEXT)
23523
23524 .p2align 4,,15
23525 .globl GL_PREFIX(SecondaryColor3usvEXT)
23526 .type GL_PREFIX(SecondaryColor3usvEXT), @function
23527 GL_PREFIX(SecondaryColor3usvEXT):
23528 #if defined(GLX_USE_TLS)
23529 call _x86_64_get_dispatch@PLT
23530 movq 5000(%rax), %r11
23531 jmp *%r11
23532 #elif defined(PTHREADS)
23533 pushq %rdi
23534 call _x86_64_get_dispatch@PLT
23535 popq %rdi
23536 movq 5000(%rax), %r11
23537 jmp *%r11
23538 #else
23539 movq _glapi_Dispatch(%rip), %rax
23540 testq %rax, %rax
23541 je 1f
23542 movq 5000(%rax), %r11
23543 jmp *%r11
23544 1:
23545 pushq %rdi
23546 call _glapi_get_dispatch
23547 popq %rdi
23548 movq 5000(%rax), %r11
23549 jmp *%r11
23550 #endif /* defined(GLX_USE_TLS) */
23551 .size GL_PREFIX(SecondaryColor3usvEXT), .-GL_PREFIX(SecondaryColor3usvEXT)
23552
23553 .p2align 4,,15
23554 .globl GL_PREFIX(SecondaryColorPointerEXT)
23555 .type GL_PREFIX(SecondaryColorPointerEXT), @function
23556 GL_PREFIX(SecondaryColorPointerEXT):
23557 #if defined(GLX_USE_TLS)
23558 call _x86_64_get_dispatch@PLT
23559 movq 5008(%rax), %r11
23560 jmp *%r11
23561 #elif defined(PTHREADS)
23562 pushq %rdi
23563 pushq %rsi
23564 pushq %rdx
23565 pushq %rcx
23566 pushq %rbp
23567 call _x86_64_get_dispatch@PLT
23568 popq %rbp
23569 popq %rcx
23570 popq %rdx
23571 popq %rsi
23572 popq %rdi
23573 movq 5008(%rax), %r11
23574 jmp *%r11
23575 #else
23576 movq _glapi_Dispatch(%rip), %rax
23577 testq %rax, %rax
23578 je 1f
23579 movq 5008(%rax), %r11
23580 jmp *%r11
23581 1:
23582 pushq %rdi
23583 pushq %rsi
23584 pushq %rdx
23585 pushq %rcx
23586 pushq %rbp
23587 call _glapi_get_dispatch
23588 popq %rbp
23589 popq %rcx
23590 popq %rdx
23591 popq %rsi
23592 popq %rdi
23593 movq 5008(%rax), %r11
23594 jmp *%r11
23595 #endif /* defined(GLX_USE_TLS) */
23596 .size GL_PREFIX(SecondaryColorPointerEXT), .-GL_PREFIX(SecondaryColorPointerEXT)
23597
23598 .p2align 4,,15
23599 .globl GL_PREFIX(MultiDrawArraysEXT)
23600 .type GL_PREFIX(MultiDrawArraysEXT), @function
23601 GL_PREFIX(MultiDrawArraysEXT):
23602 #if defined(GLX_USE_TLS)
23603 call _x86_64_get_dispatch@PLT
23604 movq 5016(%rax), %r11
23605 jmp *%r11
23606 #elif defined(PTHREADS)
23607 pushq %rdi
23608 pushq %rsi
23609 pushq %rdx
23610 pushq %rcx
23611 pushq %rbp
23612 call _x86_64_get_dispatch@PLT
23613 popq %rbp
23614 popq %rcx
23615 popq %rdx
23616 popq %rsi
23617 popq %rdi
23618 movq 5016(%rax), %r11
23619 jmp *%r11
23620 #else
23621 movq _glapi_Dispatch(%rip), %rax
23622 testq %rax, %rax
23623 je 1f
23624 movq 5016(%rax), %r11
23625 jmp *%r11
23626 1:
23627 pushq %rdi
23628 pushq %rsi
23629 pushq %rdx
23630 pushq %rcx
23631 pushq %rbp
23632 call _glapi_get_dispatch
23633 popq %rbp
23634 popq %rcx
23635 popq %rdx
23636 popq %rsi
23637 popq %rdi
23638 movq 5016(%rax), %r11
23639 jmp *%r11
23640 #endif /* defined(GLX_USE_TLS) */
23641 .size GL_PREFIX(MultiDrawArraysEXT), .-GL_PREFIX(MultiDrawArraysEXT)
23642
23643 .p2align 4,,15
23644 .globl GL_PREFIX(MultiDrawElementsEXT)
23645 .type GL_PREFIX(MultiDrawElementsEXT), @function
23646 GL_PREFIX(MultiDrawElementsEXT):
23647 #if defined(GLX_USE_TLS)
23648 call _x86_64_get_dispatch@PLT
23649 movq 5024(%rax), %r11
23650 jmp *%r11
23651 #elif defined(PTHREADS)
23652 pushq %rdi
23653 pushq %rsi
23654 pushq %rdx
23655 pushq %rcx
23656 pushq %r8
23657 call _x86_64_get_dispatch@PLT
23658 popq %r8
23659 popq %rcx
23660 popq %rdx
23661 popq %rsi
23662 popq %rdi
23663 movq 5024(%rax), %r11
23664 jmp *%r11
23665 #else
23666 movq _glapi_Dispatch(%rip), %rax
23667 testq %rax, %rax
23668 je 1f
23669 movq 5024(%rax), %r11
23670 jmp *%r11
23671 1:
23672 pushq %rdi
23673 pushq %rsi
23674 pushq %rdx
23675 pushq %rcx
23676 pushq %r8
23677 call _glapi_get_dispatch
23678 popq %r8
23679 popq %rcx
23680 popq %rdx
23681 popq %rsi
23682 popq %rdi
23683 movq 5024(%rax), %r11
23684 jmp *%r11
23685 #endif /* defined(GLX_USE_TLS) */
23686 .size GL_PREFIX(MultiDrawElementsEXT), .-GL_PREFIX(MultiDrawElementsEXT)
23687
23688 .p2align 4,,15
23689 .globl GL_PREFIX(FogCoordPointerEXT)
23690 .type GL_PREFIX(FogCoordPointerEXT), @function
23691 GL_PREFIX(FogCoordPointerEXT):
23692 #if defined(GLX_USE_TLS)
23693 call _x86_64_get_dispatch@PLT
23694 movq 5032(%rax), %r11
23695 jmp *%r11
23696 #elif defined(PTHREADS)
23697 pushq %rdi
23698 pushq %rsi
23699 pushq %rdx
23700 call _x86_64_get_dispatch@PLT
23701 popq %rdx
23702 popq %rsi
23703 popq %rdi
23704 movq 5032(%rax), %r11
23705 jmp *%r11
23706 #else
23707 movq _glapi_Dispatch(%rip), %rax
23708 testq %rax, %rax
23709 je 1f
23710 movq 5032(%rax), %r11
23711 jmp *%r11
23712 1:
23713 pushq %rdi
23714 pushq %rsi
23715 pushq %rdx
23716 call _glapi_get_dispatch
23717 popq %rdx
23718 popq %rsi
23719 popq %rdi
23720 movq 5032(%rax), %r11
23721 jmp *%r11
23722 #endif /* defined(GLX_USE_TLS) */
23723 .size GL_PREFIX(FogCoordPointerEXT), .-GL_PREFIX(FogCoordPointerEXT)
23724
23725 .p2align 4,,15
23726 .globl GL_PREFIX(FogCoorddEXT)
23727 .type GL_PREFIX(FogCoorddEXT), @function
23728 GL_PREFIX(FogCoorddEXT):
23729 #if defined(GLX_USE_TLS)
23730 call _x86_64_get_dispatch@PLT
23731 movq 5040(%rax), %r11
23732 jmp *%r11
23733 #elif defined(PTHREADS)
23734 subq $8, %rsp
23735 movq %xmm0, (%rsp)
23736 call _x86_64_get_dispatch@PLT
23737 movq (%rsp), %xmm0
23738 addq $8, %rsp
23739 movq 5040(%rax), %r11
23740 jmp *%r11
23741 #else
23742 movq _glapi_Dispatch(%rip), %rax
23743 testq %rax, %rax
23744 je 1f
23745 movq 5040(%rax), %r11
23746 jmp *%r11
23747 1:
23748 subq $8, %rsp
23749 movq %xmm0, (%rsp)
23750 call _glapi_get_dispatch
23751 movq (%rsp), %xmm0
23752 addq $8, %rsp
23753 movq 5040(%rax), %r11
23754 jmp *%r11
23755 #endif /* defined(GLX_USE_TLS) */
23756 .size GL_PREFIX(FogCoorddEXT), .-GL_PREFIX(FogCoorddEXT)
23757
23758 .p2align 4,,15
23759 .globl GL_PREFIX(FogCoorddvEXT)
23760 .type GL_PREFIX(FogCoorddvEXT), @function
23761 GL_PREFIX(FogCoorddvEXT):
23762 #if defined(GLX_USE_TLS)
23763 call _x86_64_get_dispatch@PLT
23764 movq 5048(%rax), %r11
23765 jmp *%r11
23766 #elif defined(PTHREADS)
23767 pushq %rdi
23768 call _x86_64_get_dispatch@PLT
23769 popq %rdi
23770 movq 5048(%rax), %r11
23771 jmp *%r11
23772 #else
23773 movq _glapi_Dispatch(%rip), %rax
23774 testq %rax, %rax
23775 je 1f
23776 movq 5048(%rax), %r11
23777 jmp *%r11
23778 1:
23779 pushq %rdi
23780 call _glapi_get_dispatch
23781 popq %rdi
23782 movq 5048(%rax), %r11
23783 jmp *%r11
23784 #endif /* defined(GLX_USE_TLS) */
23785 .size GL_PREFIX(FogCoorddvEXT), .-GL_PREFIX(FogCoorddvEXT)
23786
23787 .p2align 4,,15
23788 .globl GL_PREFIX(FogCoordfEXT)
23789 .type GL_PREFIX(FogCoordfEXT), @function
23790 GL_PREFIX(FogCoordfEXT):
23791 #if defined(GLX_USE_TLS)
23792 call _x86_64_get_dispatch@PLT
23793 movq 5056(%rax), %r11
23794 jmp *%r11
23795 #elif defined(PTHREADS)
23796 subq $8, %rsp
23797 movq %xmm0, (%rsp)
23798 call _x86_64_get_dispatch@PLT
23799 movq (%rsp), %xmm0
23800 addq $8, %rsp
23801 movq 5056(%rax), %r11
23802 jmp *%r11
23803 #else
23804 movq _glapi_Dispatch(%rip), %rax
23805 testq %rax, %rax
23806 je 1f
23807 movq 5056(%rax), %r11
23808 jmp *%r11
23809 1:
23810 subq $8, %rsp
23811 movq %xmm0, (%rsp)
23812 call _glapi_get_dispatch
23813 movq (%rsp), %xmm0
23814 addq $8, %rsp
23815 movq 5056(%rax), %r11
23816 jmp *%r11
23817 #endif /* defined(GLX_USE_TLS) */
23818 .size GL_PREFIX(FogCoordfEXT), .-GL_PREFIX(FogCoordfEXT)
23819
23820 .p2align 4,,15
23821 .globl GL_PREFIX(FogCoordfvEXT)
23822 .type GL_PREFIX(FogCoordfvEXT), @function
23823 GL_PREFIX(FogCoordfvEXT):
23824 #if defined(GLX_USE_TLS)
23825 call _x86_64_get_dispatch@PLT
23826 movq 5064(%rax), %r11
23827 jmp *%r11
23828 #elif defined(PTHREADS)
23829 pushq %rdi
23830 call _x86_64_get_dispatch@PLT
23831 popq %rdi
23832 movq 5064(%rax), %r11
23833 jmp *%r11
23834 #else
23835 movq _glapi_Dispatch(%rip), %rax
23836 testq %rax, %rax
23837 je 1f
23838 movq 5064(%rax), %r11
23839 jmp *%r11
23840 1:
23841 pushq %rdi
23842 call _glapi_get_dispatch
23843 popq %rdi
23844 movq 5064(%rax), %r11
23845 jmp *%r11
23846 #endif /* defined(GLX_USE_TLS) */
23847 .size GL_PREFIX(FogCoordfvEXT), .-GL_PREFIX(FogCoordfvEXT)
23848
23849 .p2align 4,,15
23850 .globl GL_PREFIX(_dispatch_stub_634)
23851 .type GL_PREFIX(_dispatch_stub_634), @function
23852 HIDDEN(GL_PREFIX(_dispatch_stub_634))
23853 GL_PREFIX(_dispatch_stub_634):
23854 #if defined(GLX_USE_TLS)
23855 call _x86_64_get_dispatch@PLT
23856 movq 5072(%rax), %r11
23857 jmp *%r11
23858 #elif defined(PTHREADS)
23859 pushq %rdi
23860 call _x86_64_get_dispatch@PLT
23861 popq %rdi
23862 movq 5072(%rax), %r11
23863 jmp *%r11
23864 #else
23865 movq _glapi_Dispatch(%rip), %rax
23866 testq %rax, %rax
23867 je 1f
23868 movq 5072(%rax), %r11
23869 jmp *%r11
23870 1:
23871 pushq %rdi
23872 call _glapi_get_dispatch
23873 popq %rdi
23874 movq 5072(%rax), %r11
23875 jmp *%r11
23876 #endif /* defined(GLX_USE_TLS) */
23877 .size GL_PREFIX(_dispatch_stub_634), .-GL_PREFIX(_dispatch_stub_634)
23878
23879 .p2align 4,,15
23880 .globl GL_PREFIX(BlendFuncSeparateEXT)
23881 .type GL_PREFIX(BlendFuncSeparateEXT), @function
23882 GL_PREFIX(BlendFuncSeparateEXT):
23883 #if defined(GLX_USE_TLS)
23884 call _x86_64_get_dispatch@PLT
23885 movq 5080(%rax), %r11
23886 jmp *%r11
23887 #elif defined(PTHREADS)
23888 pushq %rdi
23889 pushq %rsi
23890 pushq %rdx
23891 pushq %rcx
23892 pushq %rbp
23893 call _x86_64_get_dispatch@PLT
23894 popq %rbp
23895 popq %rcx
23896 popq %rdx
23897 popq %rsi
23898 popq %rdi
23899 movq 5080(%rax), %r11
23900 jmp *%r11
23901 #else
23902 movq _glapi_Dispatch(%rip), %rax
23903 testq %rax, %rax
23904 je 1f
23905 movq 5080(%rax), %r11
23906 jmp *%r11
23907 1:
23908 pushq %rdi
23909 pushq %rsi
23910 pushq %rdx
23911 pushq %rcx
23912 pushq %rbp
23913 call _glapi_get_dispatch
23914 popq %rbp
23915 popq %rcx
23916 popq %rdx
23917 popq %rsi
23918 popq %rdi
23919 movq 5080(%rax), %r11
23920 jmp *%r11
23921 #endif /* defined(GLX_USE_TLS) */
23922 .size GL_PREFIX(BlendFuncSeparateEXT), .-GL_PREFIX(BlendFuncSeparateEXT)
23923
23924 .p2align 4,,15
23925 .globl GL_PREFIX(FlushVertexArrayRangeNV)
23926 .type GL_PREFIX(FlushVertexArrayRangeNV), @function
23927 GL_PREFIX(FlushVertexArrayRangeNV):
23928 #if defined(GLX_USE_TLS)
23929 call _x86_64_get_dispatch@PLT
23930 movq 5088(%rax), %r11
23931 jmp *%r11
23932 #elif defined(PTHREADS)
23933 pushq %rbp
23934 call _x86_64_get_dispatch@PLT
23935 popq %rbp
23936 movq 5088(%rax), %r11
23937 jmp *%r11
23938 #else
23939 movq _glapi_Dispatch(%rip), %rax
23940 testq %rax, %rax
23941 je 1f
23942 movq 5088(%rax), %r11
23943 jmp *%r11
23944 1:
23945 pushq %rbp
23946 call _glapi_get_dispatch
23947 popq %rbp
23948 movq 5088(%rax), %r11
23949 jmp *%r11
23950 #endif /* defined(GLX_USE_TLS) */
23951 .size GL_PREFIX(FlushVertexArrayRangeNV), .-GL_PREFIX(FlushVertexArrayRangeNV)
23952
23953 .p2align 4,,15
23954 .globl GL_PREFIX(VertexArrayRangeNV)
23955 .type GL_PREFIX(VertexArrayRangeNV), @function
23956 GL_PREFIX(VertexArrayRangeNV):
23957 #if defined(GLX_USE_TLS)
23958 call _x86_64_get_dispatch@PLT
23959 movq 5096(%rax), %r11
23960 jmp *%r11
23961 #elif defined(PTHREADS)
23962 pushq %rdi
23963 pushq %rsi
23964 pushq %rbp
23965 call _x86_64_get_dispatch@PLT
23966 popq %rbp
23967 popq %rsi
23968 popq %rdi
23969 movq 5096(%rax), %r11
23970 jmp *%r11
23971 #else
23972 movq _glapi_Dispatch(%rip), %rax
23973 testq %rax, %rax
23974 je 1f
23975 movq 5096(%rax), %r11
23976 jmp *%r11
23977 1:
23978 pushq %rdi
23979 pushq %rsi
23980 pushq %rbp
23981 call _glapi_get_dispatch
23982 popq %rbp
23983 popq %rsi
23984 popq %rdi
23985 movq 5096(%rax), %r11
23986 jmp *%r11
23987 #endif /* defined(GLX_USE_TLS) */
23988 .size GL_PREFIX(VertexArrayRangeNV), .-GL_PREFIX(VertexArrayRangeNV)
23989
23990 .p2align 4,,15
23991 .globl GL_PREFIX(CombinerInputNV)
23992 .type GL_PREFIX(CombinerInputNV), @function
23993 GL_PREFIX(CombinerInputNV):
23994 #if defined(GLX_USE_TLS)
23995 call _x86_64_get_dispatch@PLT
23996 movq 5104(%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 pushq %r9
24005 pushq %rbp
24006 call _x86_64_get_dispatch@PLT
24007 popq %rbp
24008 popq %r9
24009 popq %r8
24010 popq %rcx
24011 popq %rdx
24012 popq %rsi
24013 popq %rdi
24014 movq 5104(%rax), %r11
24015 jmp *%r11
24016 #else
24017 movq _glapi_Dispatch(%rip), %rax
24018 testq %rax, %rax
24019 je 1f
24020 movq 5104(%rax), %r11
24021 jmp *%r11
24022 1:
24023 pushq %rdi
24024 pushq %rsi
24025 pushq %rdx
24026 pushq %rcx
24027 pushq %r8
24028 pushq %r9
24029 pushq %rbp
24030 call _glapi_get_dispatch
24031 popq %rbp
24032 popq %r9
24033 popq %r8
24034 popq %rcx
24035 popq %rdx
24036 popq %rsi
24037 popq %rdi
24038 movq 5104(%rax), %r11
24039 jmp *%r11
24040 #endif /* defined(GLX_USE_TLS) */
24041 .size GL_PREFIX(CombinerInputNV), .-GL_PREFIX(CombinerInputNV)
24042
24043 .p2align 4,,15
24044 .globl GL_PREFIX(CombinerOutputNV)
24045 .type GL_PREFIX(CombinerOutputNV), @function
24046 GL_PREFIX(CombinerOutputNV):
24047 #if defined(GLX_USE_TLS)
24048 call _x86_64_get_dispatch@PLT
24049 movq 5112(%rax), %r11
24050 jmp *%r11
24051 #elif defined(PTHREADS)
24052 pushq %rdi
24053 pushq %rsi
24054 pushq %rdx
24055 pushq %rcx
24056 pushq %r8
24057 pushq %r9
24058 pushq %rbp
24059 call _x86_64_get_dispatch@PLT
24060 popq %rbp
24061 popq %r9
24062 popq %r8
24063 popq %rcx
24064 popq %rdx
24065 popq %rsi
24066 popq %rdi
24067 movq 5112(%rax), %r11
24068 jmp *%r11
24069 #else
24070 movq _glapi_Dispatch(%rip), %rax
24071 testq %rax, %rax
24072 je 1f
24073 movq 5112(%rax), %r11
24074 jmp *%r11
24075 1:
24076 pushq %rdi
24077 pushq %rsi
24078 pushq %rdx
24079 pushq %rcx
24080 pushq %r8
24081 pushq %r9
24082 pushq %rbp
24083 call _glapi_get_dispatch
24084 popq %rbp
24085 popq %r9
24086 popq %r8
24087 popq %rcx
24088 popq %rdx
24089 popq %rsi
24090 popq %rdi
24091 movq 5112(%rax), %r11
24092 jmp *%r11
24093 #endif /* defined(GLX_USE_TLS) */
24094 .size GL_PREFIX(CombinerOutputNV), .-GL_PREFIX(CombinerOutputNV)
24095
24096 .p2align 4,,15
24097 .globl GL_PREFIX(CombinerParameterfNV)
24098 .type GL_PREFIX(CombinerParameterfNV), @function
24099 GL_PREFIX(CombinerParameterfNV):
24100 #if defined(GLX_USE_TLS)
24101 call _x86_64_get_dispatch@PLT
24102 movq 5120(%rax), %r11
24103 jmp *%r11
24104 #elif defined(PTHREADS)
24105 subq $24, %rsp
24106 movq %rdi, (%rsp)
24107 movq %xmm0, 8(%rsp)
24108 call _x86_64_get_dispatch@PLT
24109 movq 8(%rsp), %xmm0
24110 movq (%rsp), %rdi
24111 addq $24, %rsp
24112 movq 5120(%rax), %r11
24113 jmp *%r11
24114 #else
24115 movq _glapi_Dispatch(%rip), %rax
24116 testq %rax, %rax
24117 je 1f
24118 movq 5120(%rax), %r11
24119 jmp *%r11
24120 1:
24121 subq $24, %rsp
24122 movq %rdi, (%rsp)
24123 movq %xmm0, 8(%rsp)
24124 call _glapi_get_dispatch
24125 movq 8(%rsp), %xmm0
24126 movq (%rsp), %rdi
24127 addq $24, %rsp
24128 movq 5120(%rax), %r11
24129 jmp *%r11
24130 #endif /* defined(GLX_USE_TLS) */
24131 .size GL_PREFIX(CombinerParameterfNV), .-GL_PREFIX(CombinerParameterfNV)
24132
24133 .p2align 4,,15
24134 .globl GL_PREFIX(CombinerParameterfvNV)
24135 .type GL_PREFIX(CombinerParameterfvNV), @function
24136 GL_PREFIX(CombinerParameterfvNV):
24137 #if defined(GLX_USE_TLS)
24138 call _x86_64_get_dispatch@PLT
24139 movq 5128(%rax), %r11
24140 jmp *%r11
24141 #elif defined(PTHREADS)
24142 pushq %rdi
24143 pushq %rsi
24144 pushq %rbp
24145 call _x86_64_get_dispatch@PLT
24146 popq %rbp
24147 popq %rsi
24148 popq %rdi
24149 movq 5128(%rax), %r11
24150 jmp *%r11
24151 #else
24152 movq _glapi_Dispatch(%rip), %rax
24153 testq %rax, %rax
24154 je 1f
24155 movq 5128(%rax), %r11
24156 jmp *%r11
24157 1:
24158 pushq %rdi
24159 pushq %rsi
24160 pushq %rbp
24161 call _glapi_get_dispatch
24162 popq %rbp
24163 popq %rsi
24164 popq %rdi
24165 movq 5128(%rax), %r11
24166 jmp *%r11
24167 #endif /* defined(GLX_USE_TLS) */
24168 .size GL_PREFIX(CombinerParameterfvNV), .-GL_PREFIX(CombinerParameterfvNV)
24169
24170 .p2align 4,,15
24171 .globl GL_PREFIX(CombinerParameteriNV)
24172 .type GL_PREFIX(CombinerParameteriNV), @function
24173 GL_PREFIX(CombinerParameteriNV):
24174 #if defined(GLX_USE_TLS)
24175 call _x86_64_get_dispatch@PLT
24176 movq 5136(%rax), %r11
24177 jmp *%r11
24178 #elif defined(PTHREADS)
24179 pushq %rdi
24180 pushq %rsi
24181 pushq %rbp
24182 call _x86_64_get_dispatch@PLT
24183 popq %rbp
24184 popq %rsi
24185 popq %rdi
24186 movq 5136(%rax), %r11
24187 jmp *%r11
24188 #else
24189 movq _glapi_Dispatch(%rip), %rax
24190 testq %rax, %rax
24191 je 1f
24192 movq 5136(%rax), %r11
24193 jmp *%r11
24194 1:
24195 pushq %rdi
24196 pushq %rsi
24197 pushq %rbp
24198 call _glapi_get_dispatch
24199 popq %rbp
24200 popq %rsi
24201 popq %rdi
24202 movq 5136(%rax), %r11
24203 jmp *%r11
24204 #endif /* defined(GLX_USE_TLS) */
24205 .size GL_PREFIX(CombinerParameteriNV), .-GL_PREFIX(CombinerParameteriNV)
24206
24207 .p2align 4,,15
24208 .globl GL_PREFIX(CombinerParameterivNV)
24209 .type GL_PREFIX(CombinerParameterivNV), @function
24210 GL_PREFIX(CombinerParameterivNV):
24211 #if defined(GLX_USE_TLS)
24212 call _x86_64_get_dispatch@PLT
24213 movq 5144(%rax), %r11
24214 jmp *%r11
24215 #elif defined(PTHREADS)
24216 pushq %rdi
24217 pushq %rsi
24218 pushq %rbp
24219 call _x86_64_get_dispatch@PLT
24220 popq %rbp
24221 popq %rsi
24222 popq %rdi
24223 movq 5144(%rax), %r11
24224 jmp *%r11
24225 #else
24226 movq _glapi_Dispatch(%rip), %rax
24227 testq %rax, %rax
24228 je 1f
24229 movq 5144(%rax), %r11
24230 jmp *%r11
24231 1:
24232 pushq %rdi
24233 pushq %rsi
24234 pushq %rbp
24235 call _glapi_get_dispatch
24236 popq %rbp
24237 popq %rsi
24238 popq %rdi
24239 movq 5144(%rax), %r11
24240 jmp *%r11
24241 #endif /* defined(GLX_USE_TLS) */
24242 .size GL_PREFIX(CombinerParameterivNV), .-GL_PREFIX(CombinerParameterivNV)
24243
24244 .p2align 4,,15
24245 .globl GL_PREFIX(FinalCombinerInputNV)
24246 .type GL_PREFIX(FinalCombinerInputNV), @function
24247 GL_PREFIX(FinalCombinerInputNV):
24248 #if defined(GLX_USE_TLS)
24249 call _x86_64_get_dispatch@PLT
24250 movq 5152(%rax), %r11
24251 jmp *%r11
24252 #elif defined(PTHREADS)
24253 pushq %rdi
24254 pushq %rsi
24255 pushq %rdx
24256 pushq %rcx
24257 pushq %rbp
24258 call _x86_64_get_dispatch@PLT
24259 popq %rbp
24260 popq %rcx
24261 popq %rdx
24262 popq %rsi
24263 popq %rdi
24264 movq 5152(%rax), %r11
24265 jmp *%r11
24266 #else
24267 movq _glapi_Dispatch(%rip), %rax
24268 testq %rax, %rax
24269 je 1f
24270 movq 5152(%rax), %r11
24271 jmp *%r11
24272 1:
24273 pushq %rdi
24274 pushq %rsi
24275 pushq %rdx
24276 pushq %rcx
24277 pushq %rbp
24278 call _glapi_get_dispatch
24279 popq %rbp
24280 popq %rcx
24281 popq %rdx
24282 popq %rsi
24283 popq %rdi
24284 movq 5152(%rax), %r11
24285 jmp *%r11
24286 #endif /* defined(GLX_USE_TLS) */
24287 .size GL_PREFIX(FinalCombinerInputNV), .-GL_PREFIX(FinalCombinerInputNV)
24288
24289 .p2align 4,,15
24290 .globl GL_PREFIX(GetCombinerInputParameterfvNV)
24291 .type GL_PREFIX(GetCombinerInputParameterfvNV), @function
24292 GL_PREFIX(GetCombinerInputParameterfvNV):
24293 #if defined(GLX_USE_TLS)
24294 call _x86_64_get_dispatch@PLT
24295 movq 5160(%rax), %r11
24296 jmp *%r11
24297 #elif defined(PTHREADS)
24298 pushq %rdi
24299 pushq %rsi
24300 pushq %rdx
24301 pushq %rcx
24302 pushq %r8
24303 call _x86_64_get_dispatch@PLT
24304 popq %r8
24305 popq %rcx
24306 popq %rdx
24307 popq %rsi
24308 popq %rdi
24309 movq 5160(%rax), %r11
24310 jmp *%r11
24311 #else
24312 movq _glapi_Dispatch(%rip), %rax
24313 testq %rax, %rax
24314 je 1f
24315 movq 5160(%rax), %r11
24316 jmp *%r11
24317 1:
24318 pushq %rdi
24319 pushq %rsi
24320 pushq %rdx
24321 pushq %rcx
24322 pushq %r8
24323 call _glapi_get_dispatch
24324 popq %r8
24325 popq %rcx
24326 popq %rdx
24327 popq %rsi
24328 popq %rdi
24329 movq 5160(%rax), %r11
24330 jmp *%r11
24331 #endif /* defined(GLX_USE_TLS) */
24332 .size GL_PREFIX(GetCombinerInputParameterfvNV), .-GL_PREFIX(GetCombinerInputParameterfvNV)
24333
24334 .p2align 4,,15
24335 .globl GL_PREFIX(GetCombinerInputParameterivNV)
24336 .type GL_PREFIX(GetCombinerInputParameterivNV), @function
24337 GL_PREFIX(GetCombinerInputParameterivNV):
24338 #if defined(GLX_USE_TLS)
24339 call _x86_64_get_dispatch@PLT
24340 movq 5168(%rax), %r11
24341 jmp *%r11
24342 #elif defined(PTHREADS)
24343 pushq %rdi
24344 pushq %rsi
24345 pushq %rdx
24346 pushq %rcx
24347 pushq %r8
24348 call _x86_64_get_dispatch@PLT
24349 popq %r8
24350 popq %rcx
24351 popq %rdx
24352 popq %rsi
24353 popq %rdi
24354 movq 5168(%rax), %r11
24355 jmp *%r11
24356 #else
24357 movq _glapi_Dispatch(%rip), %rax
24358 testq %rax, %rax
24359 je 1f
24360 movq 5168(%rax), %r11
24361 jmp *%r11
24362 1:
24363 pushq %rdi
24364 pushq %rsi
24365 pushq %rdx
24366 pushq %rcx
24367 pushq %r8
24368 call _glapi_get_dispatch
24369 popq %r8
24370 popq %rcx
24371 popq %rdx
24372 popq %rsi
24373 popq %rdi
24374 movq 5168(%rax), %r11
24375 jmp *%r11
24376 #endif /* defined(GLX_USE_TLS) */
24377 .size GL_PREFIX(GetCombinerInputParameterivNV), .-GL_PREFIX(GetCombinerInputParameterivNV)
24378
24379 .p2align 4,,15
24380 .globl GL_PREFIX(GetCombinerOutputParameterfvNV)
24381 .type GL_PREFIX(GetCombinerOutputParameterfvNV), @function
24382 GL_PREFIX(GetCombinerOutputParameterfvNV):
24383 #if defined(GLX_USE_TLS)
24384 call _x86_64_get_dispatch@PLT
24385 movq 5176(%rax), %r11
24386 jmp *%r11
24387 #elif defined(PTHREADS)
24388 pushq %rdi
24389 pushq %rsi
24390 pushq %rdx
24391 pushq %rcx
24392 pushq %rbp
24393 call _x86_64_get_dispatch@PLT
24394 popq %rbp
24395 popq %rcx
24396 popq %rdx
24397 popq %rsi
24398 popq %rdi
24399 movq 5176(%rax), %r11
24400 jmp *%r11
24401 #else
24402 movq _glapi_Dispatch(%rip), %rax
24403 testq %rax, %rax
24404 je 1f
24405 movq 5176(%rax), %r11
24406 jmp *%r11
24407 1:
24408 pushq %rdi
24409 pushq %rsi
24410 pushq %rdx
24411 pushq %rcx
24412 pushq %rbp
24413 call _glapi_get_dispatch
24414 popq %rbp
24415 popq %rcx
24416 popq %rdx
24417 popq %rsi
24418 popq %rdi
24419 movq 5176(%rax), %r11
24420 jmp *%r11
24421 #endif /* defined(GLX_USE_TLS) */
24422 .size GL_PREFIX(GetCombinerOutputParameterfvNV), .-GL_PREFIX(GetCombinerOutputParameterfvNV)
24423
24424 .p2align 4,,15
24425 .globl GL_PREFIX(GetCombinerOutputParameterivNV)
24426 .type GL_PREFIX(GetCombinerOutputParameterivNV), @function
24427 GL_PREFIX(GetCombinerOutputParameterivNV):
24428 #if defined(GLX_USE_TLS)
24429 call _x86_64_get_dispatch@PLT
24430 movq 5184(%rax), %r11
24431 jmp *%r11
24432 #elif defined(PTHREADS)
24433 pushq %rdi
24434 pushq %rsi
24435 pushq %rdx
24436 pushq %rcx
24437 pushq %rbp
24438 call _x86_64_get_dispatch@PLT
24439 popq %rbp
24440 popq %rcx
24441 popq %rdx
24442 popq %rsi
24443 popq %rdi
24444 movq 5184(%rax), %r11
24445 jmp *%r11
24446 #else
24447 movq _glapi_Dispatch(%rip), %rax
24448 testq %rax, %rax
24449 je 1f
24450 movq 5184(%rax), %r11
24451 jmp *%r11
24452 1:
24453 pushq %rdi
24454 pushq %rsi
24455 pushq %rdx
24456 pushq %rcx
24457 pushq %rbp
24458 call _glapi_get_dispatch
24459 popq %rbp
24460 popq %rcx
24461 popq %rdx
24462 popq %rsi
24463 popq %rdi
24464 movq 5184(%rax), %r11
24465 jmp *%r11
24466 #endif /* defined(GLX_USE_TLS) */
24467 .size GL_PREFIX(GetCombinerOutputParameterivNV), .-GL_PREFIX(GetCombinerOutputParameterivNV)
24468
24469 .p2align 4,,15
24470 .globl GL_PREFIX(GetFinalCombinerInputParameterfvNV)
24471 .type GL_PREFIX(GetFinalCombinerInputParameterfvNV), @function
24472 GL_PREFIX(GetFinalCombinerInputParameterfvNV):
24473 #if defined(GLX_USE_TLS)
24474 call _x86_64_get_dispatch@PLT
24475 movq 5192(%rax), %r11
24476 jmp *%r11
24477 #elif defined(PTHREADS)
24478 pushq %rdi
24479 pushq %rsi
24480 pushq %rdx
24481 call _x86_64_get_dispatch@PLT
24482 popq %rdx
24483 popq %rsi
24484 popq %rdi
24485 movq 5192(%rax), %r11
24486 jmp *%r11
24487 #else
24488 movq _glapi_Dispatch(%rip), %rax
24489 testq %rax, %rax
24490 je 1f
24491 movq 5192(%rax), %r11
24492 jmp *%r11
24493 1:
24494 pushq %rdi
24495 pushq %rsi
24496 pushq %rdx
24497 call _glapi_get_dispatch
24498 popq %rdx
24499 popq %rsi
24500 popq %rdi
24501 movq 5192(%rax), %r11
24502 jmp *%r11
24503 #endif /* defined(GLX_USE_TLS) */
24504 .size GL_PREFIX(GetFinalCombinerInputParameterfvNV), .-GL_PREFIX(GetFinalCombinerInputParameterfvNV)
24505
24506 .p2align 4,,15
24507 .globl GL_PREFIX(GetFinalCombinerInputParameterivNV)
24508 .type GL_PREFIX(GetFinalCombinerInputParameterivNV), @function
24509 GL_PREFIX(GetFinalCombinerInputParameterivNV):
24510 #if defined(GLX_USE_TLS)
24511 call _x86_64_get_dispatch@PLT
24512 movq 5200(%rax), %r11
24513 jmp *%r11
24514 #elif defined(PTHREADS)
24515 pushq %rdi
24516 pushq %rsi
24517 pushq %rdx
24518 call _x86_64_get_dispatch@PLT
24519 popq %rdx
24520 popq %rsi
24521 popq %rdi
24522 movq 5200(%rax), %r11
24523 jmp *%r11
24524 #else
24525 movq _glapi_Dispatch(%rip), %rax
24526 testq %rax, %rax
24527 je 1f
24528 movq 5200(%rax), %r11
24529 jmp *%r11
24530 1:
24531 pushq %rdi
24532 pushq %rsi
24533 pushq %rdx
24534 call _glapi_get_dispatch
24535 popq %rdx
24536 popq %rsi
24537 popq %rdi
24538 movq 5200(%rax), %r11
24539 jmp *%r11
24540 #endif /* defined(GLX_USE_TLS) */
24541 .size GL_PREFIX(GetFinalCombinerInputParameterivNV), .-GL_PREFIX(GetFinalCombinerInputParameterivNV)
24542
24543 .p2align 4,,15
24544 .globl GL_PREFIX(ResizeBuffersMESA)
24545 .type GL_PREFIX(ResizeBuffersMESA), @function
24546 GL_PREFIX(ResizeBuffersMESA):
24547 #if defined(GLX_USE_TLS)
24548 call _x86_64_get_dispatch@PLT
24549 movq 5208(%rax), %r11
24550 jmp *%r11
24551 #elif defined(PTHREADS)
24552 pushq %rbp
24553 call _x86_64_get_dispatch@PLT
24554 popq %rbp
24555 movq 5208(%rax), %r11
24556 jmp *%r11
24557 #else
24558 movq _glapi_Dispatch(%rip), %rax
24559 testq %rax, %rax
24560 je 1f
24561 movq 5208(%rax), %r11
24562 jmp *%r11
24563 1:
24564 pushq %rbp
24565 call _glapi_get_dispatch
24566 popq %rbp
24567 movq 5208(%rax), %r11
24568 jmp *%r11
24569 #endif /* defined(GLX_USE_TLS) */
24570 .size GL_PREFIX(ResizeBuffersMESA), .-GL_PREFIX(ResizeBuffersMESA)
24571
24572 .p2align 4,,15
24573 .globl GL_PREFIX(WindowPos2dMESA)
24574 .type GL_PREFIX(WindowPos2dMESA), @function
24575 GL_PREFIX(WindowPos2dMESA):
24576 #if defined(GLX_USE_TLS)
24577 call _x86_64_get_dispatch@PLT
24578 movq 5216(%rax), %r11
24579 jmp *%r11
24580 #elif defined(PTHREADS)
24581 subq $24, %rsp
24582 movq %xmm0, (%rsp)
24583 movq %xmm1, 8(%rsp)
24584 call _x86_64_get_dispatch@PLT
24585 movq 8(%rsp), %xmm1
24586 movq (%rsp), %xmm0
24587 addq $24, %rsp
24588 movq 5216(%rax), %r11
24589 jmp *%r11
24590 #else
24591 movq _glapi_Dispatch(%rip), %rax
24592 testq %rax, %rax
24593 je 1f
24594 movq 5216(%rax), %r11
24595 jmp *%r11
24596 1:
24597 subq $24, %rsp
24598 movq %xmm0, (%rsp)
24599 movq %xmm1, 8(%rsp)
24600 call _glapi_get_dispatch
24601 movq 8(%rsp), %xmm1
24602 movq (%rsp), %xmm0
24603 addq $24, %rsp
24604 movq 5216(%rax), %r11
24605 jmp *%r11
24606 #endif /* defined(GLX_USE_TLS) */
24607 .size GL_PREFIX(WindowPos2dMESA), .-GL_PREFIX(WindowPos2dMESA)
24608
24609 .p2align 4,,15
24610 .globl GL_PREFIX(WindowPos2dvMESA)
24611 .type GL_PREFIX(WindowPos2dvMESA), @function
24612 GL_PREFIX(WindowPos2dvMESA):
24613 #if defined(GLX_USE_TLS)
24614 call _x86_64_get_dispatch@PLT
24615 movq 5224(%rax), %r11
24616 jmp *%r11
24617 #elif defined(PTHREADS)
24618 pushq %rdi
24619 call _x86_64_get_dispatch@PLT
24620 popq %rdi
24621 movq 5224(%rax), %r11
24622 jmp *%r11
24623 #else
24624 movq _glapi_Dispatch(%rip), %rax
24625 testq %rax, %rax
24626 je 1f
24627 movq 5224(%rax), %r11
24628 jmp *%r11
24629 1:
24630 pushq %rdi
24631 call _glapi_get_dispatch
24632 popq %rdi
24633 movq 5224(%rax), %r11
24634 jmp *%r11
24635 #endif /* defined(GLX_USE_TLS) */
24636 .size GL_PREFIX(WindowPos2dvMESA), .-GL_PREFIX(WindowPos2dvMESA)
24637
24638 .p2align 4,,15
24639 .globl GL_PREFIX(WindowPos2fMESA)
24640 .type GL_PREFIX(WindowPos2fMESA), @function
24641 GL_PREFIX(WindowPos2fMESA):
24642 #if defined(GLX_USE_TLS)
24643 call _x86_64_get_dispatch@PLT
24644 movq 5232(%rax), %r11
24645 jmp *%r11
24646 #elif defined(PTHREADS)
24647 subq $24, %rsp
24648 movq %xmm0, (%rsp)
24649 movq %xmm1, 8(%rsp)
24650 call _x86_64_get_dispatch@PLT
24651 movq 8(%rsp), %xmm1
24652 movq (%rsp), %xmm0
24653 addq $24, %rsp
24654 movq 5232(%rax), %r11
24655 jmp *%r11
24656 #else
24657 movq _glapi_Dispatch(%rip), %rax
24658 testq %rax, %rax
24659 je 1f
24660 movq 5232(%rax), %r11
24661 jmp *%r11
24662 1:
24663 subq $24, %rsp
24664 movq %xmm0, (%rsp)
24665 movq %xmm1, 8(%rsp)
24666 call _glapi_get_dispatch
24667 movq 8(%rsp), %xmm1
24668 movq (%rsp), %xmm0
24669 addq $24, %rsp
24670 movq 5232(%rax), %r11
24671 jmp *%r11
24672 #endif /* defined(GLX_USE_TLS) */
24673 .size GL_PREFIX(WindowPos2fMESA), .-GL_PREFIX(WindowPos2fMESA)
24674
24675 .p2align 4,,15
24676 .globl GL_PREFIX(WindowPos2fvMESA)
24677 .type GL_PREFIX(WindowPos2fvMESA), @function
24678 GL_PREFIX(WindowPos2fvMESA):
24679 #if defined(GLX_USE_TLS)
24680 call _x86_64_get_dispatch@PLT
24681 movq 5240(%rax), %r11
24682 jmp *%r11
24683 #elif defined(PTHREADS)
24684 pushq %rdi
24685 call _x86_64_get_dispatch@PLT
24686 popq %rdi
24687 movq 5240(%rax), %r11
24688 jmp *%r11
24689 #else
24690 movq _glapi_Dispatch(%rip), %rax
24691 testq %rax, %rax
24692 je 1f
24693 movq 5240(%rax), %r11
24694 jmp *%r11
24695 1:
24696 pushq %rdi
24697 call _glapi_get_dispatch
24698 popq %rdi
24699 movq 5240(%rax), %r11
24700 jmp *%r11
24701 #endif /* defined(GLX_USE_TLS) */
24702 .size GL_PREFIX(WindowPos2fvMESA), .-GL_PREFIX(WindowPos2fvMESA)
24703
24704 .p2align 4,,15
24705 .globl GL_PREFIX(WindowPos2iMESA)
24706 .type GL_PREFIX(WindowPos2iMESA), @function
24707 GL_PREFIX(WindowPos2iMESA):
24708 #if defined(GLX_USE_TLS)
24709 call _x86_64_get_dispatch@PLT
24710 movq 5248(%rax), %r11
24711 jmp *%r11
24712 #elif defined(PTHREADS)
24713 pushq %rdi
24714 pushq %rsi
24715 pushq %rbp
24716 call _x86_64_get_dispatch@PLT
24717 popq %rbp
24718 popq %rsi
24719 popq %rdi
24720 movq 5248(%rax), %r11
24721 jmp *%r11
24722 #else
24723 movq _glapi_Dispatch(%rip), %rax
24724 testq %rax, %rax
24725 je 1f
24726 movq 5248(%rax), %r11
24727 jmp *%r11
24728 1:
24729 pushq %rdi
24730 pushq %rsi
24731 pushq %rbp
24732 call _glapi_get_dispatch
24733 popq %rbp
24734 popq %rsi
24735 popq %rdi
24736 movq 5248(%rax), %r11
24737 jmp *%r11
24738 #endif /* defined(GLX_USE_TLS) */
24739 .size GL_PREFIX(WindowPos2iMESA), .-GL_PREFIX(WindowPos2iMESA)
24740
24741 .p2align 4,,15
24742 .globl GL_PREFIX(WindowPos2ivMESA)
24743 .type GL_PREFIX(WindowPos2ivMESA), @function
24744 GL_PREFIX(WindowPos2ivMESA):
24745 #if defined(GLX_USE_TLS)
24746 call _x86_64_get_dispatch@PLT
24747 movq 5256(%rax), %r11
24748 jmp *%r11
24749 #elif defined(PTHREADS)
24750 pushq %rdi
24751 call _x86_64_get_dispatch@PLT
24752 popq %rdi
24753 movq 5256(%rax), %r11
24754 jmp *%r11
24755 #else
24756 movq _glapi_Dispatch(%rip), %rax
24757 testq %rax, %rax
24758 je 1f
24759 movq 5256(%rax), %r11
24760 jmp *%r11
24761 1:
24762 pushq %rdi
24763 call _glapi_get_dispatch
24764 popq %rdi
24765 movq 5256(%rax), %r11
24766 jmp *%r11
24767 #endif /* defined(GLX_USE_TLS) */
24768 .size GL_PREFIX(WindowPos2ivMESA), .-GL_PREFIX(WindowPos2ivMESA)
24769
24770 .p2align 4,,15
24771 .globl GL_PREFIX(WindowPos2sMESA)
24772 .type GL_PREFIX(WindowPos2sMESA), @function
24773 GL_PREFIX(WindowPos2sMESA):
24774 #if defined(GLX_USE_TLS)
24775 call _x86_64_get_dispatch@PLT
24776 movq 5264(%rax), %r11
24777 jmp *%r11
24778 #elif defined(PTHREADS)
24779 pushq %rdi
24780 pushq %rsi
24781 pushq %rbp
24782 call _x86_64_get_dispatch@PLT
24783 popq %rbp
24784 popq %rsi
24785 popq %rdi
24786 movq 5264(%rax), %r11
24787 jmp *%r11
24788 #else
24789 movq _glapi_Dispatch(%rip), %rax
24790 testq %rax, %rax
24791 je 1f
24792 movq 5264(%rax), %r11
24793 jmp *%r11
24794 1:
24795 pushq %rdi
24796 pushq %rsi
24797 pushq %rbp
24798 call _glapi_get_dispatch
24799 popq %rbp
24800 popq %rsi
24801 popq %rdi
24802 movq 5264(%rax), %r11
24803 jmp *%r11
24804 #endif /* defined(GLX_USE_TLS) */
24805 .size GL_PREFIX(WindowPos2sMESA), .-GL_PREFIX(WindowPos2sMESA)
24806
24807 .p2align 4,,15
24808 .globl GL_PREFIX(WindowPos2svMESA)
24809 .type GL_PREFIX(WindowPos2svMESA), @function
24810 GL_PREFIX(WindowPos2svMESA):
24811 #if defined(GLX_USE_TLS)
24812 call _x86_64_get_dispatch@PLT
24813 movq 5272(%rax), %r11
24814 jmp *%r11
24815 #elif defined(PTHREADS)
24816 pushq %rdi
24817 call _x86_64_get_dispatch@PLT
24818 popq %rdi
24819 movq 5272(%rax), %r11
24820 jmp *%r11
24821 #else
24822 movq _glapi_Dispatch(%rip), %rax
24823 testq %rax, %rax
24824 je 1f
24825 movq 5272(%rax), %r11
24826 jmp *%r11
24827 1:
24828 pushq %rdi
24829 call _glapi_get_dispatch
24830 popq %rdi
24831 movq 5272(%rax), %r11
24832 jmp *%r11
24833 #endif /* defined(GLX_USE_TLS) */
24834 .size GL_PREFIX(WindowPos2svMESA), .-GL_PREFIX(WindowPos2svMESA)
24835
24836 .p2align 4,,15
24837 .globl GL_PREFIX(WindowPos3dMESA)
24838 .type GL_PREFIX(WindowPos3dMESA), @function
24839 GL_PREFIX(WindowPos3dMESA):
24840 #if defined(GLX_USE_TLS)
24841 call _x86_64_get_dispatch@PLT
24842 movq 5280(%rax), %r11
24843 jmp *%r11
24844 #elif defined(PTHREADS)
24845 subq $24, %rsp
24846 movq %xmm0, (%rsp)
24847 movq %xmm1, 8(%rsp)
24848 movq %xmm2, 16(%rsp)
24849 call _x86_64_get_dispatch@PLT
24850 movq 16(%rsp), %xmm2
24851 movq 8(%rsp), %xmm1
24852 movq (%rsp), %xmm0
24853 addq $24, %rsp
24854 movq 5280(%rax), %r11
24855 jmp *%r11
24856 #else
24857 movq _glapi_Dispatch(%rip), %rax
24858 testq %rax, %rax
24859 je 1f
24860 movq 5280(%rax), %r11
24861 jmp *%r11
24862 1:
24863 subq $24, %rsp
24864 movq %xmm0, (%rsp)
24865 movq %xmm1, 8(%rsp)
24866 movq %xmm2, 16(%rsp)
24867 call _glapi_get_dispatch
24868 movq 16(%rsp), %xmm2
24869 movq 8(%rsp), %xmm1
24870 movq (%rsp), %xmm0
24871 addq $24, %rsp
24872 movq 5280(%rax), %r11
24873 jmp *%r11
24874 #endif /* defined(GLX_USE_TLS) */
24875 .size GL_PREFIX(WindowPos3dMESA), .-GL_PREFIX(WindowPos3dMESA)
24876
24877 .p2align 4,,15
24878 .globl GL_PREFIX(WindowPos3dvMESA)
24879 .type GL_PREFIX(WindowPos3dvMESA), @function
24880 GL_PREFIX(WindowPos3dvMESA):
24881 #if defined(GLX_USE_TLS)
24882 call _x86_64_get_dispatch@PLT
24883 movq 5288(%rax), %r11
24884 jmp *%r11
24885 #elif defined(PTHREADS)
24886 pushq %rdi
24887 call _x86_64_get_dispatch@PLT
24888 popq %rdi
24889 movq 5288(%rax), %r11
24890 jmp *%r11
24891 #else
24892 movq _glapi_Dispatch(%rip), %rax
24893 testq %rax, %rax
24894 je 1f
24895 movq 5288(%rax), %r11
24896 jmp *%r11
24897 1:
24898 pushq %rdi
24899 call _glapi_get_dispatch
24900 popq %rdi
24901 movq 5288(%rax), %r11
24902 jmp *%r11
24903 #endif /* defined(GLX_USE_TLS) */
24904 .size GL_PREFIX(WindowPos3dvMESA), .-GL_PREFIX(WindowPos3dvMESA)
24905
24906 .p2align 4,,15
24907 .globl GL_PREFIX(WindowPos3fMESA)
24908 .type GL_PREFIX(WindowPos3fMESA), @function
24909 GL_PREFIX(WindowPos3fMESA):
24910 #if defined(GLX_USE_TLS)
24911 call _x86_64_get_dispatch@PLT
24912 movq 5296(%rax), %r11
24913 jmp *%r11
24914 #elif defined(PTHREADS)
24915 subq $24, %rsp
24916 movq %xmm0, (%rsp)
24917 movq %xmm1, 8(%rsp)
24918 movq %xmm2, 16(%rsp)
24919 call _x86_64_get_dispatch@PLT
24920 movq 16(%rsp), %xmm2
24921 movq 8(%rsp), %xmm1
24922 movq (%rsp), %xmm0
24923 addq $24, %rsp
24924 movq 5296(%rax), %r11
24925 jmp *%r11
24926 #else
24927 movq _glapi_Dispatch(%rip), %rax
24928 testq %rax, %rax
24929 je 1f
24930 movq 5296(%rax), %r11
24931 jmp *%r11
24932 1:
24933 subq $24, %rsp
24934 movq %xmm0, (%rsp)
24935 movq %xmm1, 8(%rsp)
24936 movq %xmm2, 16(%rsp)
24937 call _glapi_get_dispatch
24938 movq 16(%rsp), %xmm2
24939 movq 8(%rsp), %xmm1
24940 movq (%rsp), %xmm0
24941 addq $24, %rsp
24942 movq 5296(%rax), %r11
24943 jmp *%r11
24944 #endif /* defined(GLX_USE_TLS) */
24945 .size GL_PREFIX(WindowPos3fMESA), .-GL_PREFIX(WindowPos3fMESA)
24946
24947 .p2align 4,,15
24948 .globl GL_PREFIX(WindowPos3fvMESA)
24949 .type GL_PREFIX(WindowPos3fvMESA), @function
24950 GL_PREFIX(WindowPos3fvMESA):
24951 #if defined(GLX_USE_TLS)
24952 call _x86_64_get_dispatch@PLT
24953 movq 5304(%rax), %r11
24954 jmp *%r11
24955 #elif defined(PTHREADS)
24956 pushq %rdi
24957 call _x86_64_get_dispatch@PLT
24958 popq %rdi
24959 movq 5304(%rax), %r11
24960 jmp *%r11
24961 #else
24962 movq _glapi_Dispatch(%rip), %rax
24963 testq %rax, %rax
24964 je 1f
24965 movq 5304(%rax), %r11
24966 jmp *%r11
24967 1:
24968 pushq %rdi
24969 call _glapi_get_dispatch
24970 popq %rdi
24971 movq 5304(%rax), %r11
24972 jmp *%r11
24973 #endif /* defined(GLX_USE_TLS) */
24974 .size GL_PREFIX(WindowPos3fvMESA), .-GL_PREFIX(WindowPos3fvMESA)
24975
24976 .p2align 4,,15
24977 .globl GL_PREFIX(WindowPos3iMESA)
24978 .type GL_PREFIX(WindowPos3iMESA), @function
24979 GL_PREFIX(WindowPos3iMESA):
24980 #if defined(GLX_USE_TLS)
24981 call _x86_64_get_dispatch@PLT
24982 movq 5312(%rax), %r11
24983 jmp *%r11
24984 #elif defined(PTHREADS)
24985 pushq %rdi
24986 pushq %rsi
24987 pushq %rdx
24988 call _x86_64_get_dispatch@PLT
24989 popq %rdx
24990 popq %rsi
24991 popq %rdi
24992 movq 5312(%rax), %r11
24993 jmp *%r11
24994 #else
24995 movq _glapi_Dispatch(%rip), %rax
24996 testq %rax, %rax
24997 je 1f
24998 movq 5312(%rax), %r11
24999 jmp *%r11
25000 1:
25001 pushq %rdi
25002 pushq %rsi
25003 pushq %rdx
25004 call _glapi_get_dispatch
25005 popq %rdx
25006 popq %rsi
25007 popq %rdi
25008 movq 5312(%rax), %r11
25009 jmp *%r11
25010 #endif /* defined(GLX_USE_TLS) */
25011 .size GL_PREFIX(WindowPos3iMESA), .-GL_PREFIX(WindowPos3iMESA)
25012
25013 .p2align 4,,15
25014 .globl GL_PREFIX(WindowPos3ivMESA)
25015 .type GL_PREFIX(WindowPos3ivMESA), @function
25016 GL_PREFIX(WindowPos3ivMESA):
25017 #if defined(GLX_USE_TLS)
25018 call _x86_64_get_dispatch@PLT
25019 movq 5320(%rax), %r11
25020 jmp *%r11
25021 #elif defined(PTHREADS)
25022 pushq %rdi
25023 call _x86_64_get_dispatch@PLT
25024 popq %rdi
25025 movq 5320(%rax), %r11
25026 jmp *%r11
25027 #else
25028 movq _glapi_Dispatch(%rip), %rax
25029 testq %rax, %rax
25030 je 1f
25031 movq 5320(%rax), %r11
25032 jmp *%r11
25033 1:
25034 pushq %rdi
25035 call _glapi_get_dispatch
25036 popq %rdi
25037 movq 5320(%rax), %r11
25038 jmp *%r11
25039 #endif /* defined(GLX_USE_TLS) */
25040 .size GL_PREFIX(WindowPos3ivMESA), .-GL_PREFIX(WindowPos3ivMESA)
25041
25042 .p2align 4,,15
25043 .globl GL_PREFIX(WindowPos3sMESA)
25044 .type GL_PREFIX(WindowPos3sMESA), @function
25045 GL_PREFIX(WindowPos3sMESA):
25046 #if defined(GLX_USE_TLS)
25047 call _x86_64_get_dispatch@PLT
25048 movq 5328(%rax), %r11
25049 jmp *%r11
25050 #elif defined(PTHREADS)
25051 pushq %rdi
25052 pushq %rsi
25053 pushq %rdx
25054 call _x86_64_get_dispatch@PLT
25055 popq %rdx
25056 popq %rsi
25057 popq %rdi
25058 movq 5328(%rax), %r11
25059 jmp *%r11
25060 #else
25061 movq _glapi_Dispatch(%rip), %rax
25062 testq %rax, %rax
25063 je 1f
25064 movq 5328(%rax), %r11
25065 jmp *%r11
25066 1:
25067 pushq %rdi
25068 pushq %rsi
25069 pushq %rdx
25070 call _glapi_get_dispatch
25071 popq %rdx
25072 popq %rsi
25073 popq %rdi
25074 movq 5328(%rax), %r11
25075 jmp *%r11
25076 #endif /* defined(GLX_USE_TLS) */
25077 .size GL_PREFIX(WindowPos3sMESA), .-GL_PREFIX(WindowPos3sMESA)
25078
25079 .p2align 4,,15
25080 .globl GL_PREFIX(WindowPos3svMESA)
25081 .type GL_PREFIX(WindowPos3svMESA), @function
25082 GL_PREFIX(WindowPos3svMESA):
25083 #if defined(GLX_USE_TLS)
25084 call _x86_64_get_dispatch@PLT
25085 movq 5336(%rax), %r11
25086 jmp *%r11
25087 #elif defined(PTHREADS)
25088 pushq %rdi
25089 call _x86_64_get_dispatch@PLT
25090 popq %rdi
25091 movq 5336(%rax), %r11
25092 jmp *%r11
25093 #else
25094 movq _glapi_Dispatch(%rip), %rax
25095 testq %rax, %rax
25096 je 1f
25097 movq 5336(%rax), %r11
25098 jmp *%r11
25099 1:
25100 pushq %rdi
25101 call _glapi_get_dispatch
25102 popq %rdi
25103 movq 5336(%rax), %r11
25104 jmp *%r11
25105 #endif /* defined(GLX_USE_TLS) */
25106 .size GL_PREFIX(WindowPos3svMESA), .-GL_PREFIX(WindowPos3svMESA)
25107
25108 .p2align 4,,15
25109 .globl GL_PREFIX(WindowPos4dMESA)
25110 .type GL_PREFIX(WindowPos4dMESA), @function
25111 GL_PREFIX(WindowPos4dMESA):
25112 #if defined(GLX_USE_TLS)
25113 call _x86_64_get_dispatch@PLT
25114 movq 5344(%rax), %r11
25115 jmp *%r11
25116 #elif defined(PTHREADS)
25117 subq $40, %rsp
25118 movq %xmm0, (%rsp)
25119 movq %xmm1, 8(%rsp)
25120 movq %xmm2, 16(%rsp)
25121 movq %xmm3, 24(%rsp)
25122 call _x86_64_get_dispatch@PLT
25123 movq 24(%rsp), %xmm3
25124 movq 16(%rsp), %xmm2
25125 movq 8(%rsp), %xmm1
25126 movq (%rsp), %xmm0
25127 addq $40, %rsp
25128 movq 5344(%rax), %r11
25129 jmp *%r11
25130 #else
25131 movq _glapi_Dispatch(%rip), %rax
25132 testq %rax, %rax
25133 je 1f
25134 movq 5344(%rax), %r11
25135 jmp *%r11
25136 1:
25137 subq $40, %rsp
25138 movq %xmm0, (%rsp)
25139 movq %xmm1, 8(%rsp)
25140 movq %xmm2, 16(%rsp)
25141 movq %xmm3, 24(%rsp)
25142 call _glapi_get_dispatch
25143 movq 24(%rsp), %xmm3
25144 movq 16(%rsp), %xmm2
25145 movq 8(%rsp), %xmm1
25146 movq (%rsp), %xmm0
25147 addq $40, %rsp
25148 movq 5344(%rax), %r11
25149 jmp *%r11
25150 #endif /* defined(GLX_USE_TLS) */
25151 .size GL_PREFIX(WindowPos4dMESA), .-GL_PREFIX(WindowPos4dMESA)
25152
25153 .p2align 4,,15
25154 .globl GL_PREFIX(WindowPos4dvMESA)
25155 .type GL_PREFIX(WindowPos4dvMESA), @function
25156 GL_PREFIX(WindowPos4dvMESA):
25157 #if defined(GLX_USE_TLS)
25158 call _x86_64_get_dispatch@PLT
25159 movq 5352(%rax), %r11
25160 jmp *%r11
25161 #elif defined(PTHREADS)
25162 pushq %rdi
25163 call _x86_64_get_dispatch@PLT
25164 popq %rdi
25165 movq 5352(%rax), %r11
25166 jmp *%r11
25167 #else
25168 movq _glapi_Dispatch(%rip), %rax
25169 testq %rax, %rax
25170 je 1f
25171 movq 5352(%rax), %r11
25172 jmp *%r11
25173 1:
25174 pushq %rdi
25175 call _glapi_get_dispatch
25176 popq %rdi
25177 movq 5352(%rax), %r11
25178 jmp *%r11
25179 #endif /* defined(GLX_USE_TLS) */
25180 .size GL_PREFIX(WindowPos4dvMESA), .-GL_PREFIX(WindowPos4dvMESA)
25181
25182 .p2align 4,,15
25183 .globl GL_PREFIX(WindowPos4fMESA)
25184 .type GL_PREFIX(WindowPos4fMESA), @function
25185 GL_PREFIX(WindowPos4fMESA):
25186 #if defined(GLX_USE_TLS)
25187 call _x86_64_get_dispatch@PLT
25188 movq 5360(%rax), %r11
25189 jmp *%r11
25190 #elif defined(PTHREADS)
25191 subq $40, %rsp
25192 movq %xmm0, (%rsp)
25193 movq %xmm1, 8(%rsp)
25194 movq %xmm2, 16(%rsp)
25195 movq %xmm3, 24(%rsp)
25196 call _x86_64_get_dispatch@PLT
25197 movq 24(%rsp), %xmm3
25198 movq 16(%rsp), %xmm2
25199 movq 8(%rsp), %xmm1
25200 movq (%rsp), %xmm0
25201 addq $40, %rsp
25202 movq 5360(%rax), %r11
25203 jmp *%r11
25204 #else
25205 movq _glapi_Dispatch(%rip), %rax
25206 testq %rax, %rax
25207 je 1f
25208 movq 5360(%rax), %r11
25209 jmp *%r11
25210 1:
25211 subq $40, %rsp
25212 movq %xmm0, (%rsp)
25213 movq %xmm1, 8(%rsp)
25214 movq %xmm2, 16(%rsp)
25215 movq %xmm3, 24(%rsp)
25216 call _glapi_get_dispatch
25217 movq 24(%rsp), %xmm3
25218 movq 16(%rsp), %xmm2
25219 movq 8(%rsp), %xmm1
25220 movq (%rsp), %xmm0
25221 addq $40, %rsp
25222 movq 5360(%rax), %r11
25223 jmp *%r11
25224 #endif /* defined(GLX_USE_TLS) */
25225 .size GL_PREFIX(WindowPos4fMESA), .-GL_PREFIX(WindowPos4fMESA)
25226
25227 .p2align 4,,15
25228 .globl GL_PREFIX(WindowPos4fvMESA)
25229 .type GL_PREFIX(WindowPos4fvMESA), @function
25230 GL_PREFIX(WindowPos4fvMESA):
25231 #if defined(GLX_USE_TLS)
25232 call _x86_64_get_dispatch@PLT
25233 movq 5368(%rax), %r11
25234 jmp *%r11
25235 #elif defined(PTHREADS)
25236 pushq %rdi
25237 call _x86_64_get_dispatch@PLT
25238 popq %rdi
25239 movq 5368(%rax), %r11
25240 jmp *%r11
25241 #else
25242 movq _glapi_Dispatch(%rip), %rax
25243 testq %rax, %rax
25244 je 1f
25245 movq 5368(%rax), %r11
25246 jmp *%r11
25247 1:
25248 pushq %rdi
25249 call _glapi_get_dispatch
25250 popq %rdi
25251 movq 5368(%rax), %r11
25252 jmp *%r11
25253 #endif /* defined(GLX_USE_TLS) */
25254 .size GL_PREFIX(WindowPos4fvMESA), .-GL_PREFIX(WindowPos4fvMESA)
25255
25256 .p2align 4,,15
25257 .globl GL_PREFIX(WindowPos4iMESA)
25258 .type GL_PREFIX(WindowPos4iMESA), @function
25259 GL_PREFIX(WindowPos4iMESA):
25260 #if defined(GLX_USE_TLS)
25261 call _x86_64_get_dispatch@PLT
25262 movq 5376(%rax), %r11
25263 jmp *%r11
25264 #elif defined(PTHREADS)
25265 pushq %rdi
25266 pushq %rsi
25267 pushq %rdx
25268 pushq %rcx
25269 pushq %rbp
25270 call _x86_64_get_dispatch@PLT
25271 popq %rbp
25272 popq %rcx
25273 popq %rdx
25274 popq %rsi
25275 popq %rdi
25276 movq 5376(%rax), %r11
25277 jmp *%r11
25278 #else
25279 movq _glapi_Dispatch(%rip), %rax
25280 testq %rax, %rax
25281 je 1f
25282 movq 5376(%rax), %r11
25283 jmp *%r11
25284 1:
25285 pushq %rdi
25286 pushq %rsi
25287 pushq %rdx
25288 pushq %rcx
25289 pushq %rbp
25290 call _glapi_get_dispatch
25291 popq %rbp
25292 popq %rcx
25293 popq %rdx
25294 popq %rsi
25295 popq %rdi
25296 movq 5376(%rax), %r11
25297 jmp *%r11
25298 #endif /* defined(GLX_USE_TLS) */
25299 .size GL_PREFIX(WindowPos4iMESA), .-GL_PREFIX(WindowPos4iMESA)
25300
25301 .p2align 4,,15
25302 .globl GL_PREFIX(WindowPos4ivMESA)
25303 .type GL_PREFIX(WindowPos4ivMESA), @function
25304 GL_PREFIX(WindowPos4ivMESA):
25305 #if defined(GLX_USE_TLS)
25306 call _x86_64_get_dispatch@PLT
25307 movq 5384(%rax), %r11
25308 jmp *%r11
25309 #elif defined(PTHREADS)
25310 pushq %rdi
25311 call _x86_64_get_dispatch@PLT
25312 popq %rdi
25313 movq 5384(%rax), %r11
25314 jmp *%r11
25315 #else
25316 movq _glapi_Dispatch(%rip), %rax
25317 testq %rax, %rax
25318 je 1f
25319 movq 5384(%rax), %r11
25320 jmp *%r11
25321 1:
25322 pushq %rdi
25323 call _glapi_get_dispatch
25324 popq %rdi
25325 movq 5384(%rax), %r11
25326 jmp *%r11
25327 #endif /* defined(GLX_USE_TLS) */
25328 .size GL_PREFIX(WindowPos4ivMESA), .-GL_PREFIX(WindowPos4ivMESA)
25329
25330 .p2align 4,,15
25331 .globl GL_PREFIX(WindowPos4sMESA)
25332 .type GL_PREFIX(WindowPos4sMESA), @function
25333 GL_PREFIX(WindowPos4sMESA):
25334 #if defined(GLX_USE_TLS)
25335 call _x86_64_get_dispatch@PLT
25336 movq 5392(%rax), %r11
25337 jmp *%r11
25338 #elif defined(PTHREADS)
25339 pushq %rdi
25340 pushq %rsi
25341 pushq %rdx
25342 pushq %rcx
25343 pushq %rbp
25344 call _x86_64_get_dispatch@PLT
25345 popq %rbp
25346 popq %rcx
25347 popq %rdx
25348 popq %rsi
25349 popq %rdi
25350 movq 5392(%rax), %r11
25351 jmp *%r11
25352 #else
25353 movq _glapi_Dispatch(%rip), %rax
25354 testq %rax, %rax
25355 je 1f
25356 movq 5392(%rax), %r11
25357 jmp *%r11
25358 1:
25359 pushq %rdi
25360 pushq %rsi
25361 pushq %rdx
25362 pushq %rcx
25363 pushq %rbp
25364 call _glapi_get_dispatch
25365 popq %rbp
25366 popq %rcx
25367 popq %rdx
25368 popq %rsi
25369 popq %rdi
25370 movq 5392(%rax), %r11
25371 jmp *%r11
25372 #endif /* defined(GLX_USE_TLS) */
25373 .size GL_PREFIX(WindowPos4sMESA), .-GL_PREFIX(WindowPos4sMESA)
25374
25375 .p2align 4,,15
25376 .globl GL_PREFIX(WindowPos4svMESA)
25377 .type GL_PREFIX(WindowPos4svMESA), @function
25378 GL_PREFIX(WindowPos4svMESA):
25379 #if defined(GLX_USE_TLS)
25380 call _x86_64_get_dispatch@PLT
25381 movq 5400(%rax), %r11
25382 jmp *%r11
25383 #elif defined(PTHREADS)
25384 pushq %rdi
25385 call _x86_64_get_dispatch@PLT
25386 popq %rdi
25387 movq 5400(%rax), %r11
25388 jmp *%r11
25389 #else
25390 movq _glapi_Dispatch(%rip), %rax
25391 testq %rax, %rax
25392 je 1f
25393 movq 5400(%rax), %r11
25394 jmp *%r11
25395 1:
25396 pushq %rdi
25397 call _glapi_get_dispatch
25398 popq %rdi
25399 movq 5400(%rax), %r11
25400 jmp *%r11
25401 #endif /* defined(GLX_USE_TLS) */
25402 .size GL_PREFIX(WindowPos4svMESA), .-GL_PREFIX(WindowPos4svMESA)
25403
25404 .p2align 4,,15
25405 .globl GL_PREFIX(_dispatch_stub_676)
25406 .type GL_PREFIX(_dispatch_stub_676), @function
25407 HIDDEN(GL_PREFIX(_dispatch_stub_676))
25408 GL_PREFIX(_dispatch_stub_676):
25409 #if defined(GLX_USE_TLS)
25410 call _x86_64_get_dispatch@PLT
25411 movq 5408(%rax), %r11
25412 jmp *%r11
25413 #elif defined(PTHREADS)
25414 pushq %rdi
25415 pushq %rsi
25416 pushq %rdx
25417 pushq %rcx
25418 pushq %r8
25419 call _x86_64_get_dispatch@PLT
25420 popq %r8
25421 popq %rcx
25422 popq %rdx
25423 popq %rsi
25424 popq %rdi
25425 movq 5408(%rax), %r11
25426 jmp *%r11
25427 #else
25428 movq _glapi_Dispatch(%rip), %rax
25429 testq %rax, %rax
25430 je 1f
25431 movq 5408(%rax), %r11
25432 jmp *%r11
25433 1:
25434 pushq %rdi
25435 pushq %rsi
25436 pushq %rdx
25437 pushq %rcx
25438 pushq %r8
25439 call _glapi_get_dispatch
25440 popq %r8
25441 popq %rcx
25442 popq %rdx
25443 popq %rsi
25444 popq %rdi
25445 movq 5408(%rax), %r11
25446 jmp *%r11
25447 #endif /* defined(GLX_USE_TLS) */
25448 .size GL_PREFIX(_dispatch_stub_676), .-GL_PREFIX(_dispatch_stub_676)
25449
25450 .p2align 4,,15
25451 .globl GL_PREFIX(_dispatch_stub_677)
25452 .type GL_PREFIX(_dispatch_stub_677), @function
25453 HIDDEN(GL_PREFIX(_dispatch_stub_677))
25454 GL_PREFIX(_dispatch_stub_677):
25455 #if defined(GLX_USE_TLS)
25456 call _x86_64_get_dispatch@PLT
25457 movq 5416(%rax), %r11
25458 jmp *%r11
25459 #elif defined(PTHREADS)
25460 pushq %rdi
25461 pushq %rsi
25462 pushq %rdx
25463 pushq %rcx
25464 pushq %r8
25465 pushq %r9
25466 pushq %rbp
25467 call _x86_64_get_dispatch@PLT
25468 popq %rbp
25469 popq %r9
25470 popq %r8
25471 popq %rcx
25472 popq %rdx
25473 popq %rsi
25474 popq %rdi
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 pushq %rdi
25485 pushq %rsi
25486 pushq %rdx
25487 pushq %rcx
25488 pushq %r8
25489 pushq %r9
25490 pushq %rbp
25491 call _glapi_get_dispatch
25492 popq %rbp
25493 popq %r9
25494 popq %r8
25495 popq %rcx
25496 popq %rdx
25497 popq %rsi
25498 popq %rdi
25499 movq 5416(%rax), %r11
25500 jmp *%r11
25501 #endif /* defined(GLX_USE_TLS) */
25502 .size GL_PREFIX(_dispatch_stub_677), .-GL_PREFIX(_dispatch_stub_677)
25503
25504 .p2align 4,,15
25505 .globl GL_PREFIX(_dispatch_stub_678)
25506 .type GL_PREFIX(_dispatch_stub_678), @function
25507 HIDDEN(GL_PREFIX(_dispatch_stub_678))
25508 GL_PREFIX(_dispatch_stub_678):
25509 #if defined(GLX_USE_TLS)
25510 call _x86_64_get_dispatch@PLT
25511 movq 5424(%rax), %r11
25512 jmp *%r11
25513 #elif defined(PTHREADS)
25514 pushq %rdi
25515 pushq %rsi
25516 pushq %rbp
25517 call _x86_64_get_dispatch@PLT
25518 popq %rbp
25519 popq %rsi
25520 popq %rdi
25521 movq 5424(%rax), %r11
25522 jmp *%r11
25523 #else
25524 movq _glapi_Dispatch(%rip), %rax
25525 testq %rax, %rax
25526 je 1f
25527 movq 5424(%rax), %r11
25528 jmp *%r11
25529 1:
25530 pushq %rdi
25531 pushq %rsi
25532 pushq %rbp
25533 call _glapi_get_dispatch
25534 popq %rbp
25535 popq %rsi
25536 popq %rdi
25537 movq 5424(%rax), %r11
25538 jmp *%r11
25539 #endif /* defined(GLX_USE_TLS) */
25540 .size GL_PREFIX(_dispatch_stub_678), .-GL_PREFIX(_dispatch_stub_678)
25541
25542 .p2align 4,,15
25543 .globl GL_PREFIX(_dispatch_stub_679)
25544 .type GL_PREFIX(_dispatch_stub_679), @function
25545 HIDDEN(GL_PREFIX(_dispatch_stub_679))
25546 GL_PREFIX(_dispatch_stub_679):
25547 #if defined(GLX_USE_TLS)
25548 call _x86_64_get_dispatch@PLT
25549 movq 5432(%rax), %r11
25550 jmp *%r11
25551 #elif defined(PTHREADS)
25552 pushq %rdi
25553 call _x86_64_get_dispatch@PLT
25554 popq %rdi
25555 movq 5432(%rax), %r11
25556 jmp *%r11
25557 #else
25558 movq _glapi_Dispatch(%rip), %rax
25559 testq %rax, %rax
25560 je 1f
25561 movq 5432(%rax), %r11
25562 jmp *%r11
25563 1:
25564 pushq %rdi
25565 call _glapi_get_dispatch
25566 popq %rdi
25567 movq 5432(%rax), %r11
25568 jmp *%r11
25569 #endif /* defined(GLX_USE_TLS) */
25570 .size GL_PREFIX(_dispatch_stub_679), .-GL_PREFIX(_dispatch_stub_679)
25571
25572 .p2align 4,,15
25573 .globl GL_PREFIX(_dispatch_stub_680)
25574 .type GL_PREFIX(_dispatch_stub_680), @function
25575 HIDDEN(GL_PREFIX(_dispatch_stub_680))
25576 GL_PREFIX(_dispatch_stub_680):
25577 #if defined(GLX_USE_TLS)
25578 call _x86_64_get_dispatch@PLT
25579 movq 5440(%rax), %r11
25580 jmp *%r11
25581 #elif defined(PTHREADS)
25582 pushq %rdi
25583 pushq %rsi
25584 pushq %rbp
25585 call _x86_64_get_dispatch@PLT
25586 popq %rbp
25587 popq %rsi
25588 popq %rdi
25589 movq 5440(%rax), %r11
25590 jmp *%r11
25591 #else
25592 movq _glapi_Dispatch(%rip), %rax
25593 testq %rax, %rax
25594 je 1f
25595 movq 5440(%rax), %r11
25596 jmp *%r11
25597 1:
25598 pushq %rdi
25599 pushq %rsi
25600 pushq %rbp
25601 call _glapi_get_dispatch
25602 popq %rbp
25603 popq %rsi
25604 popq %rdi
25605 movq 5440(%rax), %r11
25606 jmp *%r11
25607 #endif /* defined(GLX_USE_TLS) */
25608 .size GL_PREFIX(_dispatch_stub_680), .-GL_PREFIX(_dispatch_stub_680)
25609
25610 .p2align 4,,15
25611 .globl GL_PREFIX(_dispatch_stub_681)
25612 .type GL_PREFIX(_dispatch_stub_681), @function
25613 HIDDEN(GL_PREFIX(_dispatch_stub_681))
25614 GL_PREFIX(_dispatch_stub_681):
25615 #if defined(GLX_USE_TLS)
25616 call _x86_64_get_dispatch@PLT
25617 movq 5448(%rax), %r11
25618 jmp *%r11
25619 #elif defined(PTHREADS)
25620 pushq %rdi
25621 pushq %rsi
25622 pushq %rdx
25623 call _x86_64_get_dispatch@PLT
25624 popq %rdx
25625 popq %rsi
25626 popq %rdi
25627 movq 5448(%rax), %r11
25628 jmp *%r11
25629 #else
25630 movq _glapi_Dispatch(%rip), %rax
25631 testq %rax, %rax
25632 je 1f
25633 movq 5448(%rax), %r11
25634 jmp *%r11
25635 1:
25636 pushq %rdi
25637 pushq %rsi
25638 pushq %rdx
25639 call _glapi_get_dispatch
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(_dispatch_stub_681), .-GL_PREFIX(_dispatch_stub_681)
25647
25648 .p2align 4,,15
25649 .globl GL_PREFIX(_dispatch_stub_682)
25650 .type GL_PREFIX(_dispatch_stub_682), @function
25651 HIDDEN(GL_PREFIX(_dispatch_stub_682))
25652 GL_PREFIX(_dispatch_stub_682):
25653 #if defined(GLX_USE_TLS)
25654 call _x86_64_get_dispatch@PLT
25655 movq 5456(%rax), %r11
25656 jmp *%r11
25657 #elif defined(PTHREADS)
25658 pushq %rdi
25659 call _x86_64_get_dispatch@PLT
25660 popq %rdi
25661 movq 5456(%rax), %r11
25662 jmp *%r11
25663 #else
25664 movq _glapi_Dispatch(%rip), %rax
25665 testq %rax, %rax
25666 je 1f
25667 movq 5456(%rax), %r11
25668 jmp *%r11
25669 1:
25670 pushq %rdi
25671 call _glapi_get_dispatch
25672 popq %rdi
25673 movq 5456(%rax), %r11
25674 jmp *%r11
25675 #endif /* defined(GLX_USE_TLS) */
25676 .size GL_PREFIX(_dispatch_stub_682), .-GL_PREFIX(_dispatch_stub_682)
25677
25678 .p2align 4,,15
25679 .globl GL_PREFIX(_dispatch_stub_683)
25680 .type GL_PREFIX(_dispatch_stub_683), @function
25681 HIDDEN(GL_PREFIX(_dispatch_stub_683))
25682 GL_PREFIX(_dispatch_stub_683):
25683 #if defined(GLX_USE_TLS)
25684 call _x86_64_get_dispatch@PLT
25685 movq 5464(%rax), %r11
25686 jmp *%r11
25687 #elif defined(PTHREADS)
25688 pushq %rdi
25689 pushq %rsi
25690 pushq %rbp
25691 call _x86_64_get_dispatch@PLT
25692 popq %rbp
25693 popq %rsi
25694 popq %rdi
25695 movq 5464(%rax), %r11
25696 jmp *%r11
25697 #else
25698 movq _glapi_Dispatch(%rip), %rax
25699 testq %rax, %rax
25700 je 1f
25701 movq 5464(%rax), %r11
25702 jmp *%r11
25703 1:
25704 pushq %rdi
25705 pushq %rsi
25706 pushq %rbp
25707 call _glapi_get_dispatch
25708 popq %rbp
25709 popq %rsi
25710 popq %rdi
25711 movq 5464(%rax), %r11
25712 jmp *%r11
25713 #endif /* defined(GLX_USE_TLS) */
25714 .size GL_PREFIX(_dispatch_stub_683), .-GL_PREFIX(_dispatch_stub_683)
25715
25716 .p2align 4,,15
25717 .globl GL_PREFIX(_dispatch_stub_684)
25718 .type GL_PREFIX(_dispatch_stub_684), @function
25719 HIDDEN(GL_PREFIX(_dispatch_stub_684))
25720 GL_PREFIX(_dispatch_stub_684):
25721 #if defined(GLX_USE_TLS)
25722 call _x86_64_get_dispatch@PLT
25723 movq 5472(%rax), %r11
25724 jmp *%r11
25725 #elif defined(PTHREADS)
25726 pushq %rdi
25727 call _x86_64_get_dispatch@PLT
25728 popq %rdi
25729 movq 5472(%rax), %r11
25730 jmp *%r11
25731 #else
25732 movq _glapi_Dispatch(%rip), %rax
25733 testq %rax, %rax
25734 je 1f
25735 movq 5472(%rax), %r11
25736 jmp *%r11
25737 1:
25738 pushq %rdi
25739 call _glapi_get_dispatch
25740 popq %rdi
25741 movq 5472(%rax), %r11
25742 jmp *%r11
25743 #endif /* defined(GLX_USE_TLS) */
25744 .size GL_PREFIX(_dispatch_stub_684), .-GL_PREFIX(_dispatch_stub_684)
25745
25746 .p2align 4,,15
25747 .globl GL_PREFIX(AreProgramsResidentNV)
25748 .type GL_PREFIX(AreProgramsResidentNV), @function
25749 GL_PREFIX(AreProgramsResidentNV):
25750 #if defined(GLX_USE_TLS)
25751 call _x86_64_get_dispatch@PLT
25752 movq 5480(%rax), %r11
25753 jmp *%r11
25754 #elif defined(PTHREADS)
25755 pushq %rdi
25756 pushq %rsi
25757 pushq %rdx
25758 call _x86_64_get_dispatch@PLT
25759 popq %rdx
25760 popq %rsi
25761 popq %rdi
25762 movq 5480(%rax), %r11
25763 jmp *%r11
25764 #else
25765 movq _glapi_Dispatch(%rip), %rax
25766 testq %rax, %rax
25767 je 1f
25768 movq 5480(%rax), %r11
25769 jmp *%r11
25770 1:
25771 pushq %rdi
25772 pushq %rsi
25773 pushq %rdx
25774 call _glapi_get_dispatch
25775 popq %rdx
25776 popq %rsi
25777 popq %rdi
25778 movq 5480(%rax), %r11
25779 jmp *%r11
25780 #endif /* defined(GLX_USE_TLS) */
25781 .size GL_PREFIX(AreProgramsResidentNV), .-GL_PREFIX(AreProgramsResidentNV)
25782
25783 .p2align 4,,15
25784 .globl GL_PREFIX(BindProgramNV)
25785 .type GL_PREFIX(BindProgramNV), @function
25786 GL_PREFIX(BindProgramNV):
25787 #if defined(GLX_USE_TLS)
25788 call _x86_64_get_dispatch@PLT
25789 movq 5488(%rax), %r11
25790 jmp *%r11
25791 #elif defined(PTHREADS)
25792 pushq %rdi
25793 pushq %rsi
25794 pushq %rbp
25795 call _x86_64_get_dispatch@PLT
25796 popq %rbp
25797 popq %rsi
25798 popq %rdi
25799 movq 5488(%rax), %r11
25800 jmp *%r11
25801 #else
25802 movq _glapi_Dispatch(%rip), %rax
25803 testq %rax, %rax
25804 je 1f
25805 movq 5488(%rax), %r11
25806 jmp *%r11
25807 1:
25808 pushq %rdi
25809 pushq %rsi
25810 pushq %rbp
25811 call _glapi_get_dispatch
25812 popq %rbp
25813 popq %rsi
25814 popq %rdi
25815 movq 5488(%rax), %r11
25816 jmp *%r11
25817 #endif /* defined(GLX_USE_TLS) */
25818 .size GL_PREFIX(BindProgramNV), .-GL_PREFIX(BindProgramNV)
25819
25820 .p2align 4,,15
25821 .globl GL_PREFIX(DeleteProgramsNV)
25822 .type GL_PREFIX(DeleteProgramsNV), @function
25823 GL_PREFIX(DeleteProgramsNV):
25824 #if defined(GLX_USE_TLS)
25825 call _x86_64_get_dispatch@PLT
25826 movq 5496(%rax), %r11
25827 jmp *%r11
25828 #elif defined(PTHREADS)
25829 pushq %rdi
25830 pushq %rsi
25831 pushq %rbp
25832 call _x86_64_get_dispatch@PLT
25833 popq %rbp
25834 popq %rsi
25835 popq %rdi
25836 movq 5496(%rax), %r11
25837 jmp *%r11
25838 #else
25839 movq _glapi_Dispatch(%rip), %rax
25840 testq %rax, %rax
25841 je 1f
25842 movq 5496(%rax), %r11
25843 jmp *%r11
25844 1:
25845 pushq %rdi
25846 pushq %rsi
25847 pushq %rbp
25848 call _glapi_get_dispatch
25849 popq %rbp
25850 popq %rsi
25851 popq %rdi
25852 movq 5496(%rax), %r11
25853 jmp *%r11
25854 #endif /* defined(GLX_USE_TLS) */
25855 .size GL_PREFIX(DeleteProgramsNV), .-GL_PREFIX(DeleteProgramsNV)
25856
25857 .p2align 4,,15
25858 .globl GL_PREFIX(ExecuteProgramNV)
25859 .type GL_PREFIX(ExecuteProgramNV), @function
25860 GL_PREFIX(ExecuteProgramNV):
25861 #if defined(GLX_USE_TLS)
25862 call _x86_64_get_dispatch@PLT
25863 movq 5504(%rax), %r11
25864 jmp *%r11
25865 #elif defined(PTHREADS)
25866 pushq %rdi
25867 pushq %rsi
25868 pushq %rdx
25869 call _x86_64_get_dispatch@PLT
25870 popq %rdx
25871 popq %rsi
25872 popq %rdi
25873 movq 5504(%rax), %r11
25874 jmp *%r11
25875 #else
25876 movq _glapi_Dispatch(%rip), %rax
25877 testq %rax, %rax
25878 je 1f
25879 movq 5504(%rax), %r11
25880 jmp *%r11
25881 1:
25882 pushq %rdi
25883 pushq %rsi
25884 pushq %rdx
25885 call _glapi_get_dispatch
25886 popq %rdx
25887 popq %rsi
25888 popq %rdi
25889 movq 5504(%rax), %r11
25890 jmp *%r11
25891 #endif /* defined(GLX_USE_TLS) */
25892 .size GL_PREFIX(ExecuteProgramNV), .-GL_PREFIX(ExecuteProgramNV)
25893
25894 .p2align 4,,15
25895 .globl GL_PREFIX(GenProgramsNV)
25896 .type GL_PREFIX(GenProgramsNV), @function
25897 GL_PREFIX(GenProgramsNV):
25898 #if defined(GLX_USE_TLS)
25899 call _x86_64_get_dispatch@PLT
25900 movq 5512(%rax), %r11
25901 jmp *%r11
25902 #elif defined(PTHREADS)
25903 pushq %rdi
25904 pushq %rsi
25905 pushq %rbp
25906 call _x86_64_get_dispatch@PLT
25907 popq %rbp
25908 popq %rsi
25909 popq %rdi
25910 movq 5512(%rax), %r11
25911 jmp *%r11
25912 #else
25913 movq _glapi_Dispatch(%rip), %rax
25914 testq %rax, %rax
25915 je 1f
25916 movq 5512(%rax), %r11
25917 jmp *%r11
25918 1:
25919 pushq %rdi
25920 pushq %rsi
25921 pushq %rbp
25922 call _glapi_get_dispatch
25923 popq %rbp
25924 popq %rsi
25925 popq %rdi
25926 movq 5512(%rax), %r11
25927 jmp *%r11
25928 #endif /* defined(GLX_USE_TLS) */
25929 .size GL_PREFIX(GenProgramsNV), .-GL_PREFIX(GenProgramsNV)
25930
25931 .p2align 4,,15
25932 .globl GL_PREFIX(GetProgramParameterdvNV)
25933 .type GL_PREFIX(GetProgramParameterdvNV), @function
25934 GL_PREFIX(GetProgramParameterdvNV):
25935 #if defined(GLX_USE_TLS)
25936 call _x86_64_get_dispatch@PLT
25937 movq 5520(%rax), %r11
25938 jmp *%r11
25939 #elif defined(PTHREADS)
25940 pushq %rdi
25941 pushq %rsi
25942 pushq %rdx
25943 pushq %rcx
25944 pushq %rbp
25945 call _x86_64_get_dispatch@PLT
25946 popq %rbp
25947 popq %rcx
25948 popq %rdx
25949 popq %rsi
25950 popq %rdi
25951 movq 5520(%rax), %r11
25952 jmp *%r11
25953 #else
25954 movq _glapi_Dispatch(%rip), %rax
25955 testq %rax, %rax
25956 je 1f
25957 movq 5520(%rax), %r11
25958 jmp *%r11
25959 1:
25960 pushq %rdi
25961 pushq %rsi
25962 pushq %rdx
25963 pushq %rcx
25964 pushq %rbp
25965 call _glapi_get_dispatch
25966 popq %rbp
25967 popq %rcx
25968 popq %rdx
25969 popq %rsi
25970 popq %rdi
25971 movq 5520(%rax), %r11
25972 jmp *%r11
25973 #endif /* defined(GLX_USE_TLS) */
25974 .size GL_PREFIX(GetProgramParameterdvNV), .-GL_PREFIX(GetProgramParameterdvNV)
25975
25976 .p2align 4,,15
25977 .globl GL_PREFIX(GetProgramParameterfvNV)
25978 .type GL_PREFIX(GetProgramParameterfvNV), @function
25979 GL_PREFIX(GetProgramParameterfvNV):
25980 #if defined(GLX_USE_TLS)
25981 call _x86_64_get_dispatch@PLT
25982 movq 5528(%rax), %r11
25983 jmp *%r11
25984 #elif defined(PTHREADS)
25985 pushq %rdi
25986 pushq %rsi
25987 pushq %rdx
25988 pushq %rcx
25989 pushq %rbp
25990 call _x86_64_get_dispatch@PLT
25991 popq %rbp
25992 popq %rcx
25993 popq %rdx
25994 popq %rsi
25995 popq %rdi
25996 movq 5528(%rax), %r11
25997 jmp *%r11
25998 #else
25999 movq _glapi_Dispatch(%rip), %rax
26000 testq %rax, %rax
26001 je 1f
26002 movq 5528(%rax), %r11
26003 jmp *%r11
26004 1:
26005 pushq %rdi
26006 pushq %rsi
26007 pushq %rdx
26008 pushq %rcx
26009 pushq %rbp
26010 call _glapi_get_dispatch
26011 popq %rbp
26012 popq %rcx
26013 popq %rdx
26014 popq %rsi
26015 popq %rdi
26016 movq 5528(%rax), %r11
26017 jmp *%r11
26018 #endif /* defined(GLX_USE_TLS) */
26019 .size GL_PREFIX(GetProgramParameterfvNV), .-GL_PREFIX(GetProgramParameterfvNV)
26020
26021 .p2align 4,,15
26022 .globl GL_PREFIX(GetProgramStringNV)
26023 .type GL_PREFIX(GetProgramStringNV), @function
26024 GL_PREFIX(GetProgramStringNV):
26025 #if defined(GLX_USE_TLS)
26026 call _x86_64_get_dispatch@PLT
26027 movq 5536(%rax), %r11
26028 jmp *%r11
26029 #elif defined(PTHREADS)
26030 pushq %rdi
26031 pushq %rsi
26032 pushq %rdx
26033 call _x86_64_get_dispatch@PLT
26034 popq %rdx
26035 popq %rsi
26036 popq %rdi
26037 movq 5536(%rax), %r11
26038 jmp *%r11
26039 #else
26040 movq _glapi_Dispatch(%rip), %rax
26041 testq %rax, %rax
26042 je 1f
26043 movq 5536(%rax), %r11
26044 jmp *%r11
26045 1:
26046 pushq %rdi
26047 pushq %rsi
26048 pushq %rdx
26049 call _glapi_get_dispatch
26050 popq %rdx
26051 popq %rsi
26052 popq %rdi
26053 movq 5536(%rax), %r11
26054 jmp *%r11
26055 #endif /* defined(GLX_USE_TLS) */
26056 .size GL_PREFIX(GetProgramStringNV), .-GL_PREFIX(GetProgramStringNV)
26057
26058 .p2align 4,,15
26059 .globl GL_PREFIX(GetProgramivNV)
26060 .type GL_PREFIX(GetProgramivNV), @function
26061 GL_PREFIX(GetProgramivNV):
26062 #if defined(GLX_USE_TLS)
26063 call _x86_64_get_dispatch@PLT
26064 movq 5544(%rax), %r11
26065 jmp *%r11
26066 #elif defined(PTHREADS)
26067 pushq %rdi
26068 pushq %rsi
26069 pushq %rdx
26070 call _x86_64_get_dispatch@PLT
26071 popq %rdx
26072 popq %rsi
26073 popq %rdi
26074 movq 5544(%rax), %r11
26075 jmp *%r11
26076 #else
26077 movq _glapi_Dispatch(%rip), %rax
26078 testq %rax, %rax
26079 je 1f
26080 movq 5544(%rax), %r11
26081 jmp *%r11
26082 1:
26083 pushq %rdi
26084 pushq %rsi
26085 pushq %rdx
26086 call _glapi_get_dispatch
26087 popq %rdx
26088 popq %rsi
26089 popq %rdi
26090 movq 5544(%rax), %r11
26091 jmp *%r11
26092 #endif /* defined(GLX_USE_TLS) */
26093 .size GL_PREFIX(GetProgramivNV), .-GL_PREFIX(GetProgramivNV)
26094
26095 .p2align 4,,15
26096 .globl GL_PREFIX(GetTrackMatrixivNV)
26097 .type GL_PREFIX(GetTrackMatrixivNV), @function
26098 GL_PREFIX(GetTrackMatrixivNV):
26099 #if defined(GLX_USE_TLS)
26100 call _x86_64_get_dispatch@PLT
26101 movq 5552(%rax), %r11
26102 jmp *%r11
26103 #elif defined(PTHREADS)
26104 pushq %rdi
26105 pushq %rsi
26106 pushq %rdx
26107 pushq %rcx
26108 pushq %rbp
26109 call _x86_64_get_dispatch@PLT
26110 popq %rbp
26111 popq %rcx
26112 popq %rdx
26113 popq %rsi
26114 popq %rdi
26115 movq 5552(%rax), %r11
26116 jmp *%r11
26117 #else
26118 movq _glapi_Dispatch(%rip), %rax
26119 testq %rax, %rax
26120 je 1f
26121 movq 5552(%rax), %r11
26122 jmp *%r11
26123 1:
26124 pushq %rdi
26125 pushq %rsi
26126 pushq %rdx
26127 pushq %rcx
26128 pushq %rbp
26129 call _glapi_get_dispatch
26130 popq %rbp
26131 popq %rcx
26132 popq %rdx
26133 popq %rsi
26134 popq %rdi
26135 movq 5552(%rax), %r11
26136 jmp *%r11
26137 #endif /* defined(GLX_USE_TLS) */
26138 .size GL_PREFIX(GetTrackMatrixivNV), .-GL_PREFIX(GetTrackMatrixivNV)
26139
26140 .p2align 4,,15
26141 .globl GL_PREFIX(GetVertexAttribPointervNV)
26142 .type GL_PREFIX(GetVertexAttribPointervNV), @function
26143 GL_PREFIX(GetVertexAttribPointervNV):
26144 #if defined(GLX_USE_TLS)
26145 call _x86_64_get_dispatch@PLT
26146 movq 5560(%rax), %r11
26147 jmp *%r11
26148 #elif defined(PTHREADS)
26149 pushq %rdi
26150 pushq %rsi
26151 pushq %rdx
26152 call _x86_64_get_dispatch@PLT
26153 popq %rdx
26154 popq %rsi
26155 popq %rdi
26156 movq 5560(%rax), %r11
26157 jmp *%r11
26158 #else
26159 movq _glapi_Dispatch(%rip), %rax
26160 testq %rax, %rax
26161 je 1f
26162 movq 5560(%rax), %r11
26163 jmp *%r11
26164 1:
26165 pushq %rdi
26166 pushq %rsi
26167 pushq %rdx
26168 call _glapi_get_dispatch
26169 popq %rdx
26170 popq %rsi
26171 popq %rdi
26172 movq 5560(%rax), %r11
26173 jmp *%r11
26174 #endif /* defined(GLX_USE_TLS) */
26175 .size GL_PREFIX(GetVertexAttribPointervNV), .-GL_PREFIX(GetVertexAttribPointervNV)
26176
26177 .p2align 4,,15
26178 .globl GL_PREFIX(GetVertexAttribdvNV)
26179 .type GL_PREFIX(GetVertexAttribdvNV), @function
26180 GL_PREFIX(GetVertexAttribdvNV):
26181 #if defined(GLX_USE_TLS)
26182 call _x86_64_get_dispatch@PLT
26183 movq 5568(%rax), %r11
26184 jmp *%r11
26185 #elif defined(PTHREADS)
26186 pushq %rdi
26187 pushq %rsi
26188 pushq %rdx
26189 call _x86_64_get_dispatch@PLT
26190 popq %rdx
26191 popq %rsi
26192 popq %rdi
26193 movq 5568(%rax), %r11
26194 jmp *%r11
26195 #else
26196 movq _glapi_Dispatch(%rip), %rax
26197 testq %rax, %rax
26198 je 1f
26199 movq 5568(%rax), %r11
26200 jmp *%r11
26201 1:
26202 pushq %rdi
26203 pushq %rsi
26204 pushq %rdx
26205 call _glapi_get_dispatch
26206 popq %rdx
26207 popq %rsi
26208 popq %rdi
26209 movq 5568(%rax), %r11
26210 jmp *%r11
26211 #endif /* defined(GLX_USE_TLS) */
26212 .size GL_PREFIX(GetVertexAttribdvNV), .-GL_PREFIX(GetVertexAttribdvNV)
26213
26214 .p2align 4,,15
26215 .globl GL_PREFIX(GetVertexAttribfvNV)
26216 .type GL_PREFIX(GetVertexAttribfvNV), @function
26217 GL_PREFIX(GetVertexAttribfvNV):
26218 #if defined(GLX_USE_TLS)
26219 call _x86_64_get_dispatch@PLT
26220 movq 5576(%rax), %r11
26221 jmp *%r11
26222 #elif defined(PTHREADS)
26223 pushq %rdi
26224 pushq %rsi
26225 pushq %rdx
26226 call _x86_64_get_dispatch@PLT
26227 popq %rdx
26228 popq %rsi
26229 popq %rdi
26230 movq 5576(%rax), %r11
26231 jmp *%r11
26232 #else
26233 movq _glapi_Dispatch(%rip), %rax
26234 testq %rax, %rax
26235 je 1f
26236 movq 5576(%rax), %r11
26237 jmp *%r11
26238 1:
26239 pushq %rdi
26240 pushq %rsi
26241 pushq %rdx
26242 call _glapi_get_dispatch
26243 popq %rdx
26244 popq %rsi
26245 popq %rdi
26246 movq 5576(%rax), %r11
26247 jmp *%r11
26248 #endif /* defined(GLX_USE_TLS) */
26249 .size GL_PREFIX(GetVertexAttribfvNV), .-GL_PREFIX(GetVertexAttribfvNV)
26250
26251 .p2align 4,,15
26252 .globl GL_PREFIX(GetVertexAttribivNV)
26253 .type GL_PREFIX(GetVertexAttribivNV), @function
26254 GL_PREFIX(GetVertexAttribivNV):
26255 #if defined(GLX_USE_TLS)
26256 call _x86_64_get_dispatch@PLT
26257 movq 5584(%rax), %r11
26258 jmp *%r11
26259 #elif defined(PTHREADS)
26260 pushq %rdi
26261 pushq %rsi
26262 pushq %rdx
26263 call _x86_64_get_dispatch@PLT
26264 popq %rdx
26265 popq %rsi
26266 popq %rdi
26267 movq 5584(%rax), %r11
26268 jmp *%r11
26269 #else
26270 movq _glapi_Dispatch(%rip), %rax
26271 testq %rax, %rax
26272 je 1f
26273 movq 5584(%rax), %r11
26274 jmp *%r11
26275 1:
26276 pushq %rdi
26277 pushq %rsi
26278 pushq %rdx
26279 call _glapi_get_dispatch
26280 popq %rdx
26281 popq %rsi
26282 popq %rdi
26283 movq 5584(%rax), %r11
26284 jmp *%r11
26285 #endif /* defined(GLX_USE_TLS) */
26286 .size GL_PREFIX(GetVertexAttribivNV), .-GL_PREFIX(GetVertexAttribivNV)
26287
26288 .p2align 4,,15
26289 .globl GL_PREFIX(IsProgramNV)
26290 .type GL_PREFIX(IsProgramNV), @function
26291 GL_PREFIX(IsProgramNV):
26292 #if defined(GLX_USE_TLS)
26293 call _x86_64_get_dispatch@PLT
26294 movq 5592(%rax), %r11
26295 jmp *%r11
26296 #elif defined(PTHREADS)
26297 pushq %rdi
26298 call _x86_64_get_dispatch@PLT
26299 popq %rdi
26300 movq 5592(%rax), %r11
26301 jmp *%r11
26302 #else
26303 movq _glapi_Dispatch(%rip), %rax
26304 testq %rax, %rax
26305 je 1f
26306 movq 5592(%rax), %r11
26307 jmp *%r11
26308 1:
26309 pushq %rdi
26310 call _glapi_get_dispatch
26311 popq %rdi
26312 movq 5592(%rax), %r11
26313 jmp *%r11
26314 #endif /* defined(GLX_USE_TLS) */
26315 .size GL_PREFIX(IsProgramNV), .-GL_PREFIX(IsProgramNV)
26316
26317 .p2align 4,,15
26318 .globl GL_PREFIX(LoadProgramNV)
26319 .type GL_PREFIX(LoadProgramNV), @function
26320 GL_PREFIX(LoadProgramNV):
26321 #if defined(GLX_USE_TLS)
26322 call _x86_64_get_dispatch@PLT
26323 movq 5600(%rax), %r11
26324 jmp *%r11
26325 #elif defined(PTHREADS)
26326 pushq %rdi
26327 pushq %rsi
26328 pushq %rdx
26329 pushq %rcx
26330 pushq %rbp
26331 call _x86_64_get_dispatch@PLT
26332 popq %rbp
26333 popq %rcx
26334 popq %rdx
26335 popq %rsi
26336 popq %rdi
26337 movq 5600(%rax), %r11
26338 jmp *%r11
26339 #else
26340 movq _glapi_Dispatch(%rip), %rax
26341 testq %rax, %rax
26342 je 1f
26343 movq 5600(%rax), %r11
26344 jmp *%r11
26345 1:
26346 pushq %rdi
26347 pushq %rsi
26348 pushq %rdx
26349 pushq %rcx
26350 pushq %rbp
26351 call _glapi_get_dispatch
26352 popq %rbp
26353 popq %rcx
26354 popq %rdx
26355 popq %rsi
26356 popq %rdi
26357 movq 5600(%rax), %r11
26358 jmp *%r11
26359 #endif /* defined(GLX_USE_TLS) */
26360 .size GL_PREFIX(LoadProgramNV), .-GL_PREFIX(LoadProgramNV)
26361
26362 .p2align 4,,15
26363 .globl GL_PREFIX(ProgramParameters4dvNV)
26364 .type GL_PREFIX(ProgramParameters4dvNV), @function
26365 GL_PREFIX(ProgramParameters4dvNV):
26366 #if defined(GLX_USE_TLS)
26367 call _x86_64_get_dispatch@PLT
26368 movq 5608(%rax), %r11
26369 jmp *%r11
26370 #elif defined(PTHREADS)
26371 pushq %rdi
26372 pushq %rsi
26373 pushq %rdx
26374 pushq %rcx
26375 pushq %rbp
26376 call _x86_64_get_dispatch@PLT
26377 popq %rbp
26378 popq %rcx
26379 popq %rdx
26380 popq %rsi
26381 popq %rdi
26382 movq 5608(%rax), %r11
26383 jmp *%r11
26384 #else
26385 movq _glapi_Dispatch(%rip), %rax
26386 testq %rax, %rax
26387 je 1f
26388 movq 5608(%rax), %r11
26389 jmp *%r11
26390 1:
26391 pushq %rdi
26392 pushq %rsi
26393 pushq %rdx
26394 pushq %rcx
26395 pushq %rbp
26396 call _glapi_get_dispatch
26397 popq %rbp
26398 popq %rcx
26399 popq %rdx
26400 popq %rsi
26401 popq %rdi
26402 movq 5608(%rax), %r11
26403 jmp *%r11
26404 #endif /* defined(GLX_USE_TLS) */
26405 .size GL_PREFIX(ProgramParameters4dvNV), .-GL_PREFIX(ProgramParameters4dvNV)
26406
26407 .p2align 4,,15
26408 .globl GL_PREFIX(ProgramParameters4fvNV)
26409 .type GL_PREFIX(ProgramParameters4fvNV), @function
26410 GL_PREFIX(ProgramParameters4fvNV):
26411 #if defined(GLX_USE_TLS)
26412 call _x86_64_get_dispatch@PLT
26413 movq 5616(%rax), %r11
26414 jmp *%r11
26415 #elif defined(PTHREADS)
26416 pushq %rdi
26417 pushq %rsi
26418 pushq %rdx
26419 pushq %rcx
26420 pushq %rbp
26421 call _x86_64_get_dispatch@PLT
26422 popq %rbp
26423 popq %rcx
26424 popq %rdx
26425 popq %rsi
26426 popq %rdi
26427 movq 5616(%rax), %r11
26428 jmp *%r11
26429 #else
26430 movq _glapi_Dispatch(%rip), %rax
26431 testq %rax, %rax
26432 je 1f
26433 movq 5616(%rax), %r11
26434 jmp *%r11
26435 1:
26436 pushq %rdi
26437 pushq %rsi
26438 pushq %rdx
26439 pushq %rcx
26440 pushq %rbp
26441 call _glapi_get_dispatch
26442 popq %rbp
26443 popq %rcx
26444 popq %rdx
26445 popq %rsi
26446 popq %rdi
26447 movq 5616(%rax), %r11
26448 jmp *%r11
26449 #endif /* defined(GLX_USE_TLS) */
26450 .size GL_PREFIX(ProgramParameters4fvNV), .-GL_PREFIX(ProgramParameters4fvNV)
26451
26452 .p2align 4,,15
26453 .globl GL_PREFIX(RequestResidentProgramsNV)
26454 .type GL_PREFIX(RequestResidentProgramsNV), @function
26455 GL_PREFIX(RequestResidentProgramsNV):
26456 #if defined(GLX_USE_TLS)
26457 call _x86_64_get_dispatch@PLT
26458 movq 5624(%rax), %r11
26459 jmp *%r11
26460 #elif defined(PTHREADS)
26461 pushq %rdi
26462 pushq %rsi
26463 pushq %rbp
26464 call _x86_64_get_dispatch@PLT
26465 popq %rbp
26466 popq %rsi
26467 popq %rdi
26468 movq 5624(%rax), %r11
26469 jmp *%r11
26470 #else
26471 movq _glapi_Dispatch(%rip), %rax
26472 testq %rax, %rax
26473 je 1f
26474 movq 5624(%rax), %r11
26475 jmp *%r11
26476 1:
26477 pushq %rdi
26478 pushq %rsi
26479 pushq %rbp
26480 call _glapi_get_dispatch
26481 popq %rbp
26482 popq %rsi
26483 popq %rdi
26484 movq 5624(%rax), %r11
26485 jmp *%r11
26486 #endif /* defined(GLX_USE_TLS) */
26487 .size GL_PREFIX(RequestResidentProgramsNV), .-GL_PREFIX(RequestResidentProgramsNV)
26488
26489 .p2align 4,,15
26490 .globl GL_PREFIX(TrackMatrixNV)
26491 .type GL_PREFIX(TrackMatrixNV), @function
26492 GL_PREFIX(TrackMatrixNV):
26493 #if defined(GLX_USE_TLS)
26494 call _x86_64_get_dispatch@PLT
26495 movq 5632(%rax), %r11
26496 jmp *%r11
26497 #elif defined(PTHREADS)
26498 pushq %rdi
26499 pushq %rsi
26500 pushq %rdx
26501 pushq %rcx
26502 pushq %rbp
26503 call _x86_64_get_dispatch@PLT
26504 popq %rbp
26505 popq %rcx
26506 popq %rdx
26507 popq %rsi
26508 popq %rdi
26509 movq 5632(%rax), %r11
26510 jmp *%r11
26511 #else
26512 movq _glapi_Dispatch(%rip), %rax
26513 testq %rax, %rax
26514 je 1f
26515 movq 5632(%rax), %r11
26516 jmp *%r11
26517 1:
26518 pushq %rdi
26519 pushq %rsi
26520 pushq %rdx
26521 pushq %rcx
26522 pushq %rbp
26523 call _glapi_get_dispatch
26524 popq %rbp
26525 popq %rcx
26526 popq %rdx
26527 popq %rsi
26528 popq %rdi
26529 movq 5632(%rax), %r11
26530 jmp *%r11
26531 #endif /* defined(GLX_USE_TLS) */
26532 .size GL_PREFIX(TrackMatrixNV), .-GL_PREFIX(TrackMatrixNV)
26533
26534 .p2align 4,,15
26535 .globl GL_PREFIX(VertexAttrib1dNV)
26536 .type GL_PREFIX(VertexAttrib1dNV), @function
26537 GL_PREFIX(VertexAttrib1dNV):
26538 #if defined(GLX_USE_TLS)
26539 call _x86_64_get_dispatch@PLT
26540 movq 5640(%rax), %r11
26541 jmp *%r11
26542 #elif defined(PTHREADS)
26543 subq $24, %rsp
26544 movq %rdi, (%rsp)
26545 movq %xmm0, 8(%rsp)
26546 call _x86_64_get_dispatch@PLT
26547 movq 8(%rsp), %xmm0
26548 movq (%rsp), %rdi
26549 addq $24, %rsp
26550 movq 5640(%rax), %r11
26551 jmp *%r11
26552 #else
26553 movq _glapi_Dispatch(%rip), %rax
26554 testq %rax, %rax
26555 je 1f
26556 movq 5640(%rax), %r11
26557 jmp *%r11
26558 1:
26559 subq $24, %rsp
26560 movq %rdi, (%rsp)
26561 movq %xmm0, 8(%rsp)
26562 call _glapi_get_dispatch
26563 movq 8(%rsp), %xmm0
26564 movq (%rsp), %rdi
26565 addq $24, %rsp
26566 movq 5640(%rax), %r11
26567 jmp *%r11
26568 #endif /* defined(GLX_USE_TLS) */
26569 .size GL_PREFIX(VertexAttrib1dNV), .-GL_PREFIX(VertexAttrib1dNV)
26570
26571 .p2align 4,,15
26572 .globl GL_PREFIX(VertexAttrib1dvNV)
26573 .type GL_PREFIX(VertexAttrib1dvNV), @function
26574 GL_PREFIX(VertexAttrib1dvNV):
26575 #if defined(GLX_USE_TLS)
26576 call _x86_64_get_dispatch@PLT
26577 movq 5648(%rax), %r11
26578 jmp *%r11
26579 #elif defined(PTHREADS)
26580 pushq %rdi
26581 pushq %rsi
26582 pushq %rbp
26583 call _x86_64_get_dispatch@PLT
26584 popq %rbp
26585 popq %rsi
26586 popq %rdi
26587 movq 5648(%rax), %r11
26588 jmp *%r11
26589 #else
26590 movq _glapi_Dispatch(%rip), %rax
26591 testq %rax, %rax
26592 je 1f
26593 movq 5648(%rax), %r11
26594 jmp *%r11
26595 1:
26596 pushq %rdi
26597 pushq %rsi
26598 pushq %rbp
26599 call _glapi_get_dispatch
26600 popq %rbp
26601 popq %rsi
26602 popq %rdi
26603 movq 5648(%rax), %r11
26604 jmp *%r11
26605 #endif /* defined(GLX_USE_TLS) */
26606 .size GL_PREFIX(VertexAttrib1dvNV), .-GL_PREFIX(VertexAttrib1dvNV)
26607
26608 .p2align 4,,15
26609 .globl GL_PREFIX(VertexAttrib1fNV)
26610 .type GL_PREFIX(VertexAttrib1fNV), @function
26611 GL_PREFIX(VertexAttrib1fNV):
26612 #if defined(GLX_USE_TLS)
26613 call _x86_64_get_dispatch@PLT
26614 movq 5656(%rax), %r11
26615 jmp *%r11
26616 #elif defined(PTHREADS)
26617 subq $24, %rsp
26618 movq %rdi, (%rsp)
26619 movq %xmm0, 8(%rsp)
26620 call _x86_64_get_dispatch@PLT
26621 movq 8(%rsp), %xmm0
26622 movq (%rsp), %rdi
26623 addq $24, %rsp
26624 movq 5656(%rax), %r11
26625 jmp *%r11
26626 #else
26627 movq _glapi_Dispatch(%rip), %rax
26628 testq %rax, %rax
26629 je 1f
26630 movq 5656(%rax), %r11
26631 jmp *%r11
26632 1:
26633 subq $24, %rsp
26634 movq %rdi, (%rsp)
26635 movq %xmm0, 8(%rsp)
26636 call _glapi_get_dispatch
26637 movq 8(%rsp), %xmm0
26638 movq (%rsp), %rdi
26639 addq $24, %rsp
26640 movq 5656(%rax), %r11
26641 jmp *%r11
26642 #endif /* defined(GLX_USE_TLS) */
26643 .size GL_PREFIX(VertexAttrib1fNV), .-GL_PREFIX(VertexAttrib1fNV)
26644
26645 .p2align 4,,15
26646 .globl GL_PREFIX(VertexAttrib1fvNV)
26647 .type GL_PREFIX(VertexAttrib1fvNV), @function
26648 GL_PREFIX(VertexAttrib1fvNV):
26649 #if defined(GLX_USE_TLS)
26650 call _x86_64_get_dispatch@PLT
26651 movq 5664(%rax), %r11
26652 jmp *%r11
26653 #elif defined(PTHREADS)
26654 pushq %rdi
26655 pushq %rsi
26656 pushq %rbp
26657 call _x86_64_get_dispatch@PLT
26658 popq %rbp
26659 popq %rsi
26660 popq %rdi
26661 movq 5664(%rax), %r11
26662 jmp *%r11
26663 #else
26664 movq _glapi_Dispatch(%rip), %rax
26665 testq %rax, %rax
26666 je 1f
26667 movq 5664(%rax), %r11
26668 jmp *%r11
26669 1:
26670 pushq %rdi
26671 pushq %rsi
26672 pushq %rbp
26673 call _glapi_get_dispatch
26674 popq %rbp
26675 popq %rsi
26676 popq %rdi
26677 movq 5664(%rax), %r11
26678 jmp *%r11
26679 #endif /* defined(GLX_USE_TLS) */
26680 .size GL_PREFIX(VertexAttrib1fvNV), .-GL_PREFIX(VertexAttrib1fvNV)
26681
26682 .p2align 4,,15
26683 .globl GL_PREFIX(VertexAttrib1sNV)
26684 .type GL_PREFIX(VertexAttrib1sNV), @function
26685 GL_PREFIX(VertexAttrib1sNV):
26686 #if defined(GLX_USE_TLS)
26687 call _x86_64_get_dispatch@PLT
26688 movq 5672(%rax), %r11
26689 jmp *%r11
26690 #elif defined(PTHREADS)
26691 pushq %rdi
26692 pushq %rsi
26693 pushq %rbp
26694 call _x86_64_get_dispatch@PLT
26695 popq %rbp
26696 popq %rsi
26697 popq %rdi
26698 movq 5672(%rax), %r11
26699 jmp *%r11
26700 #else
26701 movq _glapi_Dispatch(%rip), %rax
26702 testq %rax, %rax
26703 je 1f
26704 movq 5672(%rax), %r11
26705 jmp *%r11
26706 1:
26707 pushq %rdi
26708 pushq %rsi
26709 pushq %rbp
26710 call _glapi_get_dispatch
26711 popq %rbp
26712 popq %rsi
26713 popq %rdi
26714 movq 5672(%rax), %r11
26715 jmp *%r11
26716 #endif /* defined(GLX_USE_TLS) */
26717 .size GL_PREFIX(VertexAttrib1sNV), .-GL_PREFIX(VertexAttrib1sNV)
26718
26719 .p2align 4,,15
26720 .globl GL_PREFIX(VertexAttrib1svNV)
26721 .type GL_PREFIX(VertexAttrib1svNV), @function
26722 GL_PREFIX(VertexAttrib1svNV):
26723 #if defined(GLX_USE_TLS)
26724 call _x86_64_get_dispatch@PLT
26725 movq 5680(%rax), %r11
26726 jmp *%r11
26727 #elif defined(PTHREADS)
26728 pushq %rdi
26729 pushq %rsi
26730 pushq %rbp
26731 call _x86_64_get_dispatch@PLT
26732 popq %rbp
26733 popq %rsi
26734 popq %rdi
26735 movq 5680(%rax), %r11
26736 jmp *%r11
26737 #else
26738 movq _glapi_Dispatch(%rip), %rax
26739 testq %rax, %rax
26740 je 1f
26741 movq 5680(%rax), %r11
26742 jmp *%r11
26743 1:
26744 pushq %rdi
26745 pushq %rsi
26746 pushq %rbp
26747 call _glapi_get_dispatch
26748 popq %rbp
26749 popq %rsi
26750 popq %rdi
26751 movq 5680(%rax), %r11
26752 jmp *%r11
26753 #endif /* defined(GLX_USE_TLS) */
26754 .size GL_PREFIX(VertexAttrib1svNV), .-GL_PREFIX(VertexAttrib1svNV)
26755
26756 .p2align 4,,15
26757 .globl GL_PREFIX(VertexAttrib2dNV)
26758 .type GL_PREFIX(VertexAttrib2dNV), @function
26759 GL_PREFIX(VertexAttrib2dNV):
26760 #if defined(GLX_USE_TLS)
26761 call _x86_64_get_dispatch@PLT
26762 movq 5688(%rax), %r11
26763 jmp *%r11
26764 #elif defined(PTHREADS)
26765 subq $24, %rsp
26766 movq %rdi, (%rsp)
26767 movq %xmm0, 8(%rsp)
26768 movq %xmm1, 16(%rsp)
26769 call _x86_64_get_dispatch@PLT
26770 movq 16(%rsp), %xmm1
26771 movq 8(%rsp), %xmm0
26772 movq (%rsp), %rdi
26773 addq $24, %rsp
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 subq $24, %rsp
26784 movq %rdi, (%rsp)
26785 movq %xmm0, 8(%rsp)
26786 movq %xmm1, 16(%rsp)
26787 call _glapi_get_dispatch
26788 movq 16(%rsp), %xmm1
26789 movq 8(%rsp), %xmm0
26790 movq (%rsp), %rdi
26791 addq $24, %rsp
26792 movq 5688(%rax), %r11
26793 jmp *%r11
26794 #endif /* defined(GLX_USE_TLS) */
26795 .size GL_PREFIX(VertexAttrib2dNV), .-GL_PREFIX(VertexAttrib2dNV)
26796
26797 .p2align 4,,15
26798 .globl GL_PREFIX(VertexAttrib2dvNV)
26799 .type GL_PREFIX(VertexAttrib2dvNV), @function
26800 GL_PREFIX(VertexAttrib2dvNV):
26801 #if defined(GLX_USE_TLS)
26802 call _x86_64_get_dispatch@PLT
26803 movq 5696(%rax), %r11
26804 jmp *%r11
26805 #elif defined(PTHREADS)
26806 pushq %rdi
26807 pushq %rsi
26808 pushq %rbp
26809 call _x86_64_get_dispatch@PLT
26810 popq %rbp
26811 popq %rsi
26812 popq %rdi
26813 movq 5696(%rax), %r11
26814 jmp *%r11
26815 #else
26816 movq _glapi_Dispatch(%rip), %rax
26817 testq %rax, %rax
26818 je 1f
26819 movq 5696(%rax), %r11
26820 jmp *%r11
26821 1:
26822 pushq %rdi
26823 pushq %rsi
26824 pushq %rbp
26825 call _glapi_get_dispatch
26826 popq %rbp
26827 popq %rsi
26828 popq %rdi
26829 movq 5696(%rax), %r11
26830 jmp *%r11
26831 #endif /* defined(GLX_USE_TLS) */
26832 .size GL_PREFIX(VertexAttrib2dvNV), .-GL_PREFIX(VertexAttrib2dvNV)
26833
26834 .p2align 4,,15
26835 .globl GL_PREFIX(VertexAttrib2fNV)
26836 .type GL_PREFIX(VertexAttrib2fNV), @function
26837 GL_PREFIX(VertexAttrib2fNV):
26838 #if defined(GLX_USE_TLS)
26839 call _x86_64_get_dispatch@PLT
26840 movq 5704(%rax), %r11
26841 jmp *%r11
26842 #elif defined(PTHREADS)
26843 subq $24, %rsp
26844 movq %rdi, (%rsp)
26845 movq %xmm0, 8(%rsp)
26846 movq %xmm1, 16(%rsp)
26847 call _x86_64_get_dispatch@PLT
26848 movq 16(%rsp), %xmm1
26849 movq 8(%rsp), %xmm0
26850 movq (%rsp), %rdi
26851 addq $24, %rsp
26852 movq 5704(%rax), %r11
26853 jmp *%r11
26854 #else
26855 movq _glapi_Dispatch(%rip), %rax
26856 testq %rax, %rax
26857 je 1f
26858 movq 5704(%rax), %r11
26859 jmp *%r11
26860 1:
26861 subq $24, %rsp
26862 movq %rdi, (%rsp)
26863 movq %xmm0, 8(%rsp)
26864 movq %xmm1, 16(%rsp)
26865 call _glapi_get_dispatch
26866 movq 16(%rsp), %xmm1
26867 movq 8(%rsp), %xmm0
26868 movq (%rsp), %rdi
26869 addq $24, %rsp
26870 movq 5704(%rax), %r11
26871 jmp *%r11
26872 #endif /* defined(GLX_USE_TLS) */
26873 .size GL_PREFIX(VertexAttrib2fNV), .-GL_PREFIX(VertexAttrib2fNV)
26874
26875 .p2align 4,,15
26876 .globl GL_PREFIX(VertexAttrib2fvNV)
26877 .type GL_PREFIX(VertexAttrib2fvNV), @function
26878 GL_PREFIX(VertexAttrib2fvNV):
26879 #if defined(GLX_USE_TLS)
26880 call _x86_64_get_dispatch@PLT
26881 movq 5712(%rax), %r11
26882 jmp *%r11
26883 #elif defined(PTHREADS)
26884 pushq %rdi
26885 pushq %rsi
26886 pushq %rbp
26887 call _x86_64_get_dispatch@PLT
26888 popq %rbp
26889 popq %rsi
26890 popq %rdi
26891 movq 5712(%rax), %r11
26892 jmp *%r11
26893 #else
26894 movq _glapi_Dispatch(%rip), %rax
26895 testq %rax, %rax
26896 je 1f
26897 movq 5712(%rax), %r11
26898 jmp *%r11
26899 1:
26900 pushq %rdi
26901 pushq %rsi
26902 pushq %rbp
26903 call _glapi_get_dispatch
26904 popq %rbp
26905 popq %rsi
26906 popq %rdi
26907 movq 5712(%rax), %r11
26908 jmp *%r11
26909 #endif /* defined(GLX_USE_TLS) */
26910 .size GL_PREFIX(VertexAttrib2fvNV), .-GL_PREFIX(VertexAttrib2fvNV)
26911
26912 .p2align 4,,15
26913 .globl GL_PREFIX(VertexAttrib2sNV)
26914 .type GL_PREFIX(VertexAttrib2sNV), @function
26915 GL_PREFIX(VertexAttrib2sNV):
26916 #if defined(GLX_USE_TLS)
26917 call _x86_64_get_dispatch@PLT
26918 movq 5720(%rax), %r11
26919 jmp *%r11
26920 #elif defined(PTHREADS)
26921 pushq %rdi
26922 pushq %rsi
26923 pushq %rdx
26924 call _x86_64_get_dispatch@PLT
26925 popq %rdx
26926 popq %rsi
26927 popq %rdi
26928 movq 5720(%rax), %r11
26929 jmp *%r11
26930 #else
26931 movq _glapi_Dispatch(%rip), %rax
26932 testq %rax, %rax
26933 je 1f
26934 movq 5720(%rax), %r11
26935 jmp *%r11
26936 1:
26937 pushq %rdi
26938 pushq %rsi
26939 pushq %rdx
26940 call _glapi_get_dispatch
26941 popq %rdx
26942 popq %rsi
26943 popq %rdi
26944 movq 5720(%rax), %r11
26945 jmp *%r11
26946 #endif /* defined(GLX_USE_TLS) */
26947 .size GL_PREFIX(VertexAttrib2sNV), .-GL_PREFIX(VertexAttrib2sNV)
26948
26949 .p2align 4,,15
26950 .globl GL_PREFIX(VertexAttrib2svNV)
26951 .type GL_PREFIX(VertexAttrib2svNV), @function
26952 GL_PREFIX(VertexAttrib2svNV):
26953 #if defined(GLX_USE_TLS)
26954 call _x86_64_get_dispatch@PLT
26955 movq 5728(%rax), %r11
26956 jmp *%r11
26957 #elif defined(PTHREADS)
26958 pushq %rdi
26959 pushq %rsi
26960 pushq %rbp
26961 call _x86_64_get_dispatch@PLT
26962 popq %rbp
26963 popq %rsi
26964 popq %rdi
26965 movq 5728(%rax), %r11
26966 jmp *%r11
26967 #else
26968 movq _glapi_Dispatch(%rip), %rax
26969 testq %rax, %rax
26970 je 1f
26971 movq 5728(%rax), %r11
26972 jmp *%r11
26973 1:
26974 pushq %rdi
26975 pushq %rsi
26976 pushq %rbp
26977 call _glapi_get_dispatch
26978 popq %rbp
26979 popq %rsi
26980 popq %rdi
26981 movq 5728(%rax), %r11
26982 jmp *%r11
26983 #endif /* defined(GLX_USE_TLS) */
26984 .size GL_PREFIX(VertexAttrib2svNV), .-GL_PREFIX(VertexAttrib2svNV)
26985
26986 .p2align 4,,15
26987 .globl GL_PREFIX(VertexAttrib3dNV)
26988 .type GL_PREFIX(VertexAttrib3dNV), @function
26989 GL_PREFIX(VertexAttrib3dNV):
26990 #if defined(GLX_USE_TLS)
26991 call _x86_64_get_dispatch@PLT
26992 movq 5736(%rax), %r11
26993 jmp *%r11
26994 #elif defined(PTHREADS)
26995 subq $40, %rsp
26996 movq %rdi, (%rsp)
26997 movq %xmm0, 8(%rsp)
26998 movq %xmm1, 16(%rsp)
26999 movq %xmm2, 24(%rsp)
27000 call _x86_64_get_dispatch@PLT
27001 movq 24(%rsp), %xmm2
27002 movq 16(%rsp), %xmm1
27003 movq 8(%rsp), %xmm0
27004 movq (%rsp), %rdi
27005 addq $40, %rsp
27006 movq 5736(%rax), %r11
27007 jmp *%r11
27008 #else
27009 movq _glapi_Dispatch(%rip), %rax
27010 testq %rax, %rax
27011 je 1f
27012 movq 5736(%rax), %r11
27013 jmp *%r11
27014 1:
27015 subq $40, %rsp
27016 movq %rdi, (%rsp)
27017 movq %xmm0, 8(%rsp)
27018 movq %xmm1, 16(%rsp)
27019 movq %xmm2, 24(%rsp)
27020 call _glapi_get_dispatch
27021 movq 24(%rsp), %xmm2
27022 movq 16(%rsp), %xmm1
27023 movq 8(%rsp), %xmm0
27024 movq (%rsp), %rdi
27025 addq $40, %rsp
27026 movq 5736(%rax), %r11
27027 jmp *%r11
27028 #endif /* defined(GLX_USE_TLS) */
27029 .size GL_PREFIX(VertexAttrib3dNV), .-GL_PREFIX(VertexAttrib3dNV)
27030
27031 .p2align 4,,15
27032 .globl GL_PREFIX(VertexAttrib3dvNV)
27033 .type GL_PREFIX(VertexAttrib3dvNV), @function
27034 GL_PREFIX(VertexAttrib3dvNV):
27035 #if defined(GLX_USE_TLS)
27036 call _x86_64_get_dispatch@PLT
27037 movq 5744(%rax), %r11
27038 jmp *%r11
27039 #elif defined(PTHREADS)
27040 pushq %rdi
27041 pushq %rsi
27042 pushq %rbp
27043 call _x86_64_get_dispatch@PLT
27044 popq %rbp
27045 popq %rsi
27046 popq %rdi
27047 movq 5744(%rax), %r11
27048 jmp *%r11
27049 #else
27050 movq _glapi_Dispatch(%rip), %rax
27051 testq %rax, %rax
27052 je 1f
27053 movq 5744(%rax), %r11
27054 jmp *%r11
27055 1:
27056 pushq %rdi
27057 pushq %rsi
27058 pushq %rbp
27059 call _glapi_get_dispatch
27060 popq %rbp
27061 popq %rsi
27062 popq %rdi
27063 movq 5744(%rax), %r11
27064 jmp *%r11
27065 #endif /* defined(GLX_USE_TLS) */
27066 .size GL_PREFIX(VertexAttrib3dvNV), .-GL_PREFIX(VertexAttrib3dvNV)
27067
27068 .p2align 4,,15
27069 .globl GL_PREFIX(VertexAttrib3fNV)
27070 .type GL_PREFIX(VertexAttrib3fNV), @function
27071 GL_PREFIX(VertexAttrib3fNV):
27072 #if defined(GLX_USE_TLS)
27073 call _x86_64_get_dispatch@PLT
27074 movq 5752(%rax), %r11
27075 jmp *%r11
27076 #elif defined(PTHREADS)
27077 subq $40, %rsp
27078 movq %rdi, (%rsp)
27079 movq %xmm0, 8(%rsp)
27080 movq %xmm1, 16(%rsp)
27081 movq %xmm2, 24(%rsp)
27082 call _x86_64_get_dispatch@PLT
27083 movq 24(%rsp), %xmm2
27084 movq 16(%rsp), %xmm1
27085 movq 8(%rsp), %xmm0
27086 movq (%rsp), %rdi
27087 addq $40, %rsp
27088 movq 5752(%rax), %r11
27089 jmp *%r11
27090 #else
27091 movq _glapi_Dispatch(%rip), %rax
27092 testq %rax, %rax
27093 je 1f
27094 movq 5752(%rax), %r11
27095 jmp *%r11
27096 1:
27097 subq $40, %rsp
27098 movq %rdi, (%rsp)
27099 movq %xmm0, 8(%rsp)
27100 movq %xmm1, 16(%rsp)
27101 movq %xmm2, 24(%rsp)
27102 call _glapi_get_dispatch
27103 movq 24(%rsp), %xmm2
27104 movq 16(%rsp), %xmm1
27105 movq 8(%rsp), %xmm0
27106 movq (%rsp), %rdi
27107 addq $40, %rsp
27108 movq 5752(%rax), %r11
27109 jmp *%r11
27110 #endif /* defined(GLX_USE_TLS) */
27111 .size GL_PREFIX(VertexAttrib3fNV), .-GL_PREFIX(VertexAttrib3fNV)
27112
27113 .p2align 4,,15
27114 .globl GL_PREFIX(VertexAttrib3fvNV)
27115 .type GL_PREFIX(VertexAttrib3fvNV), @function
27116 GL_PREFIX(VertexAttrib3fvNV):
27117 #if defined(GLX_USE_TLS)
27118 call _x86_64_get_dispatch@PLT
27119 movq 5760(%rax), %r11
27120 jmp *%r11
27121 #elif defined(PTHREADS)
27122 pushq %rdi
27123 pushq %rsi
27124 pushq %rbp
27125 call _x86_64_get_dispatch@PLT
27126 popq %rbp
27127 popq %rsi
27128 popq %rdi
27129 movq 5760(%rax), %r11
27130 jmp *%r11
27131 #else
27132 movq _glapi_Dispatch(%rip), %rax
27133 testq %rax, %rax
27134 je 1f
27135 movq 5760(%rax), %r11
27136 jmp *%r11
27137 1:
27138 pushq %rdi
27139 pushq %rsi
27140 pushq %rbp
27141 call _glapi_get_dispatch
27142 popq %rbp
27143 popq %rsi
27144 popq %rdi
27145 movq 5760(%rax), %r11
27146 jmp *%r11
27147 #endif /* defined(GLX_USE_TLS) */
27148 .size GL_PREFIX(VertexAttrib3fvNV), .-GL_PREFIX(VertexAttrib3fvNV)
27149
27150 .p2align 4,,15
27151 .globl GL_PREFIX(VertexAttrib3sNV)
27152 .type GL_PREFIX(VertexAttrib3sNV), @function
27153 GL_PREFIX(VertexAttrib3sNV):
27154 #if defined(GLX_USE_TLS)
27155 call _x86_64_get_dispatch@PLT
27156 movq 5768(%rax), %r11
27157 jmp *%r11
27158 #elif defined(PTHREADS)
27159 pushq %rdi
27160 pushq %rsi
27161 pushq %rdx
27162 pushq %rcx
27163 pushq %rbp
27164 call _x86_64_get_dispatch@PLT
27165 popq %rbp
27166 popq %rcx
27167 popq %rdx
27168 popq %rsi
27169 popq %rdi
27170 movq 5768(%rax), %r11
27171 jmp *%r11
27172 #else
27173 movq _glapi_Dispatch(%rip), %rax
27174 testq %rax, %rax
27175 je 1f
27176 movq 5768(%rax), %r11
27177 jmp *%r11
27178 1:
27179 pushq %rdi
27180 pushq %rsi
27181 pushq %rdx
27182 pushq %rcx
27183 pushq %rbp
27184 call _glapi_get_dispatch
27185 popq %rbp
27186 popq %rcx
27187 popq %rdx
27188 popq %rsi
27189 popq %rdi
27190 movq 5768(%rax), %r11
27191 jmp *%r11
27192 #endif /* defined(GLX_USE_TLS) */
27193 .size GL_PREFIX(VertexAttrib3sNV), .-GL_PREFIX(VertexAttrib3sNV)
27194
27195 .p2align 4,,15
27196 .globl GL_PREFIX(VertexAttrib3svNV)
27197 .type GL_PREFIX(VertexAttrib3svNV), @function
27198 GL_PREFIX(VertexAttrib3svNV):
27199 #if defined(GLX_USE_TLS)
27200 call _x86_64_get_dispatch@PLT
27201 movq 5776(%rax), %r11
27202 jmp *%r11
27203 #elif defined(PTHREADS)
27204 pushq %rdi
27205 pushq %rsi
27206 pushq %rbp
27207 call _x86_64_get_dispatch@PLT
27208 popq %rbp
27209 popq %rsi
27210 popq %rdi
27211 movq 5776(%rax), %r11
27212 jmp *%r11
27213 #else
27214 movq _glapi_Dispatch(%rip), %rax
27215 testq %rax, %rax
27216 je 1f
27217 movq 5776(%rax), %r11
27218 jmp *%r11
27219 1:
27220 pushq %rdi
27221 pushq %rsi
27222 pushq %rbp
27223 call _glapi_get_dispatch
27224 popq %rbp
27225 popq %rsi
27226 popq %rdi
27227 movq 5776(%rax), %r11
27228 jmp *%r11
27229 #endif /* defined(GLX_USE_TLS) */
27230 .size GL_PREFIX(VertexAttrib3svNV), .-GL_PREFIX(VertexAttrib3svNV)
27231
27232 .p2align 4,,15
27233 .globl GL_PREFIX(VertexAttrib4dNV)
27234 .type GL_PREFIX(VertexAttrib4dNV), @function
27235 GL_PREFIX(VertexAttrib4dNV):
27236 #if defined(GLX_USE_TLS)
27237 call _x86_64_get_dispatch@PLT
27238 movq 5784(%rax), %r11
27239 jmp *%r11
27240 #elif defined(PTHREADS)
27241 subq $40, %rsp
27242 movq %rdi, (%rsp)
27243 movq %xmm0, 8(%rsp)
27244 movq %xmm1, 16(%rsp)
27245 movq %xmm2, 24(%rsp)
27246 movq %xmm3, 32(%rsp)
27247 call _x86_64_get_dispatch@PLT
27248 movq 32(%rsp), %xmm3
27249 movq 24(%rsp), %xmm2
27250 movq 16(%rsp), %xmm1
27251 movq 8(%rsp), %xmm0
27252 movq (%rsp), %rdi
27253 addq $40, %rsp
27254 movq 5784(%rax), %r11
27255 jmp *%r11
27256 #else
27257 movq _glapi_Dispatch(%rip), %rax
27258 testq %rax, %rax
27259 je 1f
27260 movq 5784(%rax), %r11
27261 jmp *%r11
27262 1:
27263 subq $40, %rsp
27264 movq %rdi, (%rsp)
27265 movq %xmm0, 8(%rsp)
27266 movq %xmm1, 16(%rsp)
27267 movq %xmm2, 24(%rsp)
27268 movq %xmm3, 32(%rsp)
27269 call _glapi_get_dispatch
27270 movq 32(%rsp), %xmm3
27271 movq 24(%rsp), %xmm2
27272 movq 16(%rsp), %xmm1
27273 movq 8(%rsp), %xmm0
27274 movq (%rsp), %rdi
27275 addq $40, %rsp
27276 movq 5784(%rax), %r11
27277 jmp *%r11
27278 #endif /* defined(GLX_USE_TLS) */
27279 .size GL_PREFIX(VertexAttrib4dNV), .-GL_PREFIX(VertexAttrib4dNV)
27280
27281 .p2align 4,,15
27282 .globl GL_PREFIX(VertexAttrib4dvNV)
27283 .type GL_PREFIX(VertexAttrib4dvNV), @function
27284 GL_PREFIX(VertexAttrib4dvNV):
27285 #if defined(GLX_USE_TLS)
27286 call _x86_64_get_dispatch@PLT
27287 movq 5792(%rax), %r11
27288 jmp *%r11
27289 #elif defined(PTHREADS)
27290 pushq %rdi
27291 pushq %rsi
27292 pushq %rbp
27293 call _x86_64_get_dispatch@PLT
27294 popq %rbp
27295 popq %rsi
27296 popq %rdi
27297 movq 5792(%rax), %r11
27298 jmp *%r11
27299 #else
27300 movq _glapi_Dispatch(%rip), %rax
27301 testq %rax, %rax
27302 je 1f
27303 movq 5792(%rax), %r11
27304 jmp *%r11
27305 1:
27306 pushq %rdi
27307 pushq %rsi
27308 pushq %rbp
27309 call _glapi_get_dispatch
27310 popq %rbp
27311 popq %rsi
27312 popq %rdi
27313 movq 5792(%rax), %r11
27314 jmp *%r11
27315 #endif /* defined(GLX_USE_TLS) */
27316 .size GL_PREFIX(VertexAttrib4dvNV), .-GL_PREFIX(VertexAttrib4dvNV)
27317
27318 .p2align 4,,15
27319 .globl GL_PREFIX(VertexAttrib4fNV)
27320 .type GL_PREFIX(VertexAttrib4fNV), @function
27321 GL_PREFIX(VertexAttrib4fNV):
27322 #if defined(GLX_USE_TLS)
27323 call _x86_64_get_dispatch@PLT
27324 movq 5800(%rax), %r11
27325 jmp *%r11
27326 #elif defined(PTHREADS)
27327 subq $40, %rsp
27328 movq %rdi, (%rsp)
27329 movq %xmm0, 8(%rsp)
27330 movq %xmm1, 16(%rsp)
27331 movq %xmm2, 24(%rsp)
27332 movq %xmm3, 32(%rsp)
27333 call _x86_64_get_dispatch@PLT
27334 movq 32(%rsp), %xmm3
27335 movq 24(%rsp), %xmm2
27336 movq 16(%rsp), %xmm1
27337 movq 8(%rsp), %xmm0
27338 movq (%rsp), %rdi
27339 addq $40, %rsp
27340 movq 5800(%rax), %r11
27341 jmp *%r11
27342 #else
27343 movq _glapi_Dispatch(%rip), %rax
27344 testq %rax, %rax
27345 je 1f
27346 movq 5800(%rax), %r11
27347 jmp *%r11
27348 1:
27349 subq $40, %rsp
27350 movq %rdi, (%rsp)
27351 movq %xmm0, 8(%rsp)
27352 movq %xmm1, 16(%rsp)
27353 movq %xmm2, 24(%rsp)
27354 movq %xmm3, 32(%rsp)
27355 call _glapi_get_dispatch
27356 movq 32(%rsp), %xmm3
27357 movq 24(%rsp), %xmm2
27358 movq 16(%rsp), %xmm1
27359 movq 8(%rsp), %xmm0
27360 movq (%rsp), %rdi
27361 addq $40, %rsp
27362 movq 5800(%rax), %r11
27363 jmp *%r11
27364 #endif /* defined(GLX_USE_TLS) */
27365 .size GL_PREFIX(VertexAttrib4fNV), .-GL_PREFIX(VertexAttrib4fNV)
27366
27367 .p2align 4,,15
27368 .globl GL_PREFIX(VertexAttrib4fvNV)
27369 .type GL_PREFIX(VertexAttrib4fvNV), @function
27370 GL_PREFIX(VertexAttrib4fvNV):
27371 #if defined(GLX_USE_TLS)
27372 call _x86_64_get_dispatch@PLT
27373 movq 5808(%rax), %r11
27374 jmp *%r11
27375 #elif defined(PTHREADS)
27376 pushq %rdi
27377 pushq %rsi
27378 pushq %rbp
27379 call _x86_64_get_dispatch@PLT
27380 popq %rbp
27381 popq %rsi
27382 popq %rdi
27383 movq 5808(%rax), %r11
27384 jmp *%r11
27385 #else
27386 movq _glapi_Dispatch(%rip), %rax
27387 testq %rax, %rax
27388 je 1f
27389 movq 5808(%rax), %r11
27390 jmp *%r11
27391 1:
27392 pushq %rdi
27393 pushq %rsi
27394 pushq %rbp
27395 call _glapi_get_dispatch
27396 popq %rbp
27397 popq %rsi
27398 popq %rdi
27399 movq 5808(%rax), %r11
27400 jmp *%r11
27401 #endif /* defined(GLX_USE_TLS) */
27402 .size GL_PREFIX(VertexAttrib4fvNV), .-GL_PREFIX(VertexAttrib4fvNV)
27403
27404 .p2align 4,,15
27405 .globl GL_PREFIX(VertexAttrib4sNV)
27406 .type GL_PREFIX(VertexAttrib4sNV), @function
27407 GL_PREFIX(VertexAttrib4sNV):
27408 #if defined(GLX_USE_TLS)
27409 call _x86_64_get_dispatch@PLT
27410 movq 5816(%rax), %r11
27411 jmp *%r11
27412 #elif defined(PTHREADS)
27413 pushq %rdi
27414 pushq %rsi
27415 pushq %rdx
27416 pushq %rcx
27417 pushq %r8
27418 call _x86_64_get_dispatch@PLT
27419 popq %r8
27420 popq %rcx
27421 popq %rdx
27422 popq %rsi
27423 popq %rdi
27424 movq 5816(%rax), %r11
27425 jmp *%r11
27426 #else
27427 movq _glapi_Dispatch(%rip), %rax
27428 testq %rax, %rax
27429 je 1f
27430 movq 5816(%rax), %r11
27431 jmp *%r11
27432 1:
27433 pushq %rdi
27434 pushq %rsi
27435 pushq %rdx
27436 pushq %rcx
27437 pushq %r8
27438 call _glapi_get_dispatch
27439 popq %r8
27440 popq %rcx
27441 popq %rdx
27442 popq %rsi
27443 popq %rdi
27444 movq 5816(%rax), %r11
27445 jmp *%r11
27446 #endif /* defined(GLX_USE_TLS) */
27447 .size GL_PREFIX(VertexAttrib4sNV), .-GL_PREFIX(VertexAttrib4sNV)
27448
27449 .p2align 4,,15
27450 .globl GL_PREFIX(VertexAttrib4svNV)
27451 .type GL_PREFIX(VertexAttrib4svNV), @function
27452 GL_PREFIX(VertexAttrib4svNV):
27453 #if defined(GLX_USE_TLS)
27454 call _x86_64_get_dispatch@PLT
27455 movq 5824(%rax), %r11
27456 jmp *%r11
27457 #elif defined(PTHREADS)
27458 pushq %rdi
27459 pushq %rsi
27460 pushq %rbp
27461 call _x86_64_get_dispatch@PLT
27462 popq %rbp
27463 popq %rsi
27464 popq %rdi
27465 movq 5824(%rax), %r11
27466 jmp *%r11
27467 #else
27468 movq _glapi_Dispatch(%rip), %rax
27469 testq %rax, %rax
27470 je 1f
27471 movq 5824(%rax), %r11
27472 jmp *%r11
27473 1:
27474 pushq %rdi
27475 pushq %rsi
27476 pushq %rbp
27477 call _glapi_get_dispatch
27478 popq %rbp
27479 popq %rsi
27480 popq %rdi
27481 movq 5824(%rax), %r11
27482 jmp *%r11
27483 #endif /* defined(GLX_USE_TLS) */
27484 .size GL_PREFIX(VertexAttrib4svNV), .-GL_PREFIX(VertexAttrib4svNV)
27485
27486 .p2align 4,,15
27487 .globl GL_PREFIX(VertexAttrib4ubNV)
27488 .type GL_PREFIX(VertexAttrib4ubNV), @function
27489 GL_PREFIX(VertexAttrib4ubNV):
27490 #if defined(GLX_USE_TLS)
27491 call _x86_64_get_dispatch@PLT
27492 movq 5832(%rax), %r11
27493 jmp *%r11
27494 #elif defined(PTHREADS)
27495 pushq %rdi
27496 pushq %rsi
27497 pushq %rdx
27498 pushq %rcx
27499 pushq %r8
27500 call _x86_64_get_dispatch@PLT
27501 popq %r8
27502 popq %rcx
27503 popq %rdx
27504 popq %rsi
27505 popq %rdi
27506 movq 5832(%rax), %r11
27507 jmp *%r11
27508 #else
27509 movq _glapi_Dispatch(%rip), %rax
27510 testq %rax, %rax
27511 je 1f
27512 movq 5832(%rax), %r11
27513 jmp *%r11
27514 1:
27515 pushq %rdi
27516 pushq %rsi
27517 pushq %rdx
27518 pushq %rcx
27519 pushq %r8
27520 call _glapi_get_dispatch
27521 popq %r8
27522 popq %rcx
27523 popq %rdx
27524 popq %rsi
27525 popq %rdi
27526 movq 5832(%rax), %r11
27527 jmp *%r11
27528 #endif /* defined(GLX_USE_TLS) */
27529 .size GL_PREFIX(VertexAttrib4ubNV), .-GL_PREFIX(VertexAttrib4ubNV)
27530
27531 .p2align 4,,15
27532 .globl GL_PREFIX(VertexAttrib4ubvNV)
27533 .type GL_PREFIX(VertexAttrib4ubvNV), @function
27534 GL_PREFIX(VertexAttrib4ubvNV):
27535 #if defined(GLX_USE_TLS)
27536 call _x86_64_get_dispatch@PLT
27537 movq 5840(%rax), %r11
27538 jmp *%r11
27539 #elif defined(PTHREADS)
27540 pushq %rdi
27541 pushq %rsi
27542 pushq %rbp
27543 call _x86_64_get_dispatch@PLT
27544 popq %rbp
27545 popq %rsi
27546 popq %rdi
27547 movq 5840(%rax), %r11
27548 jmp *%r11
27549 #else
27550 movq _glapi_Dispatch(%rip), %rax
27551 testq %rax, %rax
27552 je 1f
27553 movq 5840(%rax), %r11
27554 jmp *%r11
27555 1:
27556 pushq %rdi
27557 pushq %rsi
27558 pushq %rbp
27559 call _glapi_get_dispatch
27560 popq %rbp
27561 popq %rsi
27562 popq %rdi
27563 movq 5840(%rax), %r11
27564 jmp *%r11
27565 #endif /* defined(GLX_USE_TLS) */
27566 .size GL_PREFIX(VertexAttrib4ubvNV), .-GL_PREFIX(VertexAttrib4ubvNV)
27567
27568 .p2align 4,,15
27569 .globl GL_PREFIX(VertexAttribPointerNV)
27570 .type GL_PREFIX(VertexAttribPointerNV), @function
27571 GL_PREFIX(VertexAttribPointerNV):
27572 #if defined(GLX_USE_TLS)
27573 call _x86_64_get_dispatch@PLT
27574 movq 5848(%rax), %r11
27575 jmp *%r11
27576 #elif defined(PTHREADS)
27577 pushq %rdi
27578 pushq %rsi
27579 pushq %rdx
27580 pushq %rcx
27581 pushq %r8
27582 call _x86_64_get_dispatch@PLT
27583 popq %r8
27584 popq %rcx
27585 popq %rdx
27586 popq %rsi
27587 popq %rdi
27588 movq 5848(%rax), %r11
27589 jmp *%r11
27590 #else
27591 movq _glapi_Dispatch(%rip), %rax
27592 testq %rax, %rax
27593 je 1f
27594 movq 5848(%rax), %r11
27595 jmp *%r11
27596 1:
27597 pushq %rdi
27598 pushq %rsi
27599 pushq %rdx
27600 pushq %rcx
27601 pushq %r8
27602 call _glapi_get_dispatch
27603 popq %r8
27604 popq %rcx
27605 popq %rdx
27606 popq %rsi
27607 popq %rdi
27608 movq 5848(%rax), %r11
27609 jmp *%r11
27610 #endif /* defined(GLX_USE_TLS) */
27611 .size GL_PREFIX(VertexAttribPointerNV), .-GL_PREFIX(VertexAttribPointerNV)
27612
27613 .p2align 4,,15
27614 .globl GL_PREFIX(VertexAttribs1dvNV)
27615 .type GL_PREFIX(VertexAttribs1dvNV), @function
27616 GL_PREFIX(VertexAttribs1dvNV):
27617 #if defined(GLX_USE_TLS)
27618 call _x86_64_get_dispatch@PLT
27619 movq 5856(%rax), %r11
27620 jmp *%r11
27621 #elif defined(PTHREADS)
27622 pushq %rdi
27623 pushq %rsi
27624 pushq %rdx
27625 call _x86_64_get_dispatch@PLT
27626 popq %rdx
27627 popq %rsi
27628 popq %rdi
27629 movq 5856(%rax), %r11
27630 jmp *%r11
27631 #else
27632 movq _glapi_Dispatch(%rip), %rax
27633 testq %rax, %rax
27634 je 1f
27635 movq 5856(%rax), %r11
27636 jmp *%r11
27637 1:
27638 pushq %rdi
27639 pushq %rsi
27640 pushq %rdx
27641 call _glapi_get_dispatch
27642 popq %rdx
27643 popq %rsi
27644 popq %rdi
27645 movq 5856(%rax), %r11
27646 jmp *%r11
27647 #endif /* defined(GLX_USE_TLS) */
27648 .size GL_PREFIX(VertexAttribs1dvNV), .-GL_PREFIX(VertexAttribs1dvNV)
27649
27650 .p2align 4,,15
27651 .globl GL_PREFIX(VertexAttribs1fvNV)
27652 .type GL_PREFIX(VertexAttribs1fvNV), @function
27653 GL_PREFIX(VertexAttribs1fvNV):
27654 #if defined(GLX_USE_TLS)
27655 call _x86_64_get_dispatch@PLT
27656 movq 5864(%rax), %r11
27657 jmp *%r11
27658 #elif defined(PTHREADS)
27659 pushq %rdi
27660 pushq %rsi
27661 pushq %rdx
27662 call _x86_64_get_dispatch@PLT
27663 popq %rdx
27664 popq %rsi
27665 popq %rdi
27666 movq 5864(%rax), %r11
27667 jmp *%r11
27668 #else
27669 movq _glapi_Dispatch(%rip), %rax
27670 testq %rax, %rax
27671 je 1f
27672 movq 5864(%rax), %r11
27673 jmp *%r11
27674 1:
27675 pushq %rdi
27676 pushq %rsi
27677 pushq %rdx
27678 call _glapi_get_dispatch
27679 popq %rdx
27680 popq %rsi
27681 popq %rdi
27682 movq 5864(%rax), %r11
27683 jmp *%r11
27684 #endif /* defined(GLX_USE_TLS) */
27685 .size GL_PREFIX(VertexAttribs1fvNV), .-GL_PREFIX(VertexAttribs1fvNV)
27686
27687 .p2align 4,,15
27688 .globl GL_PREFIX(VertexAttribs1svNV)
27689 .type GL_PREFIX(VertexAttribs1svNV), @function
27690 GL_PREFIX(VertexAttribs1svNV):
27691 #if defined(GLX_USE_TLS)
27692 call _x86_64_get_dispatch@PLT
27693 movq 5872(%rax), %r11
27694 jmp *%r11
27695 #elif defined(PTHREADS)
27696 pushq %rdi
27697 pushq %rsi
27698 pushq %rdx
27699 call _x86_64_get_dispatch@PLT
27700 popq %rdx
27701 popq %rsi
27702 popq %rdi
27703 movq 5872(%rax), %r11
27704 jmp *%r11
27705 #else
27706 movq _glapi_Dispatch(%rip), %rax
27707 testq %rax, %rax
27708 je 1f
27709 movq 5872(%rax), %r11
27710 jmp *%r11
27711 1:
27712 pushq %rdi
27713 pushq %rsi
27714 pushq %rdx
27715 call _glapi_get_dispatch
27716 popq %rdx
27717 popq %rsi
27718 popq %rdi
27719 movq 5872(%rax), %r11
27720 jmp *%r11
27721 #endif /* defined(GLX_USE_TLS) */
27722 .size GL_PREFIX(VertexAttribs1svNV), .-GL_PREFIX(VertexAttribs1svNV)
27723
27724 .p2align 4,,15
27725 .globl GL_PREFIX(VertexAttribs2dvNV)
27726 .type GL_PREFIX(VertexAttribs2dvNV), @function
27727 GL_PREFIX(VertexAttribs2dvNV):
27728 #if defined(GLX_USE_TLS)
27729 call _x86_64_get_dispatch@PLT
27730 movq 5880(%rax), %r11
27731 jmp *%r11
27732 #elif defined(PTHREADS)
27733 pushq %rdi
27734 pushq %rsi
27735 pushq %rdx
27736 call _x86_64_get_dispatch@PLT
27737 popq %rdx
27738 popq %rsi
27739 popq %rdi
27740 movq 5880(%rax), %r11
27741 jmp *%r11
27742 #else
27743 movq _glapi_Dispatch(%rip), %rax
27744 testq %rax, %rax
27745 je 1f
27746 movq 5880(%rax), %r11
27747 jmp *%r11
27748 1:
27749 pushq %rdi
27750 pushq %rsi
27751 pushq %rdx
27752 call _glapi_get_dispatch
27753 popq %rdx
27754 popq %rsi
27755 popq %rdi
27756 movq 5880(%rax), %r11
27757 jmp *%r11
27758 #endif /* defined(GLX_USE_TLS) */
27759 .size GL_PREFIX(VertexAttribs2dvNV), .-GL_PREFIX(VertexAttribs2dvNV)
27760
27761 .p2align 4,,15
27762 .globl GL_PREFIX(VertexAttribs2fvNV)
27763 .type GL_PREFIX(VertexAttribs2fvNV), @function
27764 GL_PREFIX(VertexAttribs2fvNV):
27765 #if defined(GLX_USE_TLS)
27766 call _x86_64_get_dispatch@PLT
27767 movq 5888(%rax), %r11
27768 jmp *%r11
27769 #elif defined(PTHREADS)
27770 pushq %rdi
27771 pushq %rsi
27772 pushq %rdx
27773 call _x86_64_get_dispatch@PLT
27774 popq %rdx
27775 popq %rsi
27776 popq %rdi
27777 movq 5888(%rax), %r11
27778 jmp *%r11
27779 #else
27780 movq _glapi_Dispatch(%rip), %rax
27781 testq %rax, %rax
27782 je 1f
27783 movq 5888(%rax), %r11
27784 jmp *%r11
27785 1:
27786 pushq %rdi
27787 pushq %rsi
27788 pushq %rdx
27789 call _glapi_get_dispatch
27790 popq %rdx
27791 popq %rsi
27792 popq %rdi
27793 movq 5888(%rax), %r11
27794 jmp *%r11
27795 #endif /* defined(GLX_USE_TLS) */
27796 .size GL_PREFIX(VertexAttribs2fvNV), .-GL_PREFIX(VertexAttribs2fvNV)
27797
27798 .p2align 4,,15
27799 .globl GL_PREFIX(VertexAttribs2svNV)
27800 .type GL_PREFIX(VertexAttribs2svNV), @function
27801 GL_PREFIX(VertexAttribs2svNV):
27802 #if defined(GLX_USE_TLS)
27803 call _x86_64_get_dispatch@PLT
27804 movq 5896(%rax), %r11
27805 jmp *%r11
27806 #elif defined(PTHREADS)
27807 pushq %rdi
27808 pushq %rsi
27809 pushq %rdx
27810 call _x86_64_get_dispatch@PLT
27811 popq %rdx
27812 popq %rsi
27813 popq %rdi
27814 movq 5896(%rax), %r11
27815 jmp *%r11
27816 #else
27817 movq _glapi_Dispatch(%rip), %rax
27818 testq %rax, %rax
27819 je 1f
27820 movq 5896(%rax), %r11
27821 jmp *%r11
27822 1:
27823 pushq %rdi
27824 pushq %rsi
27825 pushq %rdx
27826 call _glapi_get_dispatch
27827 popq %rdx
27828 popq %rsi
27829 popq %rdi
27830 movq 5896(%rax), %r11
27831 jmp *%r11
27832 #endif /* defined(GLX_USE_TLS) */
27833 .size GL_PREFIX(VertexAttribs2svNV), .-GL_PREFIX(VertexAttribs2svNV)
27834
27835 .p2align 4,,15
27836 .globl GL_PREFIX(VertexAttribs3dvNV)
27837 .type GL_PREFIX(VertexAttribs3dvNV), @function
27838 GL_PREFIX(VertexAttribs3dvNV):
27839 #if defined(GLX_USE_TLS)
27840 call _x86_64_get_dispatch@PLT
27841 movq 5904(%rax), %r11
27842 jmp *%r11
27843 #elif defined(PTHREADS)
27844 pushq %rdi
27845 pushq %rsi
27846 pushq %rdx
27847 call _x86_64_get_dispatch@PLT
27848 popq %rdx
27849 popq %rsi
27850 popq %rdi
27851 movq 5904(%rax), %r11
27852 jmp *%r11
27853 #else
27854 movq _glapi_Dispatch(%rip), %rax
27855 testq %rax, %rax
27856 je 1f
27857 movq 5904(%rax), %r11
27858 jmp *%r11
27859 1:
27860 pushq %rdi
27861 pushq %rsi
27862 pushq %rdx
27863 call _glapi_get_dispatch
27864 popq %rdx
27865 popq %rsi
27866 popq %rdi
27867 movq 5904(%rax), %r11
27868 jmp *%r11
27869 #endif /* defined(GLX_USE_TLS) */
27870 .size GL_PREFIX(VertexAttribs3dvNV), .-GL_PREFIX(VertexAttribs3dvNV)
27871
27872 .p2align 4,,15
27873 .globl GL_PREFIX(VertexAttribs3fvNV)
27874 .type GL_PREFIX(VertexAttribs3fvNV), @function
27875 GL_PREFIX(VertexAttribs3fvNV):
27876 #if defined(GLX_USE_TLS)
27877 call _x86_64_get_dispatch@PLT
27878 movq 5912(%rax), %r11
27879 jmp *%r11
27880 #elif defined(PTHREADS)
27881 pushq %rdi
27882 pushq %rsi
27883 pushq %rdx
27884 call _x86_64_get_dispatch@PLT
27885 popq %rdx
27886 popq %rsi
27887 popq %rdi
27888 movq 5912(%rax), %r11
27889 jmp *%r11
27890 #else
27891 movq _glapi_Dispatch(%rip), %rax
27892 testq %rax, %rax
27893 je 1f
27894 movq 5912(%rax), %r11
27895 jmp *%r11
27896 1:
27897 pushq %rdi
27898 pushq %rsi
27899 pushq %rdx
27900 call _glapi_get_dispatch
27901 popq %rdx
27902 popq %rsi
27903 popq %rdi
27904 movq 5912(%rax), %r11
27905 jmp *%r11
27906 #endif /* defined(GLX_USE_TLS) */
27907 .size GL_PREFIX(VertexAttribs3fvNV), .-GL_PREFIX(VertexAttribs3fvNV)
27908
27909 .p2align 4,,15
27910 .globl GL_PREFIX(VertexAttribs3svNV)
27911 .type GL_PREFIX(VertexAttribs3svNV), @function
27912 GL_PREFIX(VertexAttribs3svNV):
27913 #if defined(GLX_USE_TLS)
27914 call _x86_64_get_dispatch@PLT
27915 movq 5920(%rax), %r11
27916 jmp *%r11
27917 #elif defined(PTHREADS)
27918 pushq %rdi
27919 pushq %rsi
27920 pushq %rdx
27921 call _x86_64_get_dispatch@PLT
27922 popq %rdx
27923 popq %rsi
27924 popq %rdi
27925 movq 5920(%rax), %r11
27926 jmp *%r11
27927 #else
27928 movq _glapi_Dispatch(%rip), %rax
27929 testq %rax, %rax
27930 je 1f
27931 movq 5920(%rax), %r11
27932 jmp *%r11
27933 1:
27934 pushq %rdi
27935 pushq %rsi
27936 pushq %rdx
27937 call _glapi_get_dispatch
27938 popq %rdx
27939 popq %rsi
27940 popq %rdi
27941 movq 5920(%rax), %r11
27942 jmp *%r11
27943 #endif /* defined(GLX_USE_TLS) */
27944 .size GL_PREFIX(VertexAttribs3svNV), .-GL_PREFIX(VertexAttribs3svNV)
27945
27946 .p2align 4,,15
27947 .globl GL_PREFIX(VertexAttribs4dvNV)
27948 .type GL_PREFIX(VertexAttribs4dvNV), @function
27949 GL_PREFIX(VertexAttribs4dvNV):
27950 #if defined(GLX_USE_TLS)
27951 call _x86_64_get_dispatch@PLT
27952 movq 5928(%rax), %r11
27953 jmp *%r11
27954 #elif defined(PTHREADS)
27955 pushq %rdi
27956 pushq %rsi
27957 pushq %rdx
27958 call _x86_64_get_dispatch@PLT
27959 popq %rdx
27960 popq %rsi
27961 popq %rdi
27962 movq 5928(%rax), %r11
27963 jmp *%r11
27964 #else
27965 movq _glapi_Dispatch(%rip), %rax
27966 testq %rax, %rax
27967 je 1f
27968 movq 5928(%rax), %r11
27969 jmp *%r11
27970 1:
27971 pushq %rdi
27972 pushq %rsi
27973 pushq %rdx
27974 call _glapi_get_dispatch
27975 popq %rdx
27976 popq %rsi
27977 popq %rdi
27978 movq 5928(%rax), %r11
27979 jmp *%r11
27980 #endif /* defined(GLX_USE_TLS) */
27981 .size GL_PREFIX(VertexAttribs4dvNV), .-GL_PREFIX(VertexAttribs4dvNV)
27982
27983 .p2align 4,,15
27984 .globl GL_PREFIX(VertexAttribs4fvNV)
27985 .type GL_PREFIX(VertexAttribs4fvNV), @function
27986 GL_PREFIX(VertexAttribs4fvNV):
27987 #if defined(GLX_USE_TLS)
27988 call _x86_64_get_dispatch@PLT
27989 movq 5936(%rax), %r11
27990 jmp *%r11
27991 #elif defined(PTHREADS)
27992 pushq %rdi
27993 pushq %rsi
27994 pushq %rdx
27995 call _x86_64_get_dispatch@PLT
27996 popq %rdx
27997 popq %rsi
27998 popq %rdi
27999 movq 5936(%rax), %r11
28000 jmp *%r11
28001 #else
28002 movq _glapi_Dispatch(%rip), %rax
28003 testq %rax, %rax
28004 je 1f
28005 movq 5936(%rax), %r11
28006 jmp *%r11
28007 1:
28008 pushq %rdi
28009 pushq %rsi
28010 pushq %rdx
28011 call _glapi_get_dispatch
28012 popq %rdx
28013 popq %rsi
28014 popq %rdi
28015 movq 5936(%rax), %r11
28016 jmp *%r11
28017 #endif /* defined(GLX_USE_TLS) */
28018 .size GL_PREFIX(VertexAttribs4fvNV), .-GL_PREFIX(VertexAttribs4fvNV)
28019
28020 .p2align 4,,15
28021 .globl GL_PREFIX(VertexAttribs4svNV)
28022 .type GL_PREFIX(VertexAttribs4svNV), @function
28023 GL_PREFIX(VertexAttribs4svNV):
28024 #if defined(GLX_USE_TLS)
28025 call _x86_64_get_dispatch@PLT
28026 movq 5944(%rax), %r11
28027 jmp *%r11
28028 #elif defined(PTHREADS)
28029 pushq %rdi
28030 pushq %rsi
28031 pushq %rdx
28032 call _x86_64_get_dispatch@PLT
28033 popq %rdx
28034 popq %rsi
28035 popq %rdi
28036 movq 5944(%rax), %r11
28037 jmp *%r11
28038 #else
28039 movq _glapi_Dispatch(%rip), %rax
28040 testq %rax, %rax
28041 je 1f
28042 movq 5944(%rax), %r11
28043 jmp *%r11
28044 1:
28045 pushq %rdi
28046 pushq %rsi
28047 pushq %rdx
28048 call _glapi_get_dispatch
28049 popq %rdx
28050 popq %rsi
28051 popq %rdi
28052 movq 5944(%rax), %r11
28053 jmp *%r11
28054 #endif /* defined(GLX_USE_TLS) */
28055 .size GL_PREFIX(VertexAttribs4svNV), .-GL_PREFIX(VertexAttribs4svNV)
28056
28057 .p2align 4,,15
28058 .globl GL_PREFIX(VertexAttribs4ubvNV)
28059 .type GL_PREFIX(VertexAttribs4ubvNV), @function
28060 GL_PREFIX(VertexAttribs4ubvNV):
28061 #if defined(GLX_USE_TLS)
28062 call _x86_64_get_dispatch@PLT
28063 movq 5952(%rax), %r11
28064 jmp *%r11
28065 #elif defined(PTHREADS)
28066 pushq %rdi
28067 pushq %rsi
28068 pushq %rdx
28069 call _x86_64_get_dispatch@PLT
28070 popq %rdx
28071 popq %rsi
28072 popq %rdi
28073 movq 5952(%rax), %r11
28074 jmp *%r11
28075 #else
28076 movq _glapi_Dispatch(%rip), %rax
28077 testq %rax, %rax
28078 je 1f
28079 movq 5952(%rax), %r11
28080 jmp *%r11
28081 1:
28082 pushq %rdi
28083 pushq %rsi
28084 pushq %rdx
28085 call _glapi_get_dispatch
28086 popq %rdx
28087 popq %rsi
28088 popq %rdi
28089 movq 5952(%rax), %r11
28090 jmp *%r11
28091 #endif /* defined(GLX_USE_TLS) */
28092 .size GL_PREFIX(VertexAttribs4ubvNV), .-GL_PREFIX(VertexAttribs4ubvNV)
28093
28094 .p2align 4,,15
28095 .globl GL_PREFIX(GetTexBumpParameterfvATI)
28096 .type GL_PREFIX(GetTexBumpParameterfvATI), @function
28097 GL_PREFIX(GetTexBumpParameterfvATI):
28098 #if defined(GLX_USE_TLS)
28099 call _x86_64_get_dispatch@PLT
28100 movq 5960(%rax), %r11
28101 jmp *%r11
28102 #elif defined(PTHREADS)
28103 pushq %rdi
28104 pushq %rsi
28105 pushq %rbp
28106 call _x86_64_get_dispatch@PLT
28107 popq %rbp
28108 popq %rsi
28109 popq %rdi
28110 movq 5960(%rax), %r11
28111 jmp *%r11
28112 #else
28113 movq _glapi_Dispatch(%rip), %rax
28114 testq %rax, %rax
28115 je 1f
28116 movq 5960(%rax), %r11
28117 jmp *%r11
28118 1:
28119 pushq %rdi
28120 pushq %rsi
28121 pushq %rbp
28122 call _glapi_get_dispatch
28123 popq %rbp
28124 popq %rsi
28125 popq %rdi
28126 movq 5960(%rax), %r11
28127 jmp *%r11
28128 #endif /* defined(GLX_USE_TLS) */
28129 .size GL_PREFIX(GetTexBumpParameterfvATI), .-GL_PREFIX(GetTexBumpParameterfvATI)
28130
28131 .p2align 4,,15
28132 .globl GL_PREFIX(GetTexBumpParameterivATI)
28133 .type GL_PREFIX(GetTexBumpParameterivATI), @function
28134 GL_PREFIX(GetTexBumpParameterivATI):
28135 #if defined(GLX_USE_TLS)
28136 call _x86_64_get_dispatch@PLT
28137 movq 5968(%rax), %r11
28138 jmp *%r11
28139 #elif defined(PTHREADS)
28140 pushq %rdi
28141 pushq %rsi
28142 pushq %rbp
28143 call _x86_64_get_dispatch@PLT
28144 popq %rbp
28145 popq %rsi
28146 popq %rdi
28147 movq 5968(%rax), %r11
28148 jmp *%r11
28149 #else
28150 movq _glapi_Dispatch(%rip), %rax
28151 testq %rax, %rax
28152 je 1f
28153 movq 5968(%rax), %r11
28154 jmp *%r11
28155 1:
28156 pushq %rdi
28157 pushq %rsi
28158 pushq %rbp
28159 call _glapi_get_dispatch
28160 popq %rbp
28161 popq %rsi
28162 popq %rdi
28163 movq 5968(%rax), %r11
28164 jmp *%r11
28165 #endif /* defined(GLX_USE_TLS) */
28166 .size GL_PREFIX(GetTexBumpParameterivATI), .-GL_PREFIX(GetTexBumpParameterivATI)
28167
28168 .p2align 4,,15
28169 .globl GL_PREFIX(TexBumpParameterfvATI)
28170 .type GL_PREFIX(TexBumpParameterfvATI), @function
28171 GL_PREFIX(TexBumpParameterfvATI):
28172 #if defined(GLX_USE_TLS)
28173 call _x86_64_get_dispatch@PLT
28174 movq 5976(%rax), %r11
28175 jmp *%r11
28176 #elif defined(PTHREADS)
28177 pushq %rdi
28178 pushq %rsi
28179 pushq %rbp
28180 call _x86_64_get_dispatch@PLT
28181 popq %rbp
28182 popq %rsi
28183 popq %rdi
28184 movq 5976(%rax), %r11
28185 jmp *%r11
28186 #else
28187 movq _glapi_Dispatch(%rip), %rax
28188 testq %rax, %rax
28189 je 1f
28190 movq 5976(%rax), %r11
28191 jmp *%r11
28192 1:
28193 pushq %rdi
28194 pushq %rsi
28195 pushq %rbp
28196 call _glapi_get_dispatch
28197 popq %rbp
28198 popq %rsi
28199 popq %rdi
28200 movq 5976(%rax), %r11
28201 jmp *%r11
28202 #endif /* defined(GLX_USE_TLS) */
28203 .size GL_PREFIX(TexBumpParameterfvATI), .-GL_PREFIX(TexBumpParameterfvATI)
28204
28205 .p2align 4,,15
28206 .globl GL_PREFIX(TexBumpParameterivATI)
28207 .type GL_PREFIX(TexBumpParameterivATI), @function
28208 GL_PREFIX(TexBumpParameterivATI):
28209 #if defined(GLX_USE_TLS)
28210 call _x86_64_get_dispatch@PLT
28211 movq 5984(%rax), %r11
28212 jmp *%r11
28213 #elif defined(PTHREADS)
28214 pushq %rdi
28215 pushq %rsi
28216 pushq %rbp
28217 call _x86_64_get_dispatch@PLT
28218 popq %rbp
28219 popq %rsi
28220 popq %rdi
28221 movq 5984(%rax), %r11
28222 jmp *%r11
28223 #else
28224 movq _glapi_Dispatch(%rip), %rax
28225 testq %rax, %rax
28226 je 1f
28227 movq 5984(%rax), %r11
28228 jmp *%r11
28229 1:
28230 pushq %rdi
28231 pushq %rsi
28232 pushq %rbp
28233 call _glapi_get_dispatch
28234 popq %rbp
28235 popq %rsi
28236 popq %rdi
28237 movq 5984(%rax), %r11
28238 jmp *%r11
28239 #endif /* defined(GLX_USE_TLS) */
28240 .size GL_PREFIX(TexBumpParameterivATI), .-GL_PREFIX(TexBumpParameterivATI)
28241
28242 .p2align 4,,15
28243 .globl GL_PREFIX(AlphaFragmentOp1ATI)
28244 .type GL_PREFIX(AlphaFragmentOp1ATI), @function
28245 GL_PREFIX(AlphaFragmentOp1ATI):
28246 #if defined(GLX_USE_TLS)
28247 call _x86_64_get_dispatch@PLT
28248 movq 5992(%rax), %r11
28249 jmp *%r11
28250 #elif defined(PTHREADS)
28251 pushq %rdi
28252 pushq %rsi
28253 pushq %rdx
28254 pushq %rcx
28255 pushq %r8
28256 pushq %r9
28257 pushq %rbp
28258 call _x86_64_get_dispatch@PLT
28259 popq %rbp
28260 popq %r9
28261 popq %r8
28262 popq %rcx
28263 popq %rdx
28264 popq %rsi
28265 popq %rdi
28266 movq 5992(%rax), %r11
28267 jmp *%r11
28268 #else
28269 movq _glapi_Dispatch(%rip), %rax
28270 testq %rax, %rax
28271 je 1f
28272 movq 5992(%rax), %r11
28273 jmp *%r11
28274 1:
28275 pushq %rdi
28276 pushq %rsi
28277 pushq %rdx
28278 pushq %rcx
28279 pushq %r8
28280 pushq %r9
28281 pushq %rbp
28282 call _glapi_get_dispatch
28283 popq %rbp
28284 popq %r9
28285 popq %r8
28286 popq %rcx
28287 popq %rdx
28288 popq %rsi
28289 popq %rdi
28290 movq 5992(%rax), %r11
28291 jmp *%r11
28292 #endif /* defined(GLX_USE_TLS) */
28293 .size GL_PREFIX(AlphaFragmentOp1ATI), .-GL_PREFIX(AlphaFragmentOp1ATI)
28294
28295 .p2align 4,,15
28296 .globl GL_PREFIX(AlphaFragmentOp2ATI)
28297 .type GL_PREFIX(AlphaFragmentOp2ATI), @function
28298 GL_PREFIX(AlphaFragmentOp2ATI):
28299 #if defined(GLX_USE_TLS)
28300 call _x86_64_get_dispatch@PLT
28301 movq 6000(%rax), %r11
28302 jmp *%r11
28303 #elif defined(PTHREADS)
28304 pushq %rdi
28305 pushq %rsi
28306 pushq %rdx
28307 pushq %rcx
28308 pushq %r8
28309 pushq %r9
28310 pushq %rbp
28311 call _x86_64_get_dispatch@PLT
28312 popq %rbp
28313 popq %r9
28314 popq %r8
28315 popq %rcx
28316 popq %rdx
28317 popq %rsi
28318 popq %rdi
28319 movq 6000(%rax), %r11
28320 jmp *%r11
28321 #else
28322 movq _glapi_Dispatch(%rip), %rax
28323 testq %rax, %rax
28324 je 1f
28325 movq 6000(%rax), %r11
28326 jmp *%r11
28327 1:
28328 pushq %rdi
28329 pushq %rsi
28330 pushq %rdx
28331 pushq %rcx
28332 pushq %r8
28333 pushq %r9
28334 pushq %rbp
28335 call _glapi_get_dispatch
28336 popq %rbp
28337 popq %r9
28338 popq %r8
28339 popq %rcx
28340 popq %rdx
28341 popq %rsi
28342 popq %rdi
28343 movq 6000(%rax), %r11
28344 jmp *%r11
28345 #endif /* defined(GLX_USE_TLS) */
28346 .size GL_PREFIX(AlphaFragmentOp2ATI), .-GL_PREFIX(AlphaFragmentOp2ATI)
28347
28348 .p2align 4,,15
28349 .globl GL_PREFIX(AlphaFragmentOp3ATI)
28350 .type GL_PREFIX(AlphaFragmentOp3ATI), @function
28351 GL_PREFIX(AlphaFragmentOp3ATI):
28352 #if defined(GLX_USE_TLS)
28353 call _x86_64_get_dispatch@PLT
28354 movq 6008(%rax), %r11
28355 jmp *%r11
28356 #elif defined(PTHREADS)
28357 pushq %rdi
28358 pushq %rsi
28359 pushq %rdx
28360 pushq %rcx
28361 pushq %r8
28362 pushq %r9
28363 pushq %rbp
28364 call _x86_64_get_dispatch@PLT
28365 popq %rbp
28366 popq %r9
28367 popq %r8
28368 popq %rcx
28369 popq %rdx
28370 popq %rsi
28371 popq %rdi
28372 movq 6008(%rax), %r11
28373 jmp *%r11
28374 #else
28375 movq _glapi_Dispatch(%rip), %rax
28376 testq %rax, %rax
28377 je 1f
28378 movq 6008(%rax), %r11
28379 jmp *%r11
28380 1:
28381 pushq %rdi
28382 pushq %rsi
28383 pushq %rdx
28384 pushq %rcx
28385 pushq %r8
28386 pushq %r9
28387 pushq %rbp
28388 call _glapi_get_dispatch
28389 popq %rbp
28390 popq %r9
28391 popq %r8
28392 popq %rcx
28393 popq %rdx
28394 popq %rsi
28395 popq %rdi
28396 movq 6008(%rax), %r11
28397 jmp *%r11
28398 #endif /* defined(GLX_USE_TLS) */
28399 .size GL_PREFIX(AlphaFragmentOp3ATI), .-GL_PREFIX(AlphaFragmentOp3ATI)
28400
28401 .p2align 4,,15
28402 .globl GL_PREFIX(BeginFragmentShaderATI)
28403 .type GL_PREFIX(BeginFragmentShaderATI), @function
28404 GL_PREFIX(BeginFragmentShaderATI):
28405 #if defined(GLX_USE_TLS)
28406 call _x86_64_get_dispatch@PLT
28407 movq 6016(%rax), %r11
28408 jmp *%r11
28409 #elif defined(PTHREADS)
28410 pushq %rbp
28411 call _x86_64_get_dispatch@PLT
28412 popq %rbp
28413 movq 6016(%rax), %r11
28414 jmp *%r11
28415 #else
28416 movq _glapi_Dispatch(%rip), %rax
28417 testq %rax, %rax
28418 je 1f
28419 movq 6016(%rax), %r11
28420 jmp *%r11
28421 1:
28422 pushq %rbp
28423 call _glapi_get_dispatch
28424 popq %rbp
28425 movq 6016(%rax), %r11
28426 jmp *%r11
28427 #endif /* defined(GLX_USE_TLS) */
28428 .size GL_PREFIX(BeginFragmentShaderATI), .-GL_PREFIX(BeginFragmentShaderATI)
28429
28430 .p2align 4,,15
28431 .globl GL_PREFIX(BindFragmentShaderATI)
28432 .type GL_PREFIX(BindFragmentShaderATI), @function
28433 GL_PREFIX(BindFragmentShaderATI):
28434 #if defined(GLX_USE_TLS)
28435 call _x86_64_get_dispatch@PLT
28436 movq 6024(%rax), %r11
28437 jmp *%r11
28438 #elif defined(PTHREADS)
28439 pushq %rdi
28440 call _x86_64_get_dispatch@PLT
28441 popq %rdi
28442 movq 6024(%rax), %r11
28443 jmp *%r11
28444 #else
28445 movq _glapi_Dispatch(%rip), %rax
28446 testq %rax, %rax
28447 je 1f
28448 movq 6024(%rax), %r11
28449 jmp *%r11
28450 1:
28451 pushq %rdi
28452 call _glapi_get_dispatch
28453 popq %rdi
28454 movq 6024(%rax), %r11
28455 jmp *%r11
28456 #endif /* defined(GLX_USE_TLS) */
28457 .size GL_PREFIX(BindFragmentShaderATI), .-GL_PREFIX(BindFragmentShaderATI)
28458
28459 .p2align 4,,15
28460 .globl GL_PREFIX(ColorFragmentOp1ATI)
28461 .type GL_PREFIX(ColorFragmentOp1ATI), @function
28462 GL_PREFIX(ColorFragmentOp1ATI):
28463 #if defined(GLX_USE_TLS)
28464 call _x86_64_get_dispatch@PLT
28465 movq 6032(%rax), %r11
28466 jmp *%r11
28467 #elif defined(PTHREADS)
28468 pushq %rdi
28469 pushq %rsi
28470 pushq %rdx
28471 pushq %rcx
28472 pushq %r8
28473 pushq %r9
28474 pushq %rbp
28475 call _x86_64_get_dispatch@PLT
28476 popq %rbp
28477 popq %r9
28478 popq %r8
28479 popq %rcx
28480 popq %rdx
28481 popq %rsi
28482 popq %rdi
28483 movq 6032(%rax), %r11
28484 jmp *%r11
28485 #else
28486 movq _glapi_Dispatch(%rip), %rax
28487 testq %rax, %rax
28488 je 1f
28489 movq 6032(%rax), %r11
28490 jmp *%r11
28491 1:
28492 pushq %rdi
28493 pushq %rsi
28494 pushq %rdx
28495 pushq %rcx
28496 pushq %r8
28497 pushq %r9
28498 pushq %rbp
28499 call _glapi_get_dispatch
28500 popq %rbp
28501 popq %r9
28502 popq %r8
28503 popq %rcx
28504 popq %rdx
28505 popq %rsi
28506 popq %rdi
28507 movq 6032(%rax), %r11
28508 jmp *%r11
28509 #endif /* defined(GLX_USE_TLS) */
28510 .size GL_PREFIX(ColorFragmentOp1ATI), .-GL_PREFIX(ColorFragmentOp1ATI)
28511
28512 .p2align 4,,15
28513 .globl GL_PREFIX(ColorFragmentOp2ATI)
28514 .type GL_PREFIX(ColorFragmentOp2ATI), @function
28515 GL_PREFIX(ColorFragmentOp2ATI):
28516 #if defined(GLX_USE_TLS)
28517 call _x86_64_get_dispatch@PLT
28518 movq 6040(%rax), %r11
28519 jmp *%r11
28520 #elif defined(PTHREADS)
28521 pushq %rdi
28522 pushq %rsi
28523 pushq %rdx
28524 pushq %rcx
28525 pushq %r8
28526 pushq %r9
28527 pushq %rbp
28528 call _x86_64_get_dispatch@PLT
28529 popq %rbp
28530 popq %r9
28531 popq %r8
28532 popq %rcx
28533 popq %rdx
28534 popq %rsi
28535 popq %rdi
28536 movq 6040(%rax), %r11
28537 jmp *%r11
28538 #else
28539 movq _glapi_Dispatch(%rip), %rax
28540 testq %rax, %rax
28541 je 1f
28542 movq 6040(%rax), %r11
28543 jmp *%r11
28544 1:
28545 pushq %rdi
28546 pushq %rsi
28547 pushq %rdx
28548 pushq %rcx
28549 pushq %r8
28550 pushq %r9
28551 pushq %rbp
28552 call _glapi_get_dispatch
28553 popq %rbp
28554 popq %r9
28555 popq %r8
28556 popq %rcx
28557 popq %rdx
28558 popq %rsi
28559 popq %rdi
28560 movq 6040(%rax), %r11
28561 jmp *%r11
28562 #endif /* defined(GLX_USE_TLS) */
28563 .size GL_PREFIX(ColorFragmentOp2ATI), .-GL_PREFIX(ColorFragmentOp2ATI)
28564
28565 .p2align 4,,15
28566 .globl GL_PREFIX(ColorFragmentOp3ATI)
28567 .type GL_PREFIX(ColorFragmentOp3ATI), @function
28568 GL_PREFIX(ColorFragmentOp3ATI):
28569 #if defined(GLX_USE_TLS)
28570 call _x86_64_get_dispatch@PLT
28571 movq 6048(%rax), %r11
28572 jmp *%r11
28573 #elif defined(PTHREADS)
28574 pushq %rdi
28575 pushq %rsi
28576 pushq %rdx
28577 pushq %rcx
28578 pushq %r8
28579 pushq %r9
28580 pushq %rbp
28581 call _x86_64_get_dispatch@PLT
28582 popq %rbp
28583 popq %r9
28584 popq %r8
28585 popq %rcx
28586 popq %rdx
28587 popq %rsi
28588 popq %rdi
28589 movq 6048(%rax), %r11
28590 jmp *%r11
28591 #else
28592 movq _glapi_Dispatch(%rip), %rax
28593 testq %rax, %rax
28594 je 1f
28595 movq 6048(%rax), %r11
28596 jmp *%r11
28597 1:
28598 pushq %rdi
28599 pushq %rsi
28600 pushq %rdx
28601 pushq %rcx
28602 pushq %r8
28603 pushq %r9
28604 pushq %rbp
28605 call _glapi_get_dispatch
28606 popq %rbp
28607 popq %r9
28608 popq %r8
28609 popq %rcx
28610 popq %rdx
28611 popq %rsi
28612 popq %rdi
28613 movq 6048(%rax), %r11
28614 jmp *%r11
28615 #endif /* defined(GLX_USE_TLS) */
28616 .size GL_PREFIX(ColorFragmentOp3ATI), .-GL_PREFIX(ColorFragmentOp3ATI)
28617
28618 .p2align 4,,15
28619 .globl GL_PREFIX(DeleteFragmentShaderATI)
28620 .type GL_PREFIX(DeleteFragmentShaderATI), @function
28621 GL_PREFIX(DeleteFragmentShaderATI):
28622 #if defined(GLX_USE_TLS)
28623 call _x86_64_get_dispatch@PLT
28624 movq 6056(%rax), %r11
28625 jmp *%r11
28626 #elif defined(PTHREADS)
28627 pushq %rdi
28628 call _x86_64_get_dispatch@PLT
28629 popq %rdi
28630 movq 6056(%rax), %r11
28631 jmp *%r11
28632 #else
28633 movq _glapi_Dispatch(%rip), %rax
28634 testq %rax, %rax
28635 je 1f
28636 movq 6056(%rax), %r11
28637 jmp *%r11
28638 1:
28639 pushq %rdi
28640 call _glapi_get_dispatch
28641 popq %rdi
28642 movq 6056(%rax), %r11
28643 jmp *%r11
28644 #endif /* defined(GLX_USE_TLS) */
28645 .size GL_PREFIX(DeleteFragmentShaderATI), .-GL_PREFIX(DeleteFragmentShaderATI)
28646
28647 .p2align 4,,15
28648 .globl GL_PREFIX(EndFragmentShaderATI)
28649 .type GL_PREFIX(EndFragmentShaderATI), @function
28650 GL_PREFIX(EndFragmentShaderATI):
28651 #if defined(GLX_USE_TLS)
28652 call _x86_64_get_dispatch@PLT
28653 movq 6064(%rax), %r11
28654 jmp *%r11
28655 #elif defined(PTHREADS)
28656 pushq %rbp
28657 call _x86_64_get_dispatch@PLT
28658 popq %rbp
28659 movq 6064(%rax), %r11
28660 jmp *%r11
28661 #else
28662 movq _glapi_Dispatch(%rip), %rax
28663 testq %rax, %rax
28664 je 1f
28665 movq 6064(%rax), %r11
28666 jmp *%r11
28667 1:
28668 pushq %rbp
28669 call _glapi_get_dispatch
28670 popq %rbp
28671 movq 6064(%rax), %r11
28672 jmp *%r11
28673 #endif /* defined(GLX_USE_TLS) */
28674 .size GL_PREFIX(EndFragmentShaderATI), .-GL_PREFIX(EndFragmentShaderATI)
28675
28676 .p2align 4,,15
28677 .globl GL_PREFIX(GenFragmentShadersATI)
28678 .type GL_PREFIX(GenFragmentShadersATI), @function
28679 GL_PREFIX(GenFragmentShadersATI):
28680 #if defined(GLX_USE_TLS)
28681 call _x86_64_get_dispatch@PLT
28682 movq 6072(%rax), %r11
28683 jmp *%r11
28684 #elif defined(PTHREADS)
28685 pushq %rdi
28686 call _x86_64_get_dispatch@PLT
28687 popq %rdi
28688 movq 6072(%rax), %r11
28689 jmp *%r11
28690 #else
28691 movq _glapi_Dispatch(%rip), %rax
28692 testq %rax, %rax
28693 je 1f
28694 movq 6072(%rax), %r11
28695 jmp *%r11
28696 1:
28697 pushq %rdi
28698 call _glapi_get_dispatch
28699 popq %rdi
28700 movq 6072(%rax), %r11
28701 jmp *%r11
28702 #endif /* defined(GLX_USE_TLS) */
28703 .size GL_PREFIX(GenFragmentShadersATI), .-GL_PREFIX(GenFragmentShadersATI)
28704
28705 .p2align 4,,15
28706 .globl GL_PREFIX(PassTexCoordATI)
28707 .type GL_PREFIX(PassTexCoordATI), @function
28708 GL_PREFIX(PassTexCoordATI):
28709 #if defined(GLX_USE_TLS)
28710 call _x86_64_get_dispatch@PLT
28711 movq 6080(%rax), %r11
28712 jmp *%r11
28713 #elif defined(PTHREADS)
28714 pushq %rdi
28715 pushq %rsi
28716 pushq %rdx
28717 call _x86_64_get_dispatch@PLT
28718 popq %rdx
28719 popq %rsi
28720 popq %rdi
28721 movq 6080(%rax), %r11
28722 jmp *%r11
28723 #else
28724 movq _glapi_Dispatch(%rip), %rax
28725 testq %rax, %rax
28726 je 1f
28727 movq 6080(%rax), %r11
28728 jmp *%r11
28729 1:
28730 pushq %rdi
28731 pushq %rsi
28732 pushq %rdx
28733 call _glapi_get_dispatch
28734 popq %rdx
28735 popq %rsi
28736 popq %rdi
28737 movq 6080(%rax), %r11
28738 jmp *%r11
28739 #endif /* defined(GLX_USE_TLS) */
28740 .size GL_PREFIX(PassTexCoordATI), .-GL_PREFIX(PassTexCoordATI)
28741
28742 .p2align 4,,15
28743 .globl GL_PREFIX(SampleMapATI)
28744 .type GL_PREFIX(SampleMapATI), @function
28745 GL_PREFIX(SampleMapATI):
28746 #if defined(GLX_USE_TLS)
28747 call _x86_64_get_dispatch@PLT
28748 movq 6088(%rax), %r11
28749 jmp *%r11
28750 #elif defined(PTHREADS)
28751 pushq %rdi
28752 pushq %rsi
28753 pushq %rdx
28754 call _x86_64_get_dispatch@PLT
28755 popq %rdx
28756 popq %rsi
28757 popq %rdi
28758 movq 6088(%rax), %r11
28759 jmp *%r11
28760 #else
28761 movq _glapi_Dispatch(%rip), %rax
28762 testq %rax, %rax
28763 je 1f
28764 movq 6088(%rax), %r11
28765 jmp *%r11
28766 1:
28767 pushq %rdi
28768 pushq %rsi
28769 pushq %rdx
28770 call _glapi_get_dispatch
28771 popq %rdx
28772 popq %rsi
28773 popq %rdi
28774 movq 6088(%rax), %r11
28775 jmp *%r11
28776 #endif /* defined(GLX_USE_TLS) */
28777 .size GL_PREFIX(SampleMapATI), .-GL_PREFIX(SampleMapATI)
28778
28779 .p2align 4,,15
28780 .globl GL_PREFIX(SetFragmentShaderConstantATI)
28781 .type GL_PREFIX(SetFragmentShaderConstantATI), @function
28782 GL_PREFIX(SetFragmentShaderConstantATI):
28783 #if defined(GLX_USE_TLS)
28784 call _x86_64_get_dispatch@PLT
28785 movq 6096(%rax), %r11
28786 jmp *%r11
28787 #elif defined(PTHREADS)
28788 pushq %rdi
28789 pushq %rsi
28790 pushq %rbp
28791 call _x86_64_get_dispatch@PLT
28792 popq %rbp
28793 popq %rsi
28794 popq %rdi
28795 movq 6096(%rax), %r11
28796 jmp *%r11
28797 #else
28798 movq _glapi_Dispatch(%rip), %rax
28799 testq %rax, %rax
28800 je 1f
28801 movq 6096(%rax), %r11
28802 jmp *%r11
28803 1:
28804 pushq %rdi
28805 pushq %rsi
28806 pushq %rbp
28807 call _glapi_get_dispatch
28808 popq %rbp
28809 popq %rsi
28810 popq %rdi
28811 movq 6096(%rax), %r11
28812 jmp *%r11
28813 #endif /* defined(GLX_USE_TLS) */
28814 .size GL_PREFIX(SetFragmentShaderConstantATI), .-GL_PREFIX(SetFragmentShaderConstantATI)
28815
28816 .p2align 4,,15
28817 .globl GL_PREFIX(PointParameteriNV)
28818 .type GL_PREFIX(PointParameteriNV), @function
28819 GL_PREFIX(PointParameteriNV):
28820 #if defined(GLX_USE_TLS)
28821 call _x86_64_get_dispatch@PLT
28822 movq 6104(%rax), %r11
28823 jmp *%r11
28824 #elif defined(PTHREADS)
28825 pushq %rdi
28826 pushq %rsi
28827 pushq %rbp
28828 call _x86_64_get_dispatch@PLT
28829 popq %rbp
28830 popq %rsi
28831 popq %rdi
28832 movq 6104(%rax), %r11
28833 jmp *%r11
28834 #else
28835 movq _glapi_Dispatch(%rip), %rax
28836 testq %rax, %rax
28837 je 1f
28838 movq 6104(%rax), %r11
28839 jmp *%r11
28840 1:
28841 pushq %rdi
28842 pushq %rsi
28843 pushq %rbp
28844 call _glapi_get_dispatch
28845 popq %rbp
28846 popq %rsi
28847 popq %rdi
28848 movq 6104(%rax), %r11
28849 jmp *%r11
28850 #endif /* defined(GLX_USE_TLS) */
28851 .size GL_PREFIX(PointParameteriNV), .-GL_PREFIX(PointParameteriNV)
28852
28853 .p2align 4,,15
28854 .globl GL_PREFIX(PointParameterivNV)
28855 .type GL_PREFIX(PointParameterivNV), @function
28856 GL_PREFIX(PointParameterivNV):
28857 #if defined(GLX_USE_TLS)
28858 call _x86_64_get_dispatch@PLT
28859 movq 6112(%rax), %r11
28860 jmp *%r11
28861 #elif defined(PTHREADS)
28862 pushq %rdi
28863 pushq %rsi
28864 pushq %rbp
28865 call _x86_64_get_dispatch@PLT
28866 popq %rbp
28867 popq %rsi
28868 popq %rdi
28869 movq 6112(%rax), %r11
28870 jmp *%r11
28871 #else
28872 movq _glapi_Dispatch(%rip), %rax
28873 testq %rax, %rax
28874 je 1f
28875 movq 6112(%rax), %r11
28876 jmp *%r11
28877 1:
28878 pushq %rdi
28879 pushq %rsi
28880 pushq %rbp
28881 call _glapi_get_dispatch
28882 popq %rbp
28883 popq %rsi
28884 popq %rdi
28885 movq 6112(%rax), %r11
28886 jmp *%r11
28887 #endif /* defined(GLX_USE_TLS) */
28888 .size GL_PREFIX(PointParameterivNV), .-GL_PREFIX(PointParameterivNV)
28889
28890 .p2align 4,,15
28891 .globl GL_PREFIX(_dispatch_stub_765)
28892 .type GL_PREFIX(_dispatch_stub_765), @function
28893 HIDDEN(GL_PREFIX(_dispatch_stub_765))
28894 GL_PREFIX(_dispatch_stub_765):
28895 #if defined(GLX_USE_TLS)
28896 call _x86_64_get_dispatch@PLT
28897 movq 6120(%rax), %r11
28898 jmp *%r11
28899 #elif defined(PTHREADS)
28900 pushq %rdi
28901 call _x86_64_get_dispatch@PLT
28902 popq %rdi
28903 movq 6120(%rax), %r11
28904 jmp *%r11
28905 #else
28906 movq _glapi_Dispatch(%rip), %rax
28907 testq %rax, %rax
28908 je 1f
28909 movq 6120(%rax), %r11
28910 jmp *%r11
28911 1:
28912 pushq %rdi
28913 call _glapi_get_dispatch
28914 popq %rdi
28915 movq 6120(%rax), %r11
28916 jmp *%r11
28917 #endif /* defined(GLX_USE_TLS) */
28918 .size GL_PREFIX(_dispatch_stub_765), .-GL_PREFIX(_dispatch_stub_765)
28919
28920 .p2align 4,,15
28921 .globl GL_PREFIX(_dispatch_stub_766)
28922 .type GL_PREFIX(_dispatch_stub_766), @function
28923 HIDDEN(GL_PREFIX(_dispatch_stub_766))
28924 GL_PREFIX(_dispatch_stub_766):
28925 #if defined(GLX_USE_TLS)
28926 call _x86_64_get_dispatch@PLT
28927 movq 6128(%rax), %r11
28928 jmp *%r11
28929 #elif defined(PTHREADS)
28930 pushq %rdi
28931 call _x86_64_get_dispatch@PLT
28932 popq %rdi
28933 movq 6128(%rax), %r11
28934 jmp *%r11
28935 #else
28936 movq _glapi_Dispatch(%rip), %rax
28937 testq %rax, %rax
28938 je 1f
28939 movq 6128(%rax), %r11
28940 jmp *%r11
28941 1:
28942 pushq %rdi
28943 call _glapi_get_dispatch
28944 popq %rdi
28945 movq 6128(%rax), %r11
28946 jmp *%r11
28947 #endif /* defined(GLX_USE_TLS) */
28948 .size GL_PREFIX(_dispatch_stub_766), .-GL_PREFIX(_dispatch_stub_766)
28949
28950 .p2align 4,,15
28951 .globl GL_PREFIX(_dispatch_stub_767)
28952 .type GL_PREFIX(_dispatch_stub_767), @function
28953 HIDDEN(GL_PREFIX(_dispatch_stub_767))
28954 GL_PREFIX(_dispatch_stub_767):
28955 #if defined(GLX_USE_TLS)
28956 call _x86_64_get_dispatch@PLT
28957 movq 6136(%rax), %r11
28958 jmp *%r11
28959 #elif defined(PTHREADS)
28960 pushq %rdi
28961 pushq %rsi
28962 pushq %rbp
28963 call _x86_64_get_dispatch@PLT
28964 popq %rbp
28965 popq %rsi
28966 popq %rdi
28967 movq 6136(%rax), %r11
28968 jmp *%r11
28969 #else
28970 movq _glapi_Dispatch(%rip), %rax
28971 testq %rax, %rax
28972 je 1f
28973 movq 6136(%rax), %r11
28974 jmp *%r11
28975 1:
28976 pushq %rdi
28977 pushq %rsi
28978 pushq %rbp
28979 call _glapi_get_dispatch
28980 popq %rbp
28981 popq %rsi
28982 popq %rdi
28983 movq 6136(%rax), %r11
28984 jmp *%r11
28985 #endif /* defined(GLX_USE_TLS) */
28986 .size GL_PREFIX(_dispatch_stub_767), .-GL_PREFIX(_dispatch_stub_767)
28987
28988 .p2align 4,,15
28989 .globl GL_PREFIX(_dispatch_stub_768)
28990 .type GL_PREFIX(_dispatch_stub_768), @function
28991 HIDDEN(GL_PREFIX(_dispatch_stub_768))
28992 GL_PREFIX(_dispatch_stub_768):
28993 #if defined(GLX_USE_TLS)
28994 call _x86_64_get_dispatch@PLT
28995 movq 6144(%rax), %r11
28996 jmp *%r11
28997 #elif defined(PTHREADS)
28998 pushq %rdi
28999 pushq %rsi
29000 pushq %rbp
29001 call _x86_64_get_dispatch@PLT
29002 popq %rbp
29003 popq %rsi
29004 popq %rdi
29005 movq 6144(%rax), %r11
29006 jmp *%r11
29007 #else
29008 movq _glapi_Dispatch(%rip), %rax
29009 testq %rax, %rax
29010 je 1f
29011 movq 6144(%rax), %r11
29012 jmp *%r11
29013 1:
29014 pushq %rdi
29015 pushq %rsi
29016 pushq %rbp
29017 call _glapi_get_dispatch
29018 popq %rbp
29019 popq %rsi
29020 popq %rdi
29021 movq 6144(%rax), %r11
29022 jmp *%r11
29023 #endif /* defined(GLX_USE_TLS) */
29024 .size GL_PREFIX(_dispatch_stub_768), .-GL_PREFIX(_dispatch_stub_768)
29025
29026 .p2align 4,,15
29027 .globl GL_PREFIX(_dispatch_stub_769)
29028 .type GL_PREFIX(_dispatch_stub_769), @function
29029 HIDDEN(GL_PREFIX(_dispatch_stub_769))
29030 GL_PREFIX(_dispatch_stub_769):
29031 #if defined(GLX_USE_TLS)
29032 call _x86_64_get_dispatch@PLT
29033 movq 6152(%rax), %r11
29034 jmp *%r11
29035 #elif defined(PTHREADS)
29036 pushq %rdi
29037 call _x86_64_get_dispatch@PLT
29038 popq %rdi
29039 movq 6152(%rax), %r11
29040 jmp *%r11
29041 #else
29042 movq _glapi_Dispatch(%rip), %rax
29043 testq %rax, %rax
29044 je 1f
29045 movq 6152(%rax), %r11
29046 jmp *%r11
29047 1:
29048 pushq %rdi
29049 call _glapi_get_dispatch
29050 popq %rdi
29051 movq 6152(%rax), %r11
29052 jmp *%r11
29053 #endif /* defined(GLX_USE_TLS) */
29054 .size GL_PREFIX(_dispatch_stub_769), .-GL_PREFIX(_dispatch_stub_769)
29055
29056 .p2align 4,,15
29057 .globl GL_PREFIX(GetProgramNamedParameterdvNV)
29058 .type GL_PREFIX(GetProgramNamedParameterdvNV), @function
29059 GL_PREFIX(GetProgramNamedParameterdvNV):
29060 #if defined(GLX_USE_TLS)
29061 call _x86_64_get_dispatch@PLT
29062 movq 6160(%rax), %r11
29063 jmp *%r11
29064 #elif defined(PTHREADS)
29065 pushq %rdi
29066 pushq %rsi
29067 pushq %rdx
29068 pushq %rcx
29069 pushq %rbp
29070 call _x86_64_get_dispatch@PLT
29071 popq %rbp
29072 popq %rcx
29073 popq %rdx
29074 popq %rsi
29075 popq %rdi
29076 movq 6160(%rax), %r11
29077 jmp *%r11
29078 #else
29079 movq _glapi_Dispatch(%rip), %rax
29080 testq %rax, %rax
29081 je 1f
29082 movq 6160(%rax), %r11
29083 jmp *%r11
29084 1:
29085 pushq %rdi
29086 pushq %rsi
29087 pushq %rdx
29088 pushq %rcx
29089 pushq %rbp
29090 call _glapi_get_dispatch
29091 popq %rbp
29092 popq %rcx
29093 popq %rdx
29094 popq %rsi
29095 popq %rdi
29096 movq 6160(%rax), %r11
29097 jmp *%r11
29098 #endif /* defined(GLX_USE_TLS) */
29099 .size GL_PREFIX(GetProgramNamedParameterdvNV), .-GL_PREFIX(GetProgramNamedParameterdvNV)
29100
29101 .p2align 4,,15
29102 .globl GL_PREFIX(GetProgramNamedParameterfvNV)
29103 .type GL_PREFIX(GetProgramNamedParameterfvNV), @function
29104 GL_PREFIX(GetProgramNamedParameterfvNV):
29105 #if defined(GLX_USE_TLS)
29106 call _x86_64_get_dispatch@PLT
29107 movq 6168(%rax), %r11
29108 jmp *%r11
29109 #elif defined(PTHREADS)
29110 pushq %rdi
29111 pushq %rsi
29112 pushq %rdx
29113 pushq %rcx
29114 pushq %rbp
29115 call _x86_64_get_dispatch@PLT
29116 popq %rbp
29117 popq %rcx
29118 popq %rdx
29119 popq %rsi
29120 popq %rdi
29121 movq 6168(%rax), %r11
29122 jmp *%r11
29123 #else
29124 movq _glapi_Dispatch(%rip), %rax
29125 testq %rax, %rax
29126 je 1f
29127 movq 6168(%rax), %r11
29128 jmp *%r11
29129 1:
29130 pushq %rdi
29131 pushq %rsi
29132 pushq %rdx
29133 pushq %rcx
29134 pushq %rbp
29135 call _glapi_get_dispatch
29136 popq %rbp
29137 popq %rcx
29138 popq %rdx
29139 popq %rsi
29140 popq %rdi
29141 movq 6168(%rax), %r11
29142 jmp *%r11
29143 #endif /* defined(GLX_USE_TLS) */
29144 .size GL_PREFIX(GetProgramNamedParameterfvNV), .-GL_PREFIX(GetProgramNamedParameterfvNV)
29145
29146 .p2align 4,,15
29147 .globl GL_PREFIX(ProgramNamedParameter4dNV)
29148 .type GL_PREFIX(ProgramNamedParameter4dNV), @function
29149 GL_PREFIX(ProgramNamedParameter4dNV):
29150 #if defined(GLX_USE_TLS)
29151 call _x86_64_get_dispatch@PLT
29152 movq 6176(%rax), %r11
29153 jmp *%r11
29154 #elif defined(PTHREADS)
29155 subq $56, %rsp
29156 movq %rdi, (%rsp)
29157 movq %rsi, 8(%rsp)
29158 movq %rdx, 16(%rsp)
29159 movq %xmm0, 24(%rsp)
29160 movq %xmm1, 32(%rsp)
29161 movq %xmm2, 40(%rsp)
29162 movq %xmm3, 48(%rsp)
29163 call _x86_64_get_dispatch@PLT
29164 movq 48(%rsp), %xmm3
29165 movq 40(%rsp), %xmm2
29166 movq 32(%rsp), %xmm1
29167 movq 24(%rsp), %xmm0
29168 movq 16(%rsp), %rdx
29169 movq 8(%rsp), %rsi
29170 movq (%rsp), %rdi
29171 addq $56, %rsp
29172 movq 6176(%rax), %r11
29173 jmp *%r11
29174 #else
29175 movq _glapi_Dispatch(%rip), %rax
29176 testq %rax, %rax
29177 je 1f
29178 movq 6176(%rax), %r11
29179 jmp *%r11
29180 1:
29181 subq $56, %rsp
29182 movq %rdi, (%rsp)
29183 movq %rsi, 8(%rsp)
29184 movq %rdx, 16(%rsp)
29185 movq %xmm0, 24(%rsp)
29186 movq %xmm1, 32(%rsp)
29187 movq %xmm2, 40(%rsp)
29188 movq %xmm3, 48(%rsp)
29189 call _glapi_get_dispatch
29190 movq 48(%rsp), %xmm3
29191 movq 40(%rsp), %xmm2
29192 movq 32(%rsp), %xmm1
29193 movq 24(%rsp), %xmm0
29194 movq 16(%rsp), %rdx
29195 movq 8(%rsp), %rsi
29196 movq (%rsp), %rdi
29197 addq $56, %rsp
29198 movq 6176(%rax), %r11
29199 jmp *%r11
29200 #endif /* defined(GLX_USE_TLS) */
29201 .size GL_PREFIX(ProgramNamedParameter4dNV), .-GL_PREFIX(ProgramNamedParameter4dNV)
29202
29203 .p2align 4,,15
29204 .globl GL_PREFIX(ProgramNamedParameter4dvNV)
29205 .type GL_PREFIX(ProgramNamedParameter4dvNV), @function
29206 GL_PREFIX(ProgramNamedParameter4dvNV):
29207 #if defined(GLX_USE_TLS)
29208 call _x86_64_get_dispatch@PLT
29209 movq 6184(%rax), %r11
29210 jmp *%r11
29211 #elif defined(PTHREADS)
29212 pushq %rdi
29213 pushq %rsi
29214 pushq %rdx
29215 pushq %rcx
29216 pushq %rbp
29217 call _x86_64_get_dispatch@PLT
29218 popq %rbp
29219 popq %rcx
29220 popq %rdx
29221 popq %rsi
29222 popq %rdi
29223 movq 6184(%rax), %r11
29224 jmp *%r11
29225 #else
29226 movq _glapi_Dispatch(%rip), %rax
29227 testq %rax, %rax
29228 je 1f
29229 movq 6184(%rax), %r11
29230 jmp *%r11
29231 1:
29232 pushq %rdi
29233 pushq %rsi
29234 pushq %rdx
29235 pushq %rcx
29236 pushq %rbp
29237 call _glapi_get_dispatch
29238 popq %rbp
29239 popq %rcx
29240 popq %rdx
29241 popq %rsi
29242 popq %rdi
29243 movq 6184(%rax), %r11
29244 jmp *%r11
29245 #endif /* defined(GLX_USE_TLS) */
29246 .size GL_PREFIX(ProgramNamedParameter4dvNV), .-GL_PREFIX(ProgramNamedParameter4dvNV)
29247
29248 .p2align 4,,15
29249 .globl GL_PREFIX(ProgramNamedParameter4fNV)
29250 .type GL_PREFIX(ProgramNamedParameter4fNV), @function
29251 GL_PREFIX(ProgramNamedParameter4fNV):
29252 #if defined(GLX_USE_TLS)
29253 call _x86_64_get_dispatch@PLT
29254 movq 6192(%rax), %r11
29255 jmp *%r11
29256 #elif defined(PTHREADS)
29257 subq $56, %rsp
29258 movq %rdi, (%rsp)
29259 movq %rsi, 8(%rsp)
29260 movq %rdx, 16(%rsp)
29261 movq %xmm0, 24(%rsp)
29262 movq %xmm1, 32(%rsp)
29263 movq %xmm2, 40(%rsp)
29264 movq %xmm3, 48(%rsp)
29265 call _x86_64_get_dispatch@PLT
29266 movq 48(%rsp), %xmm3
29267 movq 40(%rsp), %xmm2
29268 movq 32(%rsp), %xmm1
29269 movq 24(%rsp), %xmm0
29270 movq 16(%rsp), %rdx
29271 movq 8(%rsp), %rsi
29272 movq (%rsp), %rdi
29273 addq $56, %rsp
29274 movq 6192(%rax), %r11
29275 jmp *%r11
29276 #else
29277 movq _glapi_Dispatch(%rip), %rax
29278 testq %rax, %rax
29279 je 1f
29280 movq 6192(%rax), %r11
29281 jmp *%r11
29282 1:
29283 subq $56, %rsp
29284 movq %rdi, (%rsp)
29285 movq %rsi, 8(%rsp)
29286 movq %rdx, 16(%rsp)
29287 movq %xmm0, 24(%rsp)
29288 movq %xmm1, 32(%rsp)
29289 movq %xmm2, 40(%rsp)
29290 movq %xmm3, 48(%rsp)
29291 call _glapi_get_dispatch
29292 movq 48(%rsp), %xmm3
29293 movq 40(%rsp), %xmm2
29294 movq 32(%rsp), %xmm1
29295 movq 24(%rsp), %xmm0
29296 movq 16(%rsp), %rdx
29297 movq 8(%rsp), %rsi
29298 movq (%rsp), %rdi
29299 addq $56, %rsp
29300 movq 6192(%rax), %r11
29301 jmp *%r11
29302 #endif /* defined(GLX_USE_TLS) */
29303 .size GL_PREFIX(ProgramNamedParameter4fNV), .-GL_PREFIX(ProgramNamedParameter4fNV)
29304
29305 .p2align 4,,15
29306 .globl GL_PREFIX(ProgramNamedParameter4fvNV)
29307 .type GL_PREFIX(ProgramNamedParameter4fvNV), @function
29308 GL_PREFIX(ProgramNamedParameter4fvNV):
29309 #if defined(GLX_USE_TLS)
29310 call _x86_64_get_dispatch@PLT
29311 movq 6200(%rax), %r11
29312 jmp *%r11
29313 #elif defined(PTHREADS)
29314 pushq %rdi
29315 pushq %rsi
29316 pushq %rdx
29317 pushq %rcx
29318 pushq %rbp
29319 call _x86_64_get_dispatch@PLT
29320 popq %rbp
29321 popq %rcx
29322 popq %rdx
29323 popq %rsi
29324 popq %rdi
29325 movq 6200(%rax), %r11
29326 jmp *%r11
29327 #else
29328 movq _glapi_Dispatch(%rip), %rax
29329 testq %rax, %rax
29330 je 1f
29331 movq 6200(%rax), %r11
29332 jmp *%r11
29333 1:
29334 pushq %rdi
29335 pushq %rsi
29336 pushq %rdx
29337 pushq %rcx
29338 pushq %rbp
29339 call _glapi_get_dispatch
29340 popq %rbp
29341 popq %rcx
29342 popq %rdx
29343 popq %rsi
29344 popq %rdi
29345 movq 6200(%rax), %r11
29346 jmp *%r11
29347 #endif /* defined(GLX_USE_TLS) */
29348 .size GL_PREFIX(ProgramNamedParameter4fvNV), .-GL_PREFIX(ProgramNamedParameter4fvNV)
29349
29350 .p2align 4,,15
29351 .globl GL_PREFIX(_dispatch_stub_776)
29352 .type GL_PREFIX(_dispatch_stub_776), @function
29353 HIDDEN(GL_PREFIX(_dispatch_stub_776))
29354 GL_PREFIX(_dispatch_stub_776):
29355 #if defined(GLX_USE_TLS)
29356 call _x86_64_get_dispatch@PLT
29357 movq 6208(%rax), %r11
29358 jmp *%r11
29359 #elif defined(PTHREADS)
29360 pushq %rdi
29361 pushq %rsi
29362 pushq %rbp
29363 call _x86_64_get_dispatch@PLT
29364 popq %rbp
29365 popq %rsi
29366 popq %rdi
29367 movq 6208(%rax), %r11
29368 jmp *%r11
29369 #else
29370 movq _glapi_Dispatch(%rip), %rax
29371 testq %rax, %rax
29372 je 1f
29373 movq 6208(%rax), %r11
29374 jmp *%r11
29375 1:
29376 pushq %rdi
29377 pushq %rsi
29378 pushq %rbp
29379 call _glapi_get_dispatch
29380 popq %rbp
29381 popq %rsi
29382 popq %rdi
29383 movq 6208(%rax), %r11
29384 jmp *%r11
29385 #endif /* defined(GLX_USE_TLS) */
29386 .size GL_PREFIX(_dispatch_stub_776), .-GL_PREFIX(_dispatch_stub_776)
29387
29388 .p2align 4,,15
29389 .globl GL_PREFIX(_dispatch_stub_777)
29390 .type GL_PREFIX(_dispatch_stub_777), @function
29391 HIDDEN(GL_PREFIX(_dispatch_stub_777))
29392 GL_PREFIX(_dispatch_stub_777):
29393 #if defined(GLX_USE_TLS)
29394 call _x86_64_get_dispatch@PLT
29395 movq 6216(%rax), %r11
29396 jmp *%r11
29397 #elif defined(PTHREADS)
29398 pushq %rdi
29399 pushq %rsi
29400 pushq %rbp
29401 call _x86_64_get_dispatch@PLT
29402 popq %rbp
29403 popq %rsi
29404 popq %rdi
29405 movq 6216(%rax), %r11
29406 jmp *%r11
29407 #else
29408 movq _glapi_Dispatch(%rip), %rax
29409 testq %rax, %rax
29410 je 1f
29411 movq 6216(%rax), %r11
29412 jmp *%r11
29413 1:
29414 pushq %rdi
29415 pushq %rsi
29416 pushq %rbp
29417 call _glapi_get_dispatch
29418 popq %rbp
29419 popq %rsi
29420 popq %rdi
29421 movq 6216(%rax), %r11
29422 jmp *%r11
29423 #endif /* defined(GLX_USE_TLS) */
29424 .size GL_PREFIX(_dispatch_stub_777), .-GL_PREFIX(_dispatch_stub_777)
29425
29426 .p2align 4,,15
29427 .globl GL_PREFIX(BindFramebufferEXT)
29428 .type GL_PREFIX(BindFramebufferEXT), @function
29429 GL_PREFIX(BindFramebufferEXT):
29430 #if defined(GLX_USE_TLS)
29431 call _x86_64_get_dispatch@PLT
29432 movq 6224(%rax), %r11
29433 jmp *%r11
29434 #elif defined(PTHREADS)
29435 pushq %rdi
29436 pushq %rsi
29437 pushq %rbp
29438 call _x86_64_get_dispatch@PLT
29439 popq %rbp
29440 popq %rsi
29441 popq %rdi
29442 movq 6224(%rax), %r11
29443 jmp *%r11
29444 #else
29445 movq _glapi_Dispatch(%rip), %rax
29446 testq %rax, %rax
29447 je 1f
29448 movq 6224(%rax), %r11
29449 jmp *%r11
29450 1:
29451 pushq %rdi
29452 pushq %rsi
29453 pushq %rbp
29454 call _glapi_get_dispatch
29455 popq %rbp
29456 popq %rsi
29457 popq %rdi
29458 movq 6224(%rax), %r11
29459 jmp *%r11
29460 #endif /* defined(GLX_USE_TLS) */
29461 .size GL_PREFIX(BindFramebufferEXT), .-GL_PREFIX(BindFramebufferEXT)
29462
29463 .p2align 4,,15
29464 .globl GL_PREFIX(BindRenderbufferEXT)
29465 .type GL_PREFIX(BindRenderbufferEXT), @function
29466 GL_PREFIX(BindRenderbufferEXT):
29467 #if defined(GLX_USE_TLS)
29468 call _x86_64_get_dispatch@PLT
29469 movq 6232(%rax), %r11
29470 jmp *%r11
29471 #elif defined(PTHREADS)
29472 pushq %rdi
29473 pushq %rsi
29474 pushq %rbp
29475 call _x86_64_get_dispatch@PLT
29476 popq %rbp
29477 popq %rsi
29478 popq %rdi
29479 movq 6232(%rax), %r11
29480 jmp *%r11
29481 #else
29482 movq _glapi_Dispatch(%rip), %rax
29483 testq %rax, %rax
29484 je 1f
29485 movq 6232(%rax), %r11
29486 jmp *%r11
29487 1:
29488 pushq %rdi
29489 pushq %rsi
29490 pushq %rbp
29491 call _glapi_get_dispatch
29492 popq %rbp
29493 popq %rsi
29494 popq %rdi
29495 movq 6232(%rax), %r11
29496 jmp *%r11
29497 #endif /* defined(GLX_USE_TLS) */
29498 .size GL_PREFIX(BindRenderbufferEXT), .-GL_PREFIX(BindRenderbufferEXT)
29499
29500 .p2align 4,,15
29501 .globl GL_PREFIX(CheckFramebufferStatusEXT)
29502 .type GL_PREFIX(CheckFramebufferStatusEXT), @function
29503 GL_PREFIX(CheckFramebufferStatusEXT):
29504 #if defined(GLX_USE_TLS)
29505 call _x86_64_get_dispatch@PLT
29506 movq 6240(%rax), %r11
29507 jmp *%r11
29508 #elif defined(PTHREADS)
29509 pushq %rdi
29510 call _x86_64_get_dispatch@PLT
29511 popq %rdi
29512 movq 6240(%rax), %r11
29513 jmp *%r11
29514 #else
29515 movq _glapi_Dispatch(%rip), %rax
29516 testq %rax, %rax
29517 je 1f
29518 movq 6240(%rax), %r11
29519 jmp *%r11
29520 1:
29521 pushq %rdi
29522 call _glapi_get_dispatch
29523 popq %rdi
29524 movq 6240(%rax), %r11
29525 jmp *%r11
29526 #endif /* defined(GLX_USE_TLS) */
29527 .size GL_PREFIX(CheckFramebufferStatusEXT), .-GL_PREFIX(CheckFramebufferStatusEXT)
29528
29529 .p2align 4,,15
29530 .globl GL_PREFIX(DeleteFramebuffersEXT)
29531 .type GL_PREFIX(DeleteFramebuffersEXT), @function
29532 GL_PREFIX(DeleteFramebuffersEXT):
29533 #if defined(GLX_USE_TLS)
29534 call _x86_64_get_dispatch@PLT
29535 movq 6248(%rax), %r11
29536 jmp *%r11
29537 #elif defined(PTHREADS)
29538 pushq %rdi
29539 pushq %rsi
29540 pushq %rbp
29541 call _x86_64_get_dispatch@PLT
29542 popq %rbp
29543 popq %rsi
29544 popq %rdi
29545 movq 6248(%rax), %r11
29546 jmp *%r11
29547 #else
29548 movq _glapi_Dispatch(%rip), %rax
29549 testq %rax, %rax
29550 je 1f
29551 movq 6248(%rax), %r11
29552 jmp *%r11
29553 1:
29554 pushq %rdi
29555 pushq %rsi
29556 pushq %rbp
29557 call _glapi_get_dispatch
29558 popq %rbp
29559 popq %rsi
29560 popq %rdi
29561 movq 6248(%rax), %r11
29562 jmp *%r11
29563 #endif /* defined(GLX_USE_TLS) */
29564 .size GL_PREFIX(DeleteFramebuffersEXT), .-GL_PREFIX(DeleteFramebuffersEXT)
29565
29566 .p2align 4,,15
29567 .globl GL_PREFIX(DeleteRenderbuffersEXT)
29568 .type GL_PREFIX(DeleteRenderbuffersEXT), @function
29569 GL_PREFIX(DeleteRenderbuffersEXT):
29570 #if defined(GLX_USE_TLS)
29571 call _x86_64_get_dispatch@PLT
29572 movq 6256(%rax), %r11
29573 jmp *%r11
29574 #elif defined(PTHREADS)
29575 pushq %rdi
29576 pushq %rsi
29577 pushq %rbp
29578 call _x86_64_get_dispatch@PLT
29579 popq %rbp
29580 popq %rsi
29581 popq %rdi
29582 movq 6256(%rax), %r11
29583 jmp *%r11
29584 #else
29585 movq _glapi_Dispatch(%rip), %rax
29586 testq %rax, %rax
29587 je 1f
29588 movq 6256(%rax), %r11
29589 jmp *%r11
29590 1:
29591 pushq %rdi
29592 pushq %rsi
29593 pushq %rbp
29594 call _glapi_get_dispatch
29595 popq %rbp
29596 popq %rsi
29597 popq %rdi
29598 movq 6256(%rax), %r11
29599 jmp *%r11
29600 #endif /* defined(GLX_USE_TLS) */
29601 .size GL_PREFIX(DeleteRenderbuffersEXT), .-GL_PREFIX(DeleteRenderbuffersEXT)
29602
29603 .p2align 4,,15
29604 .globl GL_PREFIX(FramebufferRenderbufferEXT)
29605 .type GL_PREFIX(FramebufferRenderbufferEXT), @function
29606 GL_PREFIX(FramebufferRenderbufferEXT):
29607 #if defined(GLX_USE_TLS)
29608 call _x86_64_get_dispatch@PLT
29609 movq 6264(%rax), %r11
29610 jmp *%r11
29611 #elif defined(PTHREADS)
29612 pushq %rdi
29613 pushq %rsi
29614 pushq %rdx
29615 pushq %rcx
29616 pushq %rbp
29617 call _x86_64_get_dispatch@PLT
29618 popq %rbp
29619 popq %rcx
29620 popq %rdx
29621 popq %rsi
29622 popq %rdi
29623 movq 6264(%rax), %r11
29624 jmp *%r11
29625 #else
29626 movq _glapi_Dispatch(%rip), %rax
29627 testq %rax, %rax
29628 je 1f
29629 movq 6264(%rax), %r11
29630 jmp *%r11
29631 1:
29632 pushq %rdi
29633 pushq %rsi
29634 pushq %rdx
29635 pushq %rcx
29636 pushq %rbp
29637 call _glapi_get_dispatch
29638 popq %rbp
29639 popq %rcx
29640 popq %rdx
29641 popq %rsi
29642 popq %rdi
29643 movq 6264(%rax), %r11
29644 jmp *%r11
29645 #endif /* defined(GLX_USE_TLS) */
29646 .size GL_PREFIX(FramebufferRenderbufferEXT), .-GL_PREFIX(FramebufferRenderbufferEXT)
29647
29648 .p2align 4,,15
29649 .globl GL_PREFIX(FramebufferTexture1DEXT)
29650 .type GL_PREFIX(FramebufferTexture1DEXT), @function
29651 GL_PREFIX(FramebufferTexture1DEXT):
29652 #if defined(GLX_USE_TLS)
29653 call _x86_64_get_dispatch@PLT
29654 movq 6272(%rax), %r11
29655 jmp *%r11
29656 #elif defined(PTHREADS)
29657 pushq %rdi
29658 pushq %rsi
29659 pushq %rdx
29660 pushq %rcx
29661 pushq %r8
29662 call _x86_64_get_dispatch@PLT
29663 popq %r8
29664 popq %rcx
29665 popq %rdx
29666 popq %rsi
29667 popq %rdi
29668 movq 6272(%rax), %r11
29669 jmp *%r11
29670 #else
29671 movq _glapi_Dispatch(%rip), %rax
29672 testq %rax, %rax
29673 je 1f
29674 movq 6272(%rax), %r11
29675 jmp *%r11
29676 1:
29677 pushq %rdi
29678 pushq %rsi
29679 pushq %rdx
29680 pushq %rcx
29681 pushq %r8
29682 call _glapi_get_dispatch
29683 popq %r8
29684 popq %rcx
29685 popq %rdx
29686 popq %rsi
29687 popq %rdi
29688 movq 6272(%rax), %r11
29689 jmp *%r11
29690 #endif /* defined(GLX_USE_TLS) */
29691 .size GL_PREFIX(FramebufferTexture1DEXT), .-GL_PREFIX(FramebufferTexture1DEXT)
29692
29693 .p2align 4,,15
29694 .globl GL_PREFIX(FramebufferTexture2DEXT)
29695 .type GL_PREFIX(FramebufferTexture2DEXT), @function
29696 GL_PREFIX(FramebufferTexture2DEXT):
29697 #if defined(GLX_USE_TLS)
29698 call _x86_64_get_dispatch@PLT
29699 movq 6280(%rax), %r11
29700 jmp *%r11
29701 #elif defined(PTHREADS)
29702 pushq %rdi
29703 pushq %rsi
29704 pushq %rdx
29705 pushq %rcx
29706 pushq %r8
29707 call _x86_64_get_dispatch@PLT
29708 popq %r8
29709 popq %rcx
29710 popq %rdx
29711 popq %rsi
29712 popq %rdi
29713 movq 6280(%rax), %r11
29714 jmp *%r11
29715 #else
29716 movq _glapi_Dispatch(%rip), %rax
29717 testq %rax, %rax
29718 je 1f
29719 movq 6280(%rax), %r11
29720 jmp *%r11
29721 1:
29722 pushq %rdi
29723 pushq %rsi
29724 pushq %rdx
29725 pushq %rcx
29726 pushq %r8
29727 call _glapi_get_dispatch
29728 popq %r8
29729 popq %rcx
29730 popq %rdx
29731 popq %rsi
29732 popq %rdi
29733 movq 6280(%rax), %r11
29734 jmp *%r11
29735 #endif /* defined(GLX_USE_TLS) */
29736 .size GL_PREFIX(FramebufferTexture2DEXT), .-GL_PREFIX(FramebufferTexture2DEXT)
29737
29738 .p2align 4,,15
29739 .globl GL_PREFIX(FramebufferTexture3DEXT)
29740 .type GL_PREFIX(FramebufferTexture3DEXT), @function
29741 GL_PREFIX(FramebufferTexture3DEXT):
29742 #if defined(GLX_USE_TLS)
29743 call _x86_64_get_dispatch@PLT
29744 movq 6288(%rax), %r11
29745 jmp *%r11
29746 #elif defined(PTHREADS)
29747 pushq %rdi
29748 pushq %rsi
29749 pushq %rdx
29750 pushq %rcx
29751 pushq %r8
29752 pushq %r9
29753 pushq %rbp
29754 call _x86_64_get_dispatch@PLT
29755 popq %rbp
29756 popq %r9
29757 popq %r8
29758 popq %rcx
29759 popq %rdx
29760 popq %rsi
29761 popq %rdi
29762 movq 6288(%rax), %r11
29763 jmp *%r11
29764 #else
29765 movq _glapi_Dispatch(%rip), %rax
29766 testq %rax, %rax
29767 je 1f
29768 movq 6288(%rax), %r11
29769 jmp *%r11
29770 1:
29771 pushq %rdi
29772 pushq %rsi
29773 pushq %rdx
29774 pushq %rcx
29775 pushq %r8
29776 pushq %r9
29777 pushq %rbp
29778 call _glapi_get_dispatch
29779 popq %rbp
29780 popq %r9
29781 popq %r8
29782 popq %rcx
29783 popq %rdx
29784 popq %rsi
29785 popq %rdi
29786 movq 6288(%rax), %r11
29787 jmp *%r11
29788 #endif /* defined(GLX_USE_TLS) */
29789 .size GL_PREFIX(FramebufferTexture3DEXT), .-GL_PREFIX(FramebufferTexture3DEXT)
29790
29791 .p2align 4,,15
29792 .globl GL_PREFIX(GenFramebuffersEXT)
29793 .type GL_PREFIX(GenFramebuffersEXT), @function
29794 GL_PREFIX(GenFramebuffersEXT):
29795 #if defined(GLX_USE_TLS)
29796 call _x86_64_get_dispatch@PLT
29797 movq 6296(%rax), %r11
29798 jmp *%r11
29799 #elif defined(PTHREADS)
29800 pushq %rdi
29801 pushq %rsi
29802 pushq %rbp
29803 call _x86_64_get_dispatch@PLT
29804 popq %rbp
29805 popq %rsi
29806 popq %rdi
29807 movq 6296(%rax), %r11
29808 jmp *%r11
29809 #else
29810 movq _glapi_Dispatch(%rip), %rax
29811 testq %rax, %rax
29812 je 1f
29813 movq 6296(%rax), %r11
29814 jmp *%r11
29815 1:
29816 pushq %rdi
29817 pushq %rsi
29818 pushq %rbp
29819 call _glapi_get_dispatch
29820 popq %rbp
29821 popq %rsi
29822 popq %rdi
29823 movq 6296(%rax), %r11
29824 jmp *%r11
29825 #endif /* defined(GLX_USE_TLS) */
29826 .size GL_PREFIX(GenFramebuffersEXT), .-GL_PREFIX(GenFramebuffersEXT)
29827
29828 .p2align 4,,15
29829 .globl GL_PREFIX(GenRenderbuffersEXT)
29830 .type GL_PREFIX(GenRenderbuffersEXT), @function
29831 GL_PREFIX(GenRenderbuffersEXT):
29832 #if defined(GLX_USE_TLS)
29833 call _x86_64_get_dispatch@PLT
29834 movq 6304(%rax), %r11
29835 jmp *%r11
29836 #elif defined(PTHREADS)
29837 pushq %rdi
29838 pushq %rsi
29839 pushq %rbp
29840 call _x86_64_get_dispatch@PLT
29841 popq %rbp
29842 popq %rsi
29843 popq %rdi
29844 movq 6304(%rax), %r11
29845 jmp *%r11
29846 #else
29847 movq _glapi_Dispatch(%rip), %rax
29848 testq %rax, %rax
29849 je 1f
29850 movq 6304(%rax), %r11
29851 jmp *%r11
29852 1:
29853 pushq %rdi
29854 pushq %rsi
29855 pushq %rbp
29856 call _glapi_get_dispatch
29857 popq %rbp
29858 popq %rsi
29859 popq %rdi
29860 movq 6304(%rax), %r11
29861 jmp *%r11
29862 #endif /* defined(GLX_USE_TLS) */
29863 .size GL_PREFIX(GenRenderbuffersEXT), .-GL_PREFIX(GenRenderbuffersEXT)
29864
29865 .p2align 4,,15
29866 .globl GL_PREFIX(GenerateMipmapEXT)
29867 .type GL_PREFIX(GenerateMipmapEXT), @function
29868 GL_PREFIX(GenerateMipmapEXT):
29869 #if defined(GLX_USE_TLS)
29870 call _x86_64_get_dispatch@PLT
29871 movq 6312(%rax), %r11
29872 jmp *%r11
29873 #elif defined(PTHREADS)
29874 pushq %rdi
29875 call _x86_64_get_dispatch@PLT
29876 popq %rdi
29877 movq 6312(%rax), %r11
29878 jmp *%r11
29879 #else
29880 movq _glapi_Dispatch(%rip), %rax
29881 testq %rax, %rax
29882 je 1f
29883 movq 6312(%rax), %r11
29884 jmp *%r11
29885 1:
29886 pushq %rdi
29887 call _glapi_get_dispatch
29888 popq %rdi
29889 movq 6312(%rax), %r11
29890 jmp *%r11
29891 #endif /* defined(GLX_USE_TLS) */
29892 .size GL_PREFIX(GenerateMipmapEXT), .-GL_PREFIX(GenerateMipmapEXT)
29893
29894 .p2align 4,,15
29895 .globl GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
29896 .type GL_PREFIX(GetFramebufferAttachmentParameterivEXT), @function
29897 GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
29898 #if defined(GLX_USE_TLS)
29899 call _x86_64_get_dispatch@PLT
29900 movq 6320(%rax), %r11
29901 jmp *%r11
29902 #elif defined(PTHREADS)
29903 pushq %rdi
29904 pushq %rsi
29905 pushq %rdx
29906 pushq %rcx
29907 pushq %rbp
29908 call _x86_64_get_dispatch@PLT
29909 popq %rbp
29910 popq %rcx
29911 popq %rdx
29912 popq %rsi
29913 popq %rdi
29914 movq 6320(%rax), %r11
29915 jmp *%r11
29916 #else
29917 movq _glapi_Dispatch(%rip), %rax
29918 testq %rax, %rax
29919 je 1f
29920 movq 6320(%rax), %r11
29921 jmp *%r11
29922 1:
29923 pushq %rdi
29924 pushq %rsi
29925 pushq %rdx
29926 pushq %rcx
29927 pushq %rbp
29928 call _glapi_get_dispatch
29929 popq %rbp
29930 popq %rcx
29931 popq %rdx
29932 popq %rsi
29933 popq %rdi
29934 movq 6320(%rax), %r11
29935 jmp *%r11
29936 #endif /* defined(GLX_USE_TLS) */
29937 .size GL_PREFIX(GetFramebufferAttachmentParameterivEXT), .-GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
29938
29939 .p2align 4,,15
29940 .globl GL_PREFIX(GetRenderbufferParameterivEXT)
29941 .type GL_PREFIX(GetRenderbufferParameterivEXT), @function
29942 GL_PREFIX(GetRenderbufferParameterivEXT):
29943 #if defined(GLX_USE_TLS)
29944 call _x86_64_get_dispatch@PLT
29945 movq 6328(%rax), %r11
29946 jmp *%r11
29947 #elif defined(PTHREADS)
29948 pushq %rdi
29949 pushq %rsi
29950 pushq %rdx
29951 call _x86_64_get_dispatch@PLT
29952 popq %rdx
29953 popq %rsi
29954 popq %rdi
29955 movq 6328(%rax), %r11
29956 jmp *%r11
29957 #else
29958 movq _glapi_Dispatch(%rip), %rax
29959 testq %rax, %rax
29960 je 1f
29961 movq 6328(%rax), %r11
29962 jmp *%r11
29963 1:
29964 pushq %rdi
29965 pushq %rsi
29966 pushq %rdx
29967 call _glapi_get_dispatch
29968 popq %rdx
29969 popq %rsi
29970 popq %rdi
29971 movq 6328(%rax), %r11
29972 jmp *%r11
29973 #endif /* defined(GLX_USE_TLS) */
29974 .size GL_PREFIX(GetRenderbufferParameterivEXT), .-GL_PREFIX(GetRenderbufferParameterivEXT)
29975
29976 .p2align 4,,15
29977 .globl GL_PREFIX(IsFramebufferEXT)
29978 .type GL_PREFIX(IsFramebufferEXT), @function
29979 GL_PREFIX(IsFramebufferEXT):
29980 #if defined(GLX_USE_TLS)
29981 call _x86_64_get_dispatch@PLT
29982 movq 6336(%rax), %r11
29983 jmp *%r11
29984 #elif defined(PTHREADS)
29985 pushq %rdi
29986 call _x86_64_get_dispatch@PLT
29987 popq %rdi
29988 movq 6336(%rax), %r11
29989 jmp *%r11
29990 #else
29991 movq _glapi_Dispatch(%rip), %rax
29992 testq %rax, %rax
29993 je 1f
29994 movq 6336(%rax), %r11
29995 jmp *%r11
29996 1:
29997 pushq %rdi
29998 call _glapi_get_dispatch
29999 popq %rdi
30000 movq 6336(%rax), %r11
30001 jmp *%r11
30002 #endif /* defined(GLX_USE_TLS) */
30003 .size GL_PREFIX(IsFramebufferEXT), .-GL_PREFIX(IsFramebufferEXT)
30004
30005 .p2align 4,,15
30006 .globl GL_PREFIX(IsRenderbufferEXT)
30007 .type GL_PREFIX(IsRenderbufferEXT), @function
30008 GL_PREFIX(IsRenderbufferEXT):
30009 #if defined(GLX_USE_TLS)
30010 call _x86_64_get_dispatch@PLT
30011 movq 6344(%rax), %r11
30012 jmp *%r11
30013 #elif defined(PTHREADS)
30014 pushq %rdi
30015 call _x86_64_get_dispatch@PLT
30016 popq %rdi
30017 movq 6344(%rax), %r11
30018 jmp *%r11
30019 #else
30020 movq _glapi_Dispatch(%rip), %rax
30021 testq %rax, %rax
30022 je 1f
30023 movq 6344(%rax), %r11
30024 jmp *%r11
30025 1:
30026 pushq %rdi
30027 call _glapi_get_dispatch
30028 popq %rdi
30029 movq 6344(%rax), %r11
30030 jmp *%r11
30031 #endif /* defined(GLX_USE_TLS) */
30032 .size GL_PREFIX(IsRenderbufferEXT), .-GL_PREFIX(IsRenderbufferEXT)
30033
30034 .p2align 4,,15
30035 .globl GL_PREFIX(RenderbufferStorageEXT)
30036 .type GL_PREFIX(RenderbufferStorageEXT), @function
30037 GL_PREFIX(RenderbufferStorageEXT):
30038 #if defined(GLX_USE_TLS)
30039 call _x86_64_get_dispatch@PLT
30040 movq 6352(%rax), %r11
30041 jmp *%r11
30042 #elif defined(PTHREADS)
30043 pushq %rdi
30044 pushq %rsi
30045 pushq %rdx
30046 pushq %rcx
30047 pushq %rbp
30048 call _x86_64_get_dispatch@PLT
30049 popq %rbp
30050 popq %rcx
30051 popq %rdx
30052 popq %rsi
30053 popq %rdi
30054 movq 6352(%rax), %r11
30055 jmp *%r11
30056 #else
30057 movq _glapi_Dispatch(%rip), %rax
30058 testq %rax, %rax
30059 je 1f
30060 movq 6352(%rax), %r11
30061 jmp *%r11
30062 1:
30063 pushq %rdi
30064 pushq %rsi
30065 pushq %rdx
30066 pushq %rcx
30067 pushq %rbp
30068 call _glapi_get_dispatch
30069 popq %rbp
30070 popq %rcx
30071 popq %rdx
30072 popq %rsi
30073 popq %rdi
30074 movq 6352(%rax), %r11
30075 jmp *%r11
30076 #endif /* defined(GLX_USE_TLS) */
30077 .size GL_PREFIX(RenderbufferStorageEXT), .-GL_PREFIX(RenderbufferStorageEXT)
30078
30079 .p2align 4,,15
30080 .globl GL_PREFIX(_dispatch_stub_795)
30081 .type GL_PREFIX(_dispatch_stub_795), @function
30082 HIDDEN(GL_PREFIX(_dispatch_stub_795))
30083 GL_PREFIX(_dispatch_stub_795):
30084 #if defined(GLX_USE_TLS)
30085 call _x86_64_get_dispatch@PLT
30086 movq 6360(%rax), %r11
30087 jmp *%r11
30088 #elif defined(PTHREADS)
30089 pushq %rdi
30090 pushq %rsi
30091 pushq %rdx
30092 pushq %rcx
30093 pushq %r8
30094 pushq %r9
30095 pushq %rbp
30096 call _x86_64_get_dispatch@PLT
30097 popq %rbp
30098 popq %r9
30099 popq %r8
30100 popq %rcx
30101 popq %rdx
30102 popq %rsi
30103 popq %rdi
30104 movq 6360(%rax), %r11
30105 jmp *%r11
30106 #else
30107 movq _glapi_Dispatch(%rip), %rax
30108 testq %rax, %rax
30109 je 1f
30110 movq 6360(%rax), %r11
30111 jmp *%r11
30112 1:
30113 pushq %rdi
30114 pushq %rsi
30115 pushq %rdx
30116 pushq %rcx
30117 pushq %r8
30118 pushq %r9
30119 pushq %rbp
30120 call _glapi_get_dispatch
30121 popq %rbp
30122 popq %r9
30123 popq %r8
30124 popq %rcx
30125 popq %rdx
30126 popq %rsi
30127 popq %rdi
30128 movq 6360(%rax), %r11
30129 jmp *%r11
30130 #endif /* defined(GLX_USE_TLS) */
30131 .size GL_PREFIX(_dispatch_stub_795), .-GL_PREFIX(_dispatch_stub_795)
30132
30133 .p2align 4,,15
30134 .globl GL_PREFIX(_dispatch_stub_796)
30135 .type GL_PREFIX(_dispatch_stub_796), @function
30136 HIDDEN(GL_PREFIX(_dispatch_stub_796))
30137 GL_PREFIX(_dispatch_stub_796):
30138 #if defined(GLX_USE_TLS)
30139 call _x86_64_get_dispatch@PLT
30140 movq 6368(%rax), %r11
30141 jmp *%r11
30142 #elif defined(PTHREADS)
30143 pushq %rdi
30144 pushq %rsi
30145 pushq %rdx
30146 call _x86_64_get_dispatch@PLT
30147 popq %rdx
30148 popq %rsi
30149 popq %rdi
30150 movq 6368(%rax), %r11
30151 jmp *%r11
30152 #else
30153 movq _glapi_Dispatch(%rip), %rax
30154 testq %rax, %rax
30155 je 1f
30156 movq 6368(%rax), %r11
30157 jmp *%r11
30158 1:
30159 pushq %rdi
30160 pushq %rsi
30161 pushq %rdx
30162 call _glapi_get_dispatch
30163 popq %rdx
30164 popq %rsi
30165 popq %rdi
30166 movq 6368(%rax), %r11
30167 jmp *%r11
30168 #endif /* defined(GLX_USE_TLS) */
30169 .size GL_PREFIX(_dispatch_stub_796), .-GL_PREFIX(_dispatch_stub_796)
30170
30171 .p2align 4,,15
30172 .globl GL_PREFIX(_dispatch_stub_797)
30173 .type GL_PREFIX(_dispatch_stub_797), @function
30174 HIDDEN(GL_PREFIX(_dispatch_stub_797))
30175 GL_PREFIX(_dispatch_stub_797):
30176 #if defined(GLX_USE_TLS)
30177 call _x86_64_get_dispatch@PLT
30178 movq 6376(%rax), %r11
30179 jmp *%r11
30180 #elif defined(PTHREADS)
30181 pushq %rdi
30182 pushq %rsi
30183 pushq %rdx
30184 call _x86_64_get_dispatch@PLT
30185 popq %rdx
30186 popq %rsi
30187 popq %rdi
30188 movq 6376(%rax), %r11
30189 jmp *%r11
30190 #else
30191 movq _glapi_Dispatch(%rip), %rax
30192 testq %rax, %rax
30193 je 1f
30194 movq 6376(%rax), %r11
30195 jmp *%r11
30196 1:
30197 pushq %rdi
30198 pushq %rsi
30199 pushq %rdx
30200 call _glapi_get_dispatch
30201 popq %rdx
30202 popq %rsi
30203 popq %rdi
30204 movq 6376(%rax), %r11
30205 jmp *%r11
30206 #endif /* defined(GLX_USE_TLS) */
30207 .size GL_PREFIX(_dispatch_stub_797), .-GL_PREFIX(_dispatch_stub_797)
30208
30209 .p2align 4,,15
30210 .globl GL_PREFIX(FramebufferTextureLayerEXT)
30211 .type GL_PREFIX(FramebufferTextureLayerEXT), @function
30212 GL_PREFIX(FramebufferTextureLayerEXT):
30213 #if defined(GLX_USE_TLS)
30214 call _x86_64_get_dispatch@PLT
30215 movq 6384(%rax), %r11
30216 jmp *%r11
30217 #elif defined(PTHREADS)
30218 pushq %rdi
30219 pushq %rsi
30220 pushq %rdx
30221 pushq %rcx
30222 pushq %r8
30223 call _x86_64_get_dispatch@PLT
30224 popq %r8
30225 popq %rcx
30226 popq %rdx
30227 popq %rsi
30228 popq %rdi
30229 movq 6384(%rax), %r11
30230 jmp *%r11
30231 #else
30232 movq _glapi_Dispatch(%rip), %rax
30233 testq %rax, %rax
30234 je 1f
30235 movq 6384(%rax), %r11
30236 jmp *%r11
30237 1:
30238 pushq %rdi
30239 pushq %rsi
30240 pushq %rdx
30241 pushq %rcx
30242 pushq %r8
30243 call _glapi_get_dispatch
30244 popq %r8
30245 popq %rcx
30246 popq %rdx
30247 popq %rsi
30248 popq %rdi
30249 movq 6384(%rax), %r11
30250 jmp *%r11
30251 #endif /* defined(GLX_USE_TLS) */
30252 .size GL_PREFIX(FramebufferTextureLayerEXT), .-GL_PREFIX(FramebufferTextureLayerEXT)
30253
30254 .p2align 4,,15
30255 .globl GL_PREFIX(ColorMaskIndexedEXT)
30256 .type GL_PREFIX(ColorMaskIndexedEXT), @function
30257 GL_PREFIX(ColorMaskIndexedEXT):
30258 #if defined(GLX_USE_TLS)
30259 call _x86_64_get_dispatch@PLT
30260 movq 6392(%rax), %r11
30261 jmp *%r11
30262 #elif defined(PTHREADS)
30263 pushq %rdi
30264 pushq %rsi
30265 pushq %rdx
30266 pushq %rcx
30267 pushq %r8
30268 call _x86_64_get_dispatch@PLT
30269 popq %r8
30270 popq %rcx
30271 popq %rdx
30272 popq %rsi
30273 popq %rdi
30274 movq 6392(%rax), %r11
30275 jmp *%r11
30276 #else
30277 movq _glapi_Dispatch(%rip), %rax
30278 testq %rax, %rax
30279 je 1f
30280 movq 6392(%rax), %r11
30281 jmp *%r11
30282 1:
30283 pushq %rdi
30284 pushq %rsi
30285 pushq %rdx
30286 pushq %rcx
30287 pushq %r8
30288 call _glapi_get_dispatch
30289 popq %r8
30290 popq %rcx
30291 popq %rdx
30292 popq %rsi
30293 popq %rdi
30294 movq 6392(%rax), %r11
30295 jmp *%r11
30296 #endif /* defined(GLX_USE_TLS) */
30297 .size GL_PREFIX(ColorMaskIndexedEXT), .-GL_PREFIX(ColorMaskIndexedEXT)
30298
30299 .p2align 4,,15
30300 .globl GL_PREFIX(DisableIndexedEXT)
30301 .type GL_PREFIX(DisableIndexedEXT), @function
30302 GL_PREFIX(DisableIndexedEXT):
30303 #if defined(GLX_USE_TLS)
30304 call _x86_64_get_dispatch@PLT
30305 movq 6400(%rax), %r11
30306 jmp *%r11
30307 #elif defined(PTHREADS)
30308 pushq %rdi
30309 pushq %rsi
30310 pushq %rbp
30311 call _x86_64_get_dispatch@PLT
30312 popq %rbp
30313 popq %rsi
30314 popq %rdi
30315 movq 6400(%rax), %r11
30316 jmp *%r11
30317 #else
30318 movq _glapi_Dispatch(%rip), %rax
30319 testq %rax, %rax
30320 je 1f
30321 movq 6400(%rax), %r11
30322 jmp *%r11
30323 1:
30324 pushq %rdi
30325 pushq %rsi
30326 pushq %rbp
30327 call _glapi_get_dispatch
30328 popq %rbp
30329 popq %rsi
30330 popq %rdi
30331 movq 6400(%rax), %r11
30332 jmp *%r11
30333 #endif /* defined(GLX_USE_TLS) */
30334 .size GL_PREFIX(DisableIndexedEXT), .-GL_PREFIX(DisableIndexedEXT)
30335
30336 .p2align 4,,15
30337 .globl GL_PREFIX(EnableIndexedEXT)
30338 .type GL_PREFIX(EnableIndexedEXT), @function
30339 GL_PREFIX(EnableIndexedEXT):
30340 #if defined(GLX_USE_TLS)
30341 call _x86_64_get_dispatch@PLT
30342 movq 6408(%rax), %r11
30343 jmp *%r11
30344 #elif defined(PTHREADS)
30345 pushq %rdi
30346 pushq %rsi
30347 pushq %rbp
30348 call _x86_64_get_dispatch@PLT
30349 popq %rbp
30350 popq %rsi
30351 popq %rdi
30352 movq 6408(%rax), %r11
30353 jmp *%r11
30354 #else
30355 movq _glapi_Dispatch(%rip), %rax
30356 testq %rax, %rax
30357 je 1f
30358 movq 6408(%rax), %r11
30359 jmp *%r11
30360 1:
30361 pushq %rdi
30362 pushq %rsi
30363 pushq %rbp
30364 call _glapi_get_dispatch
30365 popq %rbp
30366 popq %rsi
30367 popq %rdi
30368 movq 6408(%rax), %r11
30369 jmp *%r11
30370 #endif /* defined(GLX_USE_TLS) */
30371 .size GL_PREFIX(EnableIndexedEXT), .-GL_PREFIX(EnableIndexedEXT)
30372
30373 .p2align 4,,15
30374 .globl GL_PREFIX(GetBooleanIndexedvEXT)
30375 .type GL_PREFIX(GetBooleanIndexedvEXT), @function
30376 GL_PREFIX(GetBooleanIndexedvEXT):
30377 #if defined(GLX_USE_TLS)
30378 call _x86_64_get_dispatch@PLT
30379 movq 6416(%rax), %r11
30380 jmp *%r11
30381 #elif defined(PTHREADS)
30382 pushq %rdi
30383 pushq %rsi
30384 pushq %rdx
30385 call _x86_64_get_dispatch@PLT
30386 popq %rdx
30387 popq %rsi
30388 popq %rdi
30389 movq 6416(%rax), %r11
30390 jmp *%r11
30391 #else
30392 movq _glapi_Dispatch(%rip), %rax
30393 testq %rax, %rax
30394 je 1f
30395 movq 6416(%rax), %r11
30396 jmp *%r11
30397 1:
30398 pushq %rdi
30399 pushq %rsi
30400 pushq %rdx
30401 call _glapi_get_dispatch
30402 popq %rdx
30403 popq %rsi
30404 popq %rdi
30405 movq 6416(%rax), %r11
30406 jmp *%r11
30407 #endif /* defined(GLX_USE_TLS) */
30408 .size GL_PREFIX(GetBooleanIndexedvEXT), .-GL_PREFIX(GetBooleanIndexedvEXT)
30409
30410 .p2align 4,,15
30411 .globl GL_PREFIX(GetIntegerIndexedvEXT)
30412 .type GL_PREFIX(GetIntegerIndexedvEXT), @function
30413 GL_PREFIX(GetIntegerIndexedvEXT):
30414 #if defined(GLX_USE_TLS)
30415 call _x86_64_get_dispatch@PLT
30416 movq 6424(%rax), %r11
30417 jmp *%r11
30418 #elif defined(PTHREADS)
30419 pushq %rdi
30420 pushq %rsi
30421 pushq %rdx
30422 call _x86_64_get_dispatch@PLT
30423 popq %rdx
30424 popq %rsi
30425 popq %rdi
30426 movq 6424(%rax), %r11
30427 jmp *%r11
30428 #else
30429 movq _glapi_Dispatch(%rip), %rax
30430 testq %rax, %rax
30431 je 1f
30432 movq 6424(%rax), %r11
30433 jmp *%r11
30434 1:
30435 pushq %rdi
30436 pushq %rsi
30437 pushq %rdx
30438 call _glapi_get_dispatch
30439 popq %rdx
30440 popq %rsi
30441 popq %rdi
30442 movq 6424(%rax), %r11
30443 jmp *%r11
30444 #endif /* defined(GLX_USE_TLS) */
30445 .size GL_PREFIX(GetIntegerIndexedvEXT), .-GL_PREFIX(GetIntegerIndexedvEXT)
30446
30447 .p2align 4,,15
30448 .globl GL_PREFIX(IsEnabledIndexedEXT)
30449 .type GL_PREFIX(IsEnabledIndexedEXT), @function
30450 GL_PREFIX(IsEnabledIndexedEXT):
30451 #if defined(GLX_USE_TLS)
30452 call _x86_64_get_dispatch@PLT
30453 movq 6432(%rax), %r11
30454 jmp *%r11
30455 #elif defined(PTHREADS)
30456 pushq %rdi
30457 pushq %rsi
30458 pushq %rbp
30459 call _x86_64_get_dispatch@PLT
30460 popq %rbp
30461 popq %rsi
30462 popq %rdi
30463 movq 6432(%rax), %r11
30464 jmp *%r11
30465 #else
30466 movq _glapi_Dispatch(%rip), %rax
30467 testq %rax, %rax
30468 je 1f
30469 movq 6432(%rax), %r11
30470 jmp *%r11
30471 1:
30472 pushq %rdi
30473 pushq %rsi
30474 pushq %rbp
30475 call _glapi_get_dispatch
30476 popq %rbp
30477 popq %rsi
30478 popq %rdi
30479 movq 6432(%rax), %r11
30480 jmp *%r11
30481 #endif /* defined(GLX_USE_TLS) */
30482 .size GL_PREFIX(IsEnabledIndexedEXT), .-GL_PREFIX(IsEnabledIndexedEXT)
30483
30484 .p2align 4,,15
30485 .globl GL_PREFIX(BeginConditionalRenderNV)
30486 .type GL_PREFIX(BeginConditionalRenderNV), @function
30487 GL_PREFIX(BeginConditionalRenderNV):
30488 #if defined(GLX_USE_TLS)
30489 call _x86_64_get_dispatch@PLT
30490 movq 6440(%rax), %r11
30491 jmp *%r11
30492 #elif defined(PTHREADS)
30493 pushq %rdi
30494 pushq %rsi
30495 pushq %rbp
30496 call _x86_64_get_dispatch@PLT
30497 popq %rbp
30498 popq %rsi
30499 popq %rdi
30500 movq 6440(%rax), %r11
30501 jmp *%r11
30502 #else
30503 movq _glapi_Dispatch(%rip), %rax
30504 testq %rax, %rax
30505 je 1f
30506 movq 6440(%rax), %r11
30507 jmp *%r11
30508 1:
30509 pushq %rdi
30510 pushq %rsi
30511 pushq %rbp
30512 call _glapi_get_dispatch
30513 popq %rbp
30514 popq %rsi
30515 popq %rdi
30516 movq 6440(%rax), %r11
30517 jmp *%r11
30518 #endif /* defined(GLX_USE_TLS) */
30519 .size GL_PREFIX(BeginConditionalRenderNV), .-GL_PREFIX(BeginConditionalRenderNV)
30520
30521 .p2align 4,,15
30522 .globl GL_PREFIX(EndConditionalRenderNV)
30523 .type GL_PREFIX(EndConditionalRenderNV), @function
30524 GL_PREFIX(EndConditionalRenderNV):
30525 #if defined(GLX_USE_TLS)
30526 call _x86_64_get_dispatch@PLT
30527 movq 6448(%rax), %r11
30528 jmp *%r11
30529 #elif defined(PTHREADS)
30530 pushq %rbp
30531 call _x86_64_get_dispatch@PLT
30532 popq %rbp
30533 movq 6448(%rax), %r11
30534 jmp *%r11
30535 #else
30536 movq _glapi_Dispatch(%rip), %rax
30537 testq %rax, %rax
30538 je 1f
30539 movq 6448(%rax), %r11
30540 jmp *%r11
30541 1:
30542 pushq %rbp
30543 call _glapi_get_dispatch
30544 popq %rbp
30545 movq 6448(%rax), %r11
30546 jmp *%r11
30547 #endif /* defined(GLX_USE_TLS) */
30548 .size GL_PREFIX(EndConditionalRenderNV), .-GL_PREFIX(EndConditionalRenderNV)
30549
30550 .p2align 4,,15
30551 .globl GL_PREFIX(BeginTransformFeedbackEXT)
30552 .type GL_PREFIX(BeginTransformFeedbackEXT), @function
30553 GL_PREFIX(BeginTransformFeedbackEXT):
30554 #if defined(GLX_USE_TLS)
30555 call _x86_64_get_dispatch@PLT
30556 movq 6456(%rax), %r11
30557 jmp *%r11
30558 #elif defined(PTHREADS)
30559 pushq %rdi
30560 call _x86_64_get_dispatch@PLT
30561 popq %rdi
30562 movq 6456(%rax), %r11
30563 jmp *%r11
30564 #else
30565 movq _glapi_Dispatch(%rip), %rax
30566 testq %rax, %rax
30567 je 1f
30568 movq 6456(%rax), %r11
30569 jmp *%r11
30570 1:
30571 pushq %rdi
30572 call _glapi_get_dispatch
30573 popq %rdi
30574 movq 6456(%rax), %r11
30575 jmp *%r11
30576 #endif /* defined(GLX_USE_TLS) */
30577 .size GL_PREFIX(BeginTransformFeedbackEXT), .-GL_PREFIX(BeginTransformFeedbackEXT)
30578
30579 .p2align 4,,15
30580 .globl GL_PREFIX(BindBufferBaseEXT)
30581 .type GL_PREFIX(BindBufferBaseEXT), @function
30582 GL_PREFIX(BindBufferBaseEXT):
30583 #if defined(GLX_USE_TLS)
30584 call _x86_64_get_dispatch@PLT
30585 movq 6464(%rax), %r11
30586 jmp *%r11
30587 #elif defined(PTHREADS)
30588 pushq %rdi
30589 pushq %rsi
30590 pushq %rdx
30591 call _x86_64_get_dispatch@PLT
30592 popq %rdx
30593 popq %rsi
30594 popq %rdi
30595 movq 6464(%rax), %r11
30596 jmp *%r11
30597 #else
30598 movq _glapi_Dispatch(%rip), %rax
30599 testq %rax, %rax
30600 je 1f
30601 movq 6464(%rax), %r11
30602 jmp *%r11
30603 1:
30604 pushq %rdi
30605 pushq %rsi
30606 pushq %rdx
30607 call _glapi_get_dispatch
30608 popq %rdx
30609 popq %rsi
30610 popq %rdi
30611 movq 6464(%rax), %r11
30612 jmp *%r11
30613 #endif /* defined(GLX_USE_TLS) */
30614 .size GL_PREFIX(BindBufferBaseEXT), .-GL_PREFIX(BindBufferBaseEXT)
30615
30616 .p2align 4,,15
30617 .globl GL_PREFIX(BindBufferOffsetEXT)
30618 .type GL_PREFIX(BindBufferOffsetEXT), @function
30619 GL_PREFIX(BindBufferOffsetEXT):
30620 #if defined(GLX_USE_TLS)
30621 call _x86_64_get_dispatch@PLT
30622 movq 6472(%rax), %r11
30623 jmp *%r11
30624 #elif defined(PTHREADS)
30625 pushq %rdi
30626 pushq %rsi
30627 pushq %rdx
30628 pushq %rcx
30629 pushq %rbp
30630 call _x86_64_get_dispatch@PLT
30631 popq %rbp
30632 popq %rcx
30633 popq %rdx
30634 popq %rsi
30635 popq %rdi
30636 movq 6472(%rax), %r11
30637 jmp *%r11
30638 #else
30639 movq _glapi_Dispatch(%rip), %rax
30640 testq %rax, %rax
30641 je 1f
30642 movq 6472(%rax), %r11
30643 jmp *%r11
30644 1:
30645 pushq %rdi
30646 pushq %rsi
30647 pushq %rdx
30648 pushq %rcx
30649 pushq %rbp
30650 call _glapi_get_dispatch
30651 popq %rbp
30652 popq %rcx
30653 popq %rdx
30654 popq %rsi
30655 popq %rdi
30656 movq 6472(%rax), %r11
30657 jmp *%r11
30658 #endif /* defined(GLX_USE_TLS) */
30659 .size GL_PREFIX(BindBufferOffsetEXT), .-GL_PREFIX(BindBufferOffsetEXT)
30660
30661 .p2align 4,,15
30662 .globl GL_PREFIX(BindBufferRangeEXT)
30663 .type GL_PREFIX(BindBufferRangeEXT), @function
30664 GL_PREFIX(BindBufferRangeEXT):
30665 #if defined(GLX_USE_TLS)
30666 call _x86_64_get_dispatch@PLT
30667 movq 6480(%rax), %r11
30668 jmp *%r11
30669 #elif defined(PTHREADS)
30670 pushq %rdi
30671 pushq %rsi
30672 pushq %rdx
30673 pushq %rcx
30674 pushq %r8
30675 call _x86_64_get_dispatch@PLT
30676 popq %r8
30677 popq %rcx
30678 popq %rdx
30679 popq %rsi
30680 popq %rdi
30681 movq 6480(%rax), %r11
30682 jmp *%r11
30683 #else
30684 movq _glapi_Dispatch(%rip), %rax
30685 testq %rax, %rax
30686 je 1f
30687 movq 6480(%rax), %r11
30688 jmp *%r11
30689 1:
30690 pushq %rdi
30691 pushq %rsi
30692 pushq %rdx
30693 pushq %rcx
30694 pushq %r8
30695 call _glapi_get_dispatch
30696 popq %r8
30697 popq %rcx
30698 popq %rdx
30699 popq %rsi
30700 popq %rdi
30701 movq 6480(%rax), %r11
30702 jmp *%r11
30703 #endif /* defined(GLX_USE_TLS) */
30704 .size GL_PREFIX(BindBufferRangeEXT), .-GL_PREFIX(BindBufferRangeEXT)
30705
30706 .p2align 4,,15
30707 .globl GL_PREFIX(EndTransformFeedbackEXT)
30708 .type GL_PREFIX(EndTransformFeedbackEXT), @function
30709 GL_PREFIX(EndTransformFeedbackEXT):
30710 #if defined(GLX_USE_TLS)
30711 call _x86_64_get_dispatch@PLT
30712 movq 6488(%rax), %r11
30713 jmp *%r11
30714 #elif defined(PTHREADS)
30715 pushq %rbp
30716 call _x86_64_get_dispatch@PLT
30717 popq %rbp
30718 movq 6488(%rax), %r11
30719 jmp *%r11
30720 #else
30721 movq _glapi_Dispatch(%rip), %rax
30722 testq %rax, %rax
30723 je 1f
30724 movq 6488(%rax), %r11
30725 jmp *%r11
30726 1:
30727 pushq %rbp
30728 call _glapi_get_dispatch
30729 popq %rbp
30730 movq 6488(%rax), %r11
30731 jmp *%r11
30732 #endif /* defined(GLX_USE_TLS) */
30733 .size GL_PREFIX(EndTransformFeedbackEXT), .-GL_PREFIX(EndTransformFeedbackEXT)
30734
30735 .p2align 4,,15
30736 .globl GL_PREFIX(GetTransformFeedbackVaryingEXT)
30737 .type GL_PREFIX(GetTransformFeedbackVaryingEXT), @function
30738 GL_PREFIX(GetTransformFeedbackVaryingEXT):
30739 #if defined(GLX_USE_TLS)
30740 call _x86_64_get_dispatch@PLT
30741 movq 6496(%rax), %r11
30742 jmp *%r11
30743 #elif defined(PTHREADS)
30744 pushq %rdi
30745 pushq %rsi
30746 pushq %rdx
30747 pushq %rcx
30748 pushq %r8
30749 pushq %r9
30750 pushq %rbp
30751 call _x86_64_get_dispatch@PLT
30752 popq %rbp
30753 popq %r9
30754 popq %r8
30755 popq %rcx
30756 popq %rdx
30757 popq %rsi
30758 popq %rdi
30759 movq 6496(%rax), %r11
30760 jmp *%r11
30761 #else
30762 movq _glapi_Dispatch(%rip), %rax
30763 testq %rax, %rax
30764 je 1f
30765 movq 6496(%rax), %r11
30766 jmp *%r11
30767 1:
30768 pushq %rdi
30769 pushq %rsi
30770 pushq %rdx
30771 pushq %rcx
30772 pushq %r8
30773 pushq %r9
30774 pushq %rbp
30775 call _glapi_get_dispatch
30776 popq %rbp
30777 popq %r9
30778 popq %r8
30779 popq %rcx
30780 popq %rdx
30781 popq %rsi
30782 popq %rdi
30783 movq 6496(%rax), %r11
30784 jmp *%r11
30785 #endif /* defined(GLX_USE_TLS) */
30786 .size GL_PREFIX(GetTransformFeedbackVaryingEXT), .-GL_PREFIX(GetTransformFeedbackVaryingEXT)
30787
30788 .p2align 4,,15
30789 .globl GL_PREFIX(TransformFeedbackVaryingsEXT)
30790 .type GL_PREFIX(TransformFeedbackVaryingsEXT), @function
30791 GL_PREFIX(TransformFeedbackVaryingsEXT):
30792 #if defined(GLX_USE_TLS)
30793 call _x86_64_get_dispatch@PLT
30794 movq 6504(%rax), %r11
30795 jmp *%r11
30796 #elif defined(PTHREADS)
30797 pushq %rdi
30798 pushq %rsi
30799 pushq %rdx
30800 pushq %rcx
30801 pushq %rbp
30802 call _x86_64_get_dispatch@PLT
30803 popq %rbp
30804 popq %rcx
30805 popq %rdx
30806 popq %rsi
30807 popq %rdi
30808 movq 6504(%rax), %r11
30809 jmp *%r11
30810 #else
30811 movq _glapi_Dispatch(%rip), %rax
30812 testq %rax, %rax
30813 je 1f
30814 movq 6504(%rax), %r11
30815 jmp *%r11
30816 1:
30817 pushq %rdi
30818 pushq %rsi
30819 pushq %rdx
30820 pushq %rcx
30821 pushq %rbp
30822 call _glapi_get_dispatch
30823 popq %rbp
30824 popq %rcx
30825 popq %rdx
30826 popq %rsi
30827 popq %rdi
30828 movq 6504(%rax), %r11
30829 jmp *%r11
30830 #endif /* defined(GLX_USE_TLS) */
30831 .size GL_PREFIX(TransformFeedbackVaryingsEXT), .-GL_PREFIX(TransformFeedbackVaryingsEXT)
30832
30833 .p2align 4,,15
30834 .globl GL_PREFIX(ProvokingVertexEXT)
30835 .type GL_PREFIX(ProvokingVertexEXT), @function
30836 GL_PREFIX(ProvokingVertexEXT):
30837 #if defined(GLX_USE_TLS)
30838 call _x86_64_get_dispatch@PLT
30839 movq 6512(%rax), %r11
30840 jmp *%r11
30841 #elif defined(PTHREADS)
30842 pushq %rdi
30843 call _x86_64_get_dispatch@PLT
30844 popq %rdi
30845 movq 6512(%rax), %r11
30846 jmp *%r11
30847 #else
30848 movq _glapi_Dispatch(%rip), %rax
30849 testq %rax, %rax
30850 je 1f
30851 movq 6512(%rax), %r11
30852 jmp *%r11
30853 1:
30854 pushq %rdi
30855 call _glapi_get_dispatch
30856 popq %rdi
30857 movq 6512(%rax), %r11
30858 jmp *%r11
30859 #endif /* defined(GLX_USE_TLS) */
30860 .size GL_PREFIX(ProvokingVertexEXT), .-GL_PREFIX(ProvokingVertexEXT)
30861
30862 .p2align 4,,15
30863 .globl GL_PREFIX(_dispatch_stub_815)
30864 .type GL_PREFIX(_dispatch_stub_815), @function
30865 HIDDEN(GL_PREFIX(_dispatch_stub_815))
30866 GL_PREFIX(_dispatch_stub_815):
30867 #if defined(GLX_USE_TLS)
30868 call _x86_64_get_dispatch@PLT
30869 movq 6520(%rax), %r11
30870 jmp *%r11
30871 #elif defined(PTHREADS)
30872 pushq %rdi
30873 pushq %rsi
30874 pushq %rdx
30875 call _x86_64_get_dispatch@PLT
30876 popq %rdx
30877 popq %rsi
30878 popq %rdi
30879 movq 6520(%rax), %r11
30880 jmp *%r11
30881 #else
30882 movq _glapi_Dispatch(%rip), %rax
30883 testq %rax, %rax
30884 je 1f
30885 movq 6520(%rax), %r11
30886 jmp *%r11
30887 1:
30888 pushq %rdi
30889 pushq %rsi
30890 pushq %rdx
30891 call _glapi_get_dispatch
30892 popq %rdx
30893 popq %rsi
30894 popq %rdi
30895 movq 6520(%rax), %r11
30896 jmp *%r11
30897 #endif /* defined(GLX_USE_TLS) */
30898 .size GL_PREFIX(_dispatch_stub_815), .-GL_PREFIX(_dispatch_stub_815)
30899
30900 .p2align 4,,15
30901 .globl GL_PREFIX(_dispatch_stub_816)
30902 .type GL_PREFIX(_dispatch_stub_816), @function
30903 HIDDEN(GL_PREFIX(_dispatch_stub_816))
30904 GL_PREFIX(_dispatch_stub_816):
30905 #if defined(GLX_USE_TLS)
30906 call _x86_64_get_dispatch@PLT
30907 movq 6528(%rax), %r11
30908 jmp *%r11
30909 #elif defined(PTHREADS)
30910 pushq %rdi
30911 pushq %rsi
30912 pushq %rdx
30913 call _x86_64_get_dispatch@PLT
30914 popq %rdx
30915 popq %rsi
30916 popq %rdi
30917 movq 6528(%rax), %r11
30918 jmp *%r11
30919 #else
30920 movq _glapi_Dispatch(%rip), %rax
30921 testq %rax, %rax
30922 je 1f
30923 movq 6528(%rax), %r11
30924 jmp *%r11
30925 1:
30926 pushq %rdi
30927 pushq %rsi
30928 pushq %rdx
30929 call _glapi_get_dispatch
30930 popq %rdx
30931 popq %rsi
30932 popq %rdi
30933 movq 6528(%rax), %r11
30934 jmp *%r11
30935 #endif /* defined(GLX_USE_TLS) */
30936 .size GL_PREFIX(_dispatch_stub_816), .-GL_PREFIX(_dispatch_stub_816)
30937
30938 .p2align 4,,15
30939 .globl GL_PREFIX(GetObjectParameterivAPPLE)
30940 .type GL_PREFIX(GetObjectParameterivAPPLE), @function
30941 GL_PREFIX(GetObjectParameterivAPPLE):
30942 #if defined(GLX_USE_TLS)
30943 call _x86_64_get_dispatch@PLT
30944 movq 6536(%rax), %r11
30945 jmp *%r11
30946 #elif defined(PTHREADS)
30947 pushq %rdi
30948 pushq %rsi
30949 pushq %rdx
30950 pushq %rcx
30951 pushq %rbp
30952 call _x86_64_get_dispatch@PLT
30953 popq %rbp
30954 popq %rcx
30955 popq %rdx
30956 popq %rsi
30957 popq %rdi
30958 movq 6536(%rax), %r11
30959 jmp *%r11
30960 #else
30961 movq _glapi_Dispatch(%rip), %rax
30962 testq %rax, %rax
30963 je 1f
30964 movq 6536(%rax), %r11
30965 jmp *%r11
30966 1:
30967 pushq %rdi
30968 pushq %rsi
30969 pushq %rdx
30970 pushq %rcx
30971 pushq %rbp
30972 call _glapi_get_dispatch
30973 popq %rbp
30974 popq %rcx
30975 popq %rdx
30976 popq %rsi
30977 popq %rdi
30978 movq 6536(%rax), %r11
30979 jmp *%r11
30980 #endif /* defined(GLX_USE_TLS) */
30981 .size GL_PREFIX(GetObjectParameterivAPPLE), .-GL_PREFIX(GetObjectParameterivAPPLE)
30982
30983 .p2align 4,,15
30984 .globl GL_PREFIX(ObjectPurgeableAPPLE)
30985 .type GL_PREFIX(ObjectPurgeableAPPLE), @function
30986 GL_PREFIX(ObjectPurgeableAPPLE):
30987 #if defined(GLX_USE_TLS)
30988 call _x86_64_get_dispatch@PLT
30989 movq 6544(%rax), %r11
30990 jmp *%r11
30991 #elif defined(PTHREADS)
30992 pushq %rdi
30993 pushq %rsi
30994 pushq %rdx
30995 call _x86_64_get_dispatch@PLT
30996 popq %rdx
30997 popq %rsi
30998 popq %rdi
30999 movq 6544(%rax), %r11
31000 jmp *%r11
31001 #else
31002 movq _glapi_Dispatch(%rip), %rax
31003 testq %rax, %rax
31004 je 1f
31005 movq 6544(%rax), %r11
31006 jmp *%r11
31007 1:
31008 pushq %rdi
31009 pushq %rsi
31010 pushq %rdx
31011 call _glapi_get_dispatch
31012 popq %rdx
31013 popq %rsi
31014 popq %rdi
31015 movq 6544(%rax), %r11
31016 jmp *%r11
31017 #endif /* defined(GLX_USE_TLS) */
31018 .size GL_PREFIX(ObjectPurgeableAPPLE), .-GL_PREFIX(ObjectPurgeableAPPLE)
31019
31020 .p2align 4,,15
31021 .globl GL_PREFIX(ObjectUnpurgeableAPPLE)
31022 .type GL_PREFIX(ObjectUnpurgeableAPPLE), @function
31023 GL_PREFIX(ObjectUnpurgeableAPPLE):
31024 #if defined(GLX_USE_TLS)
31025 call _x86_64_get_dispatch@PLT
31026 movq 6552(%rax), %r11
31027 jmp *%r11
31028 #elif defined(PTHREADS)
31029 pushq %rdi
31030 pushq %rsi
31031 pushq %rdx
31032 call _x86_64_get_dispatch@PLT
31033 popq %rdx
31034 popq %rsi
31035 popq %rdi
31036 movq 6552(%rax), %r11
31037 jmp *%r11
31038 #else
31039 movq _glapi_Dispatch(%rip), %rax
31040 testq %rax, %rax
31041 je 1f
31042 movq 6552(%rax), %r11
31043 jmp *%r11
31044 1:
31045 pushq %rdi
31046 pushq %rsi
31047 pushq %rdx
31048 call _glapi_get_dispatch
31049 popq %rdx
31050 popq %rsi
31051 popq %rdi
31052 movq 6552(%rax), %r11
31053 jmp *%r11
31054 #endif /* defined(GLX_USE_TLS) */
31055 .size GL_PREFIX(ObjectUnpurgeableAPPLE), .-GL_PREFIX(ObjectUnpurgeableAPPLE)
31056
31057 .p2align 4,,15
31058 .globl GL_PREFIX(_dispatch_stub_820)
31059 .type GL_PREFIX(_dispatch_stub_820), @function
31060 HIDDEN(GL_PREFIX(_dispatch_stub_820))
31061 GL_PREFIX(_dispatch_stub_820):
31062 #if defined(GLX_USE_TLS)
31063 call _x86_64_get_dispatch@PLT
31064 movq 6560(%rax), %r11
31065 jmp *%r11
31066 #elif defined(PTHREADS)
31067 pushq %rdi
31068 pushq %rsi
31069 pushq %rdx
31070 pushq %rcx
31071 pushq %rbp
31072 call _x86_64_get_dispatch@PLT
31073 popq %rbp
31074 popq %rcx
31075 popq %rdx
31076 popq %rsi
31077 popq %rdi
31078 movq 6560(%rax), %r11
31079 jmp *%r11
31080 #else
31081 movq _glapi_Dispatch(%rip), %rax
31082 testq %rax, %rax
31083 je 1f
31084 movq 6560(%rax), %r11
31085 jmp *%r11
31086 1:
31087 pushq %rdi
31088 pushq %rsi
31089 pushq %rdx
31090 pushq %rcx
31091 pushq %rbp
31092 call _glapi_get_dispatch
31093 popq %rbp
31094 popq %rcx
31095 popq %rdx
31096 popq %rsi
31097 popq %rdi
31098 movq 6560(%rax), %r11
31099 jmp *%r11
31100 #endif /* defined(GLX_USE_TLS) */
31101 .size GL_PREFIX(_dispatch_stub_820), .-GL_PREFIX(_dispatch_stub_820)
31102
31103 .p2align 4,,15
31104 .globl GL_PREFIX(_dispatch_stub_821)
31105 .type GL_PREFIX(_dispatch_stub_821), @function
31106 HIDDEN(GL_PREFIX(_dispatch_stub_821))
31107 GL_PREFIX(_dispatch_stub_821):
31108 #if defined(GLX_USE_TLS)
31109 call _x86_64_get_dispatch@PLT
31110 movq 6568(%rax), %r11
31111 jmp *%r11
31112 #elif defined(PTHREADS)
31113 pushq %rdi
31114 pushq %rsi
31115 pushq %rdx
31116 pushq %rcx
31117 pushq %rbp
31118 call _x86_64_get_dispatch@PLT
31119 popq %rbp
31120 popq %rcx
31121 popq %rdx
31122 popq %rsi
31123 popq %rdi
31124 movq 6568(%rax), %r11
31125 jmp *%r11
31126 #else
31127 movq _glapi_Dispatch(%rip), %rax
31128 testq %rax, %rax
31129 je 1f
31130 movq 6568(%rax), %r11
31131 jmp *%r11
31132 1:
31133 pushq %rdi
31134 pushq %rsi
31135 pushq %rdx
31136 pushq %rcx
31137 pushq %rbp
31138 call _glapi_get_dispatch
31139 popq %rbp
31140 popq %rcx
31141 popq %rdx
31142 popq %rsi
31143 popq %rdi
31144 movq 6568(%rax), %r11
31145 jmp *%r11
31146 #endif /* defined(GLX_USE_TLS) */
31147 .size GL_PREFIX(_dispatch_stub_821), .-GL_PREFIX(_dispatch_stub_821)
31148
31149 .p2align 4,,15
31150 .globl GL_PREFIX(_dispatch_stub_822)
31151 .type GL_PREFIX(_dispatch_stub_822), @function
31152 HIDDEN(GL_PREFIX(_dispatch_stub_822))
31153 GL_PREFIX(_dispatch_stub_822):
31154 #if defined(GLX_USE_TLS)
31155 call _x86_64_get_dispatch@PLT
31156 movq 6576(%rax), %r11
31157 jmp *%r11
31158 #elif defined(PTHREADS)
31159 pushq %rdi
31160 pushq %rsi
31161 pushq %rdx
31162 pushq %rcx
31163 pushq %rbp
31164 call _x86_64_get_dispatch@PLT
31165 popq %rbp
31166 popq %rcx
31167 popq %rdx
31168 popq %rsi
31169 popq %rdi
31170 movq 6576(%rax), %r11
31171 jmp *%r11
31172 #else
31173 movq _glapi_Dispatch(%rip), %rax
31174 testq %rax, %rax
31175 je 1f
31176 movq 6576(%rax), %r11
31177 jmp *%r11
31178 1:
31179 pushq %rdi
31180 pushq %rsi
31181 pushq %rdx
31182 pushq %rcx
31183 pushq %rbp
31184 call _glapi_get_dispatch
31185 popq %rbp
31186 popq %rcx
31187 popq %rdx
31188 popq %rsi
31189 popq %rdi
31190 movq 6576(%rax), %r11
31191 jmp *%r11
31192 #endif /* defined(GLX_USE_TLS) */
31193 .size GL_PREFIX(_dispatch_stub_822), .-GL_PREFIX(_dispatch_stub_822)
31194
31195 .p2align 4,,15
31196 .globl GL_PREFIX(_dispatch_stub_823)
31197 .type GL_PREFIX(_dispatch_stub_823), @function
31198 HIDDEN(GL_PREFIX(_dispatch_stub_823))
31199 GL_PREFIX(_dispatch_stub_823):
31200 #if defined(GLX_USE_TLS)
31201 call _x86_64_get_dispatch@PLT
31202 movq 6584(%rax), %r11
31203 jmp *%r11
31204 #elif defined(PTHREADS)
31205 pushq %rdi
31206 pushq %rsi
31207 pushq %rdx
31208 call _x86_64_get_dispatch@PLT
31209 popq %rdx
31210 popq %rsi
31211 popq %rdi
31212 movq 6584(%rax), %r11
31213 jmp *%r11
31214 #else
31215 movq _glapi_Dispatch(%rip), %rax
31216 testq %rax, %rax
31217 je 1f
31218 movq 6584(%rax), %r11
31219 jmp *%r11
31220 1:
31221 pushq %rdi
31222 pushq %rsi
31223 pushq %rdx
31224 call _glapi_get_dispatch
31225 popq %rdx
31226 popq %rsi
31227 popq %rdi
31228 movq 6584(%rax), %r11
31229 jmp *%r11
31230 #endif /* defined(GLX_USE_TLS) */
31231 .size GL_PREFIX(_dispatch_stub_823), .-GL_PREFIX(_dispatch_stub_823)
31232
31233 .p2align 4,,15
31234 .globl GL_PREFIX(_dispatch_stub_824)
31235 .type GL_PREFIX(_dispatch_stub_824), @function
31236 HIDDEN(GL_PREFIX(_dispatch_stub_824))
31237 GL_PREFIX(_dispatch_stub_824):
31238 #if defined(GLX_USE_TLS)
31239 call _x86_64_get_dispatch@PLT
31240 movq 6592(%rax), %r11
31241 jmp *%r11
31242 #elif defined(PTHREADS)
31243 pushq %rdi
31244 pushq %rsi
31245 pushq %rdx
31246 call _x86_64_get_dispatch@PLT
31247 popq %rdx
31248 popq %rsi
31249 popq %rdi
31250 movq 6592(%rax), %r11
31251 jmp *%r11
31252 #else
31253 movq _glapi_Dispatch(%rip), %rax
31254 testq %rax, %rax
31255 je 1f
31256 movq 6592(%rax), %r11
31257 jmp *%r11
31258 1:
31259 pushq %rdi
31260 pushq %rsi
31261 pushq %rdx
31262 call _glapi_get_dispatch
31263 popq %rdx
31264 popq %rsi
31265 popq %rdi
31266 movq 6592(%rax), %r11
31267 jmp *%r11
31268 #endif /* defined(GLX_USE_TLS) */
31269 .size GL_PREFIX(_dispatch_stub_824), .-GL_PREFIX(_dispatch_stub_824)
31270
31271 .p2align 4,,15
31272 .globl GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
31273 .type GL_PREFIX(EGLImageTargetRenderbufferStorageOES), @function
31274 GL_PREFIX(EGLImageTargetRenderbufferStorageOES):
31275 #if defined(GLX_USE_TLS)
31276 call _x86_64_get_dispatch@PLT
31277 movq 6600(%rax), %r11
31278 jmp *%r11
31279 #elif defined(PTHREADS)
31280 pushq %rdi
31281 pushq %rsi
31282 pushq %rbp
31283 call _x86_64_get_dispatch@PLT
31284 popq %rbp
31285 popq %rsi
31286 popq %rdi
31287 movq 6600(%rax), %r11
31288 jmp *%r11
31289 #else
31290 movq _glapi_Dispatch(%rip), %rax
31291 testq %rax, %rax
31292 je 1f
31293 movq 6600(%rax), %r11
31294 jmp *%r11
31295 1:
31296 pushq %rdi
31297 pushq %rsi
31298 pushq %rbp
31299 call _glapi_get_dispatch
31300 popq %rbp
31301 popq %rsi
31302 popq %rdi
31303 movq 6600(%rax), %r11
31304 jmp *%r11
31305 #endif /* defined(GLX_USE_TLS) */
31306 .size GL_PREFIX(EGLImageTargetRenderbufferStorageOES), .-GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
31307
31308 .p2align 4,,15
31309 .globl GL_PREFIX(EGLImageTargetTexture2DOES)
31310 .type GL_PREFIX(EGLImageTargetTexture2DOES), @function
31311 GL_PREFIX(EGLImageTargetTexture2DOES):
31312 #if defined(GLX_USE_TLS)
31313 call _x86_64_get_dispatch@PLT
31314 movq 6608(%rax), %r11
31315 jmp *%r11
31316 #elif defined(PTHREADS)
31317 pushq %rdi
31318 pushq %rsi
31319 pushq %rbp
31320 call _x86_64_get_dispatch@PLT
31321 popq %rbp
31322 popq %rsi
31323 popq %rdi
31324 movq 6608(%rax), %r11
31325 jmp *%r11
31326 #else
31327 movq _glapi_Dispatch(%rip), %rax
31328 testq %rax, %rax
31329 je 1f
31330 movq 6608(%rax), %r11
31331 jmp *%r11
31332 1:
31333 pushq %rdi
31334 pushq %rsi
31335 pushq %rbp
31336 call _glapi_get_dispatch
31337 popq %rbp
31338 popq %rsi
31339 popq %rdi
31340 movq 6608(%rax), %r11
31341 jmp *%r11
31342 #endif /* defined(GLX_USE_TLS) */
31343 .size GL_PREFIX(EGLImageTargetTexture2DOES), .-GL_PREFIX(EGLImageTargetTexture2DOES)
31344
31345 .globl GL_PREFIX(ArrayElementEXT) ; .set GL_PREFIX(ArrayElementEXT), GL_PREFIX(ArrayElement)
31346 .globl GL_PREFIX(BindTextureEXT) ; .set GL_PREFIX(BindTextureEXT), GL_PREFIX(BindTexture)
31347 .globl GL_PREFIX(DrawArraysEXT) ; .set GL_PREFIX(DrawArraysEXT), GL_PREFIX(DrawArrays)
31348 #ifndef GLX_INDIRECT_RENDERING
31349 .globl GL_PREFIX(AreTexturesResidentEXT) ; .set GL_PREFIX(AreTexturesResidentEXT), GL_PREFIX(AreTexturesResident)
31350 #endif
31351 .globl GL_PREFIX(CopyTexImage1DEXT) ; .set GL_PREFIX(CopyTexImage1DEXT), GL_PREFIX(CopyTexImage1D)
31352 .globl GL_PREFIX(CopyTexImage2DEXT) ; .set GL_PREFIX(CopyTexImage2DEXT), GL_PREFIX(CopyTexImage2D)
31353 .globl GL_PREFIX(CopyTexSubImage1DEXT) ; .set GL_PREFIX(CopyTexSubImage1DEXT), GL_PREFIX(CopyTexSubImage1D)
31354 .globl GL_PREFIX(CopyTexSubImage2DEXT) ; .set GL_PREFIX(CopyTexSubImage2DEXT), GL_PREFIX(CopyTexSubImage2D)
31355 #ifndef GLX_INDIRECT_RENDERING
31356 .globl GL_PREFIX(DeleteTexturesEXT) ; .set GL_PREFIX(DeleteTexturesEXT), GL_PREFIX(DeleteTextures)
31357 #endif
31358 #ifndef GLX_INDIRECT_RENDERING
31359 .globl GL_PREFIX(GenTexturesEXT) ; .set GL_PREFIX(GenTexturesEXT), GL_PREFIX(GenTextures)
31360 #endif
31361 .globl GL_PREFIX(GetPointervEXT) ; .set GL_PREFIX(GetPointervEXT), GL_PREFIX(GetPointerv)
31362 #ifndef GLX_INDIRECT_RENDERING
31363 .globl GL_PREFIX(IsTextureEXT) ; .set GL_PREFIX(IsTextureEXT), GL_PREFIX(IsTexture)
31364 #endif
31365 .globl GL_PREFIX(PrioritizeTexturesEXT) ; .set GL_PREFIX(PrioritizeTexturesEXT), GL_PREFIX(PrioritizeTextures)
31366 .globl GL_PREFIX(TexSubImage1DEXT) ; .set GL_PREFIX(TexSubImage1DEXT), GL_PREFIX(TexSubImage1D)
31367 .globl GL_PREFIX(TexSubImage2DEXT) ; .set GL_PREFIX(TexSubImage2DEXT), GL_PREFIX(TexSubImage2D)
31368 .globl GL_PREFIX(BlendColorEXT) ; .set GL_PREFIX(BlendColorEXT), GL_PREFIX(BlendColor)
31369 .globl GL_PREFIX(BlendEquationEXT) ; .set GL_PREFIX(BlendEquationEXT), GL_PREFIX(BlendEquation)
31370 .globl GL_PREFIX(DrawRangeElementsEXT) ; .set GL_PREFIX(DrawRangeElementsEXT), GL_PREFIX(DrawRangeElements)
31371 .globl GL_PREFIX(ColorTableEXT) ; .set GL_PREFIX(ColorTableEXT), GL_PREFIX(ColorTable)
31372 #ifndef GLX_INDIRECT_RENDERING
31373 .globl GL_PREFIX(GetColorTableEXT) ; .set GL_PREFIX(GetColorTableEXT), GL_PREFIX(GetColorTable)
31374 #endif
31375 #ifndef GLX_INDIRECT_RENDERING
31376 .globl GL_PREFIX(GetColorTableParameterfvEXT) ; .set GL_PREFIX(GetColorTableParameterfvEXT), GL_PREFIX(GetColorTableParameterfv)
31377 #endif
31378 #ifndef GLX_INDIRECT_RENDERING
31379 .globl GL_PREFIX(GetColorTableParameterivEXT) ; .set GL_PREFIX(GetColorTableParameterivEXT), GL_PREFIX(GetColorTableParameteriv)
31380 #endif
31381 .globl GL_PREFIX(TexImage3DEXT) ; .set GL_PREFIX(TexImage3DEXT), GL_PREFIX(TexImage3D)
31382 .globl GL_PREFIX(TexSubImage3DEXT) ; .set GL_PREFIX(TexSubImage3DEXT), GL_PREFIX(TexSubImage3D)
31383 .globl GL_PREFIX(CopyTexSubImage3DEXT) ; .set GL_PREFIX(CopyTexSubImage3DEXT), GL_PREFIX(CopyTexSubImage3D)
31384 .globl GL_PREFIX(ActiveTexture) ; .set GL_PREFIX(ActiveTexture), GL_PREFIX(ActiveTextureARB)
31385 .globl GL_PREFIX(ClientActiveTexture) ; .set GL_PREFIX(ClientActiveTexture), GL_PREFIX(ClientActiveTextureARB)
31386 .globl GL_PREFIX(MultiTexCoord1d) ; .set GL_PREFIX(MultiTexCoord1d), GL_PREFIX(MultiTexCoord1dARB)
31387 .globl GL_PREFIX(MultiTexCoord1dv) ; .set GL_PREFIX(MultiTexCoord1dv), GL_PREFIX(MultiTexCoord1dvARB)
31388 .globl GL_PREFIX(MultiTexCoord1f) ; .set GL_PREFIX(MultiTexCoord1f), GL_PREFIX(MultiTexCoord1fARB)
31389 .globl GL_PREFIX(MultiTexCoord1fv) ; .set GL_PREFIX(MultiTexCoord1fv), GL_PREFIX(MultiTexCoord1fvARB)
31390 .globl GL_PREFIX(MultiTexCoord1i) ; .set GL_PREFIX(MultiTexCoord1i), GL_PREFIX(MultiTexCoord1iARB)
31391 .globl GL_PREFIX(MultiTexCoord1iv) ; .set GL_PREFIX(MultiTexCoord1iv), GL_PREFIX(MultiTexCoord1ivARB)
31392 .globl GL_PREFIX(MultiTexCoord1s) ; .set GL_PREFIX(MultiTexCoord1s), GL_PREFIX(MultiTexCoord1sARB)
31393 .globl GL_PREFIX(MultiTexCoord1sv) ; .set GL_PREFIX(MultiTexCoord1sv), GL_PREFIX(MultiTexCoord1svARB)
31394 .globl GL_PREFIX(MultiTexCoord2d) ; .set GL_PREFIX(MultiTexCoord2d), GL_PREFIX(MultiTexCoord2dARB)
31395 .globl GL_PREFIX(MultiTexCoord2dv) ; .set GL_PREFIX(MultiTexCoord2dv), GL_PREFIX(MultiTexCoord2dvARB)
31396 .globl GL_PREFIX(MultiTexCoord2f) ; .set GL_PREFIX(MultiTexCoord2f), GL_PREFIX(MultiTexCoord2fARB)
31397 .globl GL_PREFIX(MultiTexCoord2fv) ; .set GL_PREFIX(MultiTexCoord2fv), GL_PREFIX(MultiTexCoord2fvARB)
31398 .globl GL_PREFIX(MultiTexCoord2i) ; .set GL_PREFIX(MultiTexCoord2i), GL_PREFIX(MultiTexCoord2iARB)
31399 .globl GL_PREFIX(MultiTexCoord2iv) ; .set GL_PREFIX(MultiTexCoord2iv), GL_PREFIX(MultiTexCoord2ivARB)
31400 .globl GL_PREFIX(MultiTexCoord2s) ; .set GL_PREFIX(MultiTexCoord2s), GL_PREFIX(MultiTexCoord2sARB)
31401 .globl GL_PREFIX(MultiTexCoord2sv) ; .set GL_PREFIX(MultiTexCoord2sv), GL_PREFIX(MultiTexCoord2svARB)
31402 .globl GL_PREFIX(MultiTexCoord3d) ; .set GL_PREFIX(MultiTexCoord3d), GL_PREFIX(MultiTexCoord3dARB)
31403 .globl GL_PREFIX(MultiTexCoord3dv) ; .set GL_PREFIX(MultiTexCoord3dv), GL_PREFIX(MultiTexCoord3dvARB)
31404 .globl GL_PREFIX(MultiTexCoord3f) ; .set GL_PREFIX(MultiTexCoord3f), GL_PREFIX(MultiTexCoord3fARB)
31405 .globl GL_PREFIX(MultiTexCoord3fv) ; .set GL_PREFIX(MultiTexCoord3fv), GL_PREFIX(MultiTexCoord3fvARB)
31406 .globl GL_PREFIX(MultiTexCoord3i) ; .set GL_PREFIX(MultiTexCoord3i), GL_PREFIX(MultiTexCoord3iARB)
31407 .globl GL_PREFIX(MultiTexCoord3iv) ; .set GL_PREFIX(MultiTexCoord3iv), GL_PREFIX(MultiTexCoord3ivARB)
31408 .globl GL_PREFIX(MultiTexCoord3s) ; .set GL_PREFIX(MultiTexCoord3s), GL_PREFIX(MultiTexCoord3sARB)
31409 .globl GL_PREFIX(MultiTexCoord3sv) ; .set GL_PREFIX(MultiTexCoord3sv), GL_PREFIX(MultiTexCoord3svARB)
31410 .globl GL_PREFIX(MultiTexCoord4d) ; .set GL_PREFIX(MultiTexCoord4d), GL_PREFIX(MultiTexCoord4dARB)
31411 .globl GL_PREFIX(MultiTexCoord4dv) ; .set GL_PREFIX(MultiTexCoord4dv), GL_PREFIX(MultiTexCoord4dvARB)
31412 .globl GL_PREFIX(MultiTexCoord4f) ; .set GL_PREFIX(MultiTexCoord4f), GL_PREFIX(MultiTexCoord4fARB)
31413 .globl GL_PREFIX(MultiTexCoord4fv) ; .set GL_PREFIX(MultiTexCoord4fv), GL_PREFIX(MultiTexCoord4fvARB)
31414 .globl GL_PREFIX(MultiTexCoord4i) ; .set GL_PREFIX(MultiTexCoord4i), GL_PREFIX(MultiTexCoord4iARB)
31415 .globl GL_PREFIX(MultiTexCoord4iv) ; .set GL_PREFIX(MultiTexCoord4iv), GL_PREFIX(MultiTexCoord4ivARB)
31416 .globl GL_PREFIX(MultiTexCoord4s) ; .set GL_PREFIX(MultiTexCoord4s), GL_PREFIX(MultiTexCoord4sARB)
31417 .globl GL_PREFIX(MultiTexCoord4sv) ; .set GL_PREFIX(MultiTexCoord4sv), GL_PREFIX(MultiTexCoord4svARB)
31418 .globl GL_PREFIX(DrawArraysInstancedARB) ; .set GL_PREFIX(DrawArraysInstancedARB), GL_PREFIX(DrawArraysInstanced)
31419 .globl GL_PREFIX(DrawArraysInstancedEXT) ; .set GL_PREFIX(DrawArraysInstancedEXT), GL_PREFIX(DrawArraysInstanced)
31420 .globl GL_PREFIX(DrawElementsInstancedARB) ; .set GL_PREFIX(DrawElementsInstancedARB), GL_PREFIX(DrawElementsInstanced)
31421 .globl GL_PREFIX(DrawElementsInstancedEXT) ; .set GL_PREFIX(DrawElementsInstancedEXT), GL_PREFIX(DrawElementsInstanced)
31422 .globl GL_PREFIX(LoadTransposeMatrixd) ; .set GL_PREFIX(LoadTransposeMatrixd), GL_PREFIX(LoadTransposeMatrixdARB)
31423 .globl GL_PREFIX(LoadTransposeMatrixf) ; .set GL_PREFIX(LoadTransposeMatrixf), GL_PREFIX(LoadTransposeMatrixfARB)
31424 .globl GL_PREFIX(MultTransposeMatrixd) ; .set GL_PREFIX(MultTransposeMatrixd), GL_PREFIX(MultTransposeMatrixdARB)
31425 .globl GL_PREFIX(MultTransposeMatrixf) ; .set GL_PREFIX(MultTransposeMatrixf), GL_PREFIX(MultTransposeMatrixfARB)
31426 .globl GL_PREFIX(SampleCoverage) ; .set GL_PREFIX(SampleCoverage), GL_PREFIX(SampleCoverageARB)
31427 .globl GL_PREFIX(CompressedTexImage1D) ; .set GL_PREFIX(CompressedTexImage1D), GL_PREFIX(CompressedTexImage1DARB)
31428 .globl GL_PREFIX(CompressedTexImage2D) ; .set GL_PREFIX(CompressedTexImage2D), GL_PREFIX(CompressedTexImage2DARB)
31429 .globl GL_PREFIX(CompressedTexImage3D) ; .set GL_PREFIX(CompressedTexImage3D), GL_PREFIX(CompressedTexImage3DARB)
31430 .globl GL_PREFIX(CompressedTexSubImage1D) ; .set GL_PREFIX(CompressedTexSubImage1D), GL_PREFIX(CompressedTexSubImage1DARB)
31431 .globl GL_PREFIX(CompressedTexSubImage2D) ; .set GL_PREFIX(CompressedTexSubImage2D), GL_PREFIX(CompressedTexSubImage2DARB)
31432 .globl GL_PREFIX(CompressedTexSubImage3D) ; .set GL_PREFIX(CompressedTexSubImage3D), GL_PREFIX(CompressedTexSubImage3DARB)
31433 .globl GL_PREFIX(GetCompressedTexImage) ; .set GL_PREFIX(GetCompressedTexImage), GL_PREFIX(GetCompressedTexImageARB)
31434 .globl GL_PREFIX(DisableVertexAttribArray) ; .set GL_PREFIX(DisableVertexAttribArray), GL_PREFIX(DisableVertexAttribArrayARB)
31435 .globl GL_PREFIX(EnableVertexAttribArray) ; .set GL_PREFIX(EnableVertexAttribArray), GL_PREFIX(EnableVertexAttribArrayARB)
31436 .globl GL_PREFIX(GetVertexAttribdv) ; .set GL_PREFIX(GetVertexAttribdv), GL_PREFIX(GetVertexAttribdvARB)
31437 .globl GL_PREFIX(GetVertexAttribfv) ; .set GL_PREFIX(GetVertexAttribfv), GL_PREFIX(GetVertexAttribfvARB)
31438 .globl GL_PREFIX(GetVertexAttribiv) ; .set GL_PREFIX(GetVertexAttribiv), GL_PREFIX(GetVertexAttribivARB)
31439 .globl GL_PREFIX(ProgramParameter4dNV) ; .set GL_PREFIX(ProgramParameter4dNV), GL_PREFIX(ProgramEnvParameter4dARB)
31440 .globl GL_PREFIX(ProgramParameter4dvNV) ; .set GL_PREFIX(ProgramParameter4dvNV), GL_PREFIX(ProgramEnvParameter4dvARB)
31441 .globl GL_PREFIX(ProgramParameter4fNV) ; .set GL_PREFIX(ProgramParameter4fNV), GL_PREFIX(ProgramEnvParameter4fARB)
31442 .globl GL_PREFIX(ProgramParameter4fvNV) ; .set GL_PREFIX(ProgramParameter4fvNV), GL_PREFIX(ProgramEnvParameter4fvARB)
31443 .globl GL_PREFIX(VertexAttrib1d) ; .set GL_PREFIX(VertexAttrib1d), GL_PREFIX(VertexAttrib1dARB)
31444 .globl GL_PREFIX(VertexAttrib1dv) ; .set GL_PREFIX(VertexAttrib1dv), GL_PREFIX(VertexAttrib1dvARB)
31445 .globl GL_PREFIX(VertexAttrib1f) ; .set GL_PREFIX(VertexAttrib1f), GL_PREFIX(VertexAttrib1fARB)
31446 .globl GL_PREFIX(VertexAttrib1fv) ; .set GL_PREFIX(VertexAttrib1fv), GL_PREFIX(VertexAttrib1fvARB)
31447 .globl GL_PREFIX(VertexAttrib1s) ; .set GL_PREFIX(VertexAttrib1s), GL_PREFIX(VertexAttrib1sARB)
31448 .globl GL_PREFIX(VertexAttrib1sv) ; .set GL_PREFIX(VertexAttrib1sv), GL_PREFIX(VertexAttrib1svARB)
31449 .globl GL_PREFIX(VertexAttrib2d) ; .set GL_PREFIX(VertexAttrib2d), GL_PREFIX(VertexAttrib2dARB)
31450 .globl GL_PREFIX(VertexAttrib2dv) ; .set GL_PREFIX(VertexAttrib2dv), GL_PREFIX(VertexAttrib2dvARB)
31451 .globl GL_PREFIX(VertexAttrib2f) ; .set GL_PREFIX(VertexAttrib2f), GL_PREFIX(VertexAttrib2fARB)
31452 .globl GL_PREFIX(VertexAttrib2fv) ; .set GL_PREFIX(VertexAttrib2fv), GL_PREFIX(VertexAttrib2fvARB)
31453 .globl GL_PREFIX(VertexAttrib2s) ; .set GL_PREFIX(VertexAttrib2s), GL_PREFIX(VertexAttrib2sARB)
31454 .globl GL_PREFIX(VertexAttrib2sv) ; .set GL_PREFIX(VertexAttrib2sv), GL_PREFIX(VertexAttrib2svARB)
31455 .globl GL_PREFIX(VertexAttrib3d) ; .set GL_PREFIX(VertexAttrib3d), GL_PREFIX(VertexAttrib3dARB)
31456 .globl GL_PREFIX(VertexAttrib3dv) ; .set GL_PREFIX(VertexAttrib3dv), GL_PREFIX(VertexAttrib3dvARB)
31457 .globl GL_PREFIX(VertexAttrib3f) ; .set GL_PREFIX(VertexAttrib3f), GL_PREFIX(VertexAttrib3fARB)
31458 .globl GL_PREFIX(VertexAttrib3fv) ; .set GL_PREFIX(VertexAttrib3fv), GL_PREFIX(VertexAttrib3fvARB)
31459 .globl GL_PREFIX(VertexAttrib3s) ; .set GL_PREFIX(VertexAttrib3s), GL_PREFIX(VertexAttrib3sARB)
31460 .globl GL_PREFIX(VertexAttrib3sv) ; .set GL_PREFIX(VertexAttrib3sv), GL_PREFIX(VertexAttrib3svARB)
31461 .globl GL_PREFIX(VertexAttrib4Nbv) ; .set GL_PREFIX(VertexAttrib4Nbv), GL_PREFIX(VertexAttrib4NbvARB)
31462 .globl GL_PREFIX(VertexAttrib4Niv) ; .set GL_PREFIX(VertexAttrib4Niv), GL_PREFIX(VertexAttrib4NivARB)
31463 .globl GL_PREFIX(VertexAttrib4Nsv) ; .set GL_PREFIX(VertexAttrib4Nsv), GL_PREFIX(VertexAttrib4NsvARB)
31464 .globl GL_PREFIX(VertexAttrib4Nub) ; .set GL_PREFIX(VertexAttrib4Nub), GL_PREFIX(VertexAttrib4NubARB)
31465 .globl GL_PREFIX(VertexAttrib4Nubv) ; .set GL_PREFIX(VertexAttrib4Nubv), GL_PREFIX(VertexAttrib4NubvARB)
31466 .globl GL_PREFIX(VertexAttrib4Nuiv) ; .set GL_PREFIX(VertexAttrib4Nuiv), GL_PREFIX(VertexAttrib4NuivARB)
31467 .globl GL_PREFIX(VertexAttrib4Nusv) ; .set GL_PREFIX(VertexAttrib4Nusv), GL_PREFIX(VertexAttrib4NusvARB)
31468 .globl GL_PREFIX(VertexAttrib4bv) ; .set GL_PREFIX(VertexAttrib4bv), GL_PREFIX(VertexAttrib4bvARB)
31469 .globl GL_PREFIX(VertexAttrib4d) ; .set GL_PREFIX(VertexAttrib4d), GL_PREFIX(VertexAttrib4dARB)
31470 .globl GL_PREFIX(VertexAttrib4dv) ; .set GL_PREFIX(VertexAttrib4dv), GL_PREFIX(VertexAttrib4dvARB)
31471 .globl GL_PREFIX(VertexAttrib4f) ; .set GL_PREFIX(VertexAttrib4f), GL_PREFIX(VertexAttrib4fARB)
31472 .globl GL_PREFIX(VertexAttrib4fv) ; .set GL_PREFIX(VertexAttrib4fv), GL_PREFIX(VertexAttrib4fvARB)
31473 .globl GL_PREFIX(VertexAttrib4iv) ; .set GL_PREFIX(VertexAttrib4iv), GL_PREFIX(VertexAttrib4ivARB)
31474 .globl GL_PREFIX(VertexAttrib4s) ; .set GL_PREFIX(VertexAttrib4s), GL_PREFIX(VertexAttrib4sARB)
31475 .globl GL_PREFIX(VertexAttrib4sv) ; .set GL_PREFIX(VertexAttrib4sv), GL_PREFIX(VertexAttrib4svARB)
31476 .globl GL_PREFIX(VertexAttrib4ubv) ; .set GL_PREFIX(VertexAttrib4ubv), GL_PREFIX(VertexAttrib4ubvARB)
31477 .globl GL_PREFIX(VertexAttrib4uiv) ; .set GL_PREFIX(VertexAttrib4uiv), GL_PREFIX(VertexAttrib4uivARB)
31478 .globl GL_PREFIX(VertexAttrib4usv) ; .set GL_PREFIX(VertexAttrib4usv), GL_PREFIX(VertexAttrib4usvARB)
31479 .globl GL_PREFIX(VertexAttribPointer) ; .set GL_PREFIX(VertexAttribPointer), GL_PREFIX(VertexAttribPointerARB)
31480 .globl GL_PREFIX(BindBuffer) ; .set GL_PREFIX(BindBuffer), GL_PREFIX(BindBufferARB)
31481 .globl GL_PREFIX(BufferData) ; .set GL_PREFIX(BufferData), GL_PREFIX(BufferDataARB)
31482 .globl GL_PREFIX(BufferSubData) ; .set GL_PREFIX(BufferSubData), GL_PREFIX(BufferSubDataARB)
31483 .globl GL_PREFIX(DeleteBuffers) ; .set GL_PREFIX(DeleteBuffers), GL_PREFIX(DeleteBuffersARB)
31484 .globl GL_PREFIX(GenBuffers) ; .set GL_PREFIX(GenBuffers), GL_PREFIX(GenBuffersARB)
31485 .globl GL_PREFIX(GetBufferParameteriv) ; .set GL_PREFIX(GetBufferParameteriv), GL_PREFIX(GetBufferParameterivARB)
31486 .globl GL_PREFIX(GetBufferPointerv) ; .set GL_PREFIX(GetBufferPointerv), GL_PREFIX(GetBufferPointervARB)
31487 .globl GL_PREFIX(GetBufferSubData) ; .set GL_PREFIX(GetBufferSubData), GL_PREFIX(GetBufferSubDataARB)
31488 .globl GL_PREFIX(IsBuffer) ; .set GL_PREFIX(IsBuffer), GL_PREFIX(IsBufferARB)
31489 .globl GL_PREFIX(MapBuffer) ; .set GL_PREFIX(MapBuffer), GL_PREFIX(MapBufferARB)
31490 .globl GL_PREFIX(UnmapBuffer) ; .set GL_PREFIX(UnmapBuffer), GL_PREFIX(UnmapBufferARB)
31491 .globl GL_PREFIX(BeginQuery) ; .set GL_PREFIX(BeginQuery), GL_PREFIX(BeginQueryARB)
31492 .globl GL_PREFIX(DeleteQueries) ; .set GL_PREFIX(DeleteQueries), GL_PREFIX(DeleteQueriesARB)
31493 .globl GL_PREFIX(EndQuery) ; .set GL_PREFIX(EndQuery), GL_PREFIX(EndQueryARB)
31494 .globl GL_PREFIX(GenQueries) ; .set GL_PREFIX(GenQueries), GL_PREFIX(GenQueriesARB)
31495 .globl GL_PREFIX(GetQueryObjectiv) ; .set GL_PREFIX(GetQueryObjectiv), GL_PREFIX(GetQueryObjectivARB)
31496 .globl GL_PREFIX(GetQueryObjectuiv) ; .set GL_PREFIX(GetQueryObjectuiv), GL_PREFIX(GetQueryObjectuivARB)
31497 .globl GL_PREFIX(GetQueryiv) ; .set GL_PREFIX(GetQueryiv), GL_PREFIX(GetQueryivARB)
31498 .globl GL_PREFIX(IsQuery) ; .set GL_PREFIX(IsQuery), GL_PREFIX(IsQueryARB)
31499 .globl GL_PREFIX(CompileShader) ; .set GL_PREFIX(CompileShader), GL_PREFIX(CompileShaderARB)
31500 .globl GL_PREFIX(GetActiveUniform) ; .set GL_PREFIX(GetActiveUniform), GL_PREFIX(GetActiveUniformARB)
31501 .globl GL_PREFIX(GetShaderSource) ; .set GL_PREFIX(GetShaderSource), GL_PREFIX(GetShaderSourceARB)
31502 .globl GL_PREFIX(GetUniformLocation) ; .set GL_PREFIX(GetUniformLocation), GL_PREFIX(GetUniformLocationARB)
31503 .globl GL_PREFIX(GetUniformfv) ; .set GL_PREFIX(GetUniformfv), GL_PREFIX(GetUniformfvARB)
31504 .globl GL_PREFIX(GetUniformiv) ; .set GL_PREFIX(GetUniformiv), GL_PREFIX(GetUniformivARB)
31505 .globl GL_PREFIX(LinkProgram) ; .set GL_PREFIX(LinkProgram), GL_PREFIX(LinkProgramARB)
31506 .globl GL_PREFIX(ShaderSource) ; .set GL_PREFIX(ShaderSource), GL_PREFIX(ShaderSourceARB)
31507 .globl GL_PREFIX(Uniform1f) ; .set GL_PREFIX(Uniform1f), GL_PREFIX(Uniform1fARB)
31508 .globl GL_PREFIX(Uniform1fv) ; .set GL_PREFIX(Uniform1fv), GL_PREFIX(Uniform1fvARB)
31509 .globl GL_PREFIX(Uniform1i) ; .set GL_PREFIX(Uniform1i), GL_PREFIX(Uniform1iARB)
31510 .globl GL_PREFIX(Uniform1iv) ; .set GL_PREFIX(Uniform1iv), GL_PREFIX(Uniform1ivARB)
31511 .globl GL_PREFIX(Uniform2f) ; .set GL_PREFIX(Uniform2f), GL_PREFIX(Uniform2fARB)
31512 .globl GL_PREFIX(Uniform2fv) ; .set GL_PREFIX(Uniform2fv), GL_PREFIX(Uniform2fvARB)
31513 .globl GL_PREFIX(Uniform2i) ; .set GL_PREFIX(Uniform2i), GL_PREFIX(Uniform2iARB)
31514 .globl GL_PREFIX(Uniform2iv) ; .set GL_PREFIX(Uniform2iv), GL_PREFIX(Uniform2ivARB)
31515 .globl GL_PREFIX(Uniform3f) ; .set GL_PREFIX(Uniform3f), GL_PREFIX(Uniform3fARB)
31516 .globl GL_PREFIX(Uniform3fv) ; .set GL_PREFIX(Uniform3fv), GL_PREFIX(Uniform3fvARB)
31517 .globl GL_PREFIX(Uniform3i) ; .set GL_PREFIX(Uniform3i), GL_PREFIX(Uniform3iARB)
31518 .globl GL_PREFIX(Uniform3iv) ; .set GL_PREFIX(Uniform3iv), GL_PREFIX(Uniform3ivARB)
31519 .globl GL_PREFIX(Uniform4f) ; .set GL_PREFIX(Uniform4f), GL_PREFIX(Uniform4fARB)
31520 .globl GL_PREFIX(Uniform4fv) ; .set GL_PREFIX(Uniform4fv), GL_PREFIX(Uniform4fvARB)
31521 .globl GL_PREFIX(Uniform4i) ; .set GL_PREFIX(Uniform4i), GL_PREFIX(Uniform4iARB)
31522 .globl GL_PREFIX(Uniform4iv) ; .set GL_PREFIX(Uniform4iv), GL_PREFIX(Uniform4ivARB)
31523 .globl GL_PREFIX(UniformMatrix2fv) ; .set GL_PREFIX(UniformMatrix2fv), GL_PREFIX(UniformMatrix2fvARB)
31524 .globl GL_PREFIX(UniformMatrix3fv) ; .set GL_PREFIX(UniformMatrix3fv), GL_PREFIX(UniformMatrix3fvARB)
31525 .globl GL_PREFIX(UniformMatrix4fv) ; .set GL_PREFIX(UniformMatrix4fv), GL_PREFIX(UniformMatrix4fvARB)
31526 .globl GL_PREFIX(UseProgram) ; .set GL_PREFIX(UseProgram), GL_PREFIX(UseProgramObjectARB)
31527 .globl GL_PREFIX(ValidateProgram) ; .set GL_PREFIX(ValidateProgram), GL_PREFIX(ValidateProgramARB)
31528 .globl GL_PREFIX(BindAttribLocation) ; .set GL_PREFIX(BindAttribLocation), GL_PREFIX(BindAttribLocationARB)
31529 .globl GL_PREFIX(GetActiveAttrib) ; .set GL_PREFIX(GetActiveAttrib), GL_PREFIX(GetActiveAttribARB)
31530 .globl GL_PREFIX(GetAttribLocation) ; .set GL_PREFIX(GetAttribLocation), GL_PREFIX(GetAttribLocationARB)
31531 .globl GL_PREFIX(DrawBuffers) ; .set GL_PREFIX(DrawBuffers), GL_PREFIX(DrawBuffersARB)
31532 .globl GL_PREFIX(DrawBuffersATI) ; .set GL_PREFIX(DrawBuffersATI), GL_PREFIX(DrawBuffersARB)
31533 .globl GL_PREFIX(RenderbufferStorageMultisampleEXT) ; .set GL_PREFIX(RenderbufferStorageMultisampleEXT), GL_PREFIX(RenderbufferStorageMultisample)
31534 .globl GL_PREFIX(PointParameterf) ; .set GL_PREFIX(PointParameterf), GL_PREFIX(PointParameterfEXT)
31535 .globl GL_PREFIX(PointParameterfARB) ; .set GL_PREFIX(PointParameterfARB), GL_PREFIX(PointParameterfEXT)
31536 .globl GL_PREFIX(PointParameterfv) ; .set GL_PREFIX(PointParameterfv), GL_PREFIX(PointParameterfvEXT)
31537 .globl GL_PREFIX(PointParameterfvARB) ; .set GL_PREFIX(PointParameterfvARB), GL_PREFIX(PointParameterfvEXT)
31538 .globl GL_PREFIX(SecondaryColor3b) ; .set GL_PREFIX(SecondaryColor3b), GL_PREFIX(SecondaryColor3bEXT)
31539 .globl GL_PREFIX(SecondaryColor3bv) ; .set GL_PREFIX(SecondaryColor3bv), GL_PREFIX(SecondaryColor3bvEXT)
31540 .globl GL_PREFIX(SecondaryColor3d) ; .set GL_PREFIX(SecondaryColor3d), GL_PREFIX(SecondaryColor3dEXT)
31541 .globl GL_PREFIX(SecondaryColor3dv) ; .set GL_PREFIX(SecondaryColor3dv), GL_PREFIX(SecondaryColor3dvEXT)
31542 .globl GL_PREFIX(SecondaryColor3f) ; .set GL_PREFIX(SecondaryColor3f), GL_PREFIX(SecondaryColor3fEXT)
31543 .globl GL_PREFIX(SecondaryColor3fv) ; .set GL_PREFIX(SecondaryColor3fv), GL_PREFIX(SecondaryColor3fvEXT)
31544 .globl GL_PREFIX(SecondaryColor3i) ; .set GL_PREFIX(SecondaryColor3i), GL_PREFIX(SecondaryColor3iEXT)
31545 .globl GL_PREFIX(SecondaryColor3iv) ; .set GL_PREFIX(SecondaryColor3iv), GL_PREFIX(SecondaryColor3ivEXT)
31546 .globl GL_PREFIX(SecondaryColor3s) ; .set GL_PREFIX(SecondaryColor3s), GL_PREFIX(SecondaryColor3sEXT)
31547 .globl GL_PREFIX(SecondaryColor3sv) ; .set GL_PREFIX(SecondaryColor3sv), GL_PREFIX(SecondaryColor3svEXT)
31548 .globl GL_PREFIX(SecondaryColor3ub) ; .set GL_PREFIX(SecondaryColor3ub), GL_PREFIX(SecondaryColor3ubEXT)
31549 .globl GL_PREFIX(SecondaryColor3ubv) ; .set GL_PREFIX(SecondaryColor3ubv), GL_PREFIX(SecondaryColor3ubvEXT)
31550 .globl GL_PREFIX(SecondaryColor3ui) ; .set GL_PREFIX(SecondaryColor3ui), GL_PREFIX(SecondaryColor3uiEXT)
31551 .globl GL_PREFIX(SecondaryColor3uiv) ; .set GL_PREFIX(SecondaryColor3uiv), GL_PREFIX(SecondaryColor3uivEXT)
31552 .globl GL_PREFIX(SecondaryColor3us) ; .set GL_PREFIX(SecondaryColor3us), GL_PREFIX(SecondaryColor3usEXT)
31553 .globl GL_PREFIX(SecondaryColor3usv) ; .set GL_PREFIX(SecondaryColor3usv), GL_PREFIX(SecondaryColor3usvEXT)
31554 .globl GL_PREFIX(SecondaryColorPointer) ; .set GL_PREFIX(SecondaryColorPointer), GL_PREFIX(SecondaryColorPointerEXT)
31555 .globl GL_PREFIX(MultiDrawArrays) ; .set GL_PREFIX(MultiDrawArrays), GL_PREFIX(MultiDrawArraysEXT)
31556 .globl GL_PREFIX(MultiDrawElements) ; .set GL_PREFIX(MultiDrawElements), GL_PREFIX(MultiDrawElementsEXT)
31557 .globl GL_PREFIX(FogCoordPointer) ; .set GL_PREFIX(FogCoordPointer), GL_PREFIX(FogCoordPointerEXT)
31558 .globl GL_PREFIX(FogCoordd) ; .set GL_PREFIX(FogCoordd), GL_PREFIX(FogCoorddEXT)
31559 .globl GL_PREFIX(FogCoorddv) ; .set GL_PREFIX(FogCoorddv), GL_PREFIX(FogCoorddvEXT)
31560 .globl GL_PREFIX(FogCoordf) ; .set GL_PREFIX(FogCoordf), GL_PREFIX(FogCoordfEXT)
31561 .globl GL_PREFIX(FogCoordfv) ; .set GL_PREFIX(FogCoordfv), GL_PREFIX(FogCoordfvEXT)
31562 .globl GL_PREFIX(BlendFuncSeparate) ; .set GL_PREFIX(BlendFuncSeparate), GL_PREFIX(BlendFuncSeparateEXT)
31563 .globl GL_PREFIX(WindowPos2d) ; .set GL_PREFIX(WindowPos2d), GL_PREFIX(WindowPos2dMESA)
31564 .globl GL_PREFIX(WindowPos2dARB) ; .set GL_PREFIX(WindowPos2dARB), GL_PREFIX(WindowPos2dMESA)
31565 .globl GL_PREFIX(WindowPos2dv) ; .set GL_PREFIX(WindowPos2dv), GL_PREFIX(WindowPos2dvMESA)
31566 .globl GL_PREFIX(WindowPos2dvARB) ; .set GL_PREFIX(WindowPos2dvARB), GL_PREFIX(WindowPos2dvMESA)
31567 .globl GL_PREFIX(WindowPos2f) ; .set GL_PREFIX(WindowPos2f), GL_PREFIX(WindowPos2fMESA)
31568 .globl GL_PREFIX(WindowPos2fARB) ; .set GL_PREFIX(WindowPos2fARB), GL_PREFIX(WindowPos2fMESA)
31569 .globl GL_PREFIX(WindowPos2fv) ; .set GL_PREFIX(WindowPos2fv), GL_PREFIX(WindowPos2fvMESA)
31570 .globl GL_PREFIX(WindowPos2fvARB) ; .set GL_PREFIX(WindowPos2fvARB), GL_PREFIX(WindowPos2fvMESA)
31571 .globl GL_PREFIX(WindowPos2i) ; .set GL_PREFIX(WindowPos2i), GL_PREFIX(WindowPos2iMESA)
31572 .globl GL_PREFIX(WindowPos2iARB) ; .set GL_PREFIX(WindowPos2iARB), GL_PREFIX(WindowPos2iMESA)
31573 .globl GL_PREFIX(WindowPos2iv) ; .set GL_PREFIX(WindowPos2iv), GL_PREFIX(WindowPos2ivMESA)
31574 .globl GL_PREFIX(WindowPos2ivARB) ; .set GL_PREFIX(WindowPos2ivARB), GL_PREFIX(WindowPos2ivMESA)
31575 .globl GL_PREFIX(WindowPos2s) ; .set GL_PREFIX(WindowPos2s), GL_PREFIX(WindowPos2sMESA)
31576 .globl GL_PREFIX(WindowPos2sARB) ; .set GL_PREFIX(WindowPos2sARB), GL_PREFIX(WindowPos2sMESA)
31577 .globl GL_PREFIX(WindowPos2sv) ; .set GL_PREFIX(WindowPos2sv), GL_PREFIX(WindowPos2svMESA)
31578 .globl GL_PREFIX(WindowPos2svARB) ; .set GL_PREFIX(WindowPos2svARB), GL_PREFIX(WindowPos2svMESA)
31579 .globl GL_PREFIX(WindowPos3d) ; .set GL_PREFIX(WindowPos3d), GL_PREFIX(WindowPos3dMESA)
31580 .globl GL_PREFIX(WindowPos3dARB) ; .set GL_PREFIX(WindowPos3dARB), GL_PREFIX(WindowPos3dMESA)
31581 .globl GL_PREFIX(WindowPos3dv) ; .set GL_PREFIX(WindowPos3dv), GL_PREFIX(WindowPos3dvMESA)
31582 .globl GL_PREFIX(WindowPos3dvARB) ; .set GL_PREFIX(WindowPos3dvARB), GL_PREFIX(WindowPos3dvMESA)
31583 .globl GL_PREFIX(WindowPos3f) ; .set GL_PREFIX(WindowPos3f), GL_PREFIX(WindowPos3fMESA)
31584 .globl GL_PREFIX(WindowPos3fARB) ; .set GL_PREFIX(WindowPos3fARB), GL_PREFIX(WindowPos3fMESA)
31585 .globl GL_PREFIX(WindowPos3fv) ; .set GL_PREFIX(WindowPos3fv), GL_PREFIX(WindowPos3fvMESA)
31586 .globl GL_PREFIX(WindowPos3fvARB) ; .set GL_PREFIX(WindowPos3fvARB), GL_PREFIX(WindowPos3fvMESA)
31587 .globl GL_PREFIX(WindowPos3i) ; .set GL_PREFIX(WindowPos3i), GL_PREFIX(WindowPos3iMESA)
31588 .globl GL_PREFIX(WindowPos3iARB) ; .set GL_PREFIX(WindowPos3iARB), GL_PREFIX(WindowPos3iMESA)
31589 .globl GL_PREFIX(WindowPos3iv) ; .set GL_PREFIX(WindowPos3iv), GL_PREFIX(WindowPos3ivMESA)
31590 .globl GL_PREFIX(WindowPos3ivARB) ; .set GL_PREFIX(WindowPos3ivARB), GL_PREFIX(WindowPos3ivMESA)
31591 .globl GL_PREFIX(WindowPos3s) ; .set GL_PREFIX(WindowPos3s), GL_PREFIX(WindowPos3sMESA)
31592 .globl GL_PREFIX(WindowPos3sARB) ; .set GL_PREFIX(WindowPos3sARB), GL_PREFIX(WindowPos3sMESA)
31593 .globl GL_PREFIX(WindowPos3sv) ; .set GL_PREFIX(WindowPos3sv), GL_PREFIX(WindowPos3svMESA)
31594 .globl GL_PREFIX(WindowPos3svARB) ; .set GL_PREFIX(WindowPos3svARB), GL_PREFIX(WindowPos3svMESA)
31595 .globl GL_PREFIX(BindProgramARB) ; .set GL_PREFIX(BindProgramARB), GL_PREFIX(BindProgramNV)
31596 .globl GL_PREFIX(DeleteProgramsARB) ; .set GL_PREFIX(DeleteProgramsARB), GL_PREFIX(DeleteProgramsNV)
31597 .globl GL_PREFIX(GenProgramsARB) ; .set GL_PREFIX(GenProgramsARB), GL_PREFIX(GenProgramsNV)
31598 .globl GL_PREFIX(GetVertexAttribPointerv) ; .set GL_PREFIX(GetVertexAttribPointerv), GL_PREFIX(GetVertexAttribPointervNV)
31599 .globl GL_PREFIX(GetVertexAttribPointervARB) ; .set GL_PREFIX(GetVertexAttribPointervARB), GL_PREFIX(GetVertexAttribPointervNV)
31600 .globl GL_PREFIX(IsProgramARB) ; .set GL_PREFIX(IsProgramARB), GL_PREFIX(IsProgramNV)
31601 .globl GL_PREFIX(PointParameteri) ; .set GL_PREFIX(PointParameteri), GL_PREFIX(PointParameteriNV)
31602 .globl GL_PREFIX(PointParameteriv) ; .set GL_PREFIX(PointParameteriv), GL_PREFIX(PointParameterivNV)
31603 .globl GL_PREFIX(DeleteVertexArrays) ; .set GL_PREFIX(DeleteVertexArrays), GL_PREFIX(_dispatch_stub_767)
31604 .globl GL_PREFIX(IsVertexArray) ; .set GL_PREFIX(IsVertexArray), GL_PREFIX(_dispatch_stub_769)
31605 .globl GL_PREFIX(BlendEquationSeparate) ; .set GL_PREFIX(BlendEquationSeparate), GL_PREFIX(_dispatch_stub_777)
31606 .globl GL_PREFIX(BindFramebuffer) ; .set GL_PREFIX(BindFramebuffer), GL_PREFIX(BindFramebufferEXT)
31607 .globl GL_PREFIX(BindRenderbuffer) ; .set GL_PREFIX(BindRenderbuffer), GL_PREFIX(BindRenderbufferEXT)
31608 .globl GL_PREFIX(CheckFramebufferStatus) ; .set GL_PREFIX(CheckFramebufferStatus), GL_PREFIX(CheckFramebufferStatusEXT)
31609 .globl GL_PREFIX(DeleteFramebuffers) ; .set GL_PREFIX(DeleteFramebuffers), GL_PREFIX(DeleteFramebuffersEXT)
31610 .globl GL_PREFIX(DeleteRenderbuffers) ; .set GL_PREFIX(DeleteRenderbuffers), GL_PREFIX(DeleteRenderbuffersEXT)
31611 .globl GL_PREFIX(FramebufferRenderbuffer) ; .set GL_PREFIX(FramebufferRenderbuffer), GL_PREFIX(FramebufferRenderbufferEXT)
31612 .globl GL_PREFIX(FramebufferTexture1D) ; .set GL_PREFIX(FramebufferTexture1D), GL_PREFIX(FramebufferTexture1DEXT)
31613 .globl GL_PREFIX(FramebufferTexture2D) ; .set GL_PREFIX(FramebufferTexture2D), GL_PREFIX(FramebufferTexture2DEXT)
31614 .globl GL_PREFIX(FramebufferTexture3D) ; .set GL_PREFIX(FramebufferTexture3D), GL_PREFIX(FramebufferTexture3DEXT)
31615 .globl GL_PREFIX(GenFramebuffers) ; .set GL_PREFIX(GenFramebuffers), GL_PREFIX(GenFramebuffersEXT)
31616 .globl GL_PREFIX(GenRenderbuffers) ; .set GL_PREFIX(GenRenderbuffers), GL_PREFIX(GenRenderbuffersEXT)
31617 .globl GL_PREFIX(GenerateMipmap) ; .set GL_PREFIX(GenerateMipmap), GL_PREFIX(GenerateMipmapEXT)
31618 .globl GL_PREFIX(GetFramebufferAttachmentParameteriv) ; .set GL_PREFIX(GetFramebufferAttachmentParameteriv), GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
31619 .globl GL_PREFIX(GetRenderbufferParameteriv) ; .set GL_PREFIX(GetRenderbufferParameteriv), GL_PREFIX(GetRenderbufferParameterivEXT)
31620 .globl GL_PREFIX(IsFramebuffer) ; .set GL_PREFIX(IsFramebuffer), GL_PREFIX(IsFramebufferEXT)
31621 .globl GL_PREFIX(IsRenderbuffer) ; .set GL_PREFIX(IsRenderbuffer), GL_PREFIX(IsRenderbufferEXT)
31622 .globl GL_PREFIX(RenderbufferStorage) ; .set GL_PREFIX(RenderbufferStorage), GL_PREFIX(RenderbufferStorageEXT)
31623 .globl GL_PREFIX(BlitFramebuffer) ; .set GL_PREFIX(BlitFramebuffer), GL_PREFIX(_dispatch_stub_795)
31624 .globl GL_PREFIX(FramebufferTextureLayer) ; .set GL_PREFIX(FramebufferTextureLayer), GL_PREFIX(FramebufferTextureLayerEXT)
31625 .globl GL_PREFIX(BeginTransformFeedback) ; .set GL_PREFIX(BeginTransformFeedback), GL_PREFIX(BeginTransformFeedbackEXT)
31626 .globl GL_PREFIX(BindBufferBase) ; .set GL_PREFIX(BindBufferBase), GL_PREFIX(BindBufferBaseEXT)
31627 .globl GL_PREFIX(BindBufferRange) ; .set GL_PREFIX(BindBufferRange), GL_PREFIX(BindBufferRangeEXT)
31628 .globl GL_PREFIX(EndTransformFeedback) ; .set GL_PREFIX(EndTransformFeedback), GL_PREFIX(EndTransformFeedbackEXT)
31629 .globl GL_PREFIX(GetTransformFeedbackVarying) ; .set GL_PREFIX(GetTransformFeedbackVarying), GL_PREFIX(GetTransformFeedbackVaryingEXT)
31630 .globl GL_PREFIX(TransformFeedbackVaryings) ; .set GL_PREFIX(TransformFeedbackVaryings), GL_PREFIX(TransformFeedbackVaryingsEXT)
31631 .globl GL_PREFIX(ProvokingVertex) ; .set GL_PREFIX(ProvokingVertex), GL_PREFIX(ProvokingVertexEXT)
31632
31633 #if defined(GLX_USE_TLS) && defined(__linux__)
31634 .section ".note.ABI-tag", "a"
31635 .p2align 2
31636 .long 1f - 0f /* name length */
31637 .long 3f - 2f /* data length */
31638 .long 1 /* note length */
31639 0: .asciz "GNU" /* vendor name */
31640 1: .p2align 2
31641 2: .long 0 /* note data: the ABI tag */
31642 .long 2,4,20 /* Minimum kernel version w/TLS */
31643 3: .p2align 2 /* pad out section */
31644 #endif /* GLX_USE_TLS */
31645
31646 #if defined (__ELF__) && defined (__linux__)
31647 .section .note.GNU-stack,"",%progbits
31648 #endif