glapi: regenerated API files
[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(SecondaryColor3bEXT)
22943 .type GL_PREFIX(SecondaryColor3bEXT), @function
22944 GL_PREFIX(SecondaryColor3bEXT):
22945 #if defined(GLX_USE_TLS)
22946 call _x86_64_get_dispatch@PLT
22947 movq 4864(%rax), %r11
22948 jmp *%r11
22949 #elif defined(PTHREADS)
22950 pushq %rdi
22951 pushq %rsi
22952 pushq %rdx
22953 call _x86_64_get_dispatch@PLT
22954 popq %rdx
22955 popq %rsi
22956 popq %rdi
22957 movq 4864(%rax), %r11
22958 jmp *%r11
22959 #else
22960 movq _glapi_Dispatch(%rip), %rax
22961 testq %rax, %rax
22962 je 1f
22963 movq 4864(%rax), %r11
22964 jmp *%r11
22965 1:
22966 pushq %rdi
22967 pushq %rsi
22968 pushq %rdx
22969 call _glapi_get_dispatch
22970 popq %rdx
22971 popq %rsi
22972 popq %rdi
22973 movq 4864(%rax), %r11
22974 jmp *%r11
22975 #endif /* defined(GLX_USE_TLS) */
22976 .size GL_PREFIX(SecondaryColor3bEXT), .-GL_PREFIX(SecondaryColor3bEXT)
22977
22978 .p2align 4,,15
22979 .globl GL_PREFIX(SecondaryColor3bvEXT)
22980 .type GL_PREFIX(SecondaryColor3bvEXT), @function
22981 GL_PREFIX(SecondaryColor3bvEXT):
22982 #if defined(GLX_USE_TLS)
22983 call _x86_64_get_dispatch@PLT
22984 movq 4872(%rax), %r11
22985 jmp *%r11
22986 #elif defined(PTHREADS)
22987 pushq %rdi
22988 call _x86_64_get_dispatch@PLT
22989 popq %rdi
22990 movq 4872(%rax), %r11
22991 jmp *%r11
22992 #else
22993 movq _glapi_Dispatch(%rip), %rax
22994 testq %rax, %rax
22995 je 1f
22996 movq 4872(%rax), %r11
22997 jmp *%r11
22998 1:
22999 pushq %rdi
23000 call _glapi_get_dispatch
23001 popq %rdi
23002 movq 4872(%rax), %r11
23003 jmp *%r11
23004 #endif /* defined(GLX_USE_TLS) */
23005 .size GL_PREFIX(SecondaryColor3bvEXT), .-GL_PREFIX(SecondaryColor3bvEXT)
23006
23007 .p2align 4,,15
23008 .globl GL_PREFIX(SecondaryColor3dEXT)
23009 .type GL_PREFIX(SecondaryColor3dEXT), @function
23010 GL_PREFIX(SecondaryColor3dEXT):
23011 #if defined(GLX_USE_TLS)
23012 call _x86_64_get_dispatch@PLT
23013 movq 4880(%rax), %r11
23014 jmp *%r11
23015 #elif defined(PTHREADS)
23016 subq $24, %rsp
23017 movq %xmm0, (%rsp)
23018 movq %xmm1, 8(%rsp)
23019 movq %xmm2, 16(%rsp)
23020 call _x86_64_get_dispatch@PLT
23021 movq 16(%rsp), %xmm2
23022 movq 8(%rsp), %xmm1
23023 movq (%rsp), %xmm0
23024 addq $24, %rsp
23025 movq 4880(%rax), %r11
23026 jmp *%r11
23027 #else
23028 movq _glapi_Dispatch(%rip), %rax
23029 testq %rax, %rax
23030 je 1f
23031 movq 4880(%rax), %r11
23032 jmp *%r11
23033 1:
23034 subq $24, %rsp
23035 movq %xmm0, (%rsp)
23036 movq %xmm1, 8(%rsp)
23037 movq %xmm2, 16(%rsp)
23038 call _glapi_get_dispatch
23039 movq 16(%rsp), %xmm2
23040 movq 8(%rsp), %xmm1
23041 movq (%rsp), %xmm0
23042 addq $24, %rsp
23043 movq 4880(%rax), %r11
23044 jmp *%r11
23045 #endif /* defined(GLX_USE_TLS) */
23046 .size GL_PREFIX(SecondaryColor3dEXT), .-GL_PREFIX(SecondaryColor3dEXT)
23047
23048 .p2align 4,,15
23049 .globl GL_PREFIX(SecondaryColor3dvEXT)
23050 .type GL_PREFIX(SecondaryColor3dvEXT), @function
23051 GL_PREFIX(SecondaryColor3dvEXT):
23052 #if defined(GLX_USE_TLS)
23053 call _x86_64_get_dispatch@PLT
23054 movq 4888(%rax), %r11
23055 jmp *%r11
23056 #elif defined(PTHREADS)
23057 pushq %rdi
23058 call _x86_64_get_dispatch@PLT
23059 popq %rdi
23060 movq 4888(%rax), %r11
23061 jmp *%r11
23062 #else
23063 movq _glapi_Dispatch(%rip), %rax
23064 testq %rax, %rax
23065 je 1f
23066 movq 4888(%rax), %r11
23067 jmp *%r11
23068 1:
23069 pushq %rdi
23070 call _glapi_get_dispatch
23071 popq %rdi
23072 movq 4888(%rax), %r11
23073 jmp *%r11
23074 #endif /* defined(GLX_USE_TLS) */
23075 .size GL_PREFIX(SecondaryColor3dvEXT), .-GL_PREFIX(SecondaryColor3dvEXT)
23076
23077 .p2align 4,,15
23078 .globl GL_PREFIX(SecondaryColor3fEXT)
23079 .type GL_PREFIX(SecondaryColor3fEXT), @function
23080 GL_PREFIX(SecondaryColor3fEXT):
23081 #if defined(GLX_USE_TLS)
23082 call _x86_64_get_dispatch@PLT
23083 movq 4896(%rax), %r11
23084 jmp *%r11
23085 #elif defined(PTHREADS)
23086 subq $24, %rsp
23087 movq %xmm0, (%rsp)
23088 movq %xmm1, 8(%rsp)
23089 movq %xmm2, 16(%rsp)
23090 call _x86_64_get_dispatch@PLT
23091 movq 16(%rsp), %xmm2
23092 movq 8(%rsp), %xmm1
23093 movq (%rsp), %xmm0
23094 addq $24, %rsp
23095 movq 4896(%rax), %r11
23096 jmp *%r11
23097 #else
23098 movq _glapi_Dispatch(%rip), %rax
23099 testq %rax, %rax
23100 je 1f
23101 movq 4896(%rax), %r11
23102 jmp *%r11
23103 1:
23104 subq $24, %rsp
23105 movq %xmm0, (%rsp)
23106 movq %xmm1, 8(%rsp)
23107 movq %xmm2, 16(%rsp)
23108 call _glapi_get_dispatch
23109 movq 16(%rsp), %xmm2
23110 movq 8(%rsp), %xmm1
23111 movq (%rsp), %xmm0
23112 addq $24, %rsp
23113 movq 4896(%rax), %r11
23114 jmp *%r11
23115 #endif /* defined(GLX_USE_TLS) */
23116 .size GL_PREFIX(SecondaryColor3fEXT), .-GL_PREFIX(SecondaryColor3fEXT)
23117
23118 .p2align 4,,15
23119 .globl GL_PREFIX(SecondaryColor3fvEXT)
23120 .type GL_PREFIX(SecondaryColor3fvEXT), @function
23121 GL_PREFIX(SecondaryColor3fvEXT):
23122 #if defined(GLX_USE_TLS)
23123 call _x86_64_get_dispatch@PLT
23124 movq 4904(%rax), %r11
23125 jmp *%r11
23126 #elif defined(PTHREADS)
23127 pushq %rdi
23128 call _x86_64_get_dispatch@PLT
23129 popq %rdi
23130 movq 4904(%rax), %r11
23131 jmp *%r11
23132 #else
23133 movq _glapi_Dispatch(%rip), %rax
23134 testq %rax, %rax
23135 je 1f
23136 movq 4904(%rax), %r11
23137 jmp *%r11
23138 1:
23139 pushq %rdi
23140 call _glapi_get_dispatch
23141 popq %rdi
23142 movq 4904(%rax), %r11
23143 jmp *%r11
23144 #endif /* defined(GLX_USE_TLS) */
23145 .size GL_PREFIX(SecondaryColor3fvEXT), .-GL_PREFIX(SecondaryColor3fvEXT)
23146
23147 .p2align 4,,15
23148 .globl GL_PREFIX(SecondaryColor3iEXT)
23149 .type GL_PREFIX(SecondaryColor3iEXT), @function
23150 GL_PREFIX(SecondaryColor3iEXT):
23151 #if defined(GLX_USE_TLS)
23152 call _x86_64_get_dispatch@PLT
23153 movq 4912(%rax), %r11
23154 jmp *%r11
23155 #elif defined(PTHREADS)
23156 pushq %rdi
23157 pushq %rsi
23158 pushq %rdx
23159 call _x86_64_get_dispatch@PLT
23160 popq %rdx
23161 popq %rsi
23162 popq %rdi
23163 movq 4912(%rax), %r11
23164 jmp *%r11
23165 #else
23166 movq _glapi_Dispatch(%rip), %rax
23167 testq %rax, %rax
23168 je 1f
23169 movq 4912(%rax), %r11
23170 jmp *%r11
23171 1:
23172 pushq %rdi
23173 pushq %rsi
23174 pushq %rdx
23175 call _glapi_get_dispatch
23176 popq %rdx
23177 popq %rsi
23178 popq %rdi
23179 movq 4912(%rax), %r11
23180 jmp *%r11
23181 #endif /* defined(GLX_USE_TLS) */
23182 .size GL_PREFIX(SecondaryColor3iEXT), .-GL_PREFIX(SecondaryColor3iEXT)
23183
23184 .p2align 4,,15
23185 .globl GL_PREFIX(SecondaryColor3ivEXT)
23186 .type GL_PREFIX(SecondaryColor3ivEXT), @function
23187 GL_PREFIX(SecondaryColor3ivEXT):
23188 #if defined(GLX_USE_TLS)
23189 call _x86_64_get_dispatch@PLT
23190 movq 4920(%rax), %r11
23191 jmp *%r11
23192 #elif defined(PTHREADS)
23193 pushq %rdi
23194 call _x86_64_get_dispatch@PLT
23195 popq %rdi
23196 movq 4920(%rax), %r11
23197 jmp *%r11
23198 #else
23199 movq _glapi_Dispatch(%rip), %rax
23200 testq %rax, %rax
23201 je 1f
23202 movq 4920(%rax), %r11
23203 jmp *%r11
23204 1:
23205 pushq %rdi
23206 call _glapi_get_dispatch
23207 popq %rdi
23208 movq 4920(%rax), %r11
23209 jmp *%r11
23210 #endif /* defined(GLX_USE_TLS) */
23211 .size GL_PREFIX(SecondaryColor3ivEXT), .-GL_PREFIX(SecondaryColor3ivEXT)
23212
23213 .p2align 4,,15
23214 .globl GL_PREFIX(SecondaryColor3sEXT)
23215 .type GL_PREFIX(SecondaryColor3sEXT), @function
23216 GL_PREFIX(SecondaryColor3sEXT):
23217 #if defined(GLX_USE_TLS)
23218 call _x86_64_get_dispatch@PLT
23219 movq 4928(%rax), %r11
23220 jmp *%r11
23221 #elif defined(PTHREADS)
23222 pushq %rdi
23223 pushq %rsi
23224 pushq %rdx
23225 call _x86_64_get_dispatch@PLT
23226 popq %rdx
23227 popq %rsi
23228 popq %rdi
23229 movq 4928(%rax), %r11
23230 jmp *%r11
23231 #else
23232 movq _glapi_Dispatch(%rip), %rax
23233 testq %rax, %rax
23234 je 1f
23235 movq 4928(%rax), %r11
23236 jmp *%r11
23237 1:
23238 pushq %rdi
23239 pushq %rsi
23240 pushq %rdx
23241 call _glapi_get_dispatch
23242 popq %rdx
23243 popq %rsi
23244 popq %rdi
23245 movq 4928(%rax), %r11
23246 jmp *%r11
23247 #endif /* defined(GLX_USE_TLS) */
23248 .size GL_PREFIX(SecondaryColor3sEXT), .-GL_PREFIX(SecondaryColor3sEXT)
23249
23250 .p2align 4,,15
23251 .globl GL_PREFIX(SecondaryColor3svEXT)
23252 .type GL_PREFIX(SecondaryColor3svEXT), @function
23253 GL_PREFIX(SecondaryColor3svEXT):
23254 #if defined(GLX_USE_TLS)
23255 call _x86_64_get_dispatch@PLT
23256 movq 4936(%rax), %r11
23257 jmp *%r11
23258 #elif defined(PTHREADS)
23259 pushq %rdi
23260 call _x86_64_get_dispatch@PLT
23261 popq %rdi
23262 movq 4936(%rax), %r11
23263 jmp *%r11
23264 #else
23265 movq _glapi_Dispatch(%rip), %rax
23266 testq %rax, %rax
23267 je 1f
23268 movq 4936(%rax), %r11
23269 jmp *%r11
23270 1:
23271 pushq %rdi
23272 call _glapi_get_dispatch
23273 popq %rdi
23274 movq 4936(%rax), %r11
23275 jmp *%r11
23276 #endif /* defined(GLX_USE_TLS) */
23277 .size GL_PREFIX(SecondaryColor3svEXT), .-GL_PREFIX(SecondaryColor3svEXT)
23278
23279 .p2align 4,,15
23280 .globl GL_PREFIX(SecondaryColor3ubEXT)
23281 .type GL_PREFIX(SecondaryColor3ubEXT), @function
23282 GL_PREFIX(SecondaryColor3ubEXT):
23283 #if defined(GLX_USE_TLS)
23284 call _x86_64_get_dispatch@PLT
23285 movq 4944(%rax), %r11
23286 jmp *%r11
23287 #elif defined(PTHREADS)
23288 pushq %rdi
23289 pushq %rsi
23290 pushq %rdx
23291 call _x86_64_get_dispatch@PLT
23292 popq %rdx
23293 popq %rsi
23294 popq %rdi
23295 movq 4944(%rax), %r11
23296 jmp *%r11
23297 #else
23298 movq _glapi_Dispatch(%rip), %rax
23299 testq %rax, %rax
23300 je 1f
23301 movq 4944(%rax), %r11
23302 jmp *%r11
23303 1:
23304 pushq %rdi
23305 pushq %rsi
23306 pushq %rdx
23307 call _glapi_get_dispatch
23308 popq %rdx
23309 popq %rsi
23310 popq %rdi
23311 movq 4944(%rax), %r11
23312 jmp *%r11
23313 #endif /* defined(GLX_USE_TLS) */
23314 .size GL_PREFIX(SecondaryColor3ubEXT), .-GL_PREFIX(SecondaryColor3ubEXT)
23315
23316 .p2align 4,,15
23317 .globl GL_PREFIX(SecondaryColor3ubvEXT)
23318 .type GL_PREFIX(SecondaryColor3ubvEXT), @function
23319 GL_PREFIX(SecondaryColor3ubvEXT):
23320 #if defined(GLX_USE_TLS)
23321 call _x86_64_get_dispatch@PLT
23322 movq 4952(%rax), %r11
23323 jmp *%r11
23324 #elif defined(PTHREADS)
23325 pushq %rdi
23326 call _x86_64_get_dispatch@PLT
23327 popq %rdi
23328 movq 4952(%rax), %r11
23329 jmp *%r11
23330 #else
23331 movq _glapi_Dispatch(%rip), %rax
23332 testq %rax, %rax
23333 je 1f
23334 movq 4952(%rax), %r11
23335 jmp *%r11
23336 1:
23337 pushq %rdi
23338 call _glapi_get_dispatch
23339 popq %rdi
23340 movq 4952(%rax), %r11
23341 jmp *%r11
23342 #endif /* defined(GLX_USE_TLS) */
23343 .size GL_PREFIX(SecondaryColor3ubvEXT), .-GL_PREFIX(SecondaryColor3ubvEXT)
23344
23345 .p2align 4,,15
23346 .globl GL_PREFIX(SecondaryColor3uiEXT)
23347 .type GL_PREFIX(SecondaryColor3uiEXT), @function
23348 GL_PREFIX(SecondaryColor3uiEXT):
23349 #if defined(GLX_USE_TLS)
23350 call _x86_64_get_dispatch@PLT
23351 movq 4960(%rax), %r11
23352 jmp *%r11
23353 #elif defined(PTHREADS)
23354 pushq %rdi
23355 pushq %rsi
23356 pushq %rdx
23357 call _x86_64_get_dispatch@PLT
23358 popq %rdx
23359 popq %rsi
23360 popq %rdi
23361 movq 4960(%rax), %r11
23362 jmp *%r11
23363 #else
23364 movq _glapi_Dispatch(%rip), %rax
23365 testq %rax, %rax
23366 je 1f
23367 movq 4960(%rax), %r11
23368 jmp *%r11
23369 1:
23370 pushq %rdi
23371 pushq %rsi
23372 pushq %rdx
23373 call _glapi_get_dispatch
23374 popq %rdx
23375 popq %rsi
23376 popq %rdi
23377 movq 4960(%rax), %r11
23378 jmp *%r11
23379 #endif /* defined(GLX_USE_TLS) */
23380 .size GL_PREFIX(SecondaryColor3uiEXT), .-GL_PREFIX(SecondaryColor3uiEXT)
23381
23382 .p2align 4,,15
23383 .globl GL_PREFIX(SecondaryColor3uivEXT)
23384 .type GL_PREFIX(SecondaryColor3uivEXT), @function
23385 GL_PREFIX(SecondaryColor3uivEXT):
23386 #if defined(GLX_USE_TLS)
23387 call _x86_64_get_dispatch@PLT
23388 movq 4968(%rax), %r11
23389 jmp *%r11
23390 #elif defined(PTHREADS)
23391 pushq %rdi
23392 call _x86_64_get_dispatch@PLT
23393 popq %rdi
23394 movq 4968(%rax), %r11
23395 jmp *%r11
23396 #else
23397 movq _glapi_Dispatch(%rip), %rax
23398 testq %rax, %rax
23399 je 1f
23400 movq 4968(%rax), %r11
23401 jmp *%r11
23402 1:
23403 pushq %rdi
23404 call _glapi_get_dispatch
23405 popq %rdi
23406 movq 4968(%rax), %r11
23407 jmp *%r11
23408 #endif /* defined(GLX_USE_TLS) */
23409 .size GL_PREFIX(SecondaryColor3uivEXT), .-GL_PREFIX(SecondaryColor3uivEXT)
23410
23411 .p2align 4,,15
23412 .globl GL_PREFIX(SecondaryColor3usEXT)
23413 .type GL_PREFIX(SecondaryColor3usEXT), @function
23414 GL_PREFIX(SecondaryColor3usEXT):
23415 #if defined(GLX_USE_TLS)
23416 call _x86_64_get_dispatch@PLT
23417 movq 4976(%rax), %r11
23418 jmp *%r11
23419 #elif defined(PTHREADS)
23420 pushq %rdi
23421 pushq %rsi
23422 pushq %rdx
23423 call _x86_64_get_dispatch@PLT
23424 popq %rdx
23425 popq %rsi
23426 popq %rdi
23427 movq 4976(%rax), %r11
23428 jmp *%r11
23429 #else
23430 movq _glapi_Dispatch(%rip), %rax
23431 testq %rax, %rax
23432 je 1f
23433 movq 4976(%rax), %r11
23434 jmp *%r11
23435 1:
23436 pushq %rdi
23437 pushq %rsi
23438 pushq %rdx
23439 call _glapi_get_dispatch
23440 popq %rdx
23441 popq %rsi
23442 popq %rdi
23443 movq 4976(%rax), %r11
23444 jmp *%r11
23445 #endif /* defined(GLX_USE_TLS) */
23446 .size GL_PREFIX(SecondaryColor3usEXT), .-GL_PREFIX(SecondaryColor3usEXT)
23447
23448 .p2align 4,,15
23449 .globl GL_PREFIX(SecondaryColor3usvEXT)
23450 .type GL_PREFIX(SecondaryColor3usvEXT), @function
23451 GL_PREFIX(SecondaryColor3usvEXT):
23452 #if defined(GLX_USE_TLS)
23453 call _x86_64_get_dispatch@PLT
23454 movq 4984(%rax), %r11
23455 jmp *%r11
23456 #elif defined(PTHREADS)
23457 pushq %rdi
23458 call _x86_64_get_dispatch@PLT
23459 popq %rdi
23460 movq 4984(%rax), %r11
23461 jmp *%r11
23462 #else
23463 movq _glapi_Dispatch(%rip), %rax
23464 testq %rax, %rax
23465 je 1f
23466 movq 4984(%rax), %r11
23467 jmp *%r11
23468 1:
23469 pushq %rdi
23470 call _glapi_get_dispatch
23471 popq %rdi
23472 movq 4984(%rax), %r11
23473 jmp *%r11
23474 #endif /* defined(GLX_USE_TLS) */
23475 .size GL_PREFIX(SecondaryColor3usvEXT), .-GL_PREFIX(SecondaryColor3usvEXT)
23476
23477 .p2align 4,,15
23478 .globl GL_PREFIX(SecondaryColorPointerEXT)
23479 .type GL_PREFIX(SecondaryColorPointerEXT), @function
23480 GL_PREFIX(SecondaryColorPointerEXT):
23481 #if defined(GLX_USE_TLS)
23482 call _x86_64_get_dispatch@PLT
23483 movq 4992(%rax), %r11
23484 jmp *%r11
23485 #elif defined(PTHREADS)
23486 pushq %rdi
23487 pushq %rsi
23488 pushq %rdx
23489 pushq %rcx
23490 pushq %rbp
23491 call _x86_64_get_dispatch@PLT
23492 popq %rbp
23493 popq %rcx
23494 popq %rdx
23495 popq %rsi
23496 popq %rdi
23497 movq 4992(%rax), %r11
23498 jmp *%r11
23499 #else
23500 movq _glapi_Dispatch(%rip), %rax
23501 testq %rax, %rax
23502 je 1f
23503 movq 4992(%rax), %r11
23504 jmp *%r11
23505 1:
23506 pushq %rdi
23507 pushq %rsi
23508 pushq %rdx
23509 pushq %rcx
23510 pushq %rbp
23511 call _glapi_get_dispatch
23512 popq %rbp
23513 popq %rcx
23514 popq %rdx
23515 popq %rsi
23516 popq %rdi
23517 movq 4992(%rax), %r11
23518 jmp *%r11
23519 #endif /* defined(GLX_USE_TLS) */
23520 .size GL_PREFIX(SecondaryColorPointerEXT), .-GL_PREFIX(SecondaryColorPointerEXT)
23521
23522 .p2align 4,,15
23523 .globl GL_PREFIX(MultiDrawArraysEXT)
23524 .type GL_PREFIX(MultiDrawArraysEXT), @function
23525 GL_PREFIX(MultiDrawArraysEXT):
23526 #if defined(GLX_USE_TLS)
23527 call _x86_64_get_dispatch@PLT
23528 movq 5000(%rax), %r11
23529 jmp *%r11
23530 #elif defined(PTHREADS)
23531 pushq %rdi
23532 pushq %rsi
23533 pushq %rdx
23534 pushq %rcx
23535 pushq %rbp
23536 call _x86_64_get_dispatch@PLT
23537 popq %rbp
23538 popq %rcx
23539 popq %rdx
23540 popq %rsi
23541 popq %rdi
23542 movq 5000(%rax), %r11
23543 jmp *%r11
23544 #else
23545 movq _glapi_Dispatch(%rip), %rax
23546 testq %rax, %rax
23547 je 1f
23548 movq 5000(%rax), %r11
23549 jmp *%r11
23550 1:
23551 pushq %rdi
23552 pushq %rsi
23553 pushq %rdx
23554 pushq %rcx
23555 pushq %rbp
23556 call _glapi_get_dispatch
23557 popq %rbp
23558 popq %rcx
23559 popq %rdx
23560 popq %rsi
23561 popq %rdi
23562 movq 5000(%rax), %r11
23563 jmp *%r11
23564 #endif /* defined(GLX_USE_TLS) */
23565 .size GL_PREFIX(MultiDrawArraysEXT), .-GL_PREFIX(MultiDrawArraysEXT)
23566
23567 .p2align 4,,15
23568 .globl GL_PREFIX(MultiDrawElementsEXT)
23569 .type GL_PREFIX(MultiDrawElementsEXT), @function
23570 GL_PREFIX(MultiDrawElementsEXT):
23571 #if defined(GLX_USE_TLS)
23572 call _x86_64_get_dispatch@PLT
23573 movq 5008(%rax), %r11
23574 jmp *%r11
23575 #elif defined(PTHREADS)
23576 pushq %rdi
23577 pushq %rsi
23578 pushq %rdx
23579 pushq %rcx
23580 pushq %r8
23581 call _x86_64_get_dispatch@PLT
23582 popq %r8
23583 popq %rcx
23584 popq %rdx
23585 popq %rsi
23586 popq %rdi
23587 movq 5008(%rax), %r11
23588 jmp *%r11
23589 #else
23590 movq _glapi_Dispatch(%rip), %rax
23591 testq %rax, %rax
23592 je 1f
23593 movq 5008(%rax), %r11
23594 jmp *%r11
23595 1:
23596 pushq %rdi
23597 pushq %rsi
23598 pushq %rdx
23599 pushq %rcx
23600 pushq %r8
23601 call _glapi_get_dispatch
23602 popq %r8
23603 popq %rcx
23604 popq %rdx
23605 popq %rsi
23606 popq %rdi
23607 movq 5008(%rax), %r11
23608 jmp *%r11
23609 #endif /* defined(GLX_USE_TLS) */
23610 .size GL_PREFIX(MultiDrawElementsEXT), .-GL_PREFIX(MultiDrawElementsEXT)
23611
23612 .p2align 4,,15
23613 .globl GL_PREFIX(FogCoordPointerEXT)
23614 .type GL_PREFIX(FogCoordPointerEXT), @function
23615 GL_PREFIX(FogCoordPointerEXT):
23616 #if defined(GLX_USE_TLS)
23617 call _x86_64_get_dispatch@PLT
23618 movq 5016(%rax), %r11
23619 jmp *%r11
23620 #elif defined(PTHREADS)
23621 pushq %rdi
23622 pushq %rsi
23623 pushq %rdx
23624 call _x86_64_get_dispatch@PLT
23625 popq %rdx
23626 popq %rsi
23627 popq %rdi
23628 movq 5016(%rax), %r11
23629 jmp *%r11
23630 #else
23631 movq _glapi_Dispatch(%rip), %rax
23632 testq %rax, %rax
23633 je 1f
23634 movq 5016(%rax), %r11
23635 jmp *%r11
23636 1:
23637 pushq %rdi
23638 pushq %rsi
23639 pushq %rdx
23640 call _glapi_get_dispatch
23641 popq %rdx
23642 popq %rsi
23643 popq %rdi
23644 movq 5016(%rax), %r11
23645 jmp *%r11
23646 #endif /* defined(GLX_USE_TLS) */
23647 .size GL_PREFIX(FogCoordPointerEXT), .-GL_PREFIX(FogCoordPointerEXT)
23648
23649 .p2align 4,,15
23650 .globl GL_PREFIX(FogCoorddEXT)
23651 .type GL_PREFIX(FogCoorddEXT), @function
23652 GL_PREFIX(FogCoorddEXT):
23653 #if defined(GLX_USE_TLS)
23654 call _x86_64_get_dispatch@PLT
23655 movq 5024(%rax), %r11
23656 jmp *%r11
23657 #elif defined(PTHREADS)
23658 subq $8, %rsp
23659 movq %xmm0, (%rsp)
23660 call _x86_64_get_dispatch@PLT
23661 movq (%rsp), %xmm0
23662 addq $8, %rsp
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 subq $8, %rsp
23673 movq %xmm0, (%rsp)
23674 call _glapi_get_dispatch
23675 movq (%rsp), %xmm0
23676 addq $8, %rsp
23677 movq 5024(%rax), %r11
23678 jmp *%r11
23679 #endif /* defined(GLX_USE_TLS) */
23680 .size GL_PREFIX(FogCoorddEXT), .-GL_PREFIX(FogCoorddEXT)
23681
23682 .p2align 4,,15
23683 .globl GL_PREFIX(FogCoorddvEXT)
23684 .type GL_PREFIX(FogCoorddvEXT), @function
23685 GL_PREFIX(FogCoorddvEXT):
23686 #if defined(GLX_USE_TLS)
23687 call _x86_64_get_dispatch@PLT
23688 movq 5032(%rax), %r11
23689 jmp *%r11
23690 #elif defined(PTHREADS)
23691 pushq %rdi
23692 call _x86_64_get_dispatch@PLT
23693 popq %rdi
23694 movq 5032(%rax), %r11
23695 jmp *%r11
23696 #else
23697 movq _glapi_Dispatch(%rip), %rax
23698 testq %rax, %rax
23699 je 1f
23700 movq 5032(%rax), %r11
23701 jmp *%r11
23702 1:
23703 pushq %rdi
23704 call _glapi_get_dispatch
23705 popq %rdi
23706 movq 5032(%rax), %r11
23707 jmp *%r11
23708 #endif /* defined(GLX_USE_TLS) */
23709 .size GL_PREFIX(FogCoorddvEXT), .-GL_PREFIX(FogCoorddvEXT)
23710
23711 .p2align 4,,15
23712 .globl GL_PREFIX(FogCoordfEXT)
23713 .type GL_PREFIX(FogCoordfEXT), @function
23714 GL_PREFIX(FogCoordfEXT):
23715 #if defined(GLX_USE_TLS)
23716 call _x86_64_get_dispatch@PLT
23717 movq 5040(%rax), %r11
23718 jmp *%r11
23719 #elif defined(PTHREADS)
23720 subq $8, %rsp
23721 movq %xmm0, (%rsp)
23722 call _x86_64_get_dispatch@PLT
23723 movq (%rsp), %xmm0
23724 addq $8, %rsp
23725 movq 5040(%rax), %r11
23726 jmp *%r11
23727 #else
23728 movq _glapi_Dispatch(%rip), %rax
23729 testq %rax, %rax
23730 je 1f
23731 movq 5040(%rax), %r11
23732 jmp *%r11
23733 1:
23734 subq $8, %rsp
23735 movq %xmm0, (%rsp)
23736 call _glapi_get_dispatch
23737 movq (%rsp), %xmm0
23738 addq $8, %rsp
23739 movq 5040(%rax), %r11
23740 jmp *%r11
23741 #endif /* defined(GLX_USE_TLS) */
23742 .size GL_PREFIX(FogCoordfEXT), .-GL_PREFIX(FogCoordfEXT)
23743
23744 .p2align 4,,15
23745 .globl GL_PREFIX(FogCoordfvEXT)
23746 .type GL_PREFIX(FogCoordfvEXT), @function
23747 GL_PREFIX(FogCoordfvEXT):
23748 #if defined(GLX_USE_TLS)
23749 call _x86_64_get_dispatch@PLT
23750 movq 5048(%rax), %r11
23751 jmp *%r11
23752 #elif defined(PTHREADS)
23753 pushq %rdi
23754 call _x86_64_get_dispatch@PLT
23755 popq %rdi
23756 movq 5048(%rax), %r11
23757 jmp *%r11
23758 #else
23759 movq _glapi_Dispatch(%rip), %rax
23760 testq %rax, %rax
23761 je 1f
23762 movq 5048(%rax), %r11
23763 jmp *%r11
23764 1:
23765 pushq %rdi
23766 call _glapi_get_dispatch
23767 popq %rdi
23768 movq 5048(%rax), %r11
23769 jmp *%r11
23770 #endif /* defined(GLX_USE_TLS) */
23771 .size GL_PREFIX(FogCoordfvEXT), .-GL_PREFIX(FogCoordfvEXT)
23772
23773 .p2align 4,,15
23774 .globl GL_PREFIX(_dispatch_stub_632)
23775 .type GL_PREFIX(_dispatch_stub_632), @function
23776 HIDDEN(GL_PREFIX(_dispatch_stub_632))
23777 GL_PREFIX(_dispatch_stub_632):
23778 #if defined(GLX_USE_TLS)
23779 call _x86_64_get_dispatch@PLT
23780 movq 5056(%rax), %r11
23781 jmp *%r11
23782 #elif defined(PTHREADS)
23783 pushq %rdi
23784 call _x86_64_get_dispatch@PLT
23785 popq %rdi
23786 movq 5056(%rax), %r11
23787 jmp *%r11
23788 #else
23789 movq _glapi_Dispatch(%rip), %rax
23790 testq %rax, %rax
23791 je 1f
23792 movq 5056(%rax), %r11
23793 jmp *%r11
23794 1:
23795 pushq %rdi
23796 call _glapi_get_dispatch
23797 popq %rdi
23798 movq 5056(%rax), %r11
23799 jmp *%r11
23800 #endif /* defined(GLX_USE_TLS) */
23801 .size GL_PREFIX(_dispatch_stub_632), .-GL_PREFIX(_dispatch_stub_632)
23802
23803 .p2align 4,,15
23804 .globl GL_PREFIX(BlendFuncSeparateEXT)
23805 .type GL_PREFIX(BlendFuncSeparateEXT), @function
23806 GL_PREFIX(BlendFuncSeparateEXT):
23807 #if defined(GLX_USE_TLS)
23808 call _x86_64_get_dispatch@PLT
23809 movq 5064(%rax), %r11
23810 jmp *%r11
23811 #elif defined(PTHREADS)
23812 pushq %rdi
23813 pushq %rsi
23814 pushq %rdx
23815 pushq %rcx
23816 pushq %rbp
23817 call _x86_64_get_dispatch@PLT
23818 popq %rbp
23819 popq %rcx
23820 popq %rdx
23821 popq %rsi
23822 popq %rdi
23823 movq 5064(%rax), %r11
23824 jmp *%r11
23825 #else
23826 movq _glapi_Dispatch(%rip), %rax
23827 testq %rax, %rax
23828 je 1f
23829 movq 5064(%rax), %r11
23830 jmp *%r11
23831 1:
23832 pushq %rdi
23833 pushq %rsi
23834 pushq %rdx
23835 pushq %rcx
23836 pushq %rbp
23837 call _glapi_get_dispatch
23838 popq %rbp
23839 popq %rcx
23840 popq %rdx
23841 popq %rsi
23842 popq %rdi
23843 movq 5064(%rax), %r11
23844 jmp *%r11
23845 #endif /* defined(GLX_USE_TLS) */
23846 .size GL_PREFIX(BlendFuncSeparateEXT), .-GL_PREFIX(BlendFuncSeparateEXT)
23847
23848 .p2align 4,,15
23849 .globl GL_PREFIX(FlushVertexArrayRangeNV)
23850 .type GL_PREFIX(FlushVertexArrayRangeNV), @function
23851 GL_PREFIX(FlushVertexArrayRangeNV):
23852 #if defined(GLX_USE_TLS)
23853 call _x86_64_get_dispatch@PLT
23854 movq 5072(%rax), %r11
23855 jmp *%r11
23856 #elif defined(PTHREADS)
23857 pushq %rbp
23858 call _x86_64_get_dispatch@PLT
23859 popq %rbp
23860 movq 5072(%rax), %r11
23861 jmp *%r11
23862 #else
23863 movq _glapi_Dispatch(%rip), %rax
23864 testq %rax, %rax
23865 je 1f
23866 movq 5072(%rax), %r11
23867 jmp *%r11
23868 1:
23869 pushq %rbp
23870 call _glapi_get_dispatch
23871 popq %rbp
23872 movq 5072(%rax), %r11
23873 jmp *%r11
23874 #endif /* defined(GLX_USE_TLS) */
23875 .size GL_PREFIX(FlushVertexArrayRangeNV), .-GL_PREFIX(FlushVertexArrayRangeNV)
23876
23877 .p2align 4,,15
23878 .globl GL_PREFIX(VertexArrayRangeNV)
23879 .type GL_PREFIX(VertexArrayRangeNV), @function
23880 GL_PREFIX(VertexArrayRangeNV):
23881 #if defined(GLX_USE_TLS)
23882 call _x86_64_get_dispatch@PLT
23883 movq 5080(%rax), %r11
23884 jmp *%r11
23885 #elif defined(PTHREADS)
23886 pushq %rdi
23887 pushq %rsi
23888 pushq %rbp
23889 call _x86_64_get_dispatch@PLT
23890 popq %rbp
23891 popq %rsi
23892 popq %rdi
23893 movq 5080(%rax), %r11
23894 jmp *%r11
23895 #else
23896 movq _glapi_Dispatch(%rip), %rax
23897 testq %rax, %rax
23898 je 1f
23899 movq 5080(%rax), %r11
23900 jmp *%r11
23901 1:
23902 pushq %rdi
23903 pushq %rsi
23904 pushq %rbp
23905 call _glapi_get_dispatch
23906 popq %rbp
23907 popq %rsi
23908 popq %rdi
23909 movq 5080(%rax), %r11
23910 jmp *%r11
23911 #endif /* defined(GLX_USE_TLS) */
23912 .size GL_PREFIX(VertexArrayRangeNV), .-GL_PREFIX(VertexArrayRangeNV)
23913
23914 .p2align 4,,15
23915 .globl GL_PREFIX(CombinerInputNV)
23916 .type GL_PREFIX(CombinerInputNV), @function
23917 GL_PREFIX(CombinerInputNV):
23918 #if defined(GLX_USE_TLS)
23919 call _x86_64_get_dispatch@PLT
23920 movq 5088(%rax), %r11
23921 jmp *%r11
23922 #elif defined(PTHREADS)
23923 pushq %rdi
23924 pushq %rsi
23925 pushq %rdx
23926 pushq %rcx
23927 pushq %r8
23928 pushq %r9
23929 pushq %rbp
23930 call _x86_64_get_dispatch@PLT
23931 popq %rbp
23932 popq %r9
23933 popq %r8
23934 popq %rcx
23935 popq %rdx
23936 popq %rsi
23937 popq %rdi
23938 movq 5088(%rax), %r11
23939 jmp *%r11
23940 #else
23941 movq _glapi_Dispatch(%rip), %rax
23942 testq %rax, %rax
23943 je 1f
23944 movq 5088(%rax), %r11
23945 jmp *%r11
23946 1:
23947 pushq %rdi
23948 pushq %rsi
23949 pushq %rdx
23950 pushq %rcx
23951 pushq %r8
23952 pushq %r9
23953 pushq %rbp
23954 call _glapi_get_dispatch
23955 popq %rbp
23956 popq %r9
23957 popq %r8
23958 popq %rcx
23959 popq %rdx
23960 popq %rsi
23961 popq %rdi
23962 movq 5088(%rax), %r11
23963 jmp *%r11
23964 #endif /* defined(GLX_USE_TLS) */
23965 .size GL_PREFIX(CombinerInputNV), .-GL_PREFIX(CombinerInputNV)
23966
23967 .p2align 4,,15
23968 .globl GL_PREFIX(CombinerOutputNV)
23969 .type GL_PREFIX(CombinerOutputNV), @function
23970 GL_PREFIX(CombinerOutputNV):
23971 #if defined(GLX_USE_TLS)
23972 call _x86_64_get_dispatch@PLT
23973 movq 5096(%rax), %r11
23974 jmp *%r11
23975 #elif defined(PTHREADS)
23976 pushq %rdi
23977 pushq %rsi
23978 pushq %rdx
23979 pushq %rcx
23980 pushq %r8
23981 pushq %r9
23982 pushq %rbp
23983 call _x86_64_get_dispatch@PLT
23984 popq %rbp
23985 popq %r9
23986 popq %r8
23987 popq %rcx
23988 popq %rdx
23989 popq %rsi
23990 popq %rdi
23991 movq 5096(%rax), %r11
23992 jmp *%r11
23993 #else
23994 movq _glapi_Dispatch(%rip), %rax
23995 testq %rax, %rax
23996 je 1f
23997 movq 5096(%rax), %r11
23998 jmp *%r11
23999 1:
24000 pushq %rdi
24001 pushq %rsi
24002 pushq %rdx
24003 pushq %rcx
24004 pushq %r8
24005 pushq %r9
24006 pushq %rbp
24007 call _glapi_get_dispatch
24008 popq %rbp
24009 popq %r9
24010 popq %r8
24011 popq %rcx
24012 popq %rdx
24013 popq %rsi
24014 popq %rdi
24015 movq 5096(%rax), %r11
24016 jmp *%r11
24017 #endif /* defined(GLX_USE_TLS) */
24018 .size GL_PREFIX(CombinerOutputNV), .-GL_PREFIX(CombinerOutputNV)
24019
24020 .p2align 4,,15
24021 .globl GL_PREFIX(CombinerParameterfNV)
24022 .type GL_PREFIX(CombinerParameterfNV), @function
24023 GL_PREFIX(CombinerParameterfNV):
24024 #if defined(GLX_USE_TLS)
24025 call _x86_64_get_dispatch@PLT
24026 movq 5104(%rax), %r11
24027 jmp *%r11
24028 #elif defined(PTHREADS)
24029 subq $24, %rsp
24030 movq %rdi, (%rsp)
24031 movq %xmm0, 8(%rsp)
24032 call _x86_64_get_dispatch@PLT
24033 movq 8(%rsp), %xmm0
24034 movq (%rsp), %rdi
24035 addq $24, %rsp
24036 movq 5104(%rax), %r11
24037 jmp *%r11
24038 #else
24039 movq _glapi_Dispatch(%rip), %rax
24040 testq %rax, %rax
24041 je 1f
24042 movq 5104(%rax), %r11
24043 jmp *%r11
24044 1:
24045 subq $24, %rsp
24046 movq %rdi, (%rsp)
24047 movq %xmm0, 8(%rsp)
24048 call _glapi_get_dispatch
24049 movq 8(%rsp), %xmm0
24050 movq (%rsp), %rdi
24051 addq $24, %rsp
24052 movq 5104(%rax), %r11
24053 jmp *%r11
24054 #endif /* defined(GLX_USE_TLS) */
24055 .size GL_PREFIX(CombinerParameterfNV), .-GL_PREFIX(CombinerParameterfNV)
24056
24057 .p2align 4,,15
24058 .globl GL_PREFIX(CombinerParameterfvNV)
24059 .type GL_PREFIX(CombinerParameterfvNV), @function
24060 GL_PREFIX(CombinerParameterfvNV):
24061 #if defined(GLX_USE_TLS)
24062 call _x86_64_get_dispatch@PLT
24063 movq 5112(%rax), %r11
24064 jmp *%r11
24065 #elif defined(PTHREADS)
24066 pushq %rdi
24067 pushq %rsi
24068 pushq %rbp
24069 call _x86_64_get_dispatch@PLT
24070 popq %rbp
24071 popq %rsi
24072 popq %rdi
24073 movq 5112(%rax), %r11
24074 jmp *%r11
24075 #else
24076 movq _glapi_Dispatch(%rip), %rax
24077 testq %rax, %rax
24078 je 1f
24079 movq 5112(%rax), %r11
24080 jmp *%r11
24081 1:
24082 pushq %rdi
24083 pushq %rsi
24084 pushq %rbp
24085 call _glapi_get_dispatch
24086 popq %rbp
24087 popq %rsi
24088 popq %rdi
24089 movq 5112(%rax), %r11
24090 jmp *%r11
24091 #endif /* defined(GLX_USE_TLS) */
24092 .size GL_PREFIX(CombinerParameterfvNV), .-GL_PREFIX(CombinerParameterfvNV)
24093
24094 .p2align 4,,15
24095 .globl GL_PREFIX(CombinerParameteriNV)
24096 .type GL_PREFIX(CombinerParameteriNV), @function
24097 GL_PREFIX(CombinerParameteriNV):
24098 #if defined(GLX_USE_TLS)
24099 call _x86_64_get_dispatch@PLT
24100 movq 5120(%rax), %r11
24101 jmp *%r11
24102 #elif defined(PTHREADS)
24103 pushq %rdi
24104 pushq %rsi
24105 pushq %rbp
24106 call _x86_64_get_dispatch@PLT
24107 popq %rbp
24108 popq %rsi
24109 popq %rdi
24110 movq 5120(%rax), %r11
24111 jmp *%r11
24112 #else
24113 movq _glapi_Dispatch(%rip), %rax
24114 testq %rax, %rax
24115 je 1f
24116 movq 5120(%rax), %r11
24117 jmp *%r11
24118 1:
24119 pushq %rdi
24120 pushq %rsi
24121 pushq %rbp
24122 call _glapi_get_dispatch
24123 popq %rbp
24124 popq %rsi
24125 popq %rdi
24126 movq 5120(%rax), %r11
24127 jmp *%r11
24128 #endif /* defined(GLX_USE_TLS) */
24129 .size GL_PREFIX(CombinerParameteriNV), .-GL_PREFIX(CombinerParameteriNV)
24130
24131 .p2align 4,,15
24132 .globl GL_PREFIX(CombinerParameterivNV)
24133 .type GL_PREFIX(CombinerParameterivNV), @function
24134 GL_PREFIX(CombinerParameterivNV):
24135 #if defined(GLX_USE_TLS)
24136 call _x86_64_get_dispatch@PLT
24137 movq 5128(%rax), %r11
24138 jmp *%r11
24139 #elif defined(PTHREADS)
24140 pushq %rdi
24141 pushq %rsi
24142 pushq %rbp
24143 call _x86_64_get_dispatch@PLT
24144 popq %rbp
24145 popq %rsi
24146 popq %rdi
24147 movq 5128(%rax), %r11
24148 jmp *%r11
24149 #else
24150 movq _glapi_Dispatch(%rip), %rax
24151 testq %rax, %rax
24152 je 1f
24153 movq 5128(%rax), %r11
24154 jmp *%r11
24155 1:
24156 pushq %rdi
24157 pushq %rsi
24158 pushq %rbp
24159 call _glapi_get_dispatch
24160 popq %rbp
24161 popq %rsi
24162 popq %rdi
24163 movq 5128(%rax), %r11
24164 jmp *%r11
24165 #endif /* defined(GLX_USE_TLS) */
24166 .size GL_PREFIX(CombinerParameterivNV), .-GL_PREFIX(CombinerParameterivNV)
24167
24168 .p2align 4,,15
24169 .globl GL_PREFIX(FinalCombinerInputNV)
24170 .type GL_PREFIX(FinalCombinerInputNV), @function
24171 GL_PREFIX(FinalCombinerInputNV):
24172 #if defined(GLX_USE_TLS)
24173 call _x86_64_get_dispatch@PLT
24174 movq 5136(%rax), %r11
24175 jmp *%r11
24176 #elif defined(PTHREADS)
24177 pushq %rdi
24178 pushq %rsi
24179 pushq %rdx
24180 pushq %rcx
24181 pushq %rbp
24182 call _x86_64_get_dispatch@PLT
24183 popq %rbp
24184 popq %rcx
24185 popq %rdx
24186 popq %rsi
24187 popq %rdi
24188 movq 5136(%rax), %r11
24189 jmp *%r11
24190 #else
24191 movq _glapi_Dispatch(%rip), %rax
24192 testq %rax, %rax
24193 je 1f
24194 movq 5136(%rax), %r11
24195 jmp *%r11
24196 1:
24197 pushq %rdi
24198 pushq %rsi
24199 pushq %rdx
24200 pushq %rcx
24201 pushq %rbp
24202 call _glapi_get_dispatch
24203 popq %rbp
24204 popq %rcx
24205 popq %rdx
24206 popq %rsi
24207 popq %rdi
24208 movq 5136(%rax), %r11
24209 jmp *%r11
24210 #endif /* defined(GLX_USE_TLS) */
24211 .size GL_PREFIX(FinalCombinerInputNV), .-GL_PREFIX(FinalCombinerInputNV)
24212
24213 .p2align 4,,15
24214 .globl GL_PREFIX(GetCombinerInputParameterfvNV)
24215 .type GL_PREFIX(GetCombinerInputParameterfvNV), @function
24216 GL_PREFIX(GetCombinerInputParameterfvNV):
24217 #if defined(GLX_USE_TLS)
24218 call _x86_64_get_dispatch@PLT
24219 movq 5144(%rax), %r11
24220 jmp *%r11
24221 #elif defined(PTHREADS)
24222 pushq %rdi
24223 pushq %rsi
24224 pushq %rdx
24225 pushq %rcx
24226 pushq %r8
24227 call _x86_64_get_dispatch@PLT
24228 popq %r8
24229 popq %rcx
24230 popq %rdx
24231 popq %rsi
24232 popq %rdi
24233 movq 5144(%rax), %r11
24234 jmp *%r11
24235 #else
24236 movq _glapi_Dispatch(%rip), %rax
24237 testq %rax, %rax
24238 je 1f
24239 movq 5144(%rax), %r11
24240 jmp *%r11
24241 1:
24242 pushq %rdi
24243 pushq %rsi
24244 pushq %rdx
24245 pushq %rcx
24246 pushq %r8
24247 call _glapi_get_dispatch
24248 popq %r8
24249 popq %rcx
24250 popq %rdx
24251 popq %rsi
24252 popq %rdi
24253 movq 5144(%rax), %r11
24254 jmp *%r11
24255 #endif /* defined(GLX_USE_TLS) */
24256 .size GL_PREFIX(GetCombinerInputParameterfvNV), .-GL_PREFIX(GetCombinerInputParameterfvNV)
24257
24258 .p2align 4,,15
24259 .globl GL_PREFIX(GetCombinerInputParameterivNV)
24260 .type GL_PREFIX(GetCombinerInputParameterivNV), @function
24261 GL_PREFIX(GetCombinerInputParameterivNV):
24262 #if defined(GLX_USE_TLS)
24263 call _x86_64_get_dispatch@PLT
24264 movq 5152(%rax), %r11
24265 jmp *%r11
24266 #elif defined(PTHREADS)
24267 pushq %rdi
24268 pushq %rsi
24269 pushq %rdx
24270 pushq %rcx
24271 pushq %r8
24272 call _x86_64_get_dispatch@PLT
24273 popq %r8
24274 popq %rcx
24275 popq %rdx
24276 popq %rsi
24277 popq %rdi
24278 movq 5152(%rax), %r11
24279 jmp *%r11
24280 #else
24281 movq _glapi_Dispatch(%rip), %rax
24282 testq %rax, %rax
24283 je 1f
24284 movq 5152(%rax), %r11
24285 jmp *%r11
24286 1:
24287 pushq %rdi
24288 pushq %rsi
24289 pushq %rdx
24290 pushq %rcx
24291 pushq %r8
24292 call _glapi_get_dispatch
24293 popq %r8
24294 popq %rcx
24295 popq %rdx
24296 popq %rsi
24297 popq %rdi
24298 movq 5152(%rax), %r11
24299 jmp *%r11
24300 #endif /* defined(GLX_USE_TLS) */
24301 .size GL_PREFIX(GetCombinerInputParameterivNV), .-GL_PREFIX(GetCombinerInputParameterivNV)
24302
24303 .p2align 4,,15
24304 .globl GL_PREFIX(GetCombinerOutputParameterfvNV)
24305 .type GL_PREFIX(GetCombinerOutputParameterfvNV), @function
24306 GL_PREFIX(GetCombinerOutputParameterfvNV):
24307 #if defined(GLX_USE_TLS)
24308 call _x86_64_get_dispatch@PLT
24309 movq 5160(%rax), %r11
24310 jmp *%r11
24311 #elif defined(PTHREADS)
24312 pushq %rdi
24313 pushq %rsi
24314 pushq %rdx
24315 pushq %rcx
24316 pushq %rbp
24317 call _x86_64_get_dispatch@PLT
24318 popq %rbp
24319 popq %rcx
24320 popq %rdx
24321 popq %rsi
24322 popq %rdi
24323 movq 5160(%rax), %r11
24324 jmp *%r11
24325 #else
24326 movq _glapi_Dispatch(%rip), %rax
24327 testq %rax, %rax
24328 je 1f
24329 movq 5160(%rax), %r11
24330 jmp *%r11
24331 1:
24332 pushq %rdi
24333 pushq %rsi
24334 pushq %rdx
24335 pushq %rcx
24336 pushq %rbp
24337 call _glapi_get_dispatch
24338 popq %rbp
24339 popq %rcx
24340 popq %rdx
24341 popq %rsi
24342 popq %rdi
24343 movq 5160(%rax), %r11
24344 jmp *%r11
24345 #endif /* defined(GLX_USE_TLS) */
24346 .size GL_PREFIX(GetCombinerOutputParameterfvNV), .-GL_PREFIX(GetCombinerOutputParameterfvNV)
24347
24348 .p2align 4,,15
24349 .globl GL_PREFIX(GetCombinerOutputParameterivNV)
24350 .type GL_PREFIX(GetCombinerOutputParameterivNV), @function
24351 GL_PREFIX(GetCombinerOutputParameterivNV):
24352 #if defined(GLX_USE_TLS)
24353 call _x86_64_get_dispatch@PLT
24354 movq 5168(%rax), %r11
24355 jmp *%r11
24356 #elif defined(PTHREADS)
24357 pushq %rdi
24358 pushq %rsi
24359 pushq %rdx
24360 pushq %rcx
24361 pushq %rbp
24362 call _x86_64_get_dispatch@PLT
24363 popq %rbp
24364 popq %rcx
24365 popq %rdx
24366 popq %rsi
24367 popq %rdi
24368 movq 5168(%rax), %r11
24369 jmp *%r11
24370 #else
24371 movq _glapi_Dispatch(%rip), %rax
24372 testq %rax, %rax
24373 je 1f
24374 movq 5168(%rax), %r11
24375 jmp *%r11
24376 1:
24377 pushq %rdi
24378 pushq %rsi
24379 pushq %rdx
24380 pushq %rcx
24381 pushq %rbp
24382 call _glapi_get_dispatch
24383 popq %rbp
24384 popq %rcx
24385 popq %rdx
24386 popq %rsi
24387 popq %rdi
24388 movq 5168(%rax), %r11
24389 jmp *%r11
24390 #endif /* defined(GLX_USE_TLS) */
24391 .size GL_PREFIX(GetCombinerOutputParameterivNV), .-GL_PREFIX(GetCombinerOutputParameterivNV)
24392
24393 .p2align 4,,15
24394 .globl GL_PREFIX(GetFinalCombinerInputParameterfvNV)
24395 .type GL_PREFIX(GetFinalCombinerInputParameterfvNV), @function
24396 GL_PREFIX(GetFinalCombinerInputParameterfvNV):
24397 #if defined(GLX_USE_TLS)
24398 call _x86_64_get_dispatch@PLT
24399 movq 5176(%rax), %r11
24400 jmp *%r11
24401 #elif defined(PTHREADS)
24402 pushq %rdi
24403 pushq %rsi
24404 pushq %rdx
24405 call _x86_64_get_dispatch@PLT
24406 popq %rdx
24407 popq %rsi
24408 popq %rdi
24409 movq 5176(%rax), %r11
24410 jmp *%r11
24411 #else
24412 movq _glapi_Dispatch(%rip), %rax
24413 testq %rax, %rax
24414 je 1f
24415 movq 5176(%rax), %r11
24416 jmp *%r11
24417 1:
24418 pushq %rdi
24419 pushq %rsi
24420 pushq %rdx
24421 call _glapi_get_dispatch
24422 popq %rdx
24423 popq %rsi
24424 popq %rdi
24425 movq 5176(%rax), %r11
24426 jmp *%r11
24427 #endif /* defined(GLX_USE_TLS) */
24428 .size GL_PREFIX(GetFinalCombinerInputParameterfvNV), .-GL_PREFIX(GetFinalCombinerInputParameterfvNV)
24429
24430 .p2align 4,,15
24431 .globl GL_PREFIX(GetFinalCombinerInputParameterivNV)
24432 .type GL_PREFIX(GetFinalCombinerInputParameterivNV), @function
24433 GL_PREFIX(GetFinalCombinerInputParameterivNV):
24434 #if defined(GLX_USE_TLS)
24435 call _x86_64_get_dispatch@PLT
24436 movq 5184(%rax), %r11
24437 jmp *%r11
24438 #elif defined(PTHREADS)
24439 pushq %rdi
24440 pushq %rsi
24441 pushq %rdx
24442 call _x86_64_get_dispatch@PLT
24443 popq %rdx
24444 popq %rsi
24445 popq %rdi
24446 movq 5184(%rax), %r11
24447 jmp *%r11
24448 #else
24449 movq _glapi_Dispatch(%rip), %rax
24450 testq %rax, %rax
24451 je 1f
24452 movq 5184(%rax), %r11
24453 jmp *%r11
24454 1:
24455 pushq %rdi
24456 pushq %rsi
24457 pushq %rdx
24458 call _glapi_get_dispatch
24459 popq %rdx
24460 popq %rsi
24461 popq %rdi
24462 movq 5184(%rax), %r11
24463 jmp *%r11
24464 #endif /* defined(GLX_USE_TLS) */
24465 .size GL_PREFIX(GetFinalCombinerInputParameterivNV), .-GL_PREFIX(GetFinalCombinerInputParameterivNV)
24466
24467 .p2align 4,,15
24468 .globl GL_PREFIX(ResizeBuffersMESA)
24469 .type GL_PREFIX(ResizeBuffersMESA), @function
24470 GL_PREFIX(ResizeBuffersMESA):
24471 #if defined(GLX_USE_TLS)
24472 call _x86_64_get_dispatch@PLT
24473 movq 5192(%rax), %r11
24474 jmp *%r11
24475 #elif defined(PTHREADS)
24476 pushq %rbp
24477 call _x86_64_get_dispatch@PLT
24478 popq %rbp
24479 movq 5192(%rax), %r11
24480 jmp *%r11
24481 #else
24482 movq _glapi_Dispatch(%rip), %rax
24483 testq %rax, %rax
24484 je 1f
24485 movq 5192(%rax), %r11
24486 jmp *%r11
24487 1:
24488 pushq %rbp
24489 call _glapi_get_dispatch
24490 popq %rbp
24491 movq 5192(%rax), %r11
24492 jmp *%r11
24493 #endif /* defined(GLX_USE_TLS) */
24494 .size GL_PREFIX(ResizeBuffersMESA), .-GL_PREFIX(ResizeBuffersMESA)
24495
24496 .p2align 4,,15
24497 .globl GL_PREFIX(WindowPos2dMESA)
24498 .type GL_PREFIX(WindowPos2dMESA), @function
24499 GL_PREFIX(WindowPos2dMESA):
24500 #if defined(GLX_USE_TLS)
24501 call _x86_64_get_dispatch@PLT
24502 movq 5200(%rax), %r11
24503 jmp *%r11
24504 #elif defined(PTHREADS)
24505 subq $24, %rsp
24506 movq %xmm0, (%rsp)
24507 movq %xmm1, 8(%rsp)
24508 call _x86_64_get_dispatch@PLT
24509 movq 8(%rsp), %xmm1
24510 movq (%rsp), %xmm0
24511 addq $24, %rsp
24512 movq 5200(%rax), %r11
24513 jmp *%r11
24514 #else
24515 movq _glapi_Dispatch(%rip), %rax
24516 testq %rax, %rax
24517 je 1f
24518 movq 5200(%rax), %r11
24519 jmp *%r11
24520 1:
24521 subq $24, %rsp
24522 movq %xmm0, (%rsp)
24523 movq %xmm1, 8(%rsp)
24524 call _glapi_get_dispatch
24525 movq 8(%rsp), %xmm1
24526 movq (%rsp), %xmm0
24527 addq $24, %rsp
24528 movq 5200(%rax), %r11
24529 jmp *%r11
24530 #endif /* defined(GLX_USE_TLS) */
24531 .size GL_PREFIX(WindowPos2dMESA), .-GL_PREFIX(WindowPos2dMESA)
24532
24533 .p2align 4,,15
24534 .globl GL_PREFIX(WindowPos2dvMESA)
24535 .type GL_PREFIX(WindowPos2dvMESA), @function
24536 GL_PREFIX(WindowPos2dvMESA):
24537 #if defined(GLX_USE_TLS)
24538 call _x86_64_get_dispatch@PLT
24539 movq 5208(%rax), %r11
24540 jmp *%r11
24541 #elif defined(PTHREADS)
24542 pushq %rdi
24543 call _x86_64_get_dispatch@PLT
24544 popq %rdi
24545 movq 5208(%rax), %r11
24546 jmp *%r11
24547 #else
24548 movq _glapi_Dispatch(%rip), %rax
24549 testq %rax, %rax
24550 je 1f
24551 movq 5208(%rax), %r11
24552 jmp *%r11
24553 1:
24554 pushq %rdi
24555 call _glapi_get_dispatch
24556 popq %rdi
24557 movq 5208(%rax), %r11
24558 jmp *%r11
24559 #endif /* defined(GLX_USE_TLS) */
24560 .size GL_PREFIX(WindowPos2dvMESA), .-GL_PREFIX(WindowPos2dvMESA)
24561
24562 .p2align 4,,15
24563 .globl GL_PREFIX(WindowPos2fMESA)
24564 .type GL_PREFIX(WindowPos2fMESA), @function
24565 GL_PREFIX(WindowPos2fMESA):
24566 #if defined(GLX_USE_TLS)
24567 call _x86_64_get_dispatch@PLT
24568 movq 5216(%rax), %r11
24569 jmp *%r11
24570 #elif defined(PTHREADS)
24571 subq $24, %rsp
24572 movq %xmm0, (%rsp)
24573 movq %xmm1, 8(%rsp)
24574 call _x86_64_get_dispatch@PLT
24575 movq 8(%rsp), %xmm1
24576 movq (%rsp), %xmm0
24577 addq $24, %rsp
24578 movq 5216(%rax), %r11
24579 jmp *%r11
24580 #else
24581 movq _glapi_Dispatch(%rip), %rax
24582 testq %rax, %rax
24583 je 1f
24584 movq 5216(%rax), %r11
24585 jmp *%r11
24586 1:
24587 subq $24, %rsp
24588 movq %xmm0, (%rsp)
24589 movq %xmm1, 8(%rsp)
24590 call _glapi_get_dispatch
24591 movq 8(%rsp), %xmm1
24592 movq (%rsp), %xmm0
24593 addq $24, %rsp
24594 movq 5216(%rax), %r11
24595 jmp *%r11
24596 #endif /* defined(GLX_USE_TLS) */
24597 .size GL_PREFIX(WindowPos2fMESA), .-GL_PREFIX(WindowPos2fMESA)
24598
24599 .p2align 4,,15
24600 .globl GL_PREFIX(WindowPos2fvMESA)
24601 .type GL_PREFIX(WindowPos2fvMESA), @function
24602 GL_PREFIX(WindowPos2fvMESA):
24603 #if defined(GLX_USE_TLS)
24604 call _x86_64_get_dispatch@PLT
24605 movq 5224(%rax), %r11
24606 jmp *%r11
24607 #elif defined(PTHREADS)
24608 pushq %rdi
24609 call _x86_64_get_dispatch@PLT
24610 popq %rdi
24611 movq 5224(%rax), %r11
24612 jmp *%r11
24613 #else
24614 movq _glapi_Dispatch(%rip), %rax
24615 testq %rax, %rax
24616 je 1f
24617 movq 5224(%rax), %r11
24618 jmp *%r11
24619 1:
24620 pushq %rdi
24621 call _glapi_get_dispatch
24622 popq %rdi
24623 movq 5224(%rax), %r11
24624 jmp *%r11
24625 #endif /* defined(GLX_USE_TLS) */
24626 .size GL_PREFIX(WindowPos2fvMESA), .-GL_PREFIX(WindowPos2fvMESA)
24627
24628 .p2align 4,,15
24629 .globl GL_PREFIX(WindowPos2iMESA)
24630 .type GL_PREFIX(WindowPos2iMESA), @function
24631 GL_PREFIX(WindowPos2iMESA):
24632 #if defined(GLX_USE_TLS)
24633 call _x86_64_get_dispatch@PLT
24634 movq 5232(%rax), %r11
24635 jmp *%r11
24636 #elif defined(PTHREADS)
24637 pushq %rdi
24638 pushq %rsi
24639 pushq %rbp
24640 call _x86_64_get_dispatch@PLT
24641 popq %rbp
24642 popq %rsi
24643 popq %rdi
24644 movq 5232(%rax), %r11
24645 jmp *%r11
24646 #else
24647 movq _glapi_Dispatch(%rip), %rax
24648 testq %rax, %rax
24649 je 1f
24650 movq 5232(%rax), %r11
24651 jmp *%r11
24652 1:
24653 pushq %rdi
24654 pushq %rsi
24655 pushq %rbp
24656 call _glapi_get_dispatch
24657 popq %rbp
24658 popq %rsi
24659 popq %rdi
24660 movq 5232(%rax), %r11
24661 jmp *%r11
24662 #endif /* defined(GLX_USE_TLS) */
24663 .size GL_PREFIX(WindowPos2iMESA), .-GL_PREFIX(WindowPos2iMESA)
24664
24665 .p2align 4,,15
24666 .globl GL_PREFIX(WindowPos2ivMESA)
24667 .type GL_PREFIX(WindowPos2ivMESA), @function
24668 GL_PREFIX(WindowPos2ivMESA):
24669 #if defined(GLX_USE_TLS)
24670 call _x86_64_get_dispatch@PLT
24671 movq 5240(%rax), %r11
24672 jmp *%r11
24673 #elif defined(PTHREADS)
24674 pushq %rdi
24675 call _x86_64_get_dispatch@PLT
24676 popq %rdi
24677 movq 5240(%rax), %r11
24678 jmp *%r11
24679 #else
24680 movq _glapi_Dispatch(%rip), %rax
24681 testq %rax, %rax
24682 je 1f
24683 movq 5240(%rax), %r11
24684 jmp *%r11
24685 1:
24686 pushq %rdi
24687 call _glapi_get_dispatch
24688 popq %rdi
24689 movq 5240(%rax), %r11
24690 jmp *%r11
24691 #endif /* defined(GLX_USE_TLS) */
24692 .size GL_PREFIX(WindowPos2ivMESA), .-GL_PREFIX(WindowPos2ivMESA)
24693
24694 .p2align 4,,15
24695 .globl GL_PREFIX(WindowPos2sMESA)
24696 .type GL_PREFIX(WindowPos2sMESA), @function
24697 GL_PREFIX(WindowPos2sMESA):
24698 #if defined(GLX_USE_TLS)
24699 call _x86_64_get_dispatch@PLT
24700 movq 5248(%rax), %r11
24701 jmp *%r11
24702 #elif defined(PTHREADS)
24703 pushq %rdi
24704 pushq %rsi
24705 pushq %rbp
24706 call _x86_64_get_dispatch@PLT
24707 popq %rbp
24708 popq %rsi
24709 popq %rdi
24710 movq 5248(%rax), %r11
24711 jmp *%r11
24712 #else
24713 movq _glapi_Dispatch(%rip), %rax
24714 testq %rax, %rax
24715 je 1f
24716 movq 5248(%rax), %r11
24717 jmp *%r11
24718 1:
24719 pushq %rdi
24720 pushq %rsi
24721 pushq %rbp
24722 call _glapi_get_dispatch
24723 popq %rbp
24724 popq %rsi
24725 popq %rdi
24726 movq 5248(%rax), %r11
24727 jmp *%r11
24728 #endif /* defined(GLX_USE_TLS) */
24729 .size GL_PREFIX(WindowPos2sMESA), .-GL_PREFIX(WindowPos2sMESA)
24730
24731 .p2align 4,,15
24732 .globl GL_PREFIX(WindowPos2svMESA)
24733 .type GL_PREFIX(WindowPos2svMESA), @function
24734 GL_PREFIX(WindowPos2svMESA):
24735 #if defined(GLX_USE_TLS)
24736 call _x86_64_get_dispatch@PLT
24737 movq 5256(%rax), %r11
24738 jmp *%r11
24739 #elif defined(PTHREADS)
24740 pushq %rdi
24741 call _x86_64_get_dispatch@PLT
24742 popq %rdi
24743 movq 5256(%rax), %r11
24744 jmp *%r11
24745 #else
24746 movq _glapi_Dispatch(%rip), %rax
24747 testq %rax, %rax
24748 je 1f
24749 movq 5256(%rax), %r11
24750 jmp *%r11
24751 1:
24752 pushq %rdi
24753 call _glapi_get_dispatch
24754 popq %rdi
24755 movq 5256(%rax), %r11
24756 jmp *%r11
24757 #endif /* defined(GLX_USE_TLS) */
24758 .size GL_PREFIX(WindowPos2svMESA), .-GL_PREFIX(WindowPos2svMESA)
24759
24760 .p2align 4,,15
24761 .globl GL_PREFIX(WindowPos3dMESA)
24762 .type GL_PREFIX(WindowPos3dMESA), @function
24763 GL_PREFIX(WindowPos3dMESA):
24764 #if defined(GLX_USE_TLS)
24765 call _x86_64_get_dispatch@PLT
24766 movq 5264(%rax), %r11
24767 jmp *%r11
24768 #elif defined(PTHREADS)
24769 subq $24, %rsp
24770 movq %xmm0, (%rsp)
24771 movq %xmm1, 8(%rsp)
24772 movq %xmm2, 16(%rsp)
24773 call _x86_64_get_dispatch@PLT
24774 movq 16(%rsp), %xmm2
24775 movq 8(%rsp), %xmm1
24776 movq (%rsp), %xmm0
24777 addq $24, %rsp
24778 movq 5264(%rax), %r11
24779 jmp *%r11
24780 #else
24781 movq _glapi_Dispatch(%rip), %rax
24782 testq %rax, %rax
24783 je 1f
24784 movq 5264(%rax), %r11
24785 jmp *%r11
24786 1:
24787 subq $24, %rsp
24788 movq %xmm0, (%rsp)
24789 movq %xmm1, 8(%rsp)
24790 movq %xmm2, 16(%rsp)
24791 call _glapi_get_dispatch
24792 movq 16(%rsp), %xmm2
24793 movq 8(%rsp), %xmm1
24794 movq (%rsp), %xmm0
24795 addq $24, %rsp
24796 movq 5264(%rax), %r11
24797 jmp *%r11
24798 #endif /* defined(GLX_USE_TLS) */
24799 .size GL_PREFIX(WindowPos3dMESA), .-GL_PREFIX(WindowPos3dMESA)
24800
24801 .p2align 4,,15
24802 .globl GL_PREFIX(WindowPos3dvMESA)
24803 .type GL_PREFIX(WindowPos3dvMESA), @function
24804 GL_PREFIX(WindowPos3dvMESA):
24805 #if defined(GLX_USE_TLS)
24806 call _x86_64_get_dispatch@PLT
24807 movq 5272(%rax), %r11
24808 jmp *%r11
24809 #elif defined(PTHREADS)
24810 pushq %rdi
24811 call _x86_64_get_dispatch@PLT
24812 popq %rdi
24813 movq 5272(%rax), %r11
24814 jmp *%r11
24815 #else
24816 movq _glapi_Dispatch(%rip), %rax
24817 testq %rax, %rax
24818 je 1f
24819 movq 5272(%rax), %r11
24820 jmp *%r11
24821 1:
24822 pushq %rdi
24823 call _glapi_get_dispatch
24824 popq %rdi
24825 movq 5272(%rax), %r11
24826 jmp *%r11
24827 #endif /* defined(GLX_USE_TLS) */
24828 .size GL_PREFIX(WindowPos3dvMESA), .-GL_PREFIX(WindowPos3dvMESA)
24829
24830 .p2align 4,,15
24831 .globl GL_PREFIX(WindowPos3fMESA)
24832 .type GL_PREFIX(WindowPos3fMESA), @function
24833 GL_PREFIX(WindowPos3fMESA):
24834 #if defined(GLX_USE_TLS)
24835 call _x86_64_get_dispatch@PLT
24836 movq 5280(%rax), %r11
24837 jmp *%r11
24838 #elif defined(PTHREADS)
24839 subq $24, %rsp
24840 movq %xmm0, (%rsp)
24841 movq %xmm1, 8(%rsp)
24842 movq %xmm2, 16(%rsp)
24843 call _x86_64_get_dispatch@PLT
24844 movq 16(%rsp), %xmm2
24845 movq 8(%rsp), %xmm1
24846 movq (%rsp), %xmm0
24847 addq $24, %rsp
24848 movq 5280(%rax), %r11
24849 jmp *%r11
24850 #else
24851 movq _glapi_Dispatch(%rip), %rax
24852 testq %rax, %rax
24853 je 1f
24854 movq 5280(%rax), %r11
24855 jmp *%r11
24856 1:
24857 subq $24, %rsp
24858 movq %xmm0, (%rsp)
24859 movq %xmm1, 8(%rsp)
24860 movq %xmm2, 16(%rsp)
24861 call _glapi_get_dispatch
24862 movq 16(%rsp), %xmm2
24863 movq 8(%rsp), %xmm1
24864 movq (%rsp), %xmm0
24865 addq $24, %rsp
24866 movq 5280(%rax), %r11
24867 jmp *%r11
24868 #endif /* defined(GLX_USE_TLS) */
24869 .size GL_PREFIX(WindowPos3fMESA), .-GL_PREFIX(WindowPos3fMESA)
24870
24871 .p2align 4,,15
24872 .globl GL_PREFIX(WindowPos3fvMESA)
24873 .type GL_PREFIX(WindowPos3fvMESA), @function
24874 GL_PREFIX(WindowPos3fvMESA):
24875 #if defined(GLX_USE_TLS)
24876 call _x86_64_get_dispatch@PLT
24877 movq 5288(%rax), %r11
24878 jmp *%r11
24879 #elif defined(PTHREADS)
24880 pushq %rdi
24881 call _x86_64_get_dispatch@PLT
24882 popq %rdi
24883 movq 5288(%rax), %r11
24884 jmp *%r11
24885 #else
24886 movq _glapi_Dispatch(%rip), %rax
24887 testq %rax, %rax
24888 je 1f
24889 movq 5288(%rax), %r11
24890 jmp *%r11
24891 1:
24892 pushq %rdi
24893 call _glapi_get_dispatch
24894 popq %rdi
24895 movq 5288(%rax), %r11
24896 jmp *%r11
24897 #endif /* defined(GLX_USE_TLS) */
24898 .size GL_PREFIX(WindowPos3fvMESA), .-GL_PREFIX(WindowPos3fvMESA)
24899
24900 .p2align 4,,15
24901 .globl GL_PREFIX(WindowPos3iMESA)
24902 .type GL_PREFIX(WindowPos3iMESA), @function
24903 GL_PREFIX(WindowPos3iMESA):
24904 #if defined(GLX_USE_TLS)
24905 call _x86_64_get_dispatch@PLT
24906 movq 5296(%rax), %r11
24907 jmp *%r11
24908 #elif defined(PTHREADS)
24909 pushq %rdi
24910 pushq %rsi
24911 pushq %rdx
24912 call _x86_64_get_dispatch@PLT
24913 popq %rdx
24914 popq %rsi
24915 popq %rdi
24916 movq 5296(%rax), %r11
24917 jmp *%r11
24918 #else
24919 movq _glapi_Dispatch(%rip), %rax
24920 testq %rax, %rax
24921 je 1f
24922 movq 5296(%rax), %r11
24923 jmp *%r11
24924 1:
24925 pushq %rdi
24926 pushq %rsi
24927 pushq %rdx
24928 call _glapi_get_dispatch
24929 popq %rdx
24930 popq %rsi
24931 popq %rdi
24932 movq 5296(%rax), %r11
24933 jmp *%r11
24934 #endif /* defined(GLX_USE_TLS) */
24935 .size GL_PREFIX(WindowPos3iMESA), .-GL_PREFIX(WindowPos3iMESA)
24936
24937 .p2align 4,,15
24938 .globl GL_PREFIX(WindowPos3ivMESA)
24939 .type GL_PREFIX(WindowPos3ivMESA), @function
24940 GL_PREFIX(WindowPos3ivMESA):
24941 #if defined(GLX_USE_TLS)
24942 call _x86_64_get_dispatch@PLT
24943 movq 5304(%rax), %r11
24944 jmp *%r11
24945 #elif defined(PTHREADS)
24946 pushq %rdi
24947 call _x86_64_get_dispatch@PLT
24948 popq %rdi
24949 movq 5304(%rax), %r11
24950 jmp *%r11
24951 #else
24952 movq _glapi_Dispatch(%rip), %rax
24953 testq %rax, %rax
24954 je 1f
24955 movq 5304(%rax), %r11
24956 jmp *%r11
24957 1:
24958 pushq %rdi
24959 call _glapi_get_dispatch
24960 popq %rdi
24961 movq 5304(%rax), %r11
24962 jmp *%r11
24963 #endif /* defined(GLX_USE_TLS) */
24964 .size GL_PREFIX(WindowPos3ivMESA), .-GL_PREFIX(WindowPos3ivMESA)
24965
24966 .p2align 4,,15
24967 .globl GL_PREFIX(WindowPos3sMESA)
24968 .type GL_PREFIX(WindowPos3sMESA), @function
24969 GL_PREFIX(WindowPos3sMESA):
24970 #if defined(GLX_USE_TLS)
24971 call _x86_64_get_dispatch@PLT
24972 movq 5312(%rax), %r11
24973 jmp *%r11
24974 #elif defined(PTHREADS)
24975 pushq %rdi
24976 pushq %rsi
24977 pushq %rdx
24978 call _x86_64_get_dispatch@PLT
24979 popq %rdx
24980 popq %rsi
24981 popq %rdi
24982 movq 5312(%rax), %r11
24983 jmp *%r11
24984 #else
24985 movq _glapi_Dispatch(%rip), %rax
24986 testq %rax, %rax
24987 je 1f
24988 movq 5312(%rax), %r11
24989 jmp *%r11
24990 1:
24991 pushq %rdi
24992 pushq %rsi
24993 pushq %rdx
24994 call _glapi_get_dispatch
24995 popq %rdx
24996 popq %rsi
24997 popq %rdi
24998 movq 5312(%rax), %r11
24999 jmp *%r11
25000 #endif /* defined(GLX_USE_TLS) */
25001 .size GL_PREFIX(WindowPos3sMESA), .-GL_PREFIX(WindowPos3sMESA)
25002
25003 .p2align 4,,15
25004 .globl GL_PREFIX(WindowPos3svMESA)
25005 .type GL_PREFIX(WindowPos3svMESA), @function
25006 GL_PREFIX(WindowPos3svMESA):
25007 #if defined(GLX_USE_TLS)
25008 call _x86_64_get_dispatch@PLT
25009 movq 5320(%rax), %r11
25010 jmp *%r11
25011 #elif defined(PTHREADS)
25012 pushq %rdi
25013 call _x86_64_get_dispatch@PLT
25014 popq %rdi
25015 movq 5320(%rax), %r11
25016 jmp *%r11
25017 #else
25018 movq _glapi_Dispatch(%rip), %rax
25019 testq %rax, %rax
25020 je 1f
25021 movq 5320(%rax), %r11
25022 jmp *%r11
25023 1:
25024 pushq %rdi
25025 call _glapi_get_dispatch
25026 popq %rdi
25027 movq 5320(%rax), %r11
25028 jmp *%r11
25029 #endif /* defined(GLX_USE_TLS) */
25030 .size GL_PREFIX(WindowPos3svMESA), .-GL_PREFIX(WindowPos3svMESA)
25031
25032 .p2align 4,,15
25033 .globl GL_PREFIX(WindowPos4dMESA)
25034 .type GL_PREFIX(WindowPos4dMESA), @function
25035 GL_PREFIX(WindowPos4dMESA):
25036 #if defined(GLX_USE_TLS)
25037 call _x86_64_get_dispatch@PLT
25038 movq 5328(%rax), %r11
25039 jmp *%r11
25040 #elif defined(PTHREADS)
25041 subq $40, %rsp
25042 movq %xmm0, (%rsp)
25043 movq %xmm1, 8(%rsp)
25044 movq %xmm2, 16(%rsp)
25045 movq %xmm3, 24(%rsp)
25046 call _x86_64_get_dispatch@PLT
25047 movq 24(%rsp), %xmm3
25048 movq 16(%rsp), %xmm2
25049 movq 8(%rsp), %xmm1
25050 movq (%rsp), %xmm0
25051 addq $40, %rsp
25052 movq 5328(%rax), %r11
25053 jmp *%r11
25054 #else
25055 movq _glapi_Dispatch(%rip), %rax
25056 testq %rax, %rax
25057 je 1f
25058 movq 5328(%rax), %r11
25059 jmp *%r11
25060 1:
25061 subq $40, %rsp
25062 movq %xmm0, (%rsp)
25063 movq %xmm1, 8(%rsp)
25064 movq %xmm2, 16(%rsp)
25065 movq %xmm3, 24(%rsp)
25066 call _glapi_get_dispatch
25067 movq 24(%rsp), %xmm3
25068 movq 16(%rsp), %xmm2
25069 movq 8(%rsp), %xmm1
25070 movq (%rsp), %xmm0
25071 addq $40, %rsp
25072 movq 5328(%rax), %r11
25073 jmp *%r11
25074 #endif /* defined(GLX_USE_TLS) */
25075 .size GL_PREFIX(WindowPos4dMESA), .-GL_PREFIX(WindowPos4dMESA)
25076
25077 .p2align 4,,15
25078 .globl GL_PREFIX(WindowPos4dvMESA)
25079 .type GL_PREFIX(WindowPos4dvMESA), @function
25080 GL_PREFIX(WindowPos4dvMESA):
25081 #if defined(GLX_USE_TLS)
25082 call _x86_64_get_dispatch@PLT
25083 movq 5336(%rax), %r11
25084 jmp *%r11
25085 #elif defined(PTHREADS)
25086 pushq %rdi
25087 call _x86_64_get_dispatch@PLT
25088 popq %rdi
25089 movq 5336(%rax), %r11
25090 jmp *%r11
25091 #else
25092 movq _glapi_Dispatch(%rip), %rax
25093 testq %rax, %rax
25094 je 1f
25095 movq 5336(%rax), %r11
25096 jmp *%r11
25097 1:
25098 pushq %rdi
25099 call _glapi_get_dispatch
25100 popq %rdi
25101 movq 5336(%rax), %r11
25102 jmp *%r11
25103 #endif /* defined(GLX_USE_TLS) */
25104 .size GL_PREFIX(WindowPos4dvMESA), .-GL_PREFIX(WindowPos4dvMESA)
25105
25106 .p2align 4,,15
25107 .globl GL_PREFIX(WindowPos4fMESA)
25108 .type GL_PREFIX(WindowPos4fMESA), @function
25109 GL_PREFIX(WindowPos4fMESA):
25110 #if defined(GLX_USE_TLS)
25111 call _x86_64_get_dispatch@PLT
25112 movq 5344(%rax), %r11
25113 jmp *%r11
25114 #elif defined(PTHREADS)
25115 subq $40, %rsp
25116 movq %xmm0, (%rsp)
25117 movq %xmm1, 8(%rsp)
25118 movq %xmm2, 16(%rsp)
25119 movq %xmm3, 24(%rsp)
25120 call _x86_64_get_dispatch@PLT
25121 movq 24(%rsp), %xmm3
25122 movq 16(%rsp), %xmm2
25123 movq 8(%rsp), %xmm1
25124 movq (%rsp), %xmm0
25125 addq $40, %rsp
25126 movq 5344(%rax), %r11
25127 jmp *%r11
25128 #else
25129 movq _glapi_Dispatch(%rip), %rax
25130 testq %rax, %rax
25131 je 1f
25132 movq 5344(%rax), %r11
25133 jmp *%r11
25134 1:
25135 subq $40, %rsp
25136 movq %xmm0, (%rsp)
25137 movq %xmm1, 8(%rsp)
25138 movq %xmm2, 16(%rsp)
25139 movq %xmm3, 24(%rsp)
25140 call _glapi_get_dispatch
25141 movq 24(%rsp), %xmm3
25142 movq 16(%rsp), %xmm2
25143 movq 8(%rsp), %xmm1
25144 movq (%rsp), %xmm0
25145 addq $40, %rsp
25146 movq 5344(%rax), %r11
25147 jmp *%r11
25148 #endif /* defined(GLX_USE_TLS) */
25149 .size GL_PREFIX(WindowPos4fMESA), .-GL_PREFIX(WindowPos4fMESA)
25150
25151 .p2align 4,,15
25152 .globl GL_PREFIX(WindowPos4fvMESA)
25153 .type GL_PREFIX(WindowPos4fvMESA), @function
25154 GL_PREFIX(WindowPos4fvMESA):
25155 #if defined(GLX_USE_TLS)
25156 call _x86_64_get_dispatch@PLT
25157 movq 5352(%rax), %r11
25158 jmp *%r11
25159 #elif defined(PTHREADS)
25160 pushq %rdi
25161 call _x86_64_get_dispatch@PLT
25162 popq %rdi
25163 movq 5352(%rax), %r11
25164 jmp *%r11
25165 #else
25166 movq _glapi_Dispatch(%rip), %rax
25167 testq %rax, %rax
25168 je 1f
25169 movq 5352(%rax), %r11
25170 jmp *%r11
25171 1:
25172 pushq %rdi
25173 call _glapi_get_dispatch
25174 popq %rdi
25175 movq 5352(%rax), %r11
25176 jmp *%r11
25177 #endif /* defined(GLX_USE_TLS) */
25178 .size GL_PREFIX(WindowPos4fvMESA), .-GL_PREFIX(WindowPos4fvMESA)
25179
25180 .p2align 4,,15
25181 .globl GL_PREFIX(WindowPos4iMESA)
25182 .type GL_PREFIX(WindowPos4iMESA), @function
25183 GL_PREFIX(WindowPos4iMESA):
25184 #if defined(GLX_USE_TLS)
25185 call _x86_64_get_dispatch@PLT
25186 movq 5360(%rax), %r11
25187 jmp *%r11
25188 #elif defined(PTHREADS)
25189 pushq %rdi
25190 pushq %rsi
25191 pushq %rdx
25192 pushq %rcx
25193 pushq %rbp
25194 call _x86_64_get_dispatch@PLT
25195 popq %rbp
25196 popq %rcx
25197 popq %rdx
25198 popq %rsi
25199 popq %rdi
25200 movq 5360(%rax), %r11
25201 jmp *%r11
25202 #else
25203 movq _glapi_Dispatch(%rip), %rax
25204 testq %rax, %rax
25205 je 1f
25206 movq 5360(%rax), %r11
25207 jmp *%r11
25208 1:
25209 pushq %rdi
25210 pushq %rsi
25211 pushq %rdx
25212 pushq %rcx
25213 pushq %rbp
25214 call _glapi_get_dispatch
25215 popq %rbp
25216 popq %rcx
25217 popq %rdx
25218 popq %rsi
25219 popq %rdi
25220 movq 5360(%rax), %r11
25221 jmp *%r11
25222 #endif /* defined(GLX_USE_TLS) */
25223 .size GL_PREFIX(WindowPos4iMESA), .-GL_PREFIX(WindowPos4iMESA)
25224
25225 .p2align 4,,15
25226 .globl GL_PREFIX(WindowPos4ivMESA)
25227 .type GL_PREFIX(WindowPos4ivMESA), @function
25228 GL_PREFIX(WindowPos4ivMESA):
25229 #if defined(GLX_USE_TLS)
25230 call _x86_64_get_dispatch@PLT
25231 movq 5368(%rax), %r11
25232 jmp *%r11
25233 #elif defined(PTHREADS)
25234 pushq %rdi
25235 call _x86_64_get_dispatch@PLT
25236 popq %rdi
25237 movq 5368(%rax), %r11
25238 jmp *%r11
25239 #else
25240 movq _glapi_Dispatch(%rip), %rax
25241 testq %rax, %rax
25242 je 1f
25243 movq 5368(%rax), %r11
25244 jmp *%r11
25245 1:
25246 pushq %rdi
25247 call _glapi_get_dispatch
25248 popq %rdi
25249 movq 5368(%rax), %r11
25250 jmp *%r11
25251 #endif /* defined(GLX_USE_TLS) */
25252 .size GL_PREFIX(WindowPos4ivMESA), .-GL_PREFIX(WindowPos4ivMESA)
25253
25254 .p2align 4,,15
25255 .globl GL_PREFIX(WindowPos4sMESA)
25256 .type GL_PREFIX(WindowPos4sMESA), @function
25257 GL_PREFIX(WindowPos4sMESA):
25258 #if defined(GLX_USE_TLS)
25259 call _x86_64_get_dispatch@PLT
25260 movq 5376(%rax), %r11
25261 jmp *%r11
25262 #elif defined(PTHREADS)
25263 pushq %rdi
25264 pushq %rsi
25265 pushq %rdx
25266 pushq %rcx
25267 pushq %rbp
25268 call _x86_64_get_dispatch@PLT
25269 popq %rbp
25270 popq %rcx
25271 popq %rdx
25272 popq %rsi
25273 popq %rdi
25274 movq 5376(%rax), %r11
25275 jmp *%r11
25276 #else
25277 movq _glapi_Dispatch(%rip), %rax
25278 testq %rax, %rax
25279 je 1f
25280 movq 5376(%rax), %r11
25281 jmp *%r11
25282 1:
25283 pushq %rdi
25284 pushq %rsi
25285 pushq %rdx
25286 pushq %rcx
25287 pushq %rbp
25288 call _glapi_get_dispatch
25289 popq %rbp
25290 popq %rcx
25291 popq %rdx
25292 popq %rsi
25293 popq %rdi
25294 movq 5376(%rax), %r11
25295 jmp *%r11
25296 #endif /* defined(GLX_USE_TLS) */
25297 .size GL_PREFIX(WindowPos4sMESA), .-GL_PREFIX(WindowPos4sMESA)
25298
25299 .p2align 4,,15
25300 .globl GL_PREFIX(WindowPos4svMESA)
25301 .type GL_PREFIX(WindowPos4svMESA), @function
25302 GL_PREFIX(WindowPos4svMESA):
25303 #if defined(GLX_USE_TLS)
25304 call _x86_64_get_dispatch@PLT
25305 movq 5384(%rax), %r11
25306 jmp *%r11
25307 #elif defined(PTHREADS)
25308 pushq %rdi
25309 call _x86_64_get_dispatch@PLT
25310 popq %rdi
25311 movq 5384(%rax), %r11
25312 jmp *%r11
25313 #else
25314 movq _glapi_Dispatch(%rip), %rax
25315 testq %rax, %rax
25316 je 1f
25317 movq 5384(%rax), %r11
25318 jmp *%r11
25319 1:
25320 pushq %rdi
25321 call _glapi_get_dispatch
25322 popq %rdi
25323 movq 5384(%rax), %r11
25324 jmp *%r11
25325 #endif /* defined(GLX_USE_TLS) */
25326 .size GL_PREFIX(WindowPos4svMESA), .-GL_PREFIX(WindowPos4svMESA)
25327
25328 .p2align 4,,15
25329 .globl GL_PREFIX(_dispatch_stub_674)
25330 .type GL_PREFIX(_dispatch_stub_674), @function
25331 HIDDEN(GL_PREFIX(_dispatch_stub_674))
25332 GL_PREFIX(_dispatch_stub_674):
25333 #if defined(GLX_USE_TLS)
25334 call _x86_64_get_dispatch@PLT
25335 movq 5392(%rax), %r11
25336 jmp *%r11
25337 #elif defined(PTHREADS)
25338 pushq %rdi
25339 pushq %rsi
25340 pushq %rdx
25341 pushq %rcx
25342 pushq %r8
25343 call _x86_64_get_dispatch@PLT
25344 popq %r8
25345 popq %rcx
25346 popq %rdx
25347 popq %rsi
25348 popq %rdi
25349 movq 5392(%rax), %r11
25350 jmp *%r11
25351 #else
25352 movq _glapi_Dispatch(%rip), %rax
25353 testq %rax, %rax
25354 je 1f
25355 movq 5392(%rax), %r11
25356 jmp *%r11
25357 1:
25358 pushq %rdi
25359 pushq %rsi
25360 pushq %rdx
25361 pushq %rcx
25362 pushq %r8
25363 call _glapi_get_dispatch
25364 popq %r8
25365 popq %rcx
25366 popq %rdx
25367 popq %rsi
25368 popq %rdi
25369 movq 5392(%rax), %r11
25370 jmp *%r11
25371 #endif /* defined(GLX_USE_TLS) */
25372 .size GL_PREFIX(_dispatch_stub_674), .-GL_PREFIX(_dispatch_stub_674)
25373
25374 .p2align 4,,15
25375 .globl GL_PREFIX(_dispatch_stub_675)
25376 .type GL_PREFIX(_dispatch_stub_675), @function
25377 HIDDEN(GL_PREFIX(_dispatch_stub_675))
25378 GL_PREFIX(_dispatch_stub_675):
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 pushq %rsi
25386 pushq %rdx
25387 pushq %rcx
25388 pushq %r8
25389 pushq %r9
25390 pushq %rbp
25391 call _x86_64_get_dispatch@PLT
25392 popq %rbp
25393 popq %r9
25394 popq %r8
25395 popq %rcx
25396 popq %rdx
25397 popq %rsi
25398 popq %rdi
25399 movq 5400(%rax), %r11
25400 jmp *%r11
25401 #else
25402 movq _glapi_Dispatch(%rip), %rax
25403 testq %rax, %rax
25404 je 1f
25405 movq 5400(%rax), %r11
25406 jmp *%r11
25407 1:
25408 pushq %rdi
25409 pushq %rsi
25410 pushq %rdx
25411 pushq %rcx
25412 pushq %r8
25413 pushq %r9
25414 pushq %rbp
25415 call _glapi_get_dispatch
25416 popq %rbp
25417 popq %r9
25418 popq %r8
25419 popq %rcx
25420 popq %rdx
25421 popq %rsi
25422 popq %rdi
25423 movq 5400(%rax), %r11
25424 jmp *%r11
25425 #endif /* defined(GLX_USE_TLS) */
25426 .size GL_PREFIX(_dispatch_stub_675), .-GL_PREFIX(_dispatch_stub_675)
25427
25428 .p2align 4,,15
25429 .globl GL_PREFIX(_dispatch_stub_676)
25430 .type GL_PREFIX(_dispatch_stub_676), @function
25431 HIDDEN(GL_PREFIX(_dispatch_stub_676))
25432 GL_PREFIX(_dispatch_stub_676):
25433 #if defined(GLX_USE_TLS)
25434 call _x86_64_get_dispatch@PLT
25435 movq 5408(%rax), %r11
25436 jmp *%r11
25437 #elif defined(PTHREADS)
25438 pushq %rdi
25439 pushq %rsi
25440 pushq %rbp
25441 call _x86_64_get_dispatch@PLT
25442 popq %rbp
25443 popq %rsi
25444 popq %rdi
25445 movq 5408(%rax), %r11
25446 jmp *%r11
25447 #else
25448 movq _glapi_Dispatch(%rip), %rax
25449 testq %rax, %rax
25450 je 1f
25451 movq 5408(%rax), %r11
25452 jmp *%r11
25453 1:
25454 pushq %rdi
25455 pushq %rsi
25456 pushq %rbp
25457 call _glapi_get_dispatch
25458 popq %rbp
25459 popq %rsi
25460 popq %rdi
25461 movq 5408(%rax), %r11
25462 jmp *%r11
25463 #endif /* defined(GLX_USE_TLS) */
25464 .size GL_PREFIX(_dispatch_stub_676), .-GL_PREFIX(_dispatch_stub_676)
25465
25466 .p2align 4,,15
25467 .globl GL_PREFIX(_dispatch_stub_677)
25468 .type GL_PREFIX(_dispatch_stub_677), @function
25469 HIDDEN(GL_PREFIX(_dispatch_stub_677))
25470 GL_PREFIX(_dispatch_stub_677):
25471 #if defined(GLX_USE_TLS)
25472 call _x86_64_get_dispatch@PLT
25473 movq 5416(%rax), %r11
25474 jmp *%r11
25475 #elif defined(PTHREADS)
25476 pushq %rdi
25477 call _x86_64_get_dispatch@PLT
25478 popq %rdi
25479 movq 5416(%rax), %r11
25480 jmp *%r11
25481 #else
25482 movq _glapi_Dispatch(%rip), %rax
25483 testq %rax, %rax
25484 je 1f
25485 movq 5416(%rax), %r11
25486 jmp *%r11
25487 1:
25488 pushq %rdi
25489 call _glapi_get_dispatch
25490 popq %rdi
25491 movq 5416(%rax), %r11
25492 jmp *%r11
25493 #endif /* defined(GLX_USE_TLS) */
25494 .size GL_PREFIX(_dispatch_stub_677), .-GL_PREFIX(_dispatch_stub_677)
25495
25496 .p2align 4,,15
25497 .globl GL_PREFIX(_dispatch_stub_678)
25498 .type GL_PREFIX(_dispatch_stub_678), @function
25499 HIDDEN(GL_PREFIX(_dispatch_stub_678))
25500 GL_PREFIX(_dispatch_stub_678):
25501 #if defined(GLX_USE_TLS)
25502 call _x86_64_get_dispatch@PLT
25503 movq 5424(%rax), %r11
25504 jmp *%r11
25505 #elif defined(PTHREADS)
25506 pushq %rdi
25507 pushq %rsi
25508 pushq %rbp
25509 call _x86_64_get_dispatch@PLT
25510 popq %rbp
25511 popq %rsi
25512 popq %rdi
25513 movq 5424(%rax), %r11
25514 jmp *%r11
25515 #else
25516 movq _glapi_Dispatch(%rip), %rax
25517 testq %rax, %rax
25518 je 1f
25519 movq 5424(%rax), %r11
25520 jmp *%r11
25521 1:
25522 pushq %rdi
25523 pushq %rsi
25524 pushq %rbp
25525 call _glapi_get_dispatch
25526 popq %rbp
25527 popq %rsi
25528 popq %rdi
25529 movq 5424(%rax), %r11
25530 jmp *%r11
25531 #endif /* defined(GLX_USE_TLS) */
25532 .size GL_PREFIX(_dispatch_stub_678), .-GL_PREFIX(_dispatch_stub_678)
25533
25534 .p2align 4,,15
25535 .globl GL_PREFIX(_dispatch_stub_679)
25536 .type GL_PREFIX(_dispatch_stub_679), @function
25537 HIDDEN(GL_PREFIX(_dispatch_stub_679))
25538 GL_PREFIX(_dispatch_stub_679):
25539 #if defined(GLX_USE_TLS)
25540 call _x86_64_get_dispatch@PLT
25541 movq 5432(%rax), %r11
25542 jmp *%r11
25543 #elif defined(PTHREADS)
25544 pushq %rdi
25545 pushq %rsi
25546 pushq %rdx
25547 call _x86_64_get_dispatch@PLT
25548 popq %rdx
25549 popq %rsi
25550 popq %rdi
25551 movq 5432(%rax), %r11
25552 jmp *%r11
25553 #else
25554 movq _glapi_Dispatch(%rip), %rax
25555 testq %rax, %rax
25556 je 1f
25557 movq 5432(%rax), %r11
25558 jmp *%r11
25559 1:
25560 pushq %rdi
25561 pushq %rsi
25562 pushq %rdx
25563 call _glapi_get_dispatch
25564 popq %rdx
25565 popq %rsi
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 call _x86_64_get_dispatch@PLT
25584 popq %rdi
25585 movq 5440(%rax), %r11
25586 jmp *%r11
25587 #else
25588 movq _glapi_Dispatch(%rip), %rax
25589 testq %rax, %rax
25590 je 1f
25591 movq 5440(%rax), %r11
25592 jmp *%r11
25593 1:
25594 pushq %rdi
25595 call _glapi_get_dispatch
25596 popq %rdi
25597 movq 5440(%rax), %r11
25598 jmp *%r11
25599 #endif /* defined(GLX_USE_TLS) */
25600 .size GL_PREFIX(_dispatch_stub_680), .-GL_PREFIX(_dispatch_stub_680)
25601
25602 .p2align 4,,15
25603 .globl GL_PREFIX(_dispatch_stub_681)
25604 .type GL_PREFIX(_dispatch_stub_681), @function
25605 HIDDEN(GL_PREFIX(_dispatch_stub_681))
25606 GL_PREFIX(_dispatch_stub_681):
25607 #if defined(GLX_USE_TLS)
25608 call _x86_64_get_dispatch@PLT
25609 movq 5448(%rax), %r11
25610 jmp *%r11
25611 #elif defined(PTHREADS)
25612 pushq %rdi
25613 pushq %rsi
25614 pushq %rbp
25615 call _x86_64_get_dispatch@PLT
25616 popq %rbp
25617 popq %rsi
25618 popq %rdi
25619 movq 5448(%rax), %r11
25620 jmp *%r11
25621 #else
25622 movq _glapi_Dispatch(%rip), %rax
25623 testq %rax, %rax
25624 je 1f
25625 movq 5448(%rax), %r11
25626 jmp *%r11
25627 1:
25628 pushq %rdi
25629 pushq %rsi
25630 pushq %rbp
25631 call _glapi_get_dispatch
25632 popq %rbp
25633 popq %rsi
25634 popq %rdi
25635 movq 5448(%rax), %r11
25636 jmp *%r11
25637 #endif /* defined(GLX_USE_TLS) */
25638 .size GL_PREFIX(_dispatch_stub_681), .-GL_PREFIX(_dispatch_stub_681)
25639
25640 .p2align 4,,15
25641 .globl GL_PREFIX(_dispatch_stub_682)
25642 .type GL_PREFIX(_dispatch_stub_682), @function
25643 HIDDEN(GL_PREFIX(_dispatch_stub_682))
25644 GL_PREFIX(_dispatch_stub_682):
25645 #if defined(GLX_USE_TLS)
25646 call _x86_64_get_dispatch@PLT
25647 movq 5456(%rax), %r11
25648 jmp *%r11
25649 #elif defined(PTHREADS)
25650 pushq %rdi
25651 call _x86_64_get_dispatch@PLT
25652 popq %rdi
25653 movq 5456(%rax), %r11
25654 jmp *%r11
25655 #else
25656 movq _glapi_Dispatch(%rip), %rax
25657 testq %rax, %rax
25658 je 1f
25659 movq 5456(%rax), %r11
25660 jmp *%r11
25661 1:
25662 pushq %rdi
25663 call _glapi_get_dispatch
25664 popq %rdi
25665 movq 5456(%rax), %r11
25666 jmp *%r11
25667 #endif /* defined(GLX_USE_TLS) */
25668 .size GL_PREFIX(_dispatch_stub_682), .-GL_PREFIX(_dispatch_stub_682)
25669
25670 .p2align 4,,15
25671 .globl GL_PREFIX(AreProgramsResidentNV)
25672 .type GL_PREFIX(AreProgramsResidentNV), @function
25673 GL_PREFIX(AreProgramsResidentNV):
25674 #if defined(GLX_USE_TLS)
25675 call _x86_64_get_dispatch@PLT
25676 movq 5464(%rax), %r11
25677 jmp *%r11
25678 #elif defined(PTHREADS)
25679 pushq %rdi
25680 pushq %rsi
25681 pushq %rdx
25682 call _x86_64_get_dispatch@PLT
25683 popq %rdx
25684 popq %rsi
25685 popq %rdi
25686 movq 5464(%rax), %r11
25687 jmp *%r11
25688 #else
25689 movq _glapi_Dispatch(%rip), %rax
25690 testq %rax, %rax
25691 je 1f
25692 movq 5464(%rax), %r11
25693 jmp *%r11
25694 1:
25695 pushq %rdi
25696 pushq %rsi
25697 pushq %rdx
25698 call _glapi_get_dispatch
25699 popq %rdx
25700 popq %rsi
25701 popq %rdi
25702 movq 5464(%rax), %r11
25703 jmp *%r11
25704 #endif /* defined(GLX_USE_TLS) */
25705 .size GL_PREFIX(AreProgramsResidentNV), .-GL_PREFIX(AreProgramsResidentNV)
25706
25707 .p2align 4,,15
25708 .globl GL_PREFIX(BindProgramNV)
25709 .type GL_PREFIX(BindProgramNV), @function
25710 GL_PREFIX(BindProgramNV):
25711 #if defined(GLX_USE_TLS)
25712 call _x86_64_get_dispatch@PLT
25713 movq 5472(%rax), %r11
25714 jmp *%r11
25715 #elif defined(PTHREADS)
25716 pushq %rdi
25717 pushq %rsi
25718 pushq %rbp
25719 call _x86_64_get_dispatch@PLT
25720 popq %rbp
25721 popq %rsi
25722 popq %rdi
25723 movq 5472(%rax), %r11
25724 jmp *%r11
25725 #else
25726 movq _glapi_Dispatch(%rip), %rax
25727 testq %rax, %rax
25728 je 1f
25729 movq 5472(%rax), %r11
25730 jmp *%r11
25731 1:
25732 pushq %rdi
25733 pushq %rsi
25734 pushq %rbp
25735 call _glapi_get_dispatch
25736 popq %rbp
25737 popq %rsi
25738 popq %rdi
25739 movq 5472(%rax), %r11
25740 jmp *%r11
25741 #endif /* defined(GLX_USE_TLS) */
25742 .size GL_PREFIX(BindProgramNV), .-GL_PREFIX(BindProgramNV)
25743
25744 .p2align 4,,15
25745 .globl GL_PREFIX(DeleteProgramsNV)
25746 .type GL_PREFIX(DeleteProgramsNV), @function
25747 GL_PREFIX(DeleteProgramsNV):
25748 #if defined(GLX_USE_TLS)
25749 call _x86_64_get_dispatch@PLT
25750 movq 5480(%rax), %r11
25751 jmp *%r11
25752 #elif defined(PTHREADS)
25753 pushq %rdi
25754 pushq %rsi
25755 pushq %rbp
25756 call _x86_64_get_dispatch@PLT
25757 popq %rbp
25758 popq %rsi
25759 popq %rdi
25760 movq 5480(%rax), %r11
25761 jmp *%r11
25762 #else
25763 movq _glapi_Dispatch(%rip), %rax
25764 testq %rax, %rax
25765 je 1f
25766 movq 5480(%rax), %r11
25767 jmp *%r11
25768 1:
25769 pushq %rdi
25770 pushq %rsi
25771 pushq %rbp
25772 call _glapi_get_dispatch
25773 popq %rbp
25774 popq %rsi
25775 popq %rdi
25776 movq 5480(%rax), %r11
25777 jmp *%r11
25778 #endif /* defined(GLX_USE_TLS) */
25779 .size GL_PREFIX(DeleteProgramsNV), .-GL_PREFIX(DeleteProgramsNV)
25780
25781 .p2align 4,,15
25782 .globl GL_PREFIX(ExecuteProgramNV)
25783 .type GL_PREFIX(ExecuteProgramNV), @function
25784 GL_PREFIX(ExecuteProgramNV):
25785 #if defined(GLX_USE_TLS)
25786 call _x86_64_get_dispatch@PLT
25787 movq 5488(%rax), %r11
25788 jmp *%r11
25789 #elif defined(PTHREADS)
25790 pushq %rdi
25791 pushq %rsi
25792 pushq %rdx
25793 call _x86_64_get_dispatch@PLT
25794 popq %rdx
25795 popq %rsi
25796 popq %rdi
25797 movq 5488(%rax), %r11
25798 jmp *%r11
25799 #else
25800 movq _glapi_Dispatch(%rip), %rax
25801 testq %rax, %rax
25802 je 1f
25803 movq 5488(%rax), %r11
25804 jmp *%r11
25805 1:
25806 pushq %rdi
25807 pushq %rsi
25808 pushq %rdx
25809 call _glapi_get_dispatch
25810 popq %rdx
25811 popq %rsi
25812 popq %rdi
25813 movq 5488(%rax), %r11
25814 jmp *%r11
25815 #endif /* defined(GLX_USE_TLS) */
25816 .size GL_PREFIX(ExecuteProgramNV), .-GL_PREFIX(ExecuteProgramNV)
25817
25818 .p2align 4,,15
25819 .globl GL_PREFIX(GenProgramsNV)
25820 .type GL_PREFIX(GenProgramsNV), @function
25821 GL_PREFIX(GenProgramsNV):
25822 #if defined(GLX_USE_TLS)
25823 call _x86_64_get_dispatch@PLT
25824 movq 5496(%rax), %r11
25825 jmp *%r11
25826 #elif defined(PTHREADS)
25827 pushq %rdi
25828 pushq %rsi
25829 pushq %rbp
25830 call _x86_64_get_dispatch@PLT
25831 popq %rbp
25832 popq %rsi
25833 popq %rdi
25834 movq 5496(%rax), %r11
25835 jmp *%r11
25836 #else
25837 movq _glapi_Dispatch(%rip), %rax
25838 testq %rax, %rax
25839 je 1f
25840 movq 5496(%rax), %r11
25841 jmp *%r11
25842 1:
25843 pushq %rdi
25844 pushq %rsi
25845 pushq %rbp
25846 call _glapi_get_dispatch
25847 popq %rbp
25848 popq %rsi
25849 popq %rdi
25850 movq 5496(%rax), %r11
25851 jmp *%r11
25852 #endif /* defined(GLX_USE_TLS) */
25853 .size GL_PREFIX(GenProgramsNV), .-GL_PREFIX(GenProgramsNV)
25854
25855 .p2align 4,,15
25856 .globl GL_PREFIX(GetProgramParameterdvNV)
25857 .type GL_PREFIX(GetProgramParameterdvNV), @function
25858 GL_PREFIX(GetProgramParameterdvNV):
25859 #if defined(GLX_USE_TLS)
25860 call _x86_64_get_dispatch@PLT
25861 movq 5504(%rax), %r11
25862 jmp *%r11
25863 #elif defined(PTHREADS)
25864 pushq %rdi
25865 pushq %rsi
25866 pushq %rdx
25867 pushq %rcx
25868 pushq %rbp
25869 call _x86_64_get_dispatch@PLT
25870 popq %rbp
25871 popq %rcx
25872 popq %rdx
25873 popq %rsi
25874 popq %rdi
25875 movq 5504(%rax), %r11
25876 jmp *%r11
25877 #else
25878 movq _glapi_Dispatch(%rip), %rax
25879 testq %rax, %rax
25880 je 1f
25881 movq 5504(%rax), %r11
25882 jmp *%r11
25883 1:
25884 pushq %rdi
25885 pushq %rsi
25886 pushq %rdx
25887 pushq %rcx
25888 pushq %rbp
25889 call _glapi_get_dispatch
25890 popq %rbp
25891 popq %rcx
25892 popq %rdx
25893 popq %rsi
25894 popq %rdi
25895 movq 5504(%rax), %r11
25896 jmp *%r11
25897 #endif /* defined(GLX_USE_TLS) */
25898 .size GL_PREFIX(GetProgramParameterdvNV), .-GL_PREFIX(GetProgramParameterdvNV)
25899
25900 .p2align 4,,15
25901 .globl GL_PREFIX(GetProgramParameterfvNV)
25902 .type GL_PREFIX(GetProgramParameterfvNV), @function
25903 GL_PREFIX(GetProgramParameterfvNV):
25904 #if defined(GLX_USE_TLS)
25905 call _x86_64_get_dispatch@PLT
25906 movq 5512(%rax), %r11
25907 jmp *%r11
25908 #elif defined(PTHREADS)
25909 pushq %rdi
25910 pushq %rsi
25911 pushq %rdx
25912 pushq %rcx
25913 pushq %rbp
25914 call _x86_64_get_dispatch@PLT
25915 popq %rbp
25916 popq %rcx
25917 popq %rdx
25918 popq %rsi
25919 popq %rdi
25920 movq 5512(%rax), %r11
25921 jmp *%r11
25922 #else
25923 movq _glapi_Dispatch(%rip), %rax
25924 testq %rax, %rax
25925 je 1f
25926 movq 5512(%rax), %r11
25927 jmp *%r11
25928 1:
25929 pushq %rdi
25930 pushq %rsi
25931 pushq %rdx
25932 pushq %rcx
25933 pushq %rbp
25934 call _glapi_get_dispatch
25935 popq %rbp
25936 popq %rcx
25937 popq %rdx
25938 popq %rsi
25939 popq %rdi
25940 movq 5512(%rax), %r11
25941 jmp *%r11
25942 #endif /* defined(GLX_USE_TLS) */
25943 .size GL_PREFIX(GetProgramParameterfvNV), .-GL_PREFIX(GetProgramParameterfvNV)
25944
25945 .p2align 4,,15
25946 .globl GL_PREFIX(GetProgramStringNV)
25947 .type GL_PREFIX(GetProgramStringNV), @function
25948 GL_PREFIX(GetProgramStringNV):
25949 #if defined(GLX_USE_TLS)
25950 call _x86_64_get_dispatch@PLT
25951 movq 5520(%rax), %r11
25952 jmp *%r11
25953 #elif defined(PTHREADS)
25954 pushq %rdi
25955 pushq %rsi
25956 pushq %rdx
25957 call _x86_64_get_dispatch@PLT
25958 popq %rdx
25959 popq %rsi
25960 popq %rdi
25961 movq 5520(%rax), %r11
25962 jmp *%r11
25963 #else
25964 movq _glapi_Dispatch(%rip), %rax
25965 testq %rax, %rax
25966 je 1f
25967 movq 5520(%rax), %r11
25968 jmp *%r11
25969 1:
25970 pushq %rdi
25971 pushq %rsi
25972 pushq %rdx
25973 call _glapi_get_dispatch
25974 popq %rdx
25975 popq %rsi
25976 popq %rdi
25977 movq 5520(%rax), %r11
25978 jmp *%r11
25979 #endif /* defined(GLX_USE_TLS) */
25980 .size GL_PREFIX(GetProgramStringNV), .-GL_PREFIX(GetProgramStringNV)
25981
25982 .p2align 4,,15
25983 .globl GL_PREFIX(GetProgramivNV)
25984 .type GL_PREFIX(GetProgramivNV), @function
25985 GL_PREFIX(GetProgramivNV):
25986 #if defined(GLX_USE_TLS)
25987 call _x86_64_get_dispatch@PLT
25988 movq 5528(%rax), %r11
25989 jmp *%r11
25990 #elif defined(PTHREADS)
25991 pushq %rdi
25992 pushq %rsi
25993 pushq %rdx
25994 call _x86_64_get_dispatch@PLT
25995 popq %rdx
25996 popq %rsi
25997 popq %rdi
25998 movq 5528(%rax), %r11
25999 jmp *%r11
26000 #else
26001 movq _glapi_Dispatch(%rip), %rax
26002 testq %rax, %rax
26003 je 1f
26004 movq 5528(%rax), %r11
26005 jmp *%r11
26006 1:
26007 pushq %rdi
26008 pushq %rsi
26009 pushq %rdx
26010 call _glapi_get_dispatch
26011 popq %rdx
26012 popq %rsi
26013 popq %rdi
26014 movq 5528(%rax), %r11
26015 jmp *%r11
26016 #endif /* defined(GLX_USE_TLS) */
26017 .size GL_PREFIX(GetProgramivNV), .-GL_PREFIX(GetProgramivNV)
26018
26019 .p2align 4,,15
26020 .globl GL_PREFIX(GetTrackMatrixivNV)
26021 .type GL_PREFIX(GetTrackMatrixivNV), @function
26022 GL_PREFIX(GetTrackMatrixivNV):
26023 #if defined(GLX_USE_TLS)
26024 call _x86_64_get_dispatch@PLT
26025 movq 5536(%rax), %r11
26026 jmp *%r11
26027 #elif defined(PTHREADS)
26028 pushq %rdi
26029 pushq %rsi
26030 pushq %rdx
26031 pushq %rcx
26032 pushq %rbp
26033 call _x86_64_get_dispatch@PLT
26034 popq %rbp
26035 popq %rcx
26036 popq %rdx
26037 popq %rsi
26038 popq %rdi
26039 movq 5536(%rax), %r11
26040 jmp *%r11
26041 #else
26042 movq _glapi_Dispatch(%rip), %rax
26043 testq %rax, %rax
26044 je 1f
26045 movq 5536(%rax), %r11
26046 jmp *%r11
26047 1:
26048 pushq %rdi
26049 pushq %rsi
26050 pushq %rdx
26051 pushq %rcx
26052 pushq %rbp
26053 call _glapi_get_dispatch
26054 popq %rbp
26055 popq %rcx
26056 popq %rdx
26057 popq %rsi
26058 popq %rdi
26059 movq 5536(%rax), %r11
26060 jmp *%r11
26061 #endif /* defined(GLX_USE_TLS) */
26062 .size GL_PREFIX(GetTrackMatrixivNV), .-GL_PREFIX(GetTrackMatrixivNV)
26063
26064 .p2align 4,,15
26065 .globl GL_PREFIX(GetVertexAttribPointervNV)
26066 .type GL_PREFIX(GetVertexAttribPointervNV), @function
26067 GL_PREFIX(GetVertexAttribPointervNV):
26068 #if defined(GLX_USE_TLS)
26069 call _x86_64_get_dispatch@PLT
26070 movq 5544(%rax), %r11
26071 jmp *%r11
26072 #elif defined(PTHREADS)
26073 pushq %rdi
26074 pushq %rsi
26075 pushq %rdx
26076 call _x86_64_get_dispatch@PLT
26077 popq %rdx
26078 popq %rsi
26079 popq %rdi
26080 movq 5544(%rax), %r11
26081 jmp *%r11
26082 #else
26083 movq _glapi_Dispatch(%rip), %rax
26084 testq %rax, %rax
26085 je 1f
26086 movq 5544(%rax), %r11
26087 jmp *%r11
26088 1:
26089 pushq %rdi
26090 pushq %rsi
26091 pushq %rdx
26092 call _glapi_get_dispatch
26093 popq %rdx
26094 popq %rsi
26095 popq %rdi
26096 movq 5544(%rax), %r11
26097 jmp *%r11
26098 #endif /* defined(GLX_USE_TLS) */
26099 .size GL_PREFIX(GetVertexAttribPointervNV), .-GL_PREFIX(GetVertexAttribPointervNV)
26100
26101 .p2align 4,,15
26102 .globl GL_PREFIX(GetVertexAttribdvNV)
26103 .type GL_PREFIX(GetVertexAttribdvNV), @function
26104 GL_PREFIX(GetVertexAttribdvNV):
26105 #if defined(GLX_USE_TLS)
26106 call _x86_64_get_dispatch@PLT
26107 movq 5552(%rax), %r11
26108 jmp *%r11
26109 #elif defined(PTHREADS)
26110 pushq %rdi
26111 pushq %rsi
26112 pushq %rdx
26113 call _x86_64_get_dispatch@PLT
26114 popq %rdx
26115 popq %rsi
26116 popq %rdi
26117 movq 5552(%rax), %r11
26118 jmp *%r11
26119 #else
26120 movq _glapi_Dispatch(%rip), %rax
26121 testq %rax, %rax
26122 je 1f
26123 movq 5552(%rax), %r11
26124 jmp *%r11
26125 1:
26126 pushq %rdi
26127 pushq %rsi
26128 pushq %rdx
26129 call _glapi_get_dispatch
26130 popq %rdx
26131 popq %rsi
26132 popq %rdi
26133 movq 5552(%rax), %r11
26134 jmp *%r11
26135 #endif /* defined(GLX_USE_TLS) */
26136 .size GL_PREFIX(GetVertexAttribdvNV), .-GL_PREFIX(GetVertexAttribdvNV)
26137
26138 .p2align 4,,15
26139 .globl GL_PREFIX(GetVertexAttribfvNV)
26140 .type GL_PREFIX(GetVertexAttribfvNV), @function
26141 GL_PREFIX(GetVertexAttribfvNV):
26142 #if defined(GLX_USE_TLS)
26143 call _x86_64_get_dispatch@PLT
26144 movq 5560(%rax), %r11
26145 jmp *%r11
26146 #elif defined(PTHREADS)
26147 pushq %rdi
26148 pushq %rsi
26149 pushq %rdx
26150 call _x86_64_get_dispatch@PLT
26151 popq %rdx
26152 popq %rsi
26153 popq %rdi
26154 movq 5560(%rax), %r11
26155 jmp *%r11
26156 #else
26157 movq _glapi_Dispatch(%rip), %rax
26158 testq %rax, %rax
26159 je 1f
26160 movq 5560(%rax), %r11
26161 jmp *%r11
26162 1:
26163 pushq %rdi
26164 pushq %rsi
26165 pushq %rdx
26166 call _glapi_get_dispatch
26167 popq %rdx
26168 popq %rsi
26169 popq %rdi
26170 movq 5560(%rax), %r11
26171 jmp *%r11
26172 #endif /* defined(GLX_USE_TLS) */
26173 .size GL_PREFIX(GetVertexAttribfvNV), .-GL_PREFIX(GetVertexAttribfvNV)
26174
26175 .p2align 4,,15
26176 .globl GL_PREFIX(GetVertexAttribivNV)
26177 .type GL_PREFIX(GetVertexAttribivNV), @function
26178 GL_PREFIX(GetVertexAttribivNV):
26179 #if defined(GLX_USE_TLS)
26180 call _x86_64_get_dispatch@PLT
26181 movq 5568(%rax), %r11
26182 jmp *%r11
26183 #elif defined(PTHREADS)
26184 pushq %rdi
26185 pushq %rsi
26186 pushq %rdx
26187 call _x86_64_get_dispatch@PLT
26188 popq %rdx
26189 popq %rsi
26190 popq %rdi
26191 movq 5568(%rax), %r11
26192 jmp *%r11
26193 #else
26194 movq _glapi_Dispatch(%rip), %rax
26195 testq %rax, %rax
26196 je 1f
26197 movq 5568(%rax), %r11
26198 jmp *%r11
26199 1:
26200 pushq %rdi
26201 pushq %rsi
26202 pushq %rdx
26203 call _glapi_get_dispatch
26204 popq %rdx
26205 popq %rsi
26206 popq %rdi
26207 movq 5568(%rax), %r11
26208 jmp *%r11
26209 #endif /* defined(GLX_USE_TLS) */
26210 .size GL_PREFIX(GetVertexAttribivNV), .-GL_PREFIX(GetVertexAttribivNV)
26211
26212 .p2align 4,,15
26213 .globl GL_PREFIX(IsProgramNV)
26214 .type GL_PREFIX(IsProgramNV), @function
26215 GL_PREFIX(IsProgramNV):
26216 #if defined(GLX_USE_TLS)
26217 call _x86_64_get_dispatch@PLT
26218 movq 5576(%rax), %r11
26219 jmp *%r11
26220 #elif defined(PTHREADS)
26221 pushq %rdi
26222 call _x86_64_get_dispatch@PLT
26223 popq %rdi
26224 movq 5576(%rax), %r11
26225 jmp *%r11
26226 #else
26227 movq _glapi_Dispatch(%rip), %rax
26228 testq %rax, %rax
26229 je 1f
26230 movq 5576(%rax), %r11
26231 jmp *%r11
26232 1:
26233 pushq %rdi
26234 call _glapi_get_dispatch
26235 popq %rdi
26236 movq 5576(%rax), %r11
26237 jmp *%r11
26238 #endif /* defined(GLX_USE_TLS) */
26239 .size GL_PREFIX(IsProgramNV), .-GL_PREFIX(IsProgramNV)
26240
26241 .p2align 4,,15
26242 .globl GL_PREFIX(LoadProgramNV)
26243 .type GL_PREFIX(LoadProgramNV), @function
26244 GL_PREFIX(LoadProgramNV):
26245 #if defined(GLX_USE_TLS)
26246 call _x86_64_get_dispatch@PLT
26247 movq 5584(%rax), %r11
26248 jmp *%r11
26249 #elif defined(PTHREADS)
26250 pushq %rdi
26251 pushq %rsi
26252 pushq %rdx
26253 pushq %rcx
26254 pushq %rbp
26255 call _x86_64_get_dispatch@PLT
26256 popq %rbp
26257 popq %rcx
26258 popq %rdx
26259 popq %rsi
26260 popq %rdi
26261 movq 5584(%rax), %r11
26262 jmp *%r11
26263 #else
26264 movq _glapi_Dispatch(%rip), %rax
26265 testq %rax, %rax
26266 je 1f
26267 movq 5584(%rax), %r11
26268 jmp *%r11
26269 1:
26270 pushq %rdi
26271 pushq %rsi
26272 pushq %rdx
26273 pushq %rcx
26274 pushq %rbp
26275 call _glapi_get_dispatch
26276 popq %rbp
26277 popq %rcx
26278 popq %rdx
26279 popq %rsi
26280 popq %rdi
26281 movq 5584(%rax), %r11
26282 jmp *%r11
26283 #endif /* defined(GLX_USE_TLS) */
26284 .size GL_PREFIX(LoadProgramNV), .-GL_PREFIX(LoadProgramNV)
26285
26286 .p2align 4,,15
26287 .globl GL_PREFIX(ProgramParameters4dvNV)
26288 .type GL_PREFIX(ProgramParameters4dvNV), @function
26289 GL_PREFIX(ProgramParameters4dvNV):
26290 #if defined(GLX_USE_TLS)
26291 call _x86_64_get_dispatch@PLT
26292 movq 5592(%rax), %r11
26293 jmp *%r11
26294 #elif defined(PTHREADS)
26295 pushq %rdi
26296 pushq %rsi
26297 pushq %rdx
26298 pushq %rcx
26299 pushq %rbp
26300 call _x86_64_get_dispatch@PLT
26301 popq %rbp
26302 popq %rcx
26303 popq %rdx
26304 popq %rsi
26305 popq %rdi
26306 movq 5592(%rax), %r11
26307 jmp *%r11
26308 #else
26309 movq _glapi_Dispatch(%rip), %rax
26310 testq %rax, %rax
26311 je 1f
26312 movq 5592(%rax), %r11
26313 jmp *%r11
26314 1:
26315 pushq %rdi
26316 pushq %rsi
26317 pushq %rdx
26318 pushq %rcx
26319 pushq %rbp
26320 call _glapi_get_dispatch
26321 popq %rbp
26322 popq %rcx
26323 popq %rdx
26324 popq %rsi
26325 popq %rdi
26326 movq 5592(%rax), %r11
26327 jmp *%r11
26328 #endif /* defined(GLX_USE_TLS) */
26329 .size GL_PREFIX(ProgramParameters4dvNV), .-GL_PREFIX(ProgramParameters4dvNV)
26330
26331 .p2align 4,,15
26332 .globl GL_PREFIX(ProgramParameters4fvNV)
26333 .type GL_PREFIX(ProgramParameters4fvNV), @function
26334 GL_PREFIX(ProgramParameters4fvNV):
26335 #if defined(GLX_USE_TLS)
26336 call _x86_64_get_dispatch@PLT
26337 movq 5600(%rax), %r11
26338 jmp *%r11
26339 #elif defined(PTHREADS)
26340 pushq %rdi
26341 pushq %rsi
26342 pushq %rdx
26343 pushq %rcx
26344 pushq %rbp
26345 call _x86_64_get_dispatch@PLT
26346 popq %rbp
26347 popq %rcx
26348 popq %rdx
26349 popq %rsi
26350 popq %rdi
26351 movq 5600(%rax), %r11
26352 jmp *%r11
26353 #else
26354 movq _glapi_Dispatch(%rip), %rax
26355 testq %rax, %rax
26356 je 1f
26357 movq 5600(%rax), %r11
26358 jmp *%r11
26359 1:
26360 pushq %rdi
26361 pushq %rsi
26362 pushq %rdx
26363 pushq %rcx
26364 pushq %rbp
26365 call _glapi_get_dispatch
26366 popq %rbp
26367 popq %rcx
26368 popq %rdx
26369 popq %rsi
26370 popq %rdi
26371 movq 5600(%rax), %r11
26372 jmp *%r11
26373 #endif /* defined(GLX_USE_TLS) */
26374 .size GL_PREFIX(ProgramParameters4fvNV), .-GL_PREFIX(ProgramParameters4fvNV)
26375
26376 .p2align 4,,15
26377 .globl GL_PREFIX(RequestResidentProgramsNV)
26378 .type GL_PREFIX(RequestResidentProgramsNV), @function
26379 GL_PREFIX(RequestResidentProgramsNV):
26380 #if defined(GLX_USE_TLS)
26381 call _x86_64_get_dispatch@PLT
26382 movq 5608(%rax), %r11
26383 jmp *%r11
26384 #elif defined(PTHREADS)
26385 pushq %rdi
26386 pushq %rsi
26387 pushq %rbp
26388 call _x86_64_get_dispatch@PLT
26389 popq %rbp
26390 popq %rsi
26391 popq %rdi
26392 movq 5608(%rax), %r11
26393 jmp *%r11
26394 #else
26395 movq _glapi_Dispatch(%rip), %rax
26396 testq %rax, %rax
26397 je 1f
26398 movq 5608(%rax), %r11
26399 jmp *%r11
26400 1:
26401 pushq %rdi
26402 pushq %rsi
26403 pushq %rbp
26404 call _glapi_get_dispatch
26405 popq %rbp
26406 popq %rsi
26407 popq %rdi
26408 movq 5608(%rax), %r11
26409 jmp *%r11
26410 #endif /* defined(GLX_USE_TLS) */
26411 .size GL_PREFIX(RequestResidentProgramsNV), .-GL_PREFIX(RequestResidentProgramsNV)
26412
26413 .p2align 4,,15
26414 .globl GL_PREFIX(TrackMatrixNV)
26415 .type GL_PREFIX(TrackMatrixNV), @function
26416 GL_PREFIX(TrackMatrixNV):
26417 #if defined(GLX_USE_TLS)
26418 call _x86_64_get_dispatch@PLT
26419 movq 5616(%rax), %r11
26420 jmp *%r11
26421 #elif defined(PTHREADS)
26422 pushq %rdi
26423 pushq %rsi
26424 pushq %rdx
26425 pushq %rcx
26426 pushq %rbp
26427 call _x86_64_get_dispatch@PLT
26428 popq %rbp
26429 popq %rcx
26430 popq %rdx
26431 popq %rsi
26432 popq %rdi
26433 movq 5616(%rax), %r11
26434 jmp *%r11
26435 #else
26436 movq _glapi_Dispatch(%rip), %rax
26437 testq %rax, %rax
26438 je 1f
26439 movq 5616(%rax), %r11
26440 jmp *%r11
26441 1:
26442 pushq %rdi
26443 pushq %rsi
26444 pushq %rdx
26445 pushq %rcx
26446 pushq %rbp
26447 call _glapi_get_dispatch
26448 popq %rbp
26449 popq %rcx
26450 popq %rdx
26451 popq %rsi
26452 popq %rdi
26453 movq 5616(%rax), %r11
26454 jmp *%r11
26455 #endif /* defined(GLX_USE_TLS) */
26456 .size GL_PREFIX(TrackMatrixNV), .-GL_PREFIX(TrackMatrixNV)
26457
26458 .p2align 4,,15
26459 .globl GL_PREFIX(VertexAttrib1dNV)
26460 .type GL_PREFIX(VertexAttrib1dNV), @function
26461 GL_PREFIX(VertexAttrib1dNV):
26462 #if defined(GLX_USE_TLS)
26463 call _x86_64_get_dispatch@PLT
26464 movq 5624(%rax), %r11
26465 jmp *%r11
26466 #elif defined(PTHREADS)
26467 subq $24, %rsp
26468 movq %rdi, (%rsp)
26469 movq %xmm0, 8(%rsp)
26470 call _x86_64_get_dispatch@PLT
26471 movq 8(%rsp), %xmm0
26472 movq (%rsp), %rdi
26473 addq $24, %rsp
26474 movq 5624(%rax), %r11
26475 jmp *%r11
26476 #else
26477 movq _glapi_Dispatch(%rip), %rax
26478 testq %rax, %rax
26479 je 1f
26480 movq 5624(%rax), %r11
26481 jmp *%r11
26482 1:
26483 subq $24, %rsp
26484 movq %rdi, (%rsp)
26485 movq %xmm0, 8(%rsp)
26486 call _glapi_get_dispatch
26487 movq 8(%rsp), %xmm0
26488 movq (%rsp), %rdi
26489 addq $24, %rsp
26490 movq 5624(%rax), %r11
26491 jmp *%r11
26492 #endif /* defined(GLX_USE_TLS) */
26493 .size GL_PREFIX(VertexAttrib1dNV), .-GL_PREFIX(VertexAttrib1dNV)
26494
26495 .p2align 4,,15
26496 .globl GL_PREFIX(VertexAttrib1dvNV)
26497 .type GL_PREFIX(VertexAttrib1dvNV), @function
26498 GL_PREFIX(VertexAttrib1dvNV):
26499 #if defined(GLX_USE_TLS)
26500 call _x86_64_get_dispatch@PLT
26501 movq 5632(%rax), %r11
26502 jmp *%r11
26503 #elif defined(PTHREADS)
26504 pushq %rdi
26505 pushq %rsi
26506 pushq %rbp
26507 call _x86_64_get_dispatch@PLT
26508 popq %rbp
26509 popq %rsi
26510 popq %rdi
26511 movq 5632(%rax), %r11
26512 jmp *%r11
26513 #else
26514 movq _glapi_Dispatch(%rip), %rax
26515 testq %rax, %rax
26516 je 1f
26517 movq 5632(%rax), %r11
26518 jmp *%r11
26519 1:
26520 pushq %rdi
26521 pushq %rsi
26522 pushq %rbp
26523 call _glapi_get_dispatch
26524 popq %rbp
26525 popq %rsi
26526 popq %rdi
26527 movq 5632(%rax), %r11
26528 jmp *%r11
26529 #endif /* defined(GLX_USE_TLS) */
26530 .size GL_PREFIX(VertexAttrib1dvNV), .-GL_PREFIX(VertexAttrib1dvNV)
26531
26532 .p2align 4,,15
26533 .globl GL_PREFIX(VertexAttrib1fNV)
26534 .type GL_PREFIX(VertexAttrib1fNV), @function
26535 GL_PREFIX(VertexAttrib1fNV):
26536 #if defined(GLX_USE_TLS)
26537 call _x86_64_get_dispatch@PLT
26538 movq 5640(%rax), %r11
26539 jmp *%r11
26540 #elif defined(PTHREADS)
26541 subq $24, %rsp
26542 movq %rdi, (%rsp)
26543 movq %xmm0, 8(%rsp)
26544 call _x86_64_get_dispatch@PLT
26545 movq 8(%rsp), %xmm0
26546 movq (%rsp), %rdi
26547 addq $24, %rsp
26548 movq 5640(%rax), %r11
26549 jmp *%r11
26550 #else
26551 movq _glapi_Dispatch(%rip), %rax
26552 testq %rax, %rax
26553 je 1f
26554 movq 5640(%rax), %r11
26555 jmp *%r11
26556 1:
26557 subq $24, %rsp
26558 movq %rdi, (%rsp)
26559 movq %xmm0, 8(%rsp)
26560 call _glapi_get_dispatch
26561 movq 8(%rsp), %xmm0
26562 movq (%rsp), %rdi
26563 addq $24, %rsp
26564 movq 5640(%rax), %r11
26565 jmp *%r11
26566 #endif /* defined(GLX_USE_TLS) */
26567 .size GL_PREFIX(VertexAttrib1fNV), .-GL_PREFIX(VertexAttrib1fNV)
26568
26569 .p2align 4,,15
26570 .globl GL_PREFIX(VertexAttrib1fvNV)
26571 .type GL_PREFIX(VertexAttrib1fvNV), @function
26572 GL_PREFIX(VertexAttrib1fvNV):
26573 #if defined(GLX_USE_TLS)
26574 call _x86_64_get_dispatch@PLT
26575 movq 5648(%rax), %r11
26576 jmp *%r11
26577 #elif defined(PTHREADS)
26578 pushq %rdi
26579 pushq %rsi
26580 pushq %rbp
26581 call _x86_64_get_dispatch@PLT
26582 popq %rbp
26583 popq %rsi
26584 popq %rdi
26585 movq 5648(%rax), %r11
26586 jmp *%r11
26587 #else
26588 movq _glapi_Dispatch(%rip), %rax
26589 testq %rax, %rax
26590 je 1f
26591 movq 5648(%rax), %r11
26592 jmp *%r11
26593 1:
26594 pushq %rdi
26595 pushq %rsi
26596 pushq %rbp
26597 call _glapi_get_dispatch
26598 popq %rbp
26599 popq %rsi
26600 popq %rdi
26601 movq 5648(%rax), %r11
26602 jmp *%r11
26603 #endif /* defined(GLX_USE_TLS) */
26604 .size GL_PREFIX(VertexAttrib1fvNV), .-GL_PREFIX(VertexAttrib1fvNV)
26605
26606 .p2align 4,,15
26607 .globl GL_PREFIX(VertexAttrib1sNV)
26608 .type GL_PREFIX(VertexAttrib1sNV), @function
26609 GL_PREFIX(VertexAttrib1sNV):
26610 #if defined(GLX_USE_TLS)
26611 call _x86_64_get_dispatch@PLT
26612 movq 5656(%rax), %r11
26613 jmp *%r11
26614 #elif defined(PTHREADS)
26615 pushq %rdi
26616 pushq %rsi
26617 pushq %rbp
26618 call _x86_64_get_dispatch@PLT
26619 popq %rbp
26620 popq %rsi
26621 popq %rdi
26622 movq 5656(%rax), %r11
26623 jmp *%r11
26624 #else
26625 movq _glapi_Dispatch(%rip), %rax
26626 testq %rax, %rax
26627 je 1f
26628 movq 5656(%rax), %r11
26629 jmp *%r11
26630 1:
26631 pushq %rdi
26632 pushq %rsi
26633 pushq %rbp
26634 call _glapi_get_dispatch
26635 popq %rbp
26636 popq %rsi
26637 popq %rdi
26638 movq 5656(%rax), %r11
26639 jmp *%r11
26640 #endif /* defined(GLX_USE_TLS) */
26641 .size GL_PREFIX(VertexAttrib1sNV), .-GL_PREFIX(VertexAttrib1sNV)
26642
26643 .p2align 4,,15
26644 .globl GL_PREFIX(VertexAttrib1svNV)
26645 .type GL_PREFIX(VertexAttrib1svNV), @function
26646 GL_PREFIX(VertexAttrib1svNV):
26647 #if defined(GLX_USE_TLS)
26648 call _x86_64_get_dispatch@PLT
26649 movq 5664(%rax), %r11
26650 jmp *%r11
26651 #elif defined(PTHREADS)
26652 pushq %rdi
26653 pushq %rsi
26654 pushq %rbp
26655 call _x86_64_get_dispatch@PLT
26656 popq %rbp
26657 popq %rsi
26658 popq %rdi
26659 movq 5664(%rax), %r11
26660 jmp *%r11
26661 #else
26662 movq _glapi_Dispatch(%rip), %rax
26663 testq %rax, %rax
26664 je 1f
26665 movq 5664(%rax), %r11
26666 jmp *%r11
26667 1:
26668 pushq %rdi
26669 pushq %rsi
26670 pushq %rbp
26671 call _glapi_get_dispatch
26672 popq %rbp
26673 popq %rsi
26674 popq %rdi
26675 movq 5664(%rax), %r11
26676 jmp *%r11
26677 #endif /* defined(GLX_USE_TLS) */
26678 .size GL_PREFIX(VertexAttrib1svNV), .-GL_PREFIX(VertexAttrib1svNV)
26679
26680 .p2align 4,,15
26681 .globl GL_PREFIX(VertexAttrib2dNV)
26682 .type GL_PREFIX(VertexAttrib2dNV), @function
26683 GL_PREFIX(VertexAttrib2dNV):
26684 #if defined(GLX_USE_TLS)
26685 call _x86_64_get_dispatch@PLT
26686 movq 5672(%rax), %r11
26687 jmp *%r11
26688 #elif defined(PTHREADS)
26689 subq $24, %rsp
26690 movq %rdi, (%rsp)
26691 movq %xmm0, 8(%rsp)
26692 movq %xmm1, 16(%rsp)
26693 call _x86_64_get_dispatch@PLT
26694 movq 16(%rsp), %xmm1
26695 movq 8(%rsp), %xmm0
26696 movq (%rsp), %rdi
26697 addq $24, %rsp
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 subq $24, %rsp
26708 movq %rdi, (%rsp)
26709 movq %xmm0, 8(%rsp)
26710 movq %xmm1, 16(%rsp)
26711 call _glapi_get_dispatch
26712 movq 16(%rsp), %xmm1
26713 movq 8(%rsp), %xmm0
26714 movq (%rsp), %rdi
26715 addq $24, %rsp
26716 movq 5672(%rax), %r11
26717 jmp *%r11
26718 #endif /* defined(GLX_USE_TLS) */
26719 .size GL_PREFIX(VertexAttrib2dNV), .-GL_PREFIX(VertexAttrib2dNV)
26720
26721 .p2align 4,,15
26722 .globl GL_PREFIX(VertexAttrib2dvNV)
26723 .type GL_PREFIX(VertexAttrib2dvNV), @function
26724 GL_PREFIX(VertexAttrib2dvNV):
26725 #if defined(GLX_USE_TLS)
26726 call _x86_64_get_dispatch@PLT
26727 movq 5680(%rax), %r11
26728 jmp *%r11
26729 #elif defined(PTHREADS)
26730 pushq %rdi
26731 pushq %rsi
26732 pushq %rbp
26733 call _x86_64_get_dispatch@PLT
26734 popq %rbp
26735 popq %rsi
26736 popq %rdi
26737 movq 5680(%rax), %r11
26738 jmp *%r11
26739 #else
26740 movq _glapi_Dispatch(%rip), %rax
26741 testq %rax, %rax
26742 je 1f
26743 movq 5680(%rax), %r11
26744 jmp *%r11
26745 1:
26746 pushq %rdi
26747 pushq %rsi
26748 pushq %rbp
26749 call _glapi_get_dispatch
26750 popq %rbp
26751 popq %rsi
26752 popq %rdi
26753 movq 5680(%rax), %r11
26754 jmp *%r11
26755 #endif /* defined(GLX_USE_TLS) */
26756 .size GL_PREFIX(VertexAttrib2dvNV), .-GL_PREFIX(VertexAttrib2dvNV)
26757
26758 .p2align 4,,15
26759 .globl GL_PREFIX(VertexAttrib2fNV)
26760 .type GL_PREFIX(VertexAttrib2fNV), @function
26761 GL_PREFIX(VertexAttrib2fNV):
26762 #if defined(GLX_USE_TLS)
26763 call _x86_64_get_dispatch@PLT
26764 movq 5688(%rax), %r11
26765 jmp *%r11
26766 #elif defined(PTHREADS)
26767 subq $24, %rsp
26768 movq %rdi, (%rsp)
26769 movq %xmm0, 8(%rsp)
26770 movq %xmm1, 16(%rsp)
26771 call _x86_64_get_dispatch@PLT
26772 movq 16(%rsp), %xmm1
26773 movq 8(%rsp), %xmm0
26774 movq (%rsp), %rdi
26775 addq $24, %rsp
26776 movq 5688(%rax), %r11
26777 jmp *%r11
26778 #else
26779 movq _glapi_Dispatch(%rip), %rax
26780 testq %rax, %rax
26781 je 1f
26782 movq 5688(%rax), %r11
26783 jmp *%r11
26784 1:
26785 subq $24, %rsp
26786 movq %rdi, (%rsp)
26787 movq %xmm0, 8(%rsp)
26788 movq %xmm1, 16(%rsp)
26789 call _glapi_get_dispatch
26790 movq 16(%rsp), %xmm1
26791 movq 8(%rsp), %xmm0
26792 movq (%rsp), %rdi
26793 addq $24, %rsp
26794 movq 5688(%rax), %r11
26795 jmp *%r11
26796 #endif /* defined(GLX_USE_TLS) */
26797 .size GL_PREFIX(VertexAttrib2fNV), .-GL_PREFIX(VertexAttrib2fNV)
26798
26799 .p2align 4,,15
26800 .globl GL_PREFIX(VertexAttrib2fvNV)
26801 .type GL_PREFIX(VertexAttrib2fvNV), @function
26802 GL_PREFIX(VertexAttrib2fvNV):
26803 #if defined(GLX_USE_TLS)
26804 call _x86_64_get_dispatch@PLT
26805 movq 5696(%rax), %r11
26806 jmp *%r11
26807 #elif defined(PTHREADS)
26808 pushq %rdi
26809 pushq %rsi
26810 pushq %rbp
26811 call _x86_64_get_dispatch@PLT
26812 popq %rbp
26813 popq %rsi
26814 popq %rdi
26815 movq 5696(%rax), %r11
26816 jmp *%r11
26817 #else
26818 movq _glapi_Dispatch(%rip), %rax
26819 testq %rax, %rax
26820 je 1f
26821 movq 5696(%rax), %r11
26822 jmp *%r11
26823 1:
26824 pushq %rdi
26825 pushq %rsi
26826 pushq %rbp
26827 call _glapi_get_dispatch
26828 popq %rbp
26829 popq %rsi
26830 popq %rdi
26831 movq 5696(%rax), %r11
26832 jmp *%r11
26833 #endif /* defined(GLX_USE_TLS) */
26834 .size GL_PREFIX(VertexAttrib2fvNV), .-GL_PREFIX(VertexAttrib2fvNV)
26835
26836 .p2align 4,,15
26837 .globl GL_PREFIX(VertexAttrib2sNV)
26838 .type GL_PREFIX(VertexAttrib2sNV), @function
26839 GL_PREFIX(VertexAttrib2sNV):
26840 #if defined(GLX_USE_TLS)
26841 call _x86_64_get_dispatch@PLT
26842 movq 5704(%rax), %r11
26843 jmp *%r11
26844 #elif defined(PTHREADS)
26845 pushq %rdi
26846 pushq %rsi
26847 pushq %rdx
26848 call _x86_64_get_dispatch@PLT
26849 popq %rdx
26850 popq %rsi
26851 popq %rdi
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 pushq %rdi
26862 pushq %rsi
26863 pushq %rdx
26864 call _glapi_get_dispatch
26865 popq %rdx
26866 popq %rsi
26867 popq %rdi
26868 movq 5704(%rax), %r11
26869 jmp *%r11
26870 #endif /* defined(GLX_USE_TLS) */
26871 .size GL_PREFIX(VertexAttrib2sNV), .-GL_PREFIX(VertexAttrib2sNV)
26872
26873 .p2align 4,,15
26874 .globl GL_PREFIX(VertexAttrib2svNV)
26875 .type GL_PREFIX(VertexAttrib2svNV), @function
26876 GL_PREFIX(VertexAttrib2svNV):
26877 #if defined(GLX_USE_TLS)
26878 call _x86_64_get_dispatch@PLT
26879 movq 5712(%rax), %r11
26880 jmp *%r11
26881 #elif defined(PTHREADS)
26882 pushq %rdi
26883 pushq %rsi
26884 pushq %rbp
26885 call _x86_64_get_dispatch@PLT
26886 popq %rbp
26887 popq %rsi
26888 popq %rdi
26889 movq 5712(%rax), %r11
26890 jmp *%r11
26891 #else
26892 movq _glapi_Dispatch(%rip), %rax
26893 testq %rax, %rax
26894 je 1f
26895 movq 5712(%rax), %r11
26896 jmp *%r11
26897 1:
26898 pushq %rdi
26899 pushq %rsi
26900 pushq %rbp
26901 call _glapi_get_dispatch
26902 popq %rbp
26903 popq %rsi
26904 popq %rdi
26905 movq 5712(%rax), %r11
26906 jmp *%r11
26907 #endif /* defined(GLX_USE_TLS) */
26908 .size GL_PREFIX(VertexAttrib2svNV), .-GL_PREFIX(VertexAttrib2svNV)
26909
26910 .p2align 4,,15
26911 .globl GL_PREFIX(VertexAttrib3dNV)
26912 .type GL_PREFIX(VertexAttrib3dNV), @function
26913 GL_PREFIX(VertexAttrib3dNV):
26914 #if defined(GLX_USE_TLS)
26915 call _x86_64_get_dispatch@PLT
26916 movq 5720(%rax), %r11
26917 jmp *%r11
26918 #elif defined(PTHREADS)
26919 subq $40, %rsp
26920 movq %rdi, (%rsp)
26921 movq %xmm0, 8(%rsp)
26922 movq %xmm1, 16(%rsp)
26923 movq %xmm2, 24(%rsp)
26924 call _x86_64_get_dispatch@PLT
26925 movq 24(%rsp), %xmm2
26926 movq 16(%rsp), %xmm1
26927 movq 8(%rsp), %xmm0
26928 movq (%rsp), %rdi
26929 addq $40, %rsp
26930 movq 5720(%rax), %r11
26931 jmp *%r11
26932 #else
26933 movq _glapi_Dispatch(%rip), %rax
26934 testq %rax, %rax
26935 je 1f
26936 movq 5720(%rax), %r11
26937 jmp *%r11
26938 1:
26939 subq $40, %rsp
26940 movq %rdi, (%rsp)
26941 movq %xmm0, 8(%rsp)
26942 movq %xmm1, 16(%rsp)
26943 movq %xmm2, 24(%rsp)
26944 call _glapi_get_dispatch
26945 movq 24(%rsp), %xmm2
26946 movq 16(%rsp), %xmm1
26947 movq 8(%rsp), %xmm0
26948 movq (%rsp), %rdi
26949 addq $40, %rsp
26950 movq 5720(%rax), %r11
26951 jmp *%r11
26952 #endif /* defined(GLX_USE_TLS) */
26953 .size GL_PREFIX(VertexAttrib3dNV), .-GL_PREFIX(VertexAttrib3dNV)
26954
26955 .p2align 4,,15
26956 .globl GL_PREFIX(VertexAttrib3dvNV)
26957 .type GL_PREFIX(VertexAttrib3dvNV), @function
26958 GL_PREFIX(VertexAttrib3dvNV):
26959 #if defined(GLX_USE_TLS)
26960 call _x86_64_get_dispatch@PLT
26961 movq 5728(%rax), %r11
26962 jmp *%r11
26963 #elif defined(PTHREADS)
26964 pushq %rdi
26965 pushq %rsi
26966 pushq %rbp
26967 call _x86_64_get_dispatch@PLT
26968 popq %rbp
26969 popq %rsi
26970 popq %rdi
26971 movq 5728(%rax), %r11
26972 jmp *%r11
26973 #else
26974 movq _glapi_Dispatch(%rip), %rax
26975 testq %rax, %rax
26976 je 1f
26977 movq 5728(%rax), %r11
26978 jmp *%r11
26979 1:
26980 pushq %rdi
26981 pushq %rsi
26982 pushq %rbp
26983 call _glapi_get_dispatch
26984 popq %rbp
26985 popq %rsi
26986 popq %rdi
26987 movq 5728(%rax), %r11
26988 jmp *%r11
26989 #endif /* defined(GLX_USE_TLS) */
26990 .size GL_PREFIX(VertexAttrib3dvNV), .-GL_PREFIX(VertexAttrib3dvNV)
26991
26992 .p2align 4,,15
26993 .globl GL_PREFIX(VertexAttrib3fNV)
26994 .type GL_PREFIX(VertexAttrib3fNV), @function
26995 GL_PREFIX(VertexAttrib3fNV):
26996 #if defined(GLX_USE_TLS)
26997 call _x86_64_get_dispatch@PLT
26998 movq 5736(%rax), %r11
26999 jmp *%r11
27000 #elif defined(PTHREADS)
27001 subq $40, %rsp
27002 movq %rdi, (%rsp)
27003 movq %xmm0, 8(%rsp)
27004 movq %xmm1, 16(%rsp)
27005 movq %xmm2, 24(%rsp)
27006 call _x86_64_get_dispatch@PLT
27007 movq 24(%rsp), %xmm2
27008 movq 16(%rsp), %xmm1
27009 movq 8(%rsp), %xmm0
27010 movq (%rsp), %rdi
27011 addq $40, %rsp
27012 movq 5736(%rax), %r11
27013 jmp *%r11
27014 #else
27015 movq _glapi_Dispatch(%rip), %rax
27016 testq %rax, %rax
27017 je 1f
27018 movq 5736(%rax), %r11
27019 jmp *%r11
27020 1:
27021 subq $40, %rsp
27022 movq %rdi, (%rsp)
27023 movq %xmm0, 8(%rsp)
27024 movq %xmm1, 16(%rsp)
27025 movq %xmm2, 24(%rsp)
27026 call _glapi_get_dispatch
27027 movq 24(%rsp), %xmm2
27028 movq 16(%rsp), %xmm1
27029 movq 8(%rsp), %xmm0
27030 movq (%rsp), %rdi
27031 addq $40, %rsp
27032 movq 5736(%rax), %r11
27033 jmp *%r11
27034 #endif /* defined(GLX_USE_TLS) */
27035 .size GL_PREFIX(VertexAttrib3fNV), .-GL_PREFIX(VertexAttrib3fNV)
27036
27037 .p2align 4,,15
27038 .globl GL_PREFIX(VertexAttrib3fvNV)
27039 .type GL_PREFIX(VertexAttrib3fvNV), @function
27040 GL_PREFIX(VertexAttrib3fvNV):
27041 #if defined(GLX_USE_TLS)
27042 call _x86_64_get_dispatch@PLT
27043 movq 5744(%rax), %r11
27044 jmp *%r11
27045 #elif defined(PTHREADS)
27046 pushq %rdi
27047 pushq %rsi
27048 pushq %rbp
27049 call _x86_64_get_dispatch@PLT
27050 popq %rbp
27051 popq %rsi
27052 popq %rdi
27053 movq 5744(%rax), %r11
27054 jmp *%r11
27055 #else
27056 movq _glapi_Dispatch(%rip), %rax
27057 testq %rax, %rax
27058 je 1f
27059 movq 5744(%rax), %r11
27060 jmp *%r11
27061 1:
27062 pushq %rdi
27063 pushq %rsi
27064 pushq %rbp
27065 call _glapi_get_dispatch
27066 popq %rbp
27067 popq %rsi
27068 popq %rdi
27069 movq 5744(%rax), %r11
27070 jmp *%r11
27071 #endif /* defined(GLX_USE_TLS) */
27072 .size GL_PREFIX(VertexAttrib3fvNV), .-GL_PREFIX(VertexAttrib3fvNV)
27073
27074 .p2align 4,,15
27075 .globl GL_PREFIX(VertexAttrib3sNV)
27076 .type GL_PREFIX(VertexAttrib3sNV), @function
27077 GL_PREFIX(VertexAttrib3sNV):
27078 #if defined(GLX_USE_TLS)
27079 call _x86_64_get_dispatch@PLT
27080 movq 5752(%rax), %r11
27081 jmp *%r11
27082 #elif defined(PTHREADS)
27083 pushq %rdi
27084 pushq %rsi
27085 pushq %rdx
27086 pushq %rcx
27087 pushq %rbp
27088 call _x86_64_get_dispatch@PLT
27089 popq %rbp
27090 popq %rcx
27091 popq %rdx
27092 popq %rsi
27093 popq %rdi
27094 movq 5752(%rax), %r11
27095 jmp *%r11
27096 #else
27097 movq _glapi_Dispatch(%rip), %rax
27098 testq %rax, %rax
27099 je 1f
27100 movq 5752(%rax), %r11
27101 jmp *%r11
27102 1:
27103 pushq %rdi
27104 pushq %rsi
27105 pushq %rdx
27106 pushq %rcx
27107 pushq %rbp
27108 call _glapi_get_dispatch
27109 popq %rbp
27110 popq %rcx
27111 popq %rdx
27112 popq %rsi
27113 popq %rdi
27114 movq 5752(%rax), %r11
27115 jmp *%r11
27116 #endif /* defined(GLX_USE_TLS) */
27117 .size GL_PREFIX(VertexAttrib3sNV), .-GL_PREFIX(VertexAttrib3sNV)
27118
27119 .p2align 4,,15
27120 .globl GL_PREFIX(VertexAttrib3svNV)
27121 .type GL_PREFIX(VertexAttrib3svNV), @function
27122 GL_PREFIX(VertexAttrib3svNV):
27123 #if defined(GLX_USE_TLS)
27124 call _x86_64_get_dispatch@PLT
27125 movq 5760(%rax), %r11
27126 jmp *%r11
27127 #elif defined(PTHREADS)
27128 pushq %rdi
27129 pushq %rsi
27130 pushq %rbp
27131 call _x86_64_get_dispatch@PLT
27132 popq %rbp
27133 popq %rsi
27134 popq %rdi
27135 movq 5760(%rax), %r11
27136 jmp *%r11
27137 #else
27138 movq _glapi_Dispatch(%rip), %rax
27139 testq %rax, %rax
27140 je 1f
27141 movq 5760(%rax), %r11
27142 jmp *%r11
27143 1:
27144 pushq %rdi
27145 pushq %rsi
27146 pushq %rbp
27147 call _glapi_get_dispatch
27148 popq %rbp
27149 popq %rsi
27150 popq %rdi
27151 movq 5760(%rax), %r11
27152 jmp *%r11
27153 #endif /* defined(GLX_USE_TLS) */
27154 .size GL_PREFIX(VertexAttrib3svNV), .-GL_PREFIX(VertexAttrib3svNV)
27155
27156 .p2align 4,,15
27157 .globl GL_PREFIX(VertexAttrib4dNV)
27158 .type GL_PREFIX(VertexAttrib4dNV), @function
27159 GL_PREFIX(VertexAttrib4dNV):
27160 #if defined(GLX_USE_TLS)
27161 call _x86_64_get_dispatch@PLT
27162 movq 5768(%rax), %r11
27163 jmp *%r11
27164 #elif defined(PTHREADS)
27165 subq $40, %rsp
27166 movq %rdi, (%rsp)
27167 movq %xmm0, 8(%rsp)
27168 movq %xmm1, 16(%rsp)
27169 movq %xmm2, 24(%rsp)
27170 movq %xmm3, 32(%rsp)
27171 call _x86_64_get_dispatch@PLT
27172 movq 32(%rsp), %xmm3
27173 movq 24(%rsp), %xmm2
27174 movq 16(%rsp), %xmm1
27175 movq 8(%rsp), %xmm0
27176 movq (%rsp), %rdi
27177 addq $40, %rsp
27178 movq 5768(%rax), %r11
27179 jmp *%r11
27180 #else
27181 movq _glapi_Dispatch(%rip), %rax
27182 testq %rax, %rax
27183 je 1f
27184 movq 5768(%rax), %r11
27185 jmp *%r11
27186 1:
27187 subq $40, %rsp
27188 movq %rdi, (%rsp)
27189 movq %xmm0, 8(%rsp)
27190 movq %xmm1, 16(%rsp)
27191 movq %xmm2, 24(%rsp)
27192 movq %xmm3, 32(%rsp)
27193 call _glapi_get_dispatch
27194 movq 32(%rsp), %xmm3
27195 movq 24(%rsp), %xmm2
27196 movq 16(%rsp), %xmm1
27197 movq 8(%rsp), %xmm0
27198 movq (%rsp), %rdi
27199 addq $40, %rsp
27200 movq 5768(%rax), %r11
27201 jmp *%r11
27202 #endif /* defined(GLX_USE_TLS) */
27203 .size GL_PREFIX(VertexAttrib4dNV), .-GL_PREFIX(VertexAttrib4dNV)
27204
27205 .p2align 4,,15
27206 .globl GL_PREFIX(VertexAttrib4dvNV)
27207 .type GL_PREFIX(VertexAttrib4dvNV), @function
27208 GL_PREFIX(VertexAttrib4dvNV):
27209 #if defined(GLX_USE_TLS)
27210 call _x86_64_get_dispatch@PLT
27211 movq 5776(%rax), %r11
27212 jmp *%r11
27213 #elif defined(PTHREADS)
27214 pushq %rdi
27215 pushq %rsi
27216 pushq %rbp
27217 call _x86_64_get_dispatch@PLT
27218 popq %rbp
27219 popq %rsi
27220 popq %rdi
27221 movq 5776(%rax), %r11
27222 jmp *%r11
27223 #else
27224 movq _glapi_Dispatch(%rip), %rax
27225 testq %rax, %rax
27226 je 1f
27227 movq 5776(%rax), %r11
27228 jmp *%r11
27229 1:
27230 pushq %rdi
27231 pushq %rsi
27232 pushq %rbp
27233 call _glapi_get_dispatch
27234 popq %rbp
27235 popq %rsi
27236 popq %rdi
27237 movq 5776(%rax), %r11
27238 jmp *%r11
27239 #endif /* defined(GLX_USE_TLS) */
27240 .size GL_PREFIX(VertexAttrib4dvNV), .-GL_PREFIX(VertexAttrib4dvNV)
27241
27242 .p2align 4,,15
27243 .globl GL_PREFIX(VertexAttrib4fNV)
27244 .type GL_PREFIX(VertexAttrib4fNV), @function
27245 GL_PREFIX(VertexAttrib4fNV):
27246 #if defined(GLX_USE_TLS)
27247 call _x86_64_get_dispatch@PLT
27248 movq 5784(%rax), %r11
27249 jmp *%r11
27250 #elif defined(PTHREADS)
27251 subq $40, %rsp
27252 movq %rdi, (%rsp)
27253 movq %xmm0, 8(%rsp)
27254 movq %xmm1, 16(%rsp)
27255 movq %xmm2, 24(%rsp)
27256 movq %xmm3, 32(%rsp)
27257 call _x86_64_get_dispatch@PLT
27258 movq 32(%rsp), %xmm3
27259 movq 24(%rsp), %xmm2
27260 movq 16(%rsp), %xmm1
27261 movq 8(%rsp), %xmm0
27262 movq (%rsp), %rdi
27263 addq $40, %rsp
27264 movq 5784(%rax), %r11
27265 jmp *%r11
27266 #else
27267 movq _glapi_Dispatch(%rip), %rax
27268 testq %rax, %rax
27269 je 1f
27270 movq 5784(%rax), %r11
27271 jmp *%r11
27272 1:
27273 subq $40, %rsp
27274 movq %rdi, (%rsp)
27275 movq %xmm0, 8(%rsp)
27276 movq %xmm1, 16(%rsp)
27277 movq %xmm2, 24(%rsp)
27278 movq %xmm3, 32(%rsp)
27279 call _glapi_get_dispatch
27280 movq 32(%rsp), %xmm3
27281 movq 24(%rsp), %xmm2
27282 movq 16(%rsp), %xmm1
27283 movq 8(%rsp), %xmm0
27284 movq (%rsp), %rdi
27285 addq $40, %rsp
27286 movq 5784(%rax), %r11
27287 jmp *%r11
27288 #endif /* defined(GLX_USE_TLS) */
27289 .size GL_PREFIX(VertexAttrib4fNV), .-GL_PREFIX(VertexAttrib4fNV)
27290
27291 .p2align 4,,15
27292 .globl GL_PREFIX(VertexAttrib4fvNV)
27293 .type GL_PREFIX(VertexAttrib4fvNV), @function
27294 GL_PREFIX(VertexAttrib4fvNV):
27295 #if defined(GLX_USE_TLS)
27296 call _x86_64_get_dispatch@PLT
27297 movq 5792(%rax), %r11
27298 jmp *%r11
27299 #elif defined(PTHREADS)
27300 pushq %rdi
27301 pushq %rsi
27302 pushq %rbp
27303 call _x86_64_get_dispatch@PLT
27304 popq %rbp
27305 popq %rsi
27306 popq %rdi
27307 movq 5792(%rax), %r11
27308 jmp *%r11
27309 #else
27310 movq _glapi_Dispatch(%rip), %rax
27311 testq %rax, %rax
27312 je 1f
27313 movq 5792(%rax), %r11
27314 jmp *%r11
27315 1:
27316 pushq %rdi
27317 pushq %rsi
27318 pushq %rbp
27319 call _glapi_get_dispatch
27320 popq %rbp
27321 popq %rsi
27322 popq %rdi
27323 movq 5792(%rax), %r11
27324 jmp *%r11
27325 #endif /* defined(GLX_USE_TLS) */
27326 .size GL_PREFIX(VertexAttrib4fvNV), .-GL_PREFIX(VertexAttrib4fvNV)
27327
27328 .p2align 4,,15
27329 .globl GL_PREFIX(VertexAttrib4sNV)
27330 .type GL_PREFIX(VertexAttrib4sNV), @function
27331 GL_PREFIX(VertexAttrib4sNV):
27332 #if defined(GLX_USE_TLS)
27333 call _x86_64_get_dispatch@PLT
27334 movq 5800(%rax), %r11
27335 jmp *%r11
27336 #elif defined(PTHREADS)
27337 pushq %rdi
27338 pushq %rsi
27339 pushq %rdx
27340 pushq %rcx
27341 pushq %r8
27342 call _x86_64_get_dispatch@PLT
27343 popq %r8
27344 popq %rcx
27345 popq %rdx
27346 popq %rsi
27347 popq %rdi
27348 movq 5800(%rax), %r11
27349 jmp *%r11
27350 #else
27351 movq _glapi_Dispatch(%rip), %rax
27352 testq %rax, %rax
27353 je 1f
27354 movq 5800(%rax), %r11
27355 jmp *%r11
27356 1:
27357 pushq %rdi
27358 pushq %rsi
27359 pushq %rdx
27360 pushq %rcx
27361 pushq %r8
27362 call _glapi_get_dispatch
27363 popq %r8
27364 popq %rcx
27365 popq %rdx
27366 popq %rsi
27367 popq %rdi
27368 movq 5800(%rax), %r11
27369 jmp *%r11
27370 #endif /* defined(GLX_USE_TLS) */
27371 .size GL_PREFIX(VertexAttrib4sNV), .-GL_PREFIX(VertexAttrib4sNV)
27372
27373 .p2align 4,,15
27374 .globl GL_PREFIX(VertexAttrib4svNV)
27375 .type GL_PREFIX(VertexAttrib4svNV), @function
27376 GL_PREFIX(VertexAttrib4svNV):
27377 #if defined(GLX_USE_TLS)
27378 call _x86_64_get_dispatch@PLT
27379 movq 5808(%rax), %r11
27380 jmp *%r11
27381 #elif defined(PTHREADS)
27382 pushq %rdi
27383 pushq %rsi
27384 pushq %rbp
27385 call _x86_64_get_dispatch@PLT
27386 popq %rbp
27387 popq %rsi
27388 popq %rdi
27389 movq 5808(%rax), %r11
27390 jmp *%r11
27391 #else
27392 movq _glapi_Dispatch(%rip), %rax
27393 testq %rax, %rax
27394 je 1f
27395 movq 5808(%rax), %r11
27396 jmp *%r11
27397 1:
27398 pushq %rdi
27399 pushq %rsi
27400 pushq %rbp
27401 call _glapi_get_dispatch
27402 popq %rbp
27403 popq %rsi
27404 popq %rdi
27405 movq 5808(%rax), %r11
27406 jmp *%r11
27407 #endif /* defined(GLX_USE_TLS) */
27408 .size GL_PREFIX(VertexAttrib4svNV), .-GL_PREFIX(VertexAttrib4svNV)
27409
27410 .p2align 4,,15
27411 .globl GL_PREFIX(VertexAttrib4ubNV)
27412 .type GL_PREFIX(VertexAttrib4ubNV), @function
27413 GL_PREFIX(VertexAttrib4ubNV):
27414 #if defined(GLX_USE_TLS)
27415 call _x86_64_get_dispatch@PLT
27416 movq 5816(%rax), %r11
27417 jmp *%r11
27418 #elif defined(PTHREADS)
27419 pushq %rdi
27420 pushq %rsi
27421 pushq %rdx
27422 pushq %rcx
27423 pushq %r8
27424 call _x86_64_get_dispatch@PLT
27425 popq %r8
27426 popq %rcx
27427 popq %rdx
27428 popq %rsi
27429 popq %rdi
27430 movq 5816(%rax), %r11
27431 jmp *%r11
27432 #else
27433 movq _glapi_Dispatch(%rip), %rax
27434 testq %rax, %rax
27435 je 1f
27436 movq 5816(%rax), %r11
27437 jmp *%r11
27438 1:
27439 pushq %rdi
27440 pushq %rsi
27441 pushq %rdx
27442 pushq %rcx
27443 pushq %r8
27444 call _glapi_get_dispatch
27445 popq %r8
27446 popq %rcx
27447 popq %rdx
27448 popq %rsi
27449 popq %rdi
27450 movq 5816(%rax), %r11
27451 jmp *%r11
27452 #endif /* defined(GLX_USE_TLS) */
27453 .size GL_PREFIX(VertexAttrib4ubNV), .-GL_PREFIX(VertexAttrib4ubNV)
27454
27455 .p2align 4,,15
27456 .globl GL_PREFIX(VertexAttrib4ubvNV)
27457 .type GL_PREFIX(VertexAttrib4ubvNV), @function
27458 GL_PREFIX(VertexAttrib4ubvNV):
27459 #if defined(GLX_USE_TLS)
27460 call _x86_64_get_dispatch@PLT
27461 movq 5824(%rax), %r11
27462 jmp *%r11
27463 #elif defined(PTHREADS)
27464 pushq %rdi
27465 pushq %rsi
27466 pushq %rbp
27467 call _x86_64_get_dispatch@PLT
27468 popq %rbp
27469 popq %rsi
27470 popq %rdi
27471 movq 5824(%rax), %r11
27472 jmp *%r11
27473 #else
27474 movq _glapi_Dispatch(%rip), %rax
27475 testq %rax, %rax
27476 je 1f
27477 movq 5824(%rax), %r11
27478 jmp *%r11
27479 1:
27480 pushq %rdi
27481 pushq %rsi
27482 pushq %rbp
27483 call _glapi_get_dispatch
27484 popq %rbp
27485 popq %rsi
27486 popq %rdi
27487 movq 5824(%rax), %r11
27488 jmp *%r11
27489 #endif /* defined(GLX_USE_TLS) */
27490 .size GL_PREFIX(VertexAttrib4ubvNV), .-GL_PREFIX(VertexAttrib4ubvNV)
27491
27492 .p2align 4,,15
27493 .globl GL_PREFIX(VertexAttribPointerNV)
27494 .type GL_PREFIX(VertexAttribPointerNV), @function
27495 GL_PREFIX(VertexAttribPointerNV):
27496 #if defined(GLX_USE_TLS)
27497 call _x86_64_get_dispatch@PLT
27498 movq 5832(%rax), %r11
27499 jmp *%r11
27500 #elif defined(PTHREADS)
27501 pushq %rdi
27502 pushq %rsi
27503 pushq %rdx
27504 pushq %rcx
27505 pushq %r8
27506 call _x86_64_get_dispatch@PLT
27507 popq %r8
27508 popq %rcx
27509 popq %rdx
27510 popq %rsi
27511 popq %rdi
27512 movq 5832(%rax), %r11
27513 jmp *%r11
27514 #else
27515 movq _glapi_Dispatch(%rip), %rax
27516 testq %rax, %rax
27517 je 1f
27518 movq 5832(%rax), %r11
27519 jmp *%r11
27520 1:
27521 pushq %rdi
27522 pushq %rsi
27523 pushq %rdx
27524 pushq %rcx
27525 pushq %r8
27526 call _glapi_get_dispatch
27527 popq %r8
27528 popq %rcx
27529 popq %rdx
27530 popq %rsi
27531 popq %rdi
27532 movq 5832(%rax), %r11
27533 jmp *%r11
27534 #endif /* defined(GLX_USE_TLS) */
27535 .size GL_PREFIX(VertexAttribPointerNV), .-GL_PREFIX(VertexAttribPointerNV)
27536
27537 .p2align 4,,15
27538 .globl GL_PREFIX(VertexAttribs1dvNV)
27539 .type GL_PREFIX(VertexAttribs1dvNV), @function
27540 GL_PREFIX(VertexAttribs1dvNV):
27541 #if defined(GLX_USE_TLS)
27542 call _x86_64_get_dispatch@PLT
27543 movq 5840(%rax), %r11
27544 jmp *%r11
27545 #elif defined(PTHREADS)
27546 pushq %rdi
27547 pushq %rsi
27548 pushq %rdx
27549 call _x86_64_get_dispatch@PLT
27550 popq %rdx
27551 popq %rsi
27552 popq %rdi
27553 movq 5840(%rax), %r11
27554 jmp *%r11
27555 #else
27556 movq _glapi_Dispatch(%rip), %rax
27557 testq %rax, %rax
27558 je 1f
27559 movq 5840(%rax), %r11
27560 jmp *%r11
27561 1:
27562 pushq %rdi
27563 pushq %rsi
27564 pushq %rdx
27565 call _glapi_get_dispatch
27566 popq %rdx
27567 popq %rsi
27568 popq %rdi
27569 movq 5840(%rax), %r11
27570 jmp *%r11
27571 #endif /* defined(GLX_USE_TLS) */
27572 .size GL_PREFIX(VertexAttribs1dvNV), .-GL_PREFIX(VertexAttribs1dvNV)
27573
27574 .p2align 4,,15
27575 .globl GL_PREFIX(VertexAttribs1fvNV)
27576 .type GL_PREFIX(VertexAttribs1fvNV), @function
27577 GL_PREFIX(VertexAttribs1fvNV):
27578 #if defined(GLX_USE_TLS)
27579 call _x86_64_get_dispatch@PLT
27580 movq 5848(%rax), %r11
27581 jmp *%r11
27582 #elif defined(PTHREADS)
27583 pushq %rdi
27584 pushq %rsi
27585 pushq %rdx
27586 call _x86_64_get_dispatch@PLT
27587 popq %rdx
27588 popq %rsi
27589 popq %rdi
27590 movq 5848(%rax), %r11
27591 jmp *%r11
27592 #else
27593 movq _glapi_Dispatch(%rip), %rax
27594 testq %rax, %rax
27595 je 1f
27596 movq 5848(%rax), %r11
27597 jmp *%r11
27598 1:
27599 pushq %rdi
27600 pushq %rsi
27601 pushq %rdx
27602 call _glapi_get_dispatch
27603 popq %rdx
27604 popq %rsi
27605 popq %rdi
27606 movq 5848(%rax), %r11
27607 jmp *%r11
27608 #endif /* defined(GLX_USE_TLS) */
27609 .size GL_PREFIX(VertexAttribs1fvNV), .-GL_PREFIX(VertexAttribs1fvNV)
27610
27611 .p2align 4,,15
27612 .globl GL_PREFIX(VertexAttribs1svNV)
27613 .type GL_PREFIX(VertexAttribs1svNV), @function
27614 GL_PREFIX(VertexAttribs1svNV):
27615 #if defined(GLX_USE_TLS)
27616 call _x86_64_get_dispatch@PLT
27617 movq 5856(%rax), %r11
27618 jmp *%r11
27619 #elif defined(PTHREADS)
27620 pushq %rdi
27621 pushq %rsi
27622 pushq %rdx
27623 call _x86_64_get_dispatch@PLT
27624 popq %rdx
27625 popq %rsi
27626 popq %rdi
27627 movq 5856(%rax), %r11
27628 jmp *%r11
27629 #else
27630 movq _glapi_Dispatch(%rip), %rax
27631 testq %rax, %rax
27632 je 1f
27633 movq 5856(%rax), %r11
27634 jmp *%r11
27635 1:
27636 pushq %rdi
27637 pushq %rsi
27638 pushq %rdx
27639 call _glapi_get_dispatch
27640 popq %rdx
27641 popq %rsi
27642 popq %rdi
27643 movq 5856(%rax), %r11
27644 jmp *%r11
27645 #endif /* defined(GLX_USE_TLS) */
27646 .size GL_PREFIX(VertexAttribs1svNV), .-GL_PREFIX(VertexAttribs1svNV)
27647
27648 .p2align 4,,15
27649 .globl GL_PREFIX(VertexAttribs2dvNV)
27650 .type GL_PREFIX(VertexAttribs2dvNV), @function
27651 GL_PREFIX(VertexAttribs2dvNV):
27652 #if defined(GLX_USE_TLS)
27653 call _x86_64_get_dispatch@PLT
27654 movq 5864(%rax), %r11
27655 jmp *%r11
27656 #elif defined(PTHREADS)
27657 pushq %rdi
27658 pushq %rsi
27659 pushq %rdx
27660 call _x86_64_get_dispatch@PLT
27661 popq %rdx
27662 popq %rsi
27663 popq %rdi
27664 movq 5864(%rax), %r11
27665 jmp *%r11
27666 #else
27667 movq _glapi_Dispatch(%rip), %rax
27668 testq %rax, %rax
27669 je 1f
27670 movq 5864(%rax), %r11
27671 jmp *%r11
27672 1:
27673 pushq %rdi
27674 pushq %rsi
27675 pushq %rdx
27676 call _glapi_get_dispatch
27677 popq %rdx
27678 popq %rsi
27679 popq %rdi
27680 movq 5864(%rax), %r11
27681 jmp *%r11
27682 #endif /* defined(GLX_USE_TLS) */
27683 .size GL_PREFIX(VertexAttribs2dvNV), .-GL_PREFIX(VertexAttribs2dvNV)
27684
27685 .p2align 4,,15
27686 .globl GL_PREFIX(VertexAttribs2fvNV)
27687 .type GL_PREFIX(VertexAttribs2fvNV), @function
27688 GL_PREFIX(VertexAttribs2fvNV):
27689 #if defined(GLX_USE_TLS)
27690 call _x86_64_get_dispatch@PLT
27691 movq 5872(%rax), %r11
27692 jmp *%r11
27693 #elif defined(PTHREADS)
27694 pushq %rdi
27695 pushq %rsi
27696 pushq %rdx
27697 call _x86_64_get_dispatch@PLT
27698 popq %rdx
27699 popq %rsi
27700 popq %rdi
27701 movq 5872(%rax), %r11
27702 jmp *%r11
27703 #else
27704 movq _glapi_Dispatch(%rip), %rax
27705 testq %rax, %rax
27706 je 1f
27707 movq 5872(%rax), %r11
27708 jmp *%r11
27709 1:
27710 pushq %rdi
27711 pushq %rsi
27712 pushq %rdx
27713 call _glapi_get_dispatch
27714 popq %rdx
27715 popq %rsi
27716 popq %rdi
27717 movq 5872(%rax), %r11
27718 jmp *%r11
27719 #endif /* defined(GLX_USE_TLS) */
27720 .size GL_PREFIX(VertexAttribs2fvNV), .-GL_PREFIX(VertexAttribs2fvNV)
27721
27722 .p2align 4,,15
27723 .globl GL_PREFIX(VertexAttribs2svNV)
27724 .type GL_PREFIX(VertexAttribs2svNV), @function
27725 GL_PREFIX(VertexAttribs2svNV):
27726 #if defined(GLX_USE_TLS)
27727 call _x86_64_get_dispatch@PLT
27728 movq 5880(%rax), %r11
27729 jmp *%r11
27730 #elif defined(PTHREADS)
27731 pushq %rdi
27732 pushq %rsi
27733 pushq %rdx
27734 call _x86_64_get_dispatch@PLT
27735 popq %rdx
27736 popq %rsi
27737 popq %rdi
27738 movq 5880(%rax), %r11
27739 jmp *%r11
27740 #else
27741 movq _glapi_Dispatch(%rip), %rax
27742 testq %rax, %rax
27743 je 1f
27744 movq 5880(%rax), %r11
27745 jmp *%r11
27746 1:
27747 pushq %rdi
27748 pushq %rsi
27749 pushq %rdx
27750 call _glapi_get_dispatch
27751 popq %rdx
27752 popq %rsi
27753 popq %rdi
27754 movq 5880(%rax), %r11
27755 jmp *%r11
27756 #endif /* defined(GLX_USE_TLS) */
27757 .size GL_PREFIX(VertexAttribs2svNV), .-GL_PREFIX(VertexAttribs2svNV)
27758
27759 .p2align 4,,15
27760 .globl GL_PREFIX(VertexAttribs3dvNV)
27761 .type GL_PREFIX(VertexAttribs3dvNV), @function
27762 GL_PREFIX(VertexAttribs3dvNV):
27763 #if defined(GLX_USE_TLS)
27764 call _x86_64_get_dispatch@PLT
27765 movq 5888(%rax), %r11
27766 jmp *%r11
27767 #elif defined(PTHREADS)
27768 pushq %rdi
27769 pushq %rsi
27770 pushq %rdx
27771 call _x86_64_get_dispatch@PLT
27772 popq %rdx
27773 popq %rsi
27774 popq %rdi
27775 movq 5888(%rax), %r11
27776 jmp *%r11
27777 #else
27778 movq _glapi_Dispatch(%rip), %rax
27779 testq %rax, %rax
27780 je 1f
27781 movq 5888(%rax), %r11
27782 jmp *%r11
27783 1:
27784 pushq %rdi
27785 pushq %rsi
27786 pushq %rdx
27787 call _glapi_get_dispatch
27788 popq %rdx
27789 popq %rsi
27790 popq %rdi
27791 movq 5888(%rax), %r11
27792 jmp *%r11
27793 #endif /* defined(GLX_USE_TLS) */
27794 .size GL_PREFIX(VertexAttribs3dvNV), .-GL_PREFIX(VertexAttribs3dvNV)
27795
27796 .p2align 4,,15
27797 .globl GL_PREFIX(VertexAttribs3fvNV)
27798 .type GL_PREFIX(VertexAttribs3fvNV), @function
27799 GL_PREFIX(VertexAttribs3fvNV):
27800 #if defined(GLX_USE_TLS)
27801 call _x86_64_get_dispatch@PLT
27802 movq 5896(%rax), %r11
27803 jmp *%r11
27804 #elif defined(PTHREADS)
27805 pushq %rdi
27806 pushq %rsi
27807 pushq %rdx
27808 call _x86_64_get_dispatch@PLT
27809 popq %rdx
27810 popq %rsi
27811 popq %rdi
27812 movq 5896(%rax), %r11
27813 jmp *%r11
27814 #else
27815 movq _glapi_Dispatch(%rip), %rax
27816 testq %rax, %rax
27817 je 1f
27818 movq 5896(%rax), %r11
27819 jmp *%r11
27820 1:
27821 pushq %rdi
27822 pushq %rsi
27823 pushq %rdx
27824 call _glapi_get_dispatch
27825 popq %rdx
27826 popq %rsi
27827 popq %rdi
27828 movq 5896(%rax), %r11
27829 jmp *%r11
27830 #endif /* defined(GLX_USE_TLS) */
27831 .size GL_PREFIX(VertexAttribs3fvNV), .-GL_PREFIX(VertexAttribs3fvNV)
27832
27833 .p2align 4,,15
27834 .globl GL_PREFIX(VertexAttribs3svNV)
27835 .type GL_PREFIX(VertexAttribs3svNV), @function
27836 GL_PREFIX(VertexAttribs3svNV):
27837 #if defined(GLX_USE_TLS)
27838 call _x86_64_get_dispatch@PLT
27839 movq 5904(%rax), %r11
27840 jmp *%r11
27841 #elif defined(PTHREADS)
27842 pushq %rdi
27843 pushq %rsi
27844 pushq %rdx
27845 call _x86_64_get_dispatch@PLT
27846 popq %rdx
27847 popq %rsi
27848 popq %rdi
27849 movq 5904(%rax), %r11
27850 jmp *%r11
27851 #else
27852 movq _glapi_Dispatch(%rip), %rax
27853 testq %rax, %rax
27854 je 1f
27855 movq 5904(%rax), %r11
27856 jmp *%r11
27857 1:
27858 pushq %rdi
27859 pushq %rsi
27860 pushq %rdx
27861 call _glapi_get_dispatch
27862 popq %rdx
27863 popq %rsi
27864 popq %rdi
27865 movq 5904(%rax), %r11
27866 jmp *%r11
27867 #endif /* defined(GLX_USE_TLS) */
27868 .size GL_PREFIX(VertexAttribs3svNV), .-GL_PREFIX(VertexAttribs3svNV)
27869
27870 .p2align 4,,15
27871 .globl GL_PREFIX(VertexAttribs4dvNV)
27872 .type GL_PREFIX(VertexAttribs4dvNV), @function
27873 GL_PREFIX(VertexAttribs4dvNV):
27874 #if defined(GLX_USE_TLS)
27875 call _x86_64_get_dispatch@PLT
27876 movq 5912(%rax), %r11
27877 jmp *%r11
27878 #elif defined(PTHREADS)
27879 pushq %rdi
27880 pushq %rsi
27881 pushq %rdx
27882 call _x86_64_get_dispatch@PLT
27883 popq %rdx
27884 popq %rsi
27885 popq %rdi
27886 movq 5912(%rax), %r11
27887 jmp *%r11
27888 #else
27889 movq _glapi_Dispatch(%rip), %rax
27890 testq %rax, %rax
27891 je 1f
27892 movq 5912(%rax), %r11
27893 jmp *%r11
27894 1:
27895 pushq %rdi
27896 pushq %rsi
27897 pushq %rdx
27898 call _glapi_get_dispatch
27899 popq %rdx
27900 popq %rsi
27901 popq %rdi
27902 movq 5912(%rax), %r11
27903 jmp *%r11
27904 #endif /* defined(GLX_USE_TLS) */
27905 .size GL_PREFIX(VertexAttribs4dvNV), .-GL_PREFIX(VertexAttribs4dvNV)
27906
27907 .p2align 4,,15
27908 .globl GL_PREFIX(VertexAttribs4fvNV)
27909 .type GL_PREFIX(VertexAttribs4fvNV), @function
27910 GL_PREFIX(VertexAttribs4fvNV):
27911 #if defined(GLX_USE_TLS)
27912 call _x86_64_get_dispatch@PLT
27913 movq 5920(%rax), %r11
27914 jmp *%r11
27915 #elif defined(PTHREADS)
27916 pushq %rdi
27917 pushq %rsi
27918 pushq %rdx
27919 call _x86_64_get_dispatch@PLT
27920 popq %rdx
27921 popq %rsi
27922 popq %rdi
27923 movq 5920(%rax), %r11
27924 jmp *%r11
27925 #else
27926 movq _glapi_Dispatch(%rip), %rax
27927 testq %rax, %rax
27928 je 1f
27929 movq 5920(%rax), %r11
27930 jmp *%r11
27931 1:
27932 pushq %rdi
27933 pushq %rsi
27934 pushq %rdx
27935 call _glapi_get_dispatch
27936 popq %rdx
27937 popq %rsi
27938 popq %rdi
27939 movq 5920(%rax), %r11
27940 jmp *%r11
27941 #endif /* defined(GLX_USE_TLS) */
27942 .size GL_PREFIX(VertexAttribs4fvNV), .-GL_PREFIX(VertexAttribs4fvNV)
27943
27944 .p2align 4,,15
27945 .globl GL_PREFIX(VertexAttribs4svNV)
27946 .type GL_PREFIX(VertexAttribs4svNV), @function
27947 GL_PREFIX(VertexAttribs4svNV):
27948 #if defined(GLX_USE_TLS)
27949 call _x86_64_get_dispatch@PLT
27950 movq 5928(%rax), %r11
27951 jmp *%r11
27952 #elif defined(PTHREADS)
27953 pushq %rdi
27954 pushq %rsi
27955 pushq %rdx
27956 call _x86_64_get_dispatch@PLT
27957 popq %rdx
27958 popq %rsi
27959 popq %rdi
27960 movq 5928(%rax), %r11
27961 jmp *%r11
27962 #else
27963 movq _glapi_Dispatch(%rip), %rax
27964 testq %rax, %rax
27965 je 1f
27966 movq 5928(%rax), %r11
27967 jmp *%r11
27968 1:
27969 pushq %rdi
27970 pushq %rsi
27971 pushq %rdx
27972 call _glapi_get_dispatch
27973 popq %rdx
27974 popq %rsi
27975 popq %rdi
27976 movq 5928(%rax), %r11
27977 jmp *%r11
27978 #endif /* defined(GLX_USE_TLS) */
27979 .size GL_PREFIX(VertexAttribs4svNV), .-GL_PREFIX(VertexAttribs4svNV)
27980
27981 .p2align 4,,15
27982 .globl GL_PREFIX(VertexAttribs4ubvNV)
27983 .type GL_PREFIX(VertexAttribs4ubvNV), @function
27984 GL_PREFIX(VertexAttribs4ubvNV):
27985 #if defined(GLX_USE_TLS)
27986 call _x86_64_get_dispatch@PLT
27987 movq 5936(%rax), %r11
27988 jmp *%r11
27989 #elif defined(PTHREADS)
27990 pushq %rdi
27991 pushq %rsi
27992 pushq %rdx
27993 call _x86_64_get_dispatch@PLT
27994 popq %rdx
27995 popq %rsi
27996 popq %rdi
27997 movq 5936(%rax), %r11
27998 jmp *%r11
27999 #else
28000 movq _glapi_Dispatch(%rip), %rax
28001 testq %rax, %rax
28002 je 1f
28003 movq 5936(%rax), %r11
28004 jmp *%r11
28005 1:
28006 pushq %rdi
28007 pushq %rsi
28008 pushq %rdx
28009 call _glapi_get_dispatch
28010 popq %rdx
28011 popq %rsi
28012 popq %rdi
28013 movq 5936(%rax), %r11
28014 jmp *%r11
28015 #endif /* defined(GLX_USE_TLS) */
28016 .size GL_PREFIX(VertexAttribs4ubvNV), .-GL_PREFIX(VertexAttribs4ubvNV)
28017
28018 .p2align 4,,15
28019 .globl GL_PREFIX(GetTexBumpParameterfvATI)
28020 .type GL_PREFIX(GetTexBumpParameterfvATI), @function
28021 GL_PREFIX(GetTexBumpParameterfvATI):
28022 #if defined(GLX_USE_TLS)
28023 call _x86_64_get_dispatch@PLT
28024 movq 5944(%rax), %r11
28025 jmp *%r11
28026 #elif defined(PTHREADS)
28027 pushq %rdi
28028 pushq %rsi
28029 pushq %rbp
28030 call _x86_64_get_dispatch@PLT
28031 popq %rbp
28032 popq %rsi
28033 popq %rdi
28034 movq 5944(%rax), %r11
28035 jmp *%r11
28036 #else
28037 movq _glapi_Dispatch(%rip), %rax
28038 testq %rax, %rax
28039 je 1f
28040 movq 5944(%rax), %r11
28041 jmp *%r11
28042 1:
28043 pushq %rdi
28044 pushq %rsi
28045 pushq %rbp
28046 call _glapi_get_dispatch
28047 popq %rbp
28048 popq %rsi
28049 popq %rdi
28050 movq 5944(%rax), %r11
28051 jmp *%r11
28052 #endif /* defined(GLX_USE_TLS) */
28053 .size GL_PREFIX(GetTexBumpParameterfvATI), .-GL_PREFIX(GetTexBumpParameterfvATI)
28054
28055 .p2align 4,,15
28056 .globl GL_PREFIX(GetTexBumpParameterivATI)
28057 .type GL_PREFIX(GetTexBumpParameterivATI), @function
28058 GL_PREFIX(GetTexBumpParameterivATI):
28059 #if defined(GLX_USE_TLS)
28060 call _x86_64_get_dispatch@PLT
28061 movq 5952(%rax), %r11
28062 jmp *%r11
28063 #elif defined(PTHREADS)
28064 pushq %rdi
28065 pushq %rsi
28066 pushq %rbp
28067 call _x86_64_get_dispatch@PLT
28068 popq %rbp
28069 popq %rsi
28070 popq %rdi
28071 movq 5952(%rax), %r11
28072 jmp *%r11
28073 #else
28074 movq _glapi_Dispatch(%rip), %rax
28075 testq %rax, %rax
28076 je 1f
28077 movq 5952(%rax), %r11
28078 jmp *%r11
28079 1:
28080 pushq %rdi
28081 pushq %rsi
28082 pushq %rbp
28083 call _glapi_get_dispatch
28084 popq %rbp
28085 popq %rsi
28086 popq %rdi
28087 movq 5952(%rax), %r11
28088 jmp *%r11
28089 #endif /* defined(GLX_USE_TLS) */
28090 .size GL_PREFIX(GetTexBumpParameterivATI), .-GL_PREFIX(GetTexBumpParameterivATI)
28091
28092 .p2align 4,,15
28093 .globl GL_PREFIX(TexBumpParameterfvATI)
28094 .type GL_PREFIX(TexBumpParameterfvATI), @function
28095 GL_PREFIX(TexBumpParameterfvATI):
28096 #if defined(GLX_USE_TLS)
28097 call _x86_64_get_dispatch@PLT
28098 movq 5960(%rax), %r11
28099 jmp *%r11
28100 #elif defined(PTHREADS)
28101 pushq %rdi
28102 pushq %rsi
28103 pushq %rbp
28104 call _x86_64_get_dispatch@PLT
28105 popq %rbp
28106 popq %rsi
28107 popq %rdi
28108 movq 5960(%rax), %r11
28109 jmp *%r11
28110 #else
28111 movq _glapi_Dispatch(%rip), %rax
28112 testq %rax, %rax
28113 je 1f
28114 movq 5960(%rax), %r11
28115 jmp *%r11
28116 1:
28117 pushq %rdi
28118 pushq %rsi
28119 pushq %rbp
28120 call _glapi_get_dispatch
28121 popq %rbp
28122 popq %rsi
28123 popq %rdi
28124 movq 5960(%rax), %r11
28125 jmp *%r11
28126 #endif /* defined(GLX_USE_TLS) */
28127 .size GL_PREFIX(TexBumpParameterfvATI), .-GL_PREFIX(TexBumpParameterfvATI)
28128
28129 .p2align 4,,15
28130 .globl GL_PREFIX(TexBumpParameterivATI)
28131 .type GL_PREFIX(TexBumpParameterivATI), @function
28132 GL_PREFIX(TexBumpParameterivATI):
28133 #if defined(GLX_USE_TLS)
28134 call _x86_64_get_dispatch@PLT
28135 movq 5968(%rax), %r11
28136 jmp *%r11
28137 #elif defined(PTHREADS)
28138 pushq %rdi
28139 pushq %rsi
28140 pushq %rbp
28141 call _x86_64_get_dispatch@PLT
28142 popq %rbp
28143 popq %rsi
28144 popq %rdi
28145 movq 5968(%rax), %r11
28146 jmp *%r11
28147 #else
28148 movq _glapi_Dispatch(%rip), %rax
28149 testq %rax, %rax
28150 je 1f
28151 movq 5968(%rax), %r11
28152 jmp *%r11
28153 1:
28154 pushq %rdi
28155 pushq %rsi
28156 pushq %rbp
28157 call _glapi_get_dispatch
28158 popq %rbp
28159 popq %rsi
28160 popq %rdi
28161 movq 5968(%rax), %r11
28162 jmp *%r11
28163 #endif /* defined(GLX_USE_TLS) */
28164 .size GL_PREFIX(TexBumpParameterivATI), .-GL_PREFIX(TexBumpParameterivATI)
28165
28166 .p2align 4,,15
28167 .globl GL_PREFIX(AlphaFragmentOp1ATI)
28168 .type GL_PREFIX(AlphaFragmentOp1ATI), @function
28169 GL_PREFIX(AlphaFragmentOp1ATI):
28170 #if defined(GLX_USE_TLS)
28171 call _x86_64_get_dispatch@PLT
28172 movq 5976(%rax), %r11
28173 jmp *%r11
28174 #elif defined(PTHREADS)
28175 pushq %rdi
28176 pushq %rsi
28177 pushq %rdx
28178 pushq %rcx
28179 pushq %r8
28180 pushq %r9
28181 pushq %rbp
28182 call _x86_64_get_dispatch@PLT
28183 popq %rbp
28184 popq %r9
28185 popq %r8
28186 popq %rcx
28187 popq %rdx
28188 popq %rsi
28189 popq %rdi
28190 movq 5976(%rax), %r11
28191 jmp *%r11
28192 #else
28193 movq _glapi_Dispatch(%rip), %rax
28194 testq %rax, %rax
28195 je 1f
28196 movq 5976(%rax), %r11
28197 jmp *%r11
28198 1:
28199 pushq %rdi
28200 pushq %rsi
28201 pushq %rdx
28202 pushq %rcx
28203 pushq %r8
28204 pushq %r9
28205 pushq %rbp
28206 call _glapi_get_dispatch
28207 popq %rbp
28208 popq %r9
28209 popq %r8
28210 popq %rcx
28211 popq %rdx
28212 popq %rsi
28213 popq %rdi
28214 movq 5976(%rax), %r11
28215 jmp *%r11
28216 #endif /* defined(GLX_USE_TLS) */
28217 .size GL_PREFIX(AlphaFragmentOp1ATI), .-GL_PREFIX(AlphaFragmentOp1ATI)
28218
28219 .p2align 4,,15
28220 .globl GL_PREFIX(AlphaFragmentOp2ATI)
28221 .type GL_PREFIX(AlphaFragmentOp2ATI), @function
28222 GL_PREFIX(AlphaFragmentOp2ATI):
28223 #if defined(GLX_USE_TLS)
28224 call _x86_64_get_dispatch@PLT
28225 movq 5984(%rax), %r11
28226 jmp *%r11
28227 #elif defined(PTHREADS)
28228 pushq %rdi
28229 pushq %rsi
28230 pushq %rdx
28231 pushq %rcx
28232 pushq %r8
28233 pushq %r9
28234 pushq %rbp
28235 call _x86_64_get_dispatch@PLT
28236 popq %rbp
28237 popq %r9
28238 popq %r8
28239 popq %rcx
28240 popq %rdx
28241 popq %rsi
28242 popq %rdi
28243 movq 5984(%rax), %r11
28244 jmp *%r11
28245 #else
28246 movq _glapi_Dispatch(%rip), %rax
28247 testq %rax, %rax
28248 je 1f
28249 movq 5984(%rax), %r11
28250 jmp *%r11
28251 1:
28252 pushq %rdi
28253 pushq %rsi
28254 pushq %rdx
28255 pushq %rcx
28256 pushq %r8
28257 pushq %r9
28258 pushq %rbp
28259 call _glapi_get_dispatch
28260 popq %rbp
28261 popq %r9
28262 popq %r8
28263 popq %rcx
28264 popq %rdx
28265 popq %rsi
28266 popq %rdi
28267 movq 5984(%rax), %r11
28268 jmp *%r11
28269 #endif /* defined(GLX_USE_TLS) */
28270 .size GL_PREFIX(AlphaFragmentOp2ATI), .-GL_PREFIX(AlphaFragmentOp2ATI)
28271
28272 .p2align 4,,15
28273 .globl GL_PREFIX(AlphaFragmentOp3ATI)
28274 .type GL_PREFIX(AlphaFragmentOp3ATI), @function
28275 GL_PREFIX(AlphaFragmentOp3ATI):
28276 #if defined(GLX_USE_TLS)
28277 call _x86_64_get_dispatch@PLT
28278 movq 5992(%rax), %r11
28279 jmp *%r11
28280 #elif defined(PTHREADS)
28281 pushq %rdi
28282 pushq %rsi
28283 pushq %rdx
28284 pushq %rcx
28285 pushq %r8
28286 pushq %r9
28287 pushq %rbp
28288 call _x86_64_get_dispatch@PLT
28289 popq %rbp
28290 popq %r9
28291 popq %r8
28292 popq %rcx
28293 popq %rdx
28294 popq %rsi
28295 popq %rdi
28296 movq 5992(%rax), %r11
28297 jmp *%r11
28298 #else
28299 movq _glapi_Dispatch(%rip), %rax
28300 testq %rax, %rax
28301 je 1f
28302 movq 5992(%rax), %r11
28303 jmp *%r11
28304 1:
28305 pushq %rdi
28306 pushq %rsi
28307 pushq %rdx
28308 pushq %rcx
28309 pushq %r8
28310 pushq %r9
28311 pushq %rbp
28312 call _glapi_get_dispatch
28313 popq %rbp
28314 popq %r9
28315 popq %r8
28316 popq %rcx
28317 popq %rdx
28318 popq %rsi
28319 popq %rdi
28320 movq 5992(%rax), %r11
28321 jmp *%r11
28322 #endif /* defined(GLX_USE_TLS) */
28323 .size GL_PREFIX(AlphaFragmentOp3ATI), .-GL_PREFIX(AlphaFragmentOp3ATI)
28324
28325 .p2align 4,,15
28326 .globl GL_PREFIX(BeginFragmentShaderATI)
28327 .type GL_PREFIX(BeginFragmentShaderATI), @function
28328 GL_PREFIX(BeginFragmentShaderATI):
28329 #if defined(GLX_USE_TLS)
28330 call _x86_64_get_dispatch@PLT
28331 movq 6000(%rax), %r11
28332 jmp *%r11
28333 #elif defined(PTHREADS)
28334 pushq %rbp
28335 call _x86_64_get_dispatch@PLT
28336 popq %rbp
28337 movq 6000(%rax), %r11
28338 jmp *%r11
28339 #else
28340 movq _glapi_Dispatch(%rip), %rax
28341 testq %rax, %rax
28342 je 1f
28343 movq 6000(%rax), %r11
28344 jmp *%r11
28345 1:
28346 pushq %rbp
28347 call _glapi_get_dispatch
28348 popq %rbp
28349 movq 6000(%rax), %r11
28350 jmp *%r11
28351 #endif /* defined(GLX_USE_TLS) */
28352 .size GL_PREFIX(BeginFragmentShaderATI), .-GL_PREFIX(BeginFragmentShaderATI)
28353
28354 .p2align 4,,15
28355 .globl GL_PREFIX(BindFragmentShaderATI)
28356 .type GL_PREFIX(BindFragmentShaderATI), @function
28357 GL_PREFIX(BindFragmentShaderATI):
28358 #if defined(GLX_USE_TLS)
28359 call _x86_64_get_dispatch@PLT
28360 movq 6008(%rax), %r11
28361 jmp *%r11
28362 #elif defined(PTHREADS)
28363 pushq %rdi
28364 call _x86_64_get_dispatch@PLT
28365 popq %rdi
28366 movq 6008(%rax), %r11
28367 jmp *%r11
28368 #else
28369 movq _glapi_Dispatch(%rip), %rax
28370 testq %rax, %rax
28371 je 1f
28372 movq 6008(%rax), %r11
28373 jmp *%r11
28374 1:
28375 pushq %rdi
28376 call _glapi_get_dispatch
28377 popq %rdi
28378 movq 6008(%rax), %r11
28379 jmp *%r11
28380 #endif /* defined(GLX_USE_TLS) */
28381 .size GL_PREFIX(BindFragmentShaderATI), .-GL_PREFIX(BindFragmentShaderATI)
28382
28383 .p2align 4,,15
28384 .globl GL_PREFIX(ColorFragmentOp1ATI)
28385 .type GL_PREFIX(ColorFragmentOp1ATI), @function
28386 GL_PREFIX(ColorFragmentOp1ATI):
28387 #if defined(GLX_USE_TLS)
28388 call _x86_64_get_dispatch@PLT
28389 movq 6016(%rax), %r11
28390 jmp *%r11
28391 #elif defined(PTHREADS)
28392 pushq %rdi
28393 pushq %rsi
28394 pushq %rdx
28395 pushq %rcx
28396 pushq %r8
28397 pushq %r9
28398 pushq %rbp
28399 call _x86_64_get_dispatch@PLT
28400 popq %rbp
28401 popq %r9
28402 popq %r8
28403 popq %rcx
28404 popq %rdx
28405 popq %rsi
28406 popq %rdi
28407 movq 6016(%rax), %r11
28408 jmp *%r11
28409 #else
28410 movq _glapi_Dispatch(%rip), %rax
28411 testq %rax, %rax
28412 je 1f
28413 movq 6016(%rax), %r11
28414 jmp *%r11
28415 1:
28416 pushq %rdi
28417 pushq %rsi
28418 pushq %rdx
28419 pushq %rcx
28420 pushq %r8
28421 pushq %r9
28422 pushq %rbp
28423 call _glapi_get_dispatch
28424 popq %rbp
28425 popq %r9
28426 popq %r8
28427 popq %rcx
28428 popq %rdx
28429 popq %rsi
28430 popq %rdi
28431 movq 6016(%rax), %r11
28432 jmp *%r11
28433 #endif /* defined(GLX_USE_TLS) */
28434 .size GL_PREFIX(ColorFragmentOp1ATI), .-GL_PREFIX(ColorFragmentOp1ATI)
28435
28436 .p2align 4,,15
28437 .globl GL_PREFIX(ColorFragmentOp2ATI)
28438 .type GL_PREFIX(ColorFragmentOp2ATI), @function
28439 GL_PREFIX(ColorFragmentOp2ATI):
28440 #if defined(GLX_USE_TLS)
28441 call _x86_64_get_dispatch@PLT
28442 movq 6024(%rax), %r11
28443 jmp *%r11
28444 #elif defined(PTHREADS)
28445 pushq %rdi
28446 pushq %rsi
28447 pushq %rdx
28448 pushq %rcx
28449 pushq %r8
28450 pushq %r9
28451 pushq %rbp
28452 call _x86_64_get_dispatch@PLT
28453 popq %rbp
28454 popq %r9
28455 popq %r8
28456 popq %rcx
28457 popq %rdx
28458 popq %rsi
28459 popq %rdi
28460 movq 6024(%rax), %r11
28461 jmp *%r11
28462 #else
28463 movq _glapi_Dispatch(%rip), %rax
28464 testq %rax, %rax
28465 je 1f
28466 movq 6024(%rax), %r11
28467 jmp *%r11
28468 1:
28469 pushq %rdi
28470 pushq %rsi
28471 pushq %rdx
28472 pushq %rcx
28473 pushq %r8
28474 pushq %r9
28475 pushq %rbp
28476 call _glapi_get_dispatch
28477 popq %rbp
28478 popq %r9
28479 popq %r8
28480 popq %rcx
28481 popq %rdx
28482 popq %rsi
28483 popq %rdi
28484 movq 6024(%rax), %r11
28485 jmp *%r11
28486 #endif /* defined(GLX_USE_TLS) */
28487 .size GL_PREFIX(ColorFragmentOp2ATI), .-GL_PREFIX(ColorFragmentOp2ATI)
28488
28489 .p2align 4,,15
28490 .globl GL_PREFIX(ColorFragmentOp3ATI)
28491 .type GL_PREFIX(ColorFragmentOp3ATI), @function
28492 GL_PREFIX(ColorFragmentOp3ATI):
28493 #if defined(GLX_USE_TLS)
28494 call _x86_64_get_dispatch@PLT
28495 movq 6032(%rax), %r11
28496 jmp *%r11
28497 #elif defined(PTHREADS)
28498 pushq %rdi
28499 pushq %rsi
28500 pushq %rdx
28501 pushq %rcx
28502 pushq %r8
28503 pushq %r9
28504 pushq %rbp
28505 call _x86_64_get_dispatch@PLT
28506 popq %rbp
28507 popq %r9
28508 popq %r8
28509 popq %rcx
28510 popq %rdx
28511 popq %rsi
28512 popq %rdi
28513 movq 6032(%rax), %r11
28514 jmp *%r11
28515 #else
28516 movq _glapi_Dispatch(%rip), %rax
28517 testq %rax, %rax
28518 je 1f
28519 movq 6032(%rax), %r11
28520 jmp *%r11
28521 1:
28522 pushq %rdi
28523 pushq %rsi
28524 pushq %rdx
28525 pushq %rcx
28526 pushq %r8
28527 pushq %r9
28528 pushq %rbp
28529 call _glapi_get_dispatch
28530 popq %rbp
28531 popq %r9
28532 popq %r8
28533 popq %rcx
28534 popq %rdx
28535 popq %rsi
28536 popq %rdi
28537 movq 6032(%rax), %r11
28538 jmp *%r11
28539 #endif /* defined(GLX_USE_TLS) */
28540 .size GL_PREFIX(ColorFragmentOp3ATI), .-GL_PREFIX(ColorFragmentOp3ATI)
28541
28542 .p2align 4,,15
28543 .globl GL_PREFIX(DeleteFragmentShaderATI)
28544 .type GL_PREFIX(DeleteFragmentShaderATI), @function
28545 GL_PREFIX(DeleteFragmentShaderATI):
28546 #if defined(GLX_USE_TLS)
28547 call _x86_64_get_dispatch@PLT
28548 movq 6040(%rax), %r11
28549 jmp *%r11
28550 #elif defined(PTHREADS)
28551 pushq %rdi
28552 call _x86_64_get_dispatch@PLT
28553 popq %rdi
28554 movq 6040(%rax), %r11
28555 jmp *%r11
28556 #else
28557 movq _glapi_Dispatch(%rip), %rax
28558 testq %rax, %rax
28559 je 1f
28560 movq 6040(%rax), %r11
28561 jmp *%r11
28562 1:
28563 pushq %rdi
28564 call _glapi_get_dispatch
28565 popq %rdi
28566 movq 6040(%rax), %r11
28567 jmp *%r11
28568 #endif /* defined(GLX_USE_TLS) */
28569 .size GL_PREFIX(DeleteFragmentShaderATI), .-GL_PREFIX(DeleteFragmentShaderATI)
28570
28571 .p2align 4,,15
28572 .globl GL_PREFIX(EndFragmentShaderATI)
28573 .type GL_PREFIX(EndFragmentShaderATI), @function
28574 GL_PREFIX(EndFragmentShaderATI):
28575 #if defined(GLX_USE_TLS)
28576 call _x86_64_get_dispatch@PLT
28577 movq 6048(%rax), %r11
28578 jmp *%r11
28579 #elif defined(PTHREADS)
28580 pushq %rbp
28581 call _x86_64_get_dispatch@PLT
28582 popq %rbp
28583 movq 6048(%rax), %r11
28584 jmp *%r11
28585 #else
28586 movq _glapi_Dispatch(%rip), %rax
28587 testq %rax, %rax
28588 je 1f
28589 movq 6048(%rax), %r11
28590 jmp *%r11
28591 1:
28592 pushq %rbp
28593 call _glapi_get_dispatch
28594 popq %rbp
28595 movq 6048(%rax), %r11
28596 jmp *%r11
28597 #endif /* defined(GLX_USE_TLS) */
28598 .size GL_PREFIX(EndFragmentShaderATI), .-GL_PREFIX(EndFragmentShaderATI)
28599
28600 .p2align 4,,15
28601 .globl GL_PREFIX(GenFragmentShadersATI)
28602 .type GL_PREFIX(GenFragmentShadersATI), @function
28603 GL_PREFIX(GenFragmentShadersATI):
28604 #if defined(GLX_USE_TLS)
28605 call _x86_64_get_dispatch@PLT
28606 movq 6056(%rax), %r11
28607 jmp *%r11
28608 #elif defined(PTHREADS)
28609 pushq %rdi
28610 call _x86_64_get_dispatch@PLT
28611 popq %rdi
28612 movq 6056(%rax), %r11
28613 jmp *%r11
28614 #else
28615 movq _glapi_Dispatch(%rip), %rax
28616 testq %rax, %rax
28617 je 1f
28618 movq 6056(%rax), %r11
28619 jmp *%r11
28620 1:
28621 pushq %rdi
28622 call _glapi_get_dispatch
28623 popq %rdi
28624 movq 6056(%rax), %r11
28625 jmp *%r11
28626 #endif /* defined(GLX_USE_TLS) */
28627 .size GL_PREFIX(GenFragmentShadersATI), .-GL_PREFIX(GenFragmentShadersATI)
28628
28629 .p2align 4,,15
28630 .globl GL_PREFIX(PassTexCoordATI)
28631 .type GL_PREFIX(PassTexCoordATI), @function
28632 GL_PREFIX(PassTexCoordATI):
28633 #if defined(GLX_USE_TLS)
28634 call _x86_64_get_dispatch@PLT
28635 movq 6064(%rax), %r11
28636 jmp *%r11
28637 #elif defined(PTHREADS)
28638 pushq %rdi
28639 pushq %rsi
28640 pushq %rdx
28641 call _x86_64_get_dispatch@PLT
28642 popq %rdx
28643 popq %rsi
28644 popq %rdi
28645 movq 6064(%rax), %r11
28646 jmp *%r11
28647 #else
28648 movq _glapi_Dispatch(%rip), %rax
28649 testq %rax, %rax
28650 je 1f
28651 movq 6064(%rax), %r11
28652 jmp *%r11
28653 1:
28654 pushq %rdi
28655 pushq %rsi
28656 pushq %rdx
28657 call _glapi_get_dispatch
28658 popq %rdx
28659 popq %rsi
28660 popq %rdi
28661 movq 6064(%rax), %r11
28662 jmp *%r11
28663 #endif /* defined(GLX_USE_TLS) */
28664 .size GL_PREFIX(PassTexCoordATI), .-GL_PREFIX(PassTexCoordATI)
28665
28666 .p2align 4,,15
28667 .globl GL_PREFIX(SampleMapATI)
28668 .type GL_PREFIX(SampleMapATI), @function
28669 GL_PREFIX(SampleMapATI):
28670 #if defined(GLX_USE_TLS)
28671 call _x86_64_get_dispatch@PLT
28672 movq 6072(%rax), %r11
28673 jmp *%r11
28674 #elif defined(PTHREADS)
28675 pushq %rdi
28676 pushq %rsi
28677 pushq %rdx
28678 call _x86_64_get_dispatch@PLT
28679 popq %rdx
28680 popq %rsi
28681 popq %rdi
28682 movq 6072(%rax), %r11
28683 jmp *%r11
28684 #else
28685 movq _glapi_Dispatch(%rip), %rax
28686 testq %rax, %rax
28687 je 1f
28688 movq 6072(%rax), %r11
28689 jmp *%r11
28690 1:
28691 pushq %rdi
28692 pushq %rsi
28693 pushq %rdx
28694 call _glapi_get_dispatch
28695 popq %rdx
28696 popq %rsi
28697 popq %rdi
28698 movq 6072(%rax), %r11
28699 jmp *%r11
28700 #endif /* defined(GLX_USE_TLS) */
28701 .size GL_PREFIX(SampleMapATI), .-GL_PREFIX(SampleMapATI)
28702
28703 .p2align 4,,15
28704 .globl GL_PREFIX(SetFragmentShaderConstantATI)
28705 .type GL_PREFIX(SetFragmentShaderConstantATI), @function
28706 GL_PREFIX(SetFragmentShaderConstantATI):
28707 #if defined(GLX_USE_TLS)
28708 call _x86_64_get_dispatch@PLT
28709 movq 6080(%rax), %r11
28710 jmp *%r11
28711 #elif defined(PTHREADS)
28712 pushq %rdi
28713 pushq %rsi
28714 pushq %rbp
28715 call _x86_64_get_dispatch@PLT
28716 popq %rbp
28717 popq %rsi
28718 popq %rdi
28719 movq 6080(%rax), %r11
28720 jmp *%r11
28721 #else
28722 movq _glapi_Dispatch(%rip), %rax
28723 testq %rax, %rax
28724 je 1f
28725 movq 6080(%rax), %r11
28726 jmp *%r11
28727 1:
28728 pushq %rdi
28729 pushq %rsi
28730 pushq %rbp
28731 call _glapi_get_dispatch
28732 popq %rbp
28733 popq %rsi
28734 popq %rdi
28735 movq 6080(%rax), %r11
28736 jmp *%r11
28737 #endif /* defined(GLX_USE_TLS) */
28738 .size GL_PREFIX(SetFragmentShaderConstantATI), .-GL_PREFIX(SetFragmentShaderConstantATI)
28739
28740 .p2align 4,,15
28741 .globl GL_PREFIX(PointParameteriNV)
28742 .type GL_PREFIX(PointParameteriNV), @function
28743 GL_PREFIX(PointParameteriNV):
28744 #if defined(GLX_USE_TLS)
28745 call _x86_64_get_dispatch@PLT
28746 movq 6088(%rax), %r11
28747 jmp *%r11
28748 #elif defined(PTHREADS)
28749 pushq %rdi
28750 pushq %rsi
28751 pushq %rbp
28752 call _x86_64_get_dispatch@PLT
28753 popq %rbp
28754 popq %rsi
28755 popq %rdi
28756 movq 6088(%rax), %r11
28757 jmp *%r11
28758 #else
28759 movq _glapi_Dispatch(%rip), %rax
28760 testq %rax, %rax
28761 je 1f
28762 movq 6088(%rax), %r11
28763 jmp *%r11
28764 1:
28765 pushq %rdi
28766 pushq %rsi
28767 pushq %rbp
28768 call _glapi_get_dispatch
28769 popq %rbp
28770 popq %rsi
28771 popq %rdi
28772 movq 6088(%rax), %r11
28773 jmp *%r11
28774 #endif /* defined(GLX_USE_TLS) */
28775 .size GL_PREFIX(PointParameteriNV), .-GL_PREFIX(PointParameteriNV)
28776
28777 .p2align 4,,15
28778 .globl GL_PREFIX(PointParameterivNV)
28779 .type GL_PREFIX(PointParameterivNV), @function
28780 GL_PREFIX(PointParameterivNV):
28781 #if defined(GLX_USE_TLS)
28782 call _x86_64_get_dispatch@PLT
28783 movq 6096(%rax), %r11
28784 jmp *%r11
28785 #elif defined(PTHREADS)
28786 pushq %rdi
28787 pushq %rsi
28788 pushq %rbp
28789 call _x86_64_get_dispatch@PLT
28790 popq %rbp
28791 popq %rsi
28792 popq %rdi
28793 movq 6096(%rax), %r11
28794 jmp *%r11
28795 #else
28796 movq _glapi_Dispatch(%rip), %rax
28797 testq %rax, %rax
28798 je 1f
28799 movq 6096(%rax), %r11
28800 jmp *%r11
28801 1:
28802 pushq %rdi
28803 pushq %rsi
28804 pushq %rbp
28805 call _glapi_get_dispatch
28806 popq %rbp
28807 popq %rsi
28808 popq %rdi
28809 movq 6096(%rax), %r11
28810 jmp *%r11
28811 #endif /* defined(GLX_USE_TLS) */
28812 .size GL_PREFIX(PointParameterivNV), .-GL_PREFIX(PointParameterivNV)
28813
28814 .p2align 4,,15
28815 .globl GL_PREFIX(_dispatch_stub_763)
28816 .type GL_PREFIX(_dispatch_stub_763), @function
28817 HIDDEN(GL_PREFIX(_dispatch_stub_763))
28818 GL_PREFIX(_dispatch_stub_763):
28819 #if defined(GLX_USE_TLS)
28820 call _x86_64_get_dispatch@PLT
28821 movq 6104(%rax), %r11
28822 jmp *%r11
28823 #elif defined(PTHREADS)
28824 pushq %rdi
28825 call _x86_64_get_dispatch@PLT
28826 popq %rdi
28827 movq 6104(%rax), %r11
28828 jmp *%r11
28829 #else
28830 movq _glapi_Dispatch(%rip), %rax
28831 testq %rax, %rax
28832 je 1f
28833 movq 6104(%rax), %r11
28834 jmp *%r11
28835 1:
28836 pushq %rdi
28837 call _glapi_get_dispatch
28838 popq %rdi
28839 movq 6104(%rax), %r11
28840 jmp *%r11
28841 #endif /* defined(GLX_USE_TLS) */
28842 .size GL_PREFIX(_dispatch_stub_763), .-GL_PREFIX(_dispatch_stub_763)
28843
28844 .p2align 4,,15
28845 .globl GL_PREFIX(_dispatch_stub_764)
28846 .type GL_PREFIX(_dispatch_stub_764), @function
28847 HIDDEN(GL_PREFIX(_dispatch_stub_764))
28848 GL_PREFIX(_dispatch_stub_764):
28849 #if defined(GLX_USE_TLS)
28850 call _x86_64_get_dispatch@PLT
28851 movq 6112(%rax), %r11
28852 jmp *%r11
28853 #elif defined(PTHREADS)
28854 pushq %rdi
28855 call _x86_64_get_dispatch@PLT
28856 popq %rdi
28857 movq 6112(%rax), %r11
28858 jmp *%r11
28859 #else
28860 movq _glapi_Dispatch(%rip), %rax
28861 testq %rax, %rax
28862 je 1f
28863 movq 6112(%rax), %r11
28864 jmp *%r11
28865 1:
28866 pushq %rdi
28867 call _glapi_get_dispatch
28868 popq %rdi
28869 movq 6112(%rax), %r11
28870 jmp *%r11
28871 #endif /* defined(GLX_USE_TLS) */
28872 .size GL_PREFIX(_dispatch_stub_764), .-GL_PREFIX(_dispatch_stub_764)
28873
28874 .p2align 4,,15
28875 .globl GL_PREFIX(_dispatch_stub_765)
28876 .type GL_PREFIX(_dispatch_stub_765), @function
28877 HIDDEN(GL_PREFIX(_dispatch_stub_765))
28878 GL_PREFIX(_dispatch_stub_765):
28879 #if defined(GLX_USE_TLS)
28880 call _x86_64_get_dispatch@PLT
28881 movq 6120(%rax), %r11
28882 jmp *%r11
28883 #elif defined(PTHREADS)
28884 pushq %rdi
28885 pushq %rsi
28886 pushq %rbp
28887 call _x86_64_get_dispatch@PLT
28888 popq %rbp
28889 popq %rsi
28890 popq %rdi
28891 movq 6120(%rax), %r11
28892 jmp *%r11
28893 #else
28894 movq _glapi_Dispatch(%rip), %rax
28895 testq %rax, %rax
28896 je 1f
28897 movq 6120(%rax), %r11
28898 jmp *%r11
28899 1:
28900 pushq %rdi
28901 pushq %rsi
28902 pushq %rbp
28903 call _glapi_get_dispatch
28904 popq %rbp
28905 popq %rsi
28906 popq %rdi
28907 movq 6120(%rax), %r11
28908 jmp *%r11
28909 #endif /* defined(GLX_USE_TLS) */
28910 .size GL_PREFIX(_dispatch_stub_765), .-GL_PREFIX(_dispatch_stub_765)
28911
28912 .p2align 4,,15
28913 .globl GL_PREFIX(_dispatch_stub_766)
28914 .type GL_PREFIX(_dispatch_stub_766), @function
28915 HIDDEN(GL_PREFIX(_dispatch_stub_766))
28916 GL_PREFIX(_dispatch_stub_766):
28917 #if defined(GLX_USE_TLS)
28918 call _x86_64_get_dispatch@PLT
28919 movq 6128(%rax), %r11
28920 jmp *%r11
28921 #elif defined(PTHREADS)
28922 pushq %rdi
28923 pushq %rsi
28924 pushq %rbp
28925 call _x86_64_get_dispatch@PLT
28926 popq %rbp
28927 popq %rsi
28928 popq %rdi
28929 movq 6128(%rax), %r11
28930 jmp *%r11
28931 #else
28932 movq _glapi_Dispatch(%rip), %rax
28933 testq %rax, %rax
28934 je 1f
28935 movq 6128(%rax), %r11
28936 jmp *%r11
28937 1:
28938 pushq %rdi
28939 pushq %rsi
28940 pushq %rbp
28941 call _glapi_get_dispatch
28942 popq %rbp
28943 popq %rsi
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 call _x86_64_get_dispatch@PLT
28962 popq %rdi
28963 movq 6136(%rax), %r11
28964 jmp *%r11
28965 #else
28966 movq _glapi_Dispatch(%rip), %rax
28967 testq %rax, %rax
28968 je 1f
28969 movq 6136(%rax), %r11
28970 jmp *%r11
28971 1:
28972 pushq %rdi
28973 call _glapi_get_dispatch
28974 popq %rdi
28975 movq 6136(%rax), %r11
28976 jmp *%r11
28977 #endif /* defined(GLX_USE_TLS) */
28978 .size GL_PREFIX(_dispatch_stub_767), .-GL_PREFIX(_dispatch_stub_767)
28979
28980 .p2align 4,,15
28981 .globl GL_PREFIX(GetProgramNamedParameterdvNV)
28982 .type GL_PREFIX(GetProgramNamedParameterdvNV), @function
28983 GL_PREFIX(GetProgramNamedParameterdvNV):
28984 #if defined(GLX_USE_TLS)
28985 call _x86_64_get_dispatch@PLT
28986 movq 6144(%rax), %r11
28987 jmp *%r11
28988 #elif defined(PTHREADS)
28989 pushq %rdi
28990 pushq %rsi
28991 pushq %rdx
28992 pushq %rcx
28993 pushq %rbp
28994 call _x86_64_get_dispatch@PLT
28995 popq %rbp
28996 popq %rcx
28997 popq %rdx
28998 popq %rsi
28999 popq %rdi
29000 movq 6144(%rax), %r11
29001 jmp *%r11
29002 #else
29003 movq _glapi_Dispatch(%rip), %rax
29004 testq %rax, %rax
29005 je 1f
29006 movq 6144(%rax), %r11
29007 jmp *%r11
29008 1:
29009 pushq %rdi
29010 pushq %rsi
29011 pushq %rdx
29012 pushq %rcx
29013 pushq %rbp
29014 call _glapi_get_dispatch
29015 popq %rbp
29016 popq %rcx
29017 popq %rdx
29018 popq %rsi
29019 popq %rdi
29020 movq 6144(%rax), %r11
29021 jmp *%r11
29022 #endif /* defined(GLX_USE_TLS) */
29023 .size GL_PREFIX(GetProgramNamedParameterdvNV), .-GL_PREFIX(GetProgramNamedParameterdvNV)
29024
29025 .p2align 4,,15
29026 .globl GL_PREFIX(GetProgramNamedParameterfvNV)
29027 .type GL_PREFIX(GetProgramNamedParameterfvNV), @function
29028 GL_PREFIX(GetProgramNamedParameterfvNV):
29029 #if defined(GLX_USE_TLS)
29030 call _x86_64_get_dispatch@PLT
29031 movq 6152(%rax), %r11
29032 jmp *%r11
29033 #elif defined(PTHREADS)
29034 pushq %rdi
29035 pushq %rsi
29036 pushq %rdx
29037 pushq %rcx
29038 pushq %rbp
29039 call _x86_64_get_dispatch@PLT
29040 popq %rbp
29041 popq %rcx
29042 popq %rdx
29043 popq %rsi
29044 popq %rdi
29045 movq 6152(%rax), %r11
29046 jmp *%r11
29047 #else
29048 movq _glapi_Dispatch(%rip), %rax
29049 testq %rax, %rax
29050 je 1f
29051 movq 6152(%rax), %r11
29052 jmp *%r11
29053 1:
29054 pushq %rdi
29055 pushq %rsi
29056 pushq %rdx
29057 pushq %rcx
29058 pushq %rbp
29059 call _glapi_get_dispatch
29060 popq %rbp
29061 popq %rcx
29062 popq %rdx
29063 popq %rsi
29064 popq %rdi
29065 movq 6152(%rax), %r11
29066 jmp *%r11
29067 #endif /* defined(GLX_USE_TLS) */
29068 .size GL_PREFIX(GetProgramNamedParameterfvNV), .-GL_PREFIX(GetProgramNamedParameterfvNV)
29069
29070 .p2align 4,,15
29071 .globl GL_PREFIX(ProgramNamedParameter4dNV)
29072 .type GL_PREFIX(ProgramNamedParameter4dNV), @function
29073 GL_PREFIX(ProgramNamedParameter4dNV):
29074 #if defined(GLX_USE_TLS)
29075 call _x86_64_get_dispatch@PLT
29076 movq 6160(%rax), %r11
29077 jmp *%r11
29078 #elif defined(PTHREADS)
29079 subq $56, %rsp
29080 movq %rdi, (%rsp)
29081 movq %rsi, 8(%rsp)
29082 movq %rdx, 16(%rsp)
29083 movq %xmm0, 24(%rsp)
29084 movq %xmm1, 32(%rsp)
29085 movq %xmm2, 40(%rsp)
29086 movq %xmm3, 48(%rsp)
29087 call _x86_64_get_dispatch@PLT
29088 movq 48(%rsp), %xmm3
29089 movq 40(%rsp), %xmm2
29090 movq 32(%rsp), %xmm1
29091 movq 24(%rsp), %xmm0
29092 movq 16(%rsp), %rdx
29093 movq 8(%rsp), %rsi
29094 movq (%rsp), %rdi
29095 addq $56, %rsp
29096 movq 6160(%rax), %r11
29097 jmp *%r11
29098 #else
29099 movq _glapi_Dispatch(%rip), %rax
29100 testq %rax, %rax
29101 je 1f
29102 movq 6160(%rax), %r11
29103 jmp *%r11
29104 1:
29105 subq $56, %rsp
29106 movq %rdi, (%rsp)
29107 movq %rsi, 8(%rsp)
29108 movq %rdx, 16(%rsp)
29109 movq %xmm0, 24(%rsp)
29110 movq %xmm1, 32(%rsp)
29111 movq %xmm2, 40(%rsp)
29112 movq %xmm3, 48(%rsp)
29113 call _glapi_get_dispatch
29114 movq 48(%rsp), %xmm3
29115 movq 40(%rsp), %xmm2
29116 movq 32(%rsp), %xmm1
29117 movq 24(%rsp), %xmm0
29118 movq 16(%rsp), %rdx
29119 movq 8(%rsp), %rsi
29120 movq (%rsp), %rdi
29121 addq $56, %rsp
29122 movq 6160(%rax), %r11
29123 jmp *%r11
29124 #endif /* defined(GLX_USE_TLS) */
29125 .size GL_PREFIX(ProgramNamedParameter4dNV), .-GL_PREFIX(ProgramNamedParameter4dNV)
29126
29127 .p2align 4,,15
29128 .globl GL_PREFIX(ProgramNamedParameter4dvNV)
29129 .type GL_PREFIX(ProgramNamedParameter4dvNV), @function
29130 GL_PREFIX(ProgramNamedParameter4dvNV):
29131 #if defined(GLX_USE_TLS)
29132 call _x86_64_get_dispatch@PLT
29133 movq 6168(%rax), %r11
29134 jmp *%r11
29135 #elif defined(PTHREADS)
29136 pushq %rdi
29137 pushq %rsi
29138 pushq %rdx
29139 pushq %rcx
29140 pushq %rbp
29141 call _x86_64_get_dispatch@PLT
29142 popq %rbp
29143 popq %rcx
29144 popq %rdx
29145 popq %rsi
29146 popq %rdi
29147 movq 6168(%rax), %r11
29148 jmp *%r11
29149 #else
29150 movq _glapi_Dispatch(%rip), %rax
29151 testq %rax, %rax
29152 je 1f
29153 movq 6168(%rax), %r11
29154 jmp *%r11
29155 1:
29156 pushq %rdi
29157 pushq %rsi
29158 pushq %rdx
29159 pushq %rcx
29160 pushq %rbp
29161 call _glapi_get_dispatch
29162 popq %rbp
29163 popq %rcx
29164 popq %rdx
29165 popq %rsi
29166 popq %rdi
29167 movq 6168(%rax), %r11
29168 jmp *%r11
29169 #endif /* defined(GLX_USE_TLS) */
29170 .size GL_PREFIX(ProgramNamedParameter4dvNV), .-GL_PREFIX(ProgramNamedParameter4dvNV)
29171
29172 .p2align 4,,15
29173 .globl GL_PREFIX(ProgramNamedParameter4fNV)
29174 .type GL_PREFIX(ProgramNamedParameter4fNV), @function
29175 GL_PREFIX(ProgramNamedParameter4fNV):
29176 #if defined(GLX_USE_TLS)
29177 call _x86_64_get_dispatch@PLT
29178 movq 6176(%rax), %r11
29179 jmp *%r11
29180 #elif defined(PTHREADS)
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 _x86_64_get_dispatch@PLT
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 #else
29201 movq _glapi_Dispatch(%rip), %rax
29202 testq %rax, %rax
29203 je 1f
29204 movq 6176(%rax), %r11
29205 jmp *%r11
29206 1:
29207 subq $56, %rsp
29208 movq %rdi, (%rsp)
29209 movq %rsi, 8(%rsp)
29210 movq %rdx, 16(%rsp)
29211 movq %xmm0, 24(%rsp)
29212 movq %xmm1, 32(%rsp)
29213 movq %xmm2, 40(%rsp)
29214 movq %xmm3, 48(%rsp)
29215 call _glapi_get_dispatch
29216 movq 48(%rsp), %xmm3
29217 movq 40(%rsp), %xmm2
29218 movq 32(%rsp), %xmm1
29219 movq 24(%rsp), %xmm0
29220 movq 16(%rsp), %rdx
29221 movq 8(%rsp), %rsi
29222 movq (%rsp), %rdi
29223 addq $56, %rsp
29224 movq 6176(%rax), %r11
29225 jmp *%r11
29226 #endif /* defined(GLX_USE_TLS) */
29227 .size GL_PREFIX(ProgramNamedParameter4fNV), .-GL_PREFIX(ProgramNamedParameter4fNV)
29228
29229 .p2align 4,,15
29230 .globl GL_PREFIX(ProgramNamedParameter4fvNV)
29231 .type GL_PREFIX(ProgramNamedParameter4fvNV), @function
29232 GL_PREFIX(ProgramNamedParameter4fvNV):
29233 #if defined(GLX_USE_TLS)
29234 call _x86_64_get_dispatch@PLT
29235 movq 6184(%rax), %r11
29236 jmp *%r11
29237 #elif defined(PTHREADS)
29238 pushq %rdi
29239 pushq %rsi
29240 pushq %rdx
29241 pushq %rcx
29242 pushq %rbp
29243 call _x86_64_get_dispatch@PLT
29244 popq %rbp
29245 popq %rcx
29246 popq %rdx
29247 popq %rsi
29248 popq %rdi
29249 movq 6184(%rax), %r11
29250 jmp *%r11
29251 #else
29252 movq _glapi_Dispatch(%rip), %rax
29253 testq %rax, %rax
29254 je 1f
29255 movq 6184(%rax), %r11
29256 jmp *%r11
29257 1:
29258 pushq %rdi
29259 pushq %rsi
29260 pushq %rdx
29261 pushq %rcx
29262 pushq %rbp
29263 call _glapi_get_dispatch
29264 popq %rbp
29265 popq %rcx
29266 popq %rdx
29267 popq %rsi
29268 popq %rdi
29269 movq 6184(%rax), %r11
29270 jmp *%r11
29271 #endif /* defined(GLX_USE_TLS) */
29272 .size GL_PREFIX(ProgramNamedParameter4fvNV), .-GL_PREFIX(ProgramNamedParameter4fvNV)
29273
29274 .p2align 4,,15
29275 .globl GL_PREFIX(PrimitiveRestartIndexNV)
29276 .type GL_PREFIX(PrimitiveRestartIndexNV), @function
29277 GL_PREFIX(PrimitiveRestartIndexNV):
29278 #if defined(GLX_USE_TLS)
29279 call _x86_64_get_dispatch@PLT
29280 movq 6192(%rax), %r11
29281 jmp *%r11
29282 #elif defined(PTHREADS)
29283 pushq %rdi
29284 call _x86_64_get_dispatch@PLT
29285 popq %rdi
29286 movq 6192(%rax), %r11
29287 jmp *%r11
29288 #else
29289 movq _glapi_Dispatch(%rip), %rax
29290 testq %rax, %rax
29291 je 1f
29292 movq 6192(%rax), %r11
29293 jmp *%r11
29294 1:
29295 pushq %rdi
29296 call _glapi_get_dispatch
29297 popq %rdi
29298 movq 6192(%rax), %r11
29299 jmp *%r11
29300 #endif /* defined(GLX_USE_TLS) */
29301 .size GL_PREFIX(PrimitiveRestartIndexNV), .-GL_PREFIX(PrimitiveRestartIndexNV)
29302
29303 .p2align 4,,15
29304 .globl GL_PREFIX(PrimitiveRestartNV)
29305 .type GL_PREFIX(PrimitiveRestartNV), @function
29306 GL_PREFIX(PrimitiveRestartNV):
29307 #if defined(GLX_USE_TLS)
29308 call _x86_64_get_dispatch@PLT
29309 movq 6200(%rax), %r11
29310 jmp *%r11
29311 #elif defined(PTHREADS)
29312 pushq %rbp
29313 call _x86_64_get_dispatch@PLT
29314 popq %rbp
29315 movq 6200(%rax), %r11
29316 jmp *%r11
29317 #else
29318 movq _glapi_Dispatch(%rip), %rax
29319 testq %rax, %rax
29320 je 1f
29321 movq 6200(%rax), %r11
29322 jmp *%r11
29323 1:
29324 pushq %rbp
29325 call _glapi_get_dispatch
29326 popq %rbp
29327 movq 6200(%rax), %r11
29328 jmp *%r11
29329 #endif /* defined(GLX_USE_TLS) */
29330 .size GL_PREFIX(PrimitiveRestartNV), .-GL_PREFIX(PrimitiveRestartNV)
29331
29332 .p2align 4,,15
29333 .globl GL_PREFIX(_dispatch_stub_776)
29334 .type GL_PREFIX(_dispatch_stub_776), @function
29335 HIDDEN(GL_PREFIX(_dispatch_stub_776))
29336 GL_PREFIX(_dispatch_stub_776):
29337 #if defined(GLX_USE_TLS)
29338 call _x86_64_get_dispatch@PLT
29339 movq 6208(%rax), %r11
29340 jmp *%r11
29341 #elif defined(PTHREADS)
29342 pushq %rdi
29343 pushq %rsi
29344 pushq %rbp
29345 call _x86_64_get_dispatch@PLT
29346 popq %rbp
29347 popq %rsi
29348 popq %rdi
29349 movq 6208(%rax), %r11
29350 jmp *%r11
29351 #else
29352 movq _glapi_Dispatch(%rip), %rax
29353 testq %rax, %rax
29354 je 1f
29355 movq 6208(%rax), %r11
29356 jmp *%r11
29357 1:
29358 pushq %rdi
29359 pushq %rsi
29360 pushq %rbp
29361 call _glapi_get_dispatch
29362 popq %rbp
29363 popq %rsi
29364 popq %rdi
29365 movq 6208(%rax), %r11
29366 jmp *%r11
29367 #endif /* defined(GLX_USE_TLS) */
29368 .size GL_PREFIX(_dispatch_stub_776), .-GL_PREFIX(_dispatch_stub_776)
29369
29370 .p2align 4,,15
29371 .globl GL_PREFIX(_dispatch_stub_777)
29372 .type GL_PREFIX(_dispatch_stub_777), @function
29373 HIDDEN(GL_PREFIX(_dispatch_stub_777))
29374 GL_PREFIX(_dispatch_stub_777):
29375 #if defined(GLX_USE_TLS)
29376 call _x86_64_get_dispatch@PLT
29377 movq 6216(%rax), %r11
29378 jmp *%r11
29379 #elif defined(PTHREADS)
29380 pushq %rdi
29381 pushq %rsi
29382 pushq %rbp
29383 call _x86_64_get_dispatch@PLT
29384 popq %rbp
29385 popq %rsi
29386 popq %rdi
29387 movq 6216(%rax), %r11
29388 jmp *%r11
29389 #else
29390 movq _glapi_Dispatch(%rip), %rax
29391 testq %rax, %rax
29392 je 1f
29393 movq 6216(%rax), %r11
29394 jmp *%r11
29395 1:
29396 pushq %rdi
29397 pushq %rsi
29398 pushq %rbp
29399 call _glapi_get_dispatch
29400 popq %rbp
29401 popq %rsi
29402 popq %rdi
29403 movq 6216(%rax), %r11
29404 jmp *%r11
29405 #endif /* defined(GLX_USE_TLS) */
29406 .size GL_PREFIX(_dispatch_stub_777), .-GL_PREFIX(_dispatch_stub_777)
29407
29408 .p2align 4,,15
29409 .globl GL_PREFIX(BindFramebufferEXT)
29410 .type GL_PREFIX(BindFramebufferEXT), @function
29411 GL_PREFIX(BindFramebufferEXT):
29412 #if defined(GLX_USE_TLS)
29413 call _x86_64_get_dispatch@PLT
29414 movq 6224(%rax), %r11
29415 jmp *%r11
29416 #elif defined(PTHREADS)
29417 pushq %rdi
29418 pushq %rsi
29419 pushq %rbp
29420 call _x86_64_get_dispatch@PLT
29421 popq %rbp
29422 popq %rsi
29423 popq %rdi
29424 movq 6224(%rax), %r11
29425 jmp *%r11
29426 #else
29427 movq _glapi_Dispatch(%rip), %rax
29428 testq %rax, %rax
29429 je 1f
29430 movq 6224(%rax), %r11
29431 jmp *%r11
29432 1:
29433 pushq %rdi
29434 pushq %rsi
29435 pushq %rbp
29436 call _glapi_get_dispatch
29437 popq %rbp
29438 popq %rsi
29439 popq %rdi
29440 movq 6224(%rax), %r11
29441 jmp *%r11
29442 #endif /* defined(GLX_USE_TLS) */
29443 .size GL_PREFIX(BindFramebufferEXT), .-GL_PREFIX(BindFramebufferEXT)
29444
29445 .p2align 4,,15
29446 .globl GL_PREFIX(BindRenderbufferEXT)
29447 .type GL_PREFIX(BindRenderbufferEXT), @function
29448 GL_PREFIX(BindRenderbufferEXT):
29449 #if defined(GLX_USE_TLS)
29450 call _x86_64_get_dispatch@PLT
29451 movq 6232(%rax), %r11
29452 jmp *%r11
29453 #elif defined(PTHREADS)
29454 pushq %rdi
29455 pushq %rsi
29456 pushq %rbp
29457 call _x86_64_get_dispatch@PLT
29458 popq %rbp
29459 popq %rsi
29460 popq %rdi
29461 movq 6232(%rax), %r11
29462 jmp *%r11
29463 #else
29464 movq _glapi_Dispatch(%rip), %rax
29465 testq %rax, %rax
29466 je 1f
29467 movq 6232(%rax), %r11
29468 jmp *%r11
29469 1:
29470 pushq %rdi
29471 pushq %rsi
29472 pushq %rbp
29473 call _glapi_get_dispatch
29474 popq %rbp
29475 popq %rsi
29476 popq %rdi
29477 movq 6232(%rax), %r11
29478 jmp *%r11
29479 #endif /* defined(GLX_USE_TLS) */
29480 .size GL_PREFIX(BindRenderbufferEXT), .-GL_PREFIX(BindRenderbufferEXT)
29481
29482 .p2align 4,,15
29483 .globl GL_PREFIX(CheckFramebufferStatusEXT)
29484 .type GL_PREFIX(CheckFramebufferStatusEXT), @function
29485 GL_PREFIX(CheckFramebufferStatusEXT):
29486 #if defined(GLX_USE_TLS)
29487 call _x86_64_get_dispatch@PLT
29488 movq 6240(%rax), %r11
29489 jmp *%r11
29490 #elif defined(PTHREADS)
29491 pushq %rdi
29492 call _x86_64_get_dispatch@PLT
29493 popq %rdi
29494 movq 6240(%rax), %r11
29495 jmp *%r11
29496 #else
29497 movq _glapi_Dispatch(%rip), %rax
29498 testq %rax, %rax
29499 je 1f
29500 movq 6240(%rax), %r11
29501 jmp *%r11
29502 1:
29503 pushq %rdi
29504 call _glapi_get_dispatch
29505 popq %rdi
29506 movq 6240(%rax), %r11
29507 jmp *%r11
29508 #endif /* defined(GLX_USE_TLS) */
29509 .size GL_PREFIX(CheckFramebufferStatusEXT), .-GL_PREFIX(CheckFramebufferStatusEXT)
29510
29511 .p2align 4,,15
29512 .globl GL_PREFIX(DeleteFramebuffersEXT)
29513 .type GL_PREFIX(DeleteFramebuffersEXT), @function
29514 GL_PREFIX(DeleteFramebuffersEXT):
29515 #if defined(GLX_USE_TLS)
29516 call _x86_64_get_dispatch@PLT
29517 movq 6248(%rax), %r11
29518 jmp *%r11
29519 #elif defined(PTHREADS)
29520 pushq %rdi
29521 pushq %rsi
29522 pushq %rbp
29523 call _x86_64_get_dispatch@PLT
29524 popq %rbp
29525 popq %rsi
29526 popq %rdi
29527 movq 6248(%rax), %r11
29528 jmp *%r11
29529 #else
29530 movq _glapi_Dispatch(%rip), %rax
29531 testq %rax, %rax
29532 je 1f
29533 movq 6248(%rax), %r11
29534 jmp *%r11
29535 1:
29536 pushq %rdi
29537 pushq %rsi
29538 pushq %rbp
29539 call _glapi_get_dispatch
29540 popq %rbp
29541 popq %rsi
29542 popq %rdi
29543 movq 6248(%rax), %r11
29544 jmp *%r11
29545 #endif /* defined(GLX_USE_TLS) */
29546 .size GL_PREFIX(DeleteFramebuffersEXT), .-GL_PREFIX(DeleteFramebuffersEXT)
29547
29548 .p2align 4,,15
29549 .globl GL_PREFIX(DeleteRenderbuffersEXT)
29550 .type GL_PREFIX(DeleteRenderbuffersEXT), @function
29551 GL_PREFIX(DeleteRenderbuffersEXT):
29552 #if defined(GLX_USE_TLS)
29553 call _x86_64_get_dispatch@PLT
29554 movq 6256(%rax), %r11
29555 jmp *%r11
29556 #elif defined(PTHREADS)
29557 pushq %rdi
29558 pushq %rsi
29559 pushq %rbp
29560 call _x86_64_get_dispatch@PLT
29561 popq %rbp
29562 popq %rsi
29563 popq %rdi
29564 movq 6256(%rax), %r11
29565 jmp *%r11
29566 #else
29567 movq _glapi_Dispatch(%rip), %rax
29568 testq %rax, %rax
29569 je 1f
29570 movq 6256(%rax), %r11
29571 jmp *%r11
29572 1:
29573 pushq %rdi
29574 pushq %rsi
29575 pushq %rbp
29576 call _glapi_get_dispatch
29577 popq %rbp
29578 popq %rsi
29579 popq %rdi
29580 movq 6256(%rax), %r11
29581 jmp *%r11
29582 #endif /* defined(GLX_USE_TLS) */
29583 .size GL_PREFIX(DeleteRenderbuffersEXT), .-GL_PREFIX(DeleteRenderbuffersEXT)
29584
29585 .p2align 4,,15
29586 .globl GL_PREFIX(FramebufferRenderbufferEXT)
29587 .type GL_PREFIX(FramebufferRenderbufferEXT), @function
29588 GL_PREFIX(FramebufferRenderbufferEXT):
29589 #if defined(GLX_USE_TLS)
29590 call _x86_64_get_dispatch@PLT
29591 movq 6264(%rax), %r11
29592 jmp *%r11
29593 #elif defined(PTHREADS)
29594 pushq %rdi
29595 pushq %rsi
29596 pushq %rdx
29597 pushq %rcx
29598 pushq %rbp
29599 call _x86_64_get_dispatch@PLT
29600 popq %rbp
29601 popq %rcx
29602 popq %rdx
29603 popq %rsi
29604 popq %rdi
29605 movq 6264(%rax), %r11
29606 jmp *%r11
29607 #else
29608 movq _glapi_Dispatch(%rip), %rax
29609 testq %rax, %rax
29610 je 1f
29611 movq 6264(%rax), %r11
29612 jmp *%r11
29613 1:
29614 pushq %rdi
29615 pushq %rsi
29616 pushq %rdx
29617 pushq %rcx
29618 pushq %rbp
29619 call _glapi_get_dispatch
29620 popq %rbp
29621 popq %rcx
29622 popq %rdx
29623 popq %rsi
29624 popq %rdi
29625 movq 6264(%rax), %r11
29626 jmp *%r11
29627 #endif /* defined(GLX_USE_TLS) */
29628 .size GL_PREFIX(FramebufferRenderbufferEXT), .-GL_PREFIX(FramebufferRenderbufferEXT)
29629
29630 .p2align 4,,15
29631 .globl GL_PREFIX(FramebufferTexture1DEXT)
29632 .type GL_PREFIX(FramebufferTexture1DEXT), @function
29633 GL_PREFIX(FramebufferTexture1DEXT):
29634 #if defined(GLX_USE_TLS)
29635 call _x86_64_get_dispatch@PLT
29636 movq 6272(%rax), %r11
29637 jmp *%r11
29638 #elif defined(PTHREADS)
29639 pushq %rdi
29640 pushq %rsi
29641 pushq %rdx
29642 pushq %rcx
29643 pushq %r8
29644 call _x86_64_get_dispatch@PLT
29645 popq %r8
29646 popq %rcx
29647 popq %rdx
29648 popq %rsi
29649 popq %rdi
29650 movq 6272(%rax), %r11
29651 jmp *%r11
29652 #else
29653 movq _glapi_Dispatch(%rip), %rax
29654 testq %rax, %rax
29655 je 1f
29656 movq 6272(%rax), %r11
29657 jmp *%r11
29658 1:
29659 pushq %rdi
29660 pushq %rsi
29661 pushq %rdx
29662 pushq %rcx
29663 pushq %r8
29664 call _glapi_get_dispatch
29665 popq %r8
29666 popq %rcx
29667 popq %rdx
29668 popq %rsi
29669 popq %rdi
29670 movq 6272(%rax), %r11
29671 jmp *%r11
29672 #endif /* defined(GLX_USE_TLS) */
29673 .size GL_PREFIX(FramebufferTexture1DEXT), .-GL_PREFIX(FramebufferTexture1DEXT)
29674
29675 .p2align 4,,15
29676 .globl GL_PREFIX(FramebufferTexture2DEXT)
29677 .type GL_PREFIX(FramebufferTexture2DEXT), @function
29678 GL_PREFIX(FramebufferTexture2DEXT):
29679 #if defined(GLX_USE_TLS)
29680 call _x86_64_get_dispatch@PLT
29681 movq 6280(%rax), %r11
29682 jmp *%r11
29683 #elif defined(PTHREADS)
29684 pushq %rdi
29685 pushq %rsi
29686 pushq %rdx
29687 pushq %rcx
29688 pushq %r8
29689 call _x86_64_get_dispatch@PLT
29690 popq %r8
29691 popq %rcx
29692 popq %rdx
29693 popq %rsi
29694 popq %rdi
29695 movq 6280(%rax), %r11
29696 jmp *%r11
29697 #else
29698 movq _glapi_Dispatch(%rip), %rax
29699 testq %rax, %rax
29700 je 1f
29701 movq 6280(%rax), %r11
29702 jmp *%r11
29703 1:
29704 pushq %rdi
29705 pushq %rsi
29706 pushq %rdx
29707 pushq %rcx
29708 pushq %r8
29709 call _glapi_get_dispatch
29710 popq %r8
29711 popq %rcx
29712 popq %rdx
29713 popq %rsi
29714 popq %rdi
29715 movq 6280(%rax), %r11
29716 jmp *%r11
29717 #endif /* defined(GLX_USE_TLS) */
29718 .size GL_PREFIX(FramebufferTexture2DEXT), .-GL_PREFIX(FramebufferTexture2DEXT)
29719
29720 .p2align 4,,15
29721 .globl GL_PREFIX(FramebufferTexture3DEXT)
29722 .type GL_PREFIX(FramebufferTexture3DEXT), @function
29723 GL_PREFIX(FramebufferTexture3DEXT):
29724 #if defined(GLX_USE_TLS)
29725 call _x86_64_get_dispatch@PLT
29726 movq 6288(%rax), %r11
29727 jmp *%r11
29728 #elif defined(PTHREADS)
29729 pushq %rdi
29730 pushq %rsi
29731 pushq %rdx
29732 pushq %rcx
29733 pushq %r8
29734 pushq %r9
29735 pushq %rbp
29736 call _x86_64_get_dispatch@PLT
29737 popq %rbp
29738 popq %r9
29739 popq %r8
29740 popq %rcx
29741 popq %rdx
29742 popq %rsi
29743 popq %rdi
29744 movq 6288(%rax), %r11
29745 jmp *%r11
29746 #else
29747 movq _glapi_Dispatch(%rip), %rax
29748 testq %rax, %rax
29749 je 1f
29750 movq 6288(%rax), %r11
29751 jmp *%r11
29752 1:
29753 pushq %rdi
29754 pushq %rsi
29755 pushq %rdx
29756 pushq %rcx
29757 pushq %r8
29758 pushq %r9
29759 pushq %rbp
29760 call _glapi_get_dispatch
29761 popq %rbp
29762 popq %r9
29763 popq %r8
29764 popq %rcx
29765 popq %rdx
29766 popq %rsi
29767 popq %rdi
29768 movq 6288(%rax), %r11
29769 jmp *%r11
29770 #endif /* defined(GLX_USE_TLS) */
29771 .size GL_PREFIX(FramebufferTexture3DEXT), .-GL_PREFIX(FramebufferTexture3DEXT)
29772
29773 .p2align 4,,15
29774 .globl GL_PREFIX(GenFramebuffersEXT)
29775 .type GL_PREFIX(GenFramebuffersEXT), @function
29776 GL_PREFIX(GenFramebuffersEXT):
29777 #if defined(GLX_USE_TLS)
29778 call _x86_64_get_dispatch@PLT
29779 movq 6296(%rax), %r11
29780 jmp *%r11
29781 #elif defined(PTHREADS)
29782 pushq %rdi
29783 pushq %rsi
29784 pushq %rbp
29785 call _x86_64_get_dispatch@PLT
29786 popq %rbp
29787 popq %rsi
29788 popq %rdi
29789 movq 6296(%rax), %r11
29790 jmp *%r11
29791 #else
29792 movq _glapi_Dispatch(%rip), %rax
29793 testq %rax, %rax
29794 je 1f
29795 movq 6296(%rax), %r11
29796 jmp *%r11
29797 1:
29798 pushq %rdi
29799 pushq %rsi
29800 pushq %rbp
29801 call _glapi_get_dispatch
29802 popq %rbp
29803 popq %rsi
29804 popq %rdi
29805 movq 6296(%rax), %r11
29806 jmp *%r11
29807 #endif /* defined(GLX_USE_TLS) */
29808 .size GL_PREFIX(GenFramebuffersEXT), .-GL_PREFIX(GenFramebuffersEXT)
29809
29810 .p2align 4,,15
29811 .globl GL_PREFIX(GenRenderbuffersEXT)
29812 .type GL_PREFIX(GenRenderbuffersEXT), @function
29813 GL_PREFIX(GenRenderbuffersEXT):
29814 #if defined(GLX_USE_TLS)
29815 call _x86_64_get_dispatch@PLT
29816 movq 6304(%rax), %r11
29817 jmp *%r11
29818 #elif defined(PTHREADS)
29819 pushq %rdi
29820 pushq %rsi
29821 pushq %rbp
29822 call _x86_64_get_dispatch@PLT
29823 popq %rbp
29824 popq %rsi
29825 popq %rdi
29826 movq 6304(%rax), %r11
29827 jmp *%r11
29828 #else
29829 movq _glapi_Dispatch(%rip), %rax
29830 testq %rax, %rax
29831 je 1f
29832 movq 6304(%rax), %r11
29833 jmp *%r11
29834 1:
29835 pushq %rdi
29836 pushq %rsi
29837 pushq %rbp
29838 call _glapi_get_dispatch
29839 popq %rbp
29840 popq %rsi
29841 popq %rdi
29842 movq 6304(%rax), %r11
29843 jmp *%r11
29844 #endif /* defined(GLX_USE_TLS) */
29845 .size GL_PREFIX(GenRenderbuffersEXT), .-GL_PREFIX(GenRenderbuffersEXT)
29846
29847 .p2align 4,,15
29848 .globl GL_PREFIX(GenerateMipmapEXT)
29849 .type GL_PREFIX(GenerateMipmapEXT), @function
29850 GL_PREFIX(GenerateMipmapEXT):
29851 #if defined(GLX_USE_TLS)
29852 call _x86_64_get_dispatch@PLT
29853 movq 6312(%rax), %r11
29854 jmp *%r11
29855 #elif defined(PTHREADS)
29856 pushq %rdi
29857 call _x86_64_get_dispatch@PLT
29858 popq %rdi
29859 movq 6312(%rax), %r11
29860 jmp *%r11
29861 #else
29862 movq _glapi_Dispatch(%rip), %rax
29863 testq %rax, %rax
29864 je 1f
29865 movq 6312(%rax), %r11
29866 jmp *%r11
29867 1:
29868 pushq %rdi
29869 call _glapi_get_dispatch
29870 popq %rdi
29871 movq 6312(%rax), %r11
29872 jmp *%r11
29873 #endif /* defined(GLX_USE_TLS) */
29874 .size GL_PREFIX(GenerateMipmapEXT), .-GL_PREFIX(GenerateMipmapEXT)
29875
29876 .p2align 4,,15
29877 .globl GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
29878 .type GL_PREFIX(GetFramebufferAttachmentParameterivEXT), @function
29879 GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
29880 #if defined(GLX_USE_TLS)
29881 call _x86_64_get_dispatch@PLT
29882 movq 6320(%rax), %r11
29883 jmp *%r11
29884 #elif defined(PTHREADS)
29885 pushq %rdi
29886 pushq %rsi
29887 pushq %rdx
29888 pushq %rcx
29889 pushq %rbp
29890 call _x86_64_get_dispatch@PLT
29891 popq %rbp
29892 popq %rcx
29893 popq %rdx
29894 popq %rsi
29895 popq %rdi
29896 movq 6320(%rax), %r11
29897 jmp *%r11
29898 #else
29899 movq _glapi_Dispatch(%rip), %rax
29900 testq %rax, %rax
29901 je 1f
29902 movq 6320(%rax), %r11
29903 jmp *%r11
29904 1:
29905 pushq %rdi
29906 pushq %rsi
29907 pushq %rdx
29908 pushq %rcx
29909 pushq %rbp
29910 call _glapi_get_dispatch
29911 popq %rbp
29912 popq %rcx
29913 popq %rdx
29914 popq %rsi
29915 popq %rdi
29916 movq 6320(%rax), %r11
29917 jmp *%r11
29918 #endif /* defined(GLX_USE_TLS) */
29919 .size GL_PREFIX(GetFramebufferAttachmentParameterivEXT), .-GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
29920
29921 .p2align 4,,15
29922 .globl GL_PREFIX(GetRenderbufferParameterivEXT)
29923 .type GL_PREFIX(GetRenderbufferParameterivEXT), @function
29924 GL_PREFIX(GetRenderbufferParameterivEXT):
29925 #if defined(GLX_USE_TLS)
29926 call _x86_64_get_dispatch@PLT
29927 movq 6328(%rax), %r11
29928 jmp *%r11
29929 #elif defined(PTHREADS)
29930 pushq %rdi
29931 pushq %rsi
29932 pushq %rdx
29933 call _x86_64_get_dispatch@PLT
29934 popq %rdx
29935 popq %rsi
29936 popq %rdi
29937 movq 6328(%rax), %r11
29938 jmp *%r11
29939 #else
29940 movq _glapi_Dispatch(%rip), %rax
29941 testq %rax, %rax
29942 je 1f
29943 movq 6328(%rax), %r11
29944 jmp *%r11
29945 1:
29946 pushq %rdi
29947 pushq %rsi
29948 pushq %rdx
29949 call _glapi_get_dispatch
29950 popq %rdx
29951 popq %rsi
29952 popq %rdi
29953 movq 6328(%rax), %r11
29954 jmp *%r11
29955 #endif /* defined(GLX_USE_TLS) */
29956 .size GL_PREFIX(GetRenderbufferParameterivEXT), .-GL_PREFIX(GetRenderbufferParameterivEXT)
29957
29958 .p2align 4,,15
29959 .globl GL_PREFIX(IsFramebufferEXT)
29960 .type GL_PREFIX(IsFramebufferEXT), @function
29961 GL_PREFIX(IsFramebufferEXT):
29962 #if defined(GLX_USE_TLS)
29963 call _x86_64_get_dispatch@PLT
29964 movq 6336(%rax), %r11
29965 jmp *%r11
29966 #elif defined(PTHREADS)
29967 pushq %rdi
29968 call _x86_64_get_dispatch@PLT
29969 popq %rdi
29970 movq 6336(%rax), %r11
29971 jmp *%r11
29972 #else
29973 movq _glapi_Dispatch(%rip), %rax
29974 testq %rax, %rax
29975 je 1f
29976 movq 6336(%rax), %r11
29977 jmp *%r11
29978 1:
29979 pushq %rdi
29980 call _glapi_get_dispatch
29981 popq %rdi
29982 movq 6336(%rax), %r11
29983 jmp *%r11
29984 #endif /* defined(GLX_USE_TLS) */
29985 .size GL_PREFIX(IsFramebufferEXT), .-GL_PREFIX(IsFramebufferEXT)
29986
29987 .p2align 4,,15
29988 .globl GL_PREFIX(IsRenderbufferEXT)
29989 .type GL_PREFIX(IsRenderbufferEXT), @function
29990 GL_PREFIX(IsRenderbufferEXT):
29991 #if defined(GLX_USE_TLS)
29992 call _x86_64_get_dispatch@PLT
29993 movq 6344(%rax), %r11
29994 jmp *%r11
29995 #elif defined(PTHREADS)
29996 pushq %rdi
29997 call _x86_64_get_dispatch@PLT
29998 popq %rdi
29999 movq 6344(%rax), %r11
30000 jmp *%r11
30001 #else
30002 movq _glapi_Dispatch(%rip), %rax
30003 testq %rax, %rax
30004 je 1f
30005 movq 6344(%rax), %r11
30006 jmp *%r11
30007 1:
30008 pushq %rdi
30009 call _glapi_get_dispatch
30010 popq %rdi
30011 movq 6344(%rax), %r11
30012 jmp *%r11
30013 #endif /* defined(GLX_USE_TLS) */
30014 .size GL_PREFIX(IsRenderbufferEXT), .-GL_PREFIX(IsRenderbufferEXT)
30015
30016 .p2align 4,,15
30017 .globl GL_PREFIX(RenderbufferStorageEXT)
30018 .type GL_PREFIX(RenderbufferStorageEXT), @function
30019 GL_PREFIX(RenderbufferStorageEXT):
30020 #if defined(GLX_USE_TLS)
30021 call _x86_64_get_dispatch@PLT
30022 movq 6352(%rax), %r11
30023 jmp *%r11
30024 #elif defined(PTHREADS)
30025 pushq %rdi
30026 pushq %rsi
30027 pushq %rdx
30028 pushq %rcx
30029 pushq %rbp
30030 call _x86_64_get_dispatch@PLT
30031 popq %rbp
30032 popq %rcx
30033 popq %rdx
30034 popq %rsi
30035 popq %rdi
30036 movq 6352(%rax), %r11
30037 jmp *%r11
30038 #else
30039 movq _glapi_Dispatch(%rip), %rax
30040 testq %rax, %rax
30041 je 1f
30042 movq 6352(%rax), %r11
30043 jmp *%r11
30044 1:
30045 pushq %rdi
30046 pushq %rsi
30047 pushq %rdx
30048 pushq %rcx
30049 pushq %rbp
30050 call _glapi_get_dispatch
30051 popq %rbp
30052 popq %rcx
30053 popq %rdx
30054 popq %rsi
30055 popq %rdi
30056 movq 6352(%rax), %r11
30057 jmp *%r11
30058 #endif /* defined(GLX_USE_TLS) */
30059 .size GL_PREFIX(RenderbufferStorageEXT), .-GL_PREFIX(RenderbufferStorageEXT)
30060
30061 .p2align 4,,15
30062 .globl GL_PREFIX(_dispatch_stub_795)
30063 .type GL_PREFIX(_dispatch_stub_795), @function
30064 HIDDEN(GL_PREFIX(_dispatch_stub_795))
30065 GL_PREFIX(_dispatch_stub_795):
30066 #if defined(GLX_USE_TLS)
30067 call _x86_64_get_dispatch@PLT
30068 movq 6360(%rax), %r11
30069 jmp *%r11
30070 #elif defined(PTHREADS)
30071 pushq %rdi
30072 pushq %rsi
30073 pushq %rdx
30074 pushq %rcx
30075 pushq %r8
30076 pushq %r9
30077 pushq %rbp
30078 call _x86_64_get_dispatch@PLT
30079 popq %rbp
30080 popq %r9
30081 popq %r8
30082 popq %rcx
30083 popq %rdx
30084 popq %rsi
30085 popq %rdi
30086 movq 6360(%rax), %r11
30087 jmp *%r11
30088 #else
30089 movq _glapi_Dispatch(%rip), %rax
30090 testq %rax, %rax
30091 je 1f
30092 movq 6360(%rax), %r11
30093 jmp *%r11
30094 1:
30095 pushq %rdi
30096 pushq %rsi
30097 pushq %rdx
30098 pushq %rcx
30099 pushq %r8
30100 pushq %r9
30101 pushq %rbp
30102 call _glapi_get_dispatch
30103 popq %rbp
30104 popq %r9
30105 popq %r8
30106 popq %rcx
30107 popq %rdx
30108 popq %rsi
30109 popq %rdi
30110 movq 6360(%rax), %r11
30111 jmp *%r11
30112 #endif /* defined(GLX_USE_TLS) */
30113 .size GL_PREFIX(_dispatch_stub_795), .-GL_PREFIX(_dispatch_stub_795)
30114
30115 .p2align 4,,15
30116 .globl GL_PREFIX(_dispatch_stub_796)
30117 .type GL_PREFIX(_dispatch_stub_796), @function
30118 HIDDEN(GL_PREFIX(_dispatch_stub_796))
30119 GL_PREFIX(_dispatch_stub_796):
30120 #if defined(GLX_USE_TLS)
30121 call _x86_64_get_dispatch@PLT
30122 movq 6368(%rax), %r11
30123 jmp *%r11
30124 #elif defined(PTHREADS)
30125 pushq %rdi
30126 pushq %rsi
30127 pushq %rdx
30128 call _x86_64_get_dispatch@PLT
30129 popq %rdx
30130 popq %rsi
30131 popq %rdi
30132 movq 6368(%rax), %r11
30133 jmp *%r11
30134 #else
30135 movq _glapi_Dispatch(%rip), %rax
30136 testq %rax, %rax
30137 je 1f
30138 movq 6368(%rax), %r11
30139 jmp *%r11
30140 1:
30141 pushq %rdi
30142 pushq %rsi
30143 pushq %rdx
30144 call _glapi_get_dispatch
30145 popq %rdx
30146 popq %rsi
30147 popq %rdi
30148 movq 6368(%rax), %r11
30149 jmp *%r11
30150 #endif /* defined(GLX_USE_TLS) */
30151 .size GL_PREFIX(_dispatch_stub_796), .-GL_PREFIX(_dispatch_stub_796)
30152
30153 .p2align 4,,15
30154 .globl GL_PREFIX(_dispatch_stub_797)
30155 .type GL_PREFIX(_dispatch_stub_797), @function
30156 HIDDEN(GL_PREFIX(_dispatch_stub_797))
30157 GL_PREFIX(_dispatch_stub_797):
30158 #if defined(GLX_USE_TLS)
30159 call _x86_64_get_dispatch@PLT
30160 movq 6376(%rax), %r11
30161 jmp *%r11
30162 #elif defined(PTHREADS)
30163 pushq %rdi
30164 pushq %rsi
30165 pushq %rdx
30166 call _x86_64_get_dispatch@PLT
30167 popq %rdx
30168 popq %rsi
30169 popq %rdi
30170 movq 6376(%rax), %r11
30171 jmp *%r11
30172 #else
30173 movq _glapi_Dispatch(%rip), %rax
30174 testq %rax, %rax
30175 je 1f
30176 movq 6376(%rax), %r11
30177 jmp *%r11
30178 1:
30179 pushq %rdi
30180 pushq %rsi
30181 pushq %rdx
30182 call _glapi_get_dispatch
30183 popq %rdx
30184 popq %rsi
30185 popq %rdi
30186 movq 6376(%rax), %r11
30187 jmp *%r11
30188 #endif /* defined(GLX_USE_TLS) */
30189 .size GL_PREFIX(_dispatch_stub_797), .-GL_PREFIX(_dispatch_stub_797)
30190
30191 .p2align 4,,15
30192 .globl GL_PREFIX(BindFragDataLocationEXT)
30193 .type GL_PREFIX(BindFragDataLocationEXT), @function
30194 GL_PREFIX(BindFragDataLocationEXT):
30195 #if defined(GLX_USE_TLS)
30196 call _x86_64_get_dispatch@PLT
30197 movq 6384(%rax), %r11
30198 jmp *%r11
30199 #elif defined(PTHREADS)
30200 pushq %rdi
30201 pushq %rsi
30202 pushq %rdx
30203 call _x86_64_get_dispatch@PLT
30204 popq %rdx
30205 popq %rsi
30206 popq %rdi
30207 movq 6384(%rax), %r11
30208 jmp *%r11
30209 #else
30210 movq _glapi_Dispatch(%rip), %rax
30211 testq %rax, %rax
30212 je 1f
30213 movq 6384(%rax), %r11
30214 jmp *%r11
30215 1:
30216 pushq %rdi
30217 pushq %rsi
30218 pushq %rdx
30219 call _glapi_get_dispatch
30220 popq %rdx
30221 popq %rsi
30222 popq %rdi
30223 movq 6384(%rax), %r11
30224 jmp *%r11
30225 #endif /* defined(GLX_USE_TLS) */
30226 .size GL_PREFIX(BindFragDataLocationEXT), .-GL_PREFIX(BindFragDataLocationEXT)
30227
30228 .p2align 4,,15
30229 .globl GL_PREFIX(GetFragDataLocationEXT)
30230 .type GL_PREFIX(GetFragDataLocationEXT), @function
30231 GL_PREFIX(GetFragDataLocationEXT):
30232 #if defined(GLX_USE_TLS)
30233 call _x86_64_get_dispatch@PLT
30234 movq 6392(%rax), %r11
30235 jmp *%r11
30236 #elif defined(PTHREADS)
30237 pushq %rdi
30238 pushq %rsi
30239 pushq %rbp
30240 call _x86_64_get_dispatch@PLT
30241 popq %rbp
30242 popq %rsi
30243 popq %rdi
30244 movq 6392(%rax), %r11
30245 jmp *%r11
30246 #else
30247 movq _glapi_Dispatch(%rip), %rax
30248 testq %rax, %rax
30249 je 1f
30250 movq 6392(%rax), %r11
30251 jmp *%r11
30252 1:
30253 pushq %rdi
30254 pushq %rsi
30255 pushq %rbp
30256 call _glapi_get_dispatch
30257 popq %rbp
30258 popq %rsi
30259 popq %rdi
30260 movq 6392(%rax), %r11
30261 jmp *%r11
30262 #endif /* defined(GLX_USE_TLS) */
30263 .size GL_PREFIX(GetFragDataLocationEXT), .-GL_PREFIX(GetFragDataLocationEXT)
30264
30265 .p2align 4,,15
30266 .globl GL_PREFIX(GetUniformuivEXT)
30267 .type GL_PREFIX(GetUniformuivEXT), @function
30268 GL_PREFIX(GetUniformuivEXT):
30269 #if defined(GLX_USE_TLS)
30270 call _x86_64_get_dispatch@PLT
30271 movq 6400(%rax), %r11
30272 jmp *%r11
30273 #elif defined(PTHREADS)
30274 pushq %rdi
30275 pushq %rsi
30276 pushq %rdx
30277 call _x86_64_get_dispatch@PLT
30278 popq %rdx
30279 popq %rsi
30280 popq %rdi
30281 movq 6400(%rax), %r11
30282 jmp *%r11
30283 #else
30284 movq _glapi_Dispatch(%rip), %rax
30285 testq %rax, %rax
30286 je 1f
30287 movq 6400(%rax), %r11
30288 jmp *%r11
30289 1:
30290 pushq %rdi
30291 pushq %rsi
30292 pushq %rdx
30293 call _glapi_get_dispatch
30294 popq %rdx
30295 popq %rsi
30296 popq %rdi
30297 movq 6400(%rax), %r11
30298 jmp *%r11
30299 #endif /* defined(GLX_USE_TLS) */
30300 .size GL_PREFIX(GetUniformuivEXT), .-GL_PREFIX(GetUniformuivEXT)
30301
30302 .p2align 4,,15
30303 .globl GL_PREFIX(GetVertexAttribIivEXT)
30304 .type GL_PREFIX(GetVertexAttribIivEXT), @function
30305 GL_PREFIX(GetVertexAttribIivEXT):
30306 #if defined(GLX_USE_TLS)
30307 call _x86_64_get_dispatch@PLT
30308 movq 6408(%rax), %r11
30309 jmp *%r11
30310 #elif defined(PTHREADS)
30311 pushq %rdi
30312 pushq %rsi
30313 pushq %rdx
30314 call _x86_64_get_dispatch@PLT
30315 popq %rdx
30316 popq %rsi
30317 popq %rdi
30318 movq 6408(%rax), %r11
30319 jmp *%r11
30320 #else
30321 movq _glapi_Dispatch(%rip), %rax
30322 testq %rax, %rax
30323 je 1f
30324 movq 6408(%rax), %r11
30325 jmp *%r11
30326 1:
30327 pushq %rdi
30328 pushq %rsi
30329 pushq %rdx
30330 call _glapi_get_dispatch
30331 popq %rdx
30332 popq %rsi
30333 popq %rdi
30334 movq 6408(%rax), %r11
30335 jmp *%r11
30336 #endif /* defined(GLX_USE_TLS) */
30337 .size GL_PREFIX(GetVertexAttribIivEXT), .-GL_PREFIX(GetVertexAttribIivEXT)
30338
30339 .p2align 4,,15
30340 .globl GL_PREFIX(GetVertexAttribIuivEXT)
30341 .type GL_PREFIX(GetVertexAttribIuivEXT), @function
30342 GL_PREFIX(GetVertexAttribIuivEXT):
30343 #if defined(GLX_USE_TLS)
30344 call _x86_64_get_dispatch@PLT
30345 movq 6416(%rax), %r11
30346 jmp *%r11
30347 #elif defined(PTHREADS)
30348 pushq %rdi
30349 pushq %rsi
30350 pushq %rdx
30351 call _x86_64_get_dispatch@PLT
30352 popq %rdx
30353 popq %rsi
30354 popq %rdi
30355 movq 6416(%rax), %r11
30356 jmp *%r11
30357 #else
30358 movq _glapi_Dispatch(%rip), %rax
30359 testq %rax, %rax
30360 je 1f
30361 movq 6416(%rax), %r11
30362 jmp *%r11
30363 1:
30364 pushq %rdi
30365 pushq %rsi
30366 pushq %rdx
30367 call _glapi_get_dispatch
30368 popq %rdx
30369 popq %rsi
30370 popq %rdi
30371 movq 6416(%rax), %r11
30372 jmp *%r11
30373 #endif /* defined(GLX_USE_TLS) */
30374 .size GL_PREFIX(GetVertexAttribIuivEXT), .-GL_PREFIX(GetVertexAttribIuivEXT)
30375
30376 .p2align 4,,15
30377 .globl GL_PREFIX(Uniform1uiEXT)
30378 .type GL_PREFIX(Uniform1uiEXT), @function
30379 GL_PREFIX(Uniform1uiEXT):
30380 #if defined(GLX_USE_TLS)
30381 call _x86_64_get_dispatch@PLT
30382 movq 6424(%rax), %r11
30383 jmp *%r11
30384 #elif defined(PTHREADS)
30385 pushq %rdi
30386 pushq %rsi
30387 pushq %rbp
30388 call _x86_64_get_dispatch@PLT
30389 popq %rbp
30390 popq %rsi
30391 popq %rdi
30392 movq 6424(%rax), %r11
30393 jmp *%r11
30394 #else
30395 movq _glapi_Dispatch(%rip), %rax
30396 testq %rax, %rax
30397 je 1f
30398 movq 6424(%rax), %r11
30399 jmp *%r11
30400 1:
30401 pushq %rdi
30402 pushq %rsi
30403 pushq %rbp
30404 call _glapi_get_dispatch
30405 popq %rbp
30406 popq %rsi
30407 popq %rdi
30408 movq 6424(%rax), %r11
30409 jmp *%r11
30410 #endif /* defined(GLX_USE_TLS) */
30411 .size GL_PREFIX(Uniform1uiEXT), .-GL_PREFIX(Uniform1uiEXT)
30412
30413 .p2align 4,,15
30414 .globl GL_PREFIX(Uniform1uivEXT)
30415 .type GL_PREFIX(Uniform1uivEXT), @function
30416 GL_PREFIX(Uniform1uivEXT):
30417 #if defined(GLX_USE_TLS)
30418 call _x86_64_get_dispatch@PLT
30419 movq 6432(%rax), %r11
30420 jmp *%r11
30421 #elif defined(PTHREADS)
30422 pushq %rdi
30423 pushq %rsi
30424 pushq %rdx
30425 call _x86_64_get_dispatch@PLT
30426 popq %rdx
30427 popq %rsi
30428 popq %rdi
30429 movq 6432(%rax), %r11
30430 jmp *%r11
30431 #else
30432 movq _glapi_Dispatch(%rip), %rax
30433 testq %rax, %rax
30434 je 1f
30435 movq 6432(%rax), %r11
30436 jmp *%r11
30437 1:
30438 pushq %rdi
30439 pushq %rsi
30440 pushq %rdx
30441 call _glapi_get_dispatch
30442 popq %rdx
30443 popq %rsi
30444 popq %rdi
30445 movq 6432(%rax), %r11
30446 jmp *%r11
30447 #endif /* defined(GLX_USE_TLS) */
30448 .size GL_PREFIX(Uniform1uivEXT), .-GL_PREFIX(Uniform1uivEXT)
30449
30450 .p2align 4,,15
30451 .globl GL_PREFIX(Uniform2uiEXT)
30452 .type GL_PREFIX(Uniform2uiEXT), @function
30453 GL_PREFIX(Uniform2uiEXT):
30454 #if defined(GLX_USE_TLS)
30455 call _x86_64_get_dispatch@PLT
30456 movq 6440(%rax), %r11
30457 jmp *%r11
30458 #elif defined(PTHREADS)
30459 pushq %rdi
30460 pushq %rsi
30461 pushq %rdx
30462 call _x86_64_get_dispatch@PLT
30463 popq %rdx
30464 popq %rsi
30465 popq %rdi
30466 movq 6440(%rax), %r11
30467 jmp *%r11
30468 #else
30469 movq _glapi_Dispatch(%rip), %rax
30470 testq %rax, %rax
30471 je 1f
30472 movq 6440(%rax), %r11
30473 jmp *%r11
30474 1:
30475 pushq %rdi
30476 pushq %rsi
30477 pushq %rdx
30478 call _glapi_get_dispatch
30479 popq %rdx
30480 popq %rsi
30481 popq %rdi
30482 movq 6440(%rax), %r11
30483 jmp *%r11
30484 #endif /* defined(GLX_USE_TLS) */
30485 .size GL_PREFIX(Uniform2uiEXT), .-GL_PREFIX(Uniform2uiEXT)
30486
30487 .p2align 4,,15
30488 .globl GL_PREFIX(Uniform2uivEXT)
30489 .type GL_PREFIX(Uniform2uivEXT), @function
30490 GL_PREFIX(Uniform2uivEXT):
30491 #if defined(GLX_USE_TLS)
30492 call _x86_64_get_dispatch@PLT
30493 movq 6448(%rax), %r11
30494 jmp *%r11
30495 #elif defined(PTHREADS)
30496 pushq %rdi
30497 pushq %rsi
30498 pushq %rdx
30499 call _x86_64_get_dispatch@PLT
30500 popq %rdx
30501 popq %rsi
30502 popq %rdi
30503 movq 6448(%rax), %r11
30504 jmp *%r11
30505 #else
30506 movq _glapi_Dispatch(%rip), %rax
30507 testq %rax, %rax
30508 je 1f
30509 movq 6448(%rax), %r11
30510 jmp *%r11
30511 1:
30512 pushq %rdi
30513 pushq %rsi
30514 pushq %rdx
30515 call _glapi_get_dispatch
30516 popq %rdx
30517 popq %rsi
30518 popq %rdi
30519 movq 6448(%rax), %r11
30520 jmp *%r11
30521 #endif /* defined(GLX_USE_TLS) */
30522 .size GL_PREFIX(Uniform2uivEXT), .-GL_PREFIX(Uniform2uivEXT)
30523
30524 .p2align 4,,15
30525 .globl GL_PREFIX(Uniform3uiEXT)
30526 .type GL_PREFIX(Uniform3uiEXT), @function
30527 GL_PREFIX(Uniform3uiEXT):
30528 #if defined(GLX_USE_TLS)
30529 call _x86_64_get_dispatch@PLT
30530 movq 6456(%rax), %r11
30531 jmp *%r11
30532 #elif defined(PTHREADS)
30533 pushq %rdi
30534 pushq %rsi
30535 pushq %rdx
30536 pushq %rcx
30537 pushq %rbp
30538 call _x86_64_get_dispatch@PLT
30539 popq %rbp
30540 popq %rcx
30541 popq %rdx
30542 popq %rsi
30543 popq %rdi
30544 movq 6456(%rax), %r11
30545 jmp *%r11
30546 #else
30547 movq _glapi_Dispatch(%rip), %rax
30548 testq %rax, %rax
30549 je 1f
30550 movq 6456(%rax), %r11
30551 jmp *%r11
30552 1:
30553 pushq %rdi
30554 pushq %rsi
30555 pushq %rdx
30556 pushq %rcx
30557 pushq %rbp
30558 call _glapi_get_dispatch
30559 popq %rbp
30560 popq %rcx
30561 popq %rdx
30562 popq %rsi
30563 popq %rdi
30564 movq 6456(%rax), %r11
30565 jmp *%r11
30566 #endif /* defined(GLX_USE_TLS) */
30567 .size GL_PREFIX(Uniform3uiEXT), .-GL_PREFIX(Uniform3uiEXT)
30568
30569 .p2align 4,,15
30570 .globl GL_PREFIX(Uniform3uivEXT)
30571 .type GL_PREFIX(Uniform3uivEXT), @function
30572 GL_PREFIX(Uniform3uivEXT):
30573 #if defined(GLX_USE_TLS)
30574 call _x86_64_get_dispatch@PLT
30575 movq 6464(%rax), %r11
30576 jmp *%r11
30577 #elif defined(PTHREADS)
30578 pushq %rdi
30579 pushq %rsi
30580 pushq %rdx
30581 call _x86_64_get_dispatch@PLT
30582 popq %rdx
30583 popq %rsi
30584 popq %rdi
30585 movq 6464(%rax), %r11
30586 jmp *%r11
30587 #else
30588 movq _glapi_Dispatch(%rip), %rax
30589 testq %rax, %rax
30590 je 1f
30591 movq 6464(%rax), %r11
30592 jmp *%r11
30593 1:
30594 pushq %rdi
30595 pushq %rsi
30596 pushq %rdx
30597 call _glapi_get_dispatch
30598 popq %rdx
30599 popq %rsi
30600 popq %rdi
30601 movq 6464(%rax), %r11
30602 jmp *%r11
30603 #endif /* defined(GLX_USE_TLS) */
30604 .size GL_PREFIX(Uniform3uivEXT), .-GL_PREFIX(Uniform3uivEXT)
30605
30606 .p2align 4,,15
30607 .globl GL_PREFIX(Uniform4uiEXT)
30608 .type GL_PREFIX(Uniform4uiEXT), @function
30609 GL_PREFIX(Uniform4uiEXT):
30610 #if defined(GLX_USE_TLS)
30611 call _x86_64_get_dispatch@PLT
30612 movq 6472(%rax), %r11
30613 jmp *%r11
30614 #elif defined(PTHREADS)
30615 pushq %rdi
30616 pushq %rsi
30617 pushq %rdx
30618 pushq %rcx
30619 pushq %r8
30620 call _x86_64_get_dispatch@PLT
30621 popq %r8
30622 popq %rcx
30623 popq %rdx
30624 popq %rsi
30625 popq %rdi
30626 movq 6472(%rax), %r11
30627 jmp *%r11
30628 #else
30629 movq _glapi_Dispatch(%rip), %rax
30630 testq %rax, %rax
30631 je 1f
30632 movq 6472(%rax), %r11
30633 jmp *%r11
30634 1:
30635 pushq %rdi
30636 pushq %rsi
30637 pushq %rdx
30638 pushq %rcx
30639 pushq %r8
30640 call _glapi_get_dispatch
30641 popq %r8
30642 popq %rcx
30643 popq %rdx
30644 popq %rsi
30645 popq %rdi
30646 movq 6472(%rax), %r11
30647 jmp *%r11
30648 #endif /* defined(GLX_USE_TLS) */
30649 .size GL_PREFIX(Uniform4uiEXT), .-GL_PREFIX(Uniform4uiEXT)
30650
30651 .p2align 4,,15
30652 .globl GL_PREFIX(Uniform4uivEXT)
30653 .type GL_PREFIX(Uniform4uivEXT), @function
30654 GL_PREFIX(Uniform4uivEXT):
30655 #if defined(GLX_USE_TLS)
30656 call _x86_64_get_dispatch@PLT
30657 movq 6480(%rax), %r11
30658 jmp *%r11
30659 #elif defined(PTHREADS)
30660 pushq %rdi
30661 pushq %rsi
30662 pushq %rdx
30663 call _x86_64_get_dispatch@PLT
30664 popq %rdx
30665 popq %rsi
30666 popq %rdi
30667 movq 6480(%rax), %r11
30668 jmp *%r11
30669 #else
30670 movq _glapi_Dispatch(%rip), %rax
30671 testq %rax, %rax
30672 je 1f
30673 movq 6480(%rax), %r11
30674 jmp *%r11
30675 1:
30676 pushq %rdi
30677 pushq %rsi
30678 pushq %rdx
30679 call _glapi_get_dispatch
30680 popq %rdx
30681 popq %rsi
30682 popq %rdi
30683 movq 6480(%rax), %r11
30684 jmp *%r11
30685 #endif /* defined(GLX_USE_TLS) */
30686 .size GL_PREFIX(Uniform4uivEXT), .-GL_PREFIX(Uniform4uivEXT)
30687
30688 .p2align 4,,15
30689 .globl GL_PREFIX(VertexAttribI1iEXT)
30690 .type GL_PREFIX(VertexAttribI1iEXT), @function
30691 GL_PREFIX(VertexAttribI1iEXT):
30692 #if defined(GLX_USE_TLS)
30693 call _x86_64_get_dispatch@PLT
30694 movq 6488(%rax), %r11
30695 jmp *%r11
30696 #elif defined(PTHREADS)
30697 pushq %rdi
30698 pushq %rsi
30699 pushq %rbp
30700 call _x86_64_get_dispatch@PLT
30701 popq %rbp
30702 popq %rsi
30703 popq %rdi
30704 movq 6488(%rax), %r11
30705 jmp *%r11
30706 #else
30707 movq _glapi_Dispatch(%rip), %rax
30708 testq %rax, %rax
30709 je 1f
30710 movq 6488(%rax), %r11
30711 jmp *%r11
30712 1:
30713 pushq %rdi
30714 pushq %rsi
30715 pushq %rbp
30716 call _glapi_get_dispatch
30717 popq %rbp
30718 popq %rsi
30719 popq %rdi
30720 movq 6488(%rax), %r11
30721 jmp *%r11
30722 #endif /* defined(GLX_USE_TLS) */
30723 .size GL_PREFIX(VertexAttribI1iEXT), .-GL_PREFIX(VertexAttribI1iEXT)
30724
30725 .p2align 4,,15
30726 .globl GL_PREFIX(VertexAttribI1ivEXT)
30727 .type GL_PREFIX(VertexAttribI1ivEXT), @function
30728 GL_PREFIX(VertexAttribI1ivEXT):
30729 #if defined(GLX_USE_TLS)
30730 call _x86_64_get_dispatch@PLT
30731 movq 6496(%rax), %r11
30732 jmp *%r11
30733 #elif defined(PTHREADS)
30734 pushq %rdi
30735 pushq %rsi
30736 pushq %rbp
30737 call _x86_64_get_dispatch@PLT
30738 popq %rbp
30739 popq %rsi
30740 popq %rdi
30741 movq 6496(%rax), %r11
30742 jmp *%r11
30743 #else
30744 movq _glapi_Dispatch(%rip), %rax
30745 testq %rax, %rax
30746 je 1f
30747 movq 6496(%rax), %r11
30748 jmp *%r11
30749 1:
30750 pushq %rdi
30751 pushq %rsi
30752 pushq %rbp
30753 call _glapi_get_dispatch
30754 popq %rbp
30755 popq %rsi
30756 popq %rdi
30757 movq 6496(%rax), %r11
30758 jmp *%r11
30759 #endif /* defined(GLX_USE_TLS) */
30760 .size GL_PREFIX(VertexAttribI1ivEXT), .-GL_PREFIX(VertexAttribI1ivEXT)
30761
30762 .p2align 4,,15
30763 .globl GL_PREFIX(VertexAttribI1uiEXT)
30764 .type GL_PREFIX(VertexAttribI1uiEXT), @function
30765 GL_PREFIX(VertexAttribI1uiEXT):
30766 #if defined(GLX_USE_TLS)
30767 call _x86_64_get_dispatch@PLT
30768 movq 6504(%rax), %r11
30769 jmp *%r11
30770 #elif defined(PTHREADS)
30771 pushq %rdi
30772 pushq %rsi
30773 pushq %rbp
30774 call _x86_64_get_dispatch@PLT
30775 popq %rbp
30776 popq %rsi
30777 popq %rdi
30778 movq 6504(%rax), %r11
30779 jmp *%r11
30780 #else
30781 movq _glapi_Dispatch(%rip), %rax
30782 testq %rax, %rax
30783 je 1f
30784 movq 6504(%rax), %r11
30785 jmp *%r11
30786 1:
30787 pushq %rdi
30788 pushq %rsi
30789 pushq %rbp
30790 call _glapi_get_dispatch
30791 popq %rbp
30792 popq %rsi
30793 popq %rdi
30794 movq 6504(%rax), %r11
30795 jmp *%r11
30796 #endif /* defined(GLX_USE_TLS) */
30797 .size GL_PREFIX(VertexAttribI1uiEXT), .-GL_PREFIX(VertexAttribI1uiEXT)
30798
30799 .p2align 4,,15
30800 .globl GL_PREFIX(VertexAttribI1uivEXT)
30801 .type GL_PREFIX(VertexAttribI1uivEXT), @function
30802 GL_PREFIX(VertexAttribI1uivEXT):
30803 #if defined(GLX_USE_TLS)
30804 call _x86_64_get_dispatch@PLT
30805 movq 6512(%rax), %r11
30806 jmp *%r11
30807 #elif defined(PTHREADS)
30808 pushq %rdi
30809 pushq %rsi
30810 pushq %rbp
30811 call _x86_64_get_dispatch@PLT
30812 popq %rbp
30813 popq %rsi
30814 popq %rdi
30815 movq 6512(%rax), %r11
30816 jmp *%r11
30817 #else
30818 movq _glapi_Dispatch(%rip), %rax
30819 testq %rax, %rax
30820 je 1f
30821 movq 6512(%rax), %r11
30822 jmp *%r11
30823 1:
30824 pushq %rdi
30825 pushq %rsi
30826 pushq %rbp
30827 call _glapi_get_dispatch
30828 popq %rbp
30829 popq %rsi
30830 popq %rdi
30831 movq 6512(%rax), %r11
30832 jmp *%r11
30833 #endif /* defined(GLX_USE_TLS) */
30834 .size GL_PREFIX(VertexAttribI1uivEXT), .-GL_PREFIX(VertexAttribI1uivEXT)
30835
30836 .p2align 4,,15
30837 .globl GL_PREFIX(VertexAttribI2iEXT)
30838 .type GL_PREFIX(VertexAttribI2iEXT), @function
30839 GL_PREFIX(VertexAttribI2iEXT):
30840 #if defined(GLX_USE_TLS)
30841 call _x86_64_get_dispatch@PLT
30842 movq 6520(%rax), %r11
30843 jmp *%r11
30844 #elif defined(PTHREADS)
30845 pushq %rdi
30846 pushq %rsi
30847 pushq %rdx
30848 call _x86_64_get_dispatch@PLT
30849 popq %rdx
30850 popq %rsi
30851 popq %rdi
30852 movq 6520(%rax), %r11
30853 jmp *%r11
30854 #else
30855 movq _glapi_Dispatch(%rip), %rax
30856 testq %rax, %rax
30857 je 1f
30858 movq 6520(%rax), %r11
30859 jmp *%r11
30860 1:
30861 pushq %rdi
30862 pushq %rsi
30863 pushq %rdx
30864 call _glapi_get_dispatch
30865 popq %rdx
30866 popq %rsi
30867 popq %rdi
30868 movq 6520(%rax), %r11
30869 jmp *%r11
30870 #endif /* defined(GLX_USE_TLS) */
30871 .size GL_PREFIX(VertexAttribI2iEXT), .-GL_PREFIX(VertexAttribI2iEXT)
30872
30873 .p2align 4,,15
30874 .globl GL_PREFIX(VertexAttribI2ivEXT)
30875 .type GL_PREFIX(VertexAttribI2ivEXT), @function
30876 GL_PREFIX(VertexAttribI2ivEXT):
30877 #if defined(GLX_USE_TLS)
30878 call _x86_64_get_dispatch@PLT
30879 movq 6528(%rax), %r11
30880 jmp *%r11
30881 #elif defined(PTHREADS)
30882 pushq %rdi
30883 pushq %rsi
30884 pushq %rbp
30885 call _x86_64_get_dispatch@PLT
30886 popq %rbp
30887 popq %rsi
30888 popq %rdi
30889 movq 6528(%rax), %r11
30890 jmp *%r11
30891 #else
30892 movq _glapi_Dispatch(%rip), %rax
30893 testq %rax, %rax
30894 je 1f
30895 movq 6528(%rax), %r11
30896 jmp *%r11
30897 1:
30898 pushq %rdi
30899 pushq %rsi
30900 pushq %rbp
30901 call _glapi_get_dispatch
30902 popq %rbp
30903 popq %rsi
30904 popq %rdi
30905 movq 6528(%rax), %r11
30906 jmp *%r11
30907 #endif /* defined(GLX_USE_TLS) */
30908 .size GL_PREFIX(VertexAttribI2ivEXT), .-GL_PREFIX(VertexAttribI2ivEXT)
30909
30910 .p2align 4,,15
30911 .globl GL_PREFIX(VertexAttribI2uiEXT)
30912 .type GL_PREFIX(VertexAttribI2uiEXT), @function
30913 GL_PREFIX(VertexAttribI2uiEXT):
30914 #if defined(GLX_USE_TLS)
30915 call _x86_64_get_dispatch@PLT
30916 movq 6536(%rax), %r11
30917 jmp *%r11
30918 #elif defined(PTHREADS)
30919 pushq %rdi
30920 pushq %rsi
30921 pushq %rdx
30922 call _x86_64_get_dispatch@PLT
30923 popq %rdx
30924 popq %rsi
30925 popq %rdi
30926 movq 6536(%rax), %r11
30927 jmp *%r11
30928 #else
30929 movq _glapi_Dispatch(%rip), %rax
30930 testq %rax, %rax
30931 je 1f
30932 movq 6536(%rax), %r11
30933 jmp *%r11
30934 1:
30935 pushq %rdi
30936 pushq %rsi
30937 pushq %rdx
30938 call _glapi_get_dispatch
30939 popq %rdx
30940 popq %rsi
30941 popq %rdi
30942 movq 6536(%rax), %r11
30943 jmp *%r11
30944 #endif /* defined(GLX_USE_TLS) */
30945 .size GL_PREFIX(VertexAttribI2uiEXT), .-GL_PREFIX(VertexAttribI2uiEXT)
30946
30947 .p2align 4,,15
30948 .globl GL_PREFIX(VertexAttribI2uivEXT)
30949 .type GL_PREFIX(VertexAttribI2uivEXT), @function
30950 GL_PREFIX(VertexAttribI2uivEXT):
30951 #if defined(GLX_USE_TLS)
30952 call _x86_64_get_dispatch@PLT
30953 movq 6544(%rax), %r11
30954 jmp *%r11
30955 #elif defined(PTHREADS)
30956 pushq %rdi
30957 pushq %rsi
30958 pushq %rbp
30959 call _x86_64_get_dispatch@PLT
30960 popq %rbp
30961 popq %rsi
30962 popq %rdi
30963 movq 6544(%rax), %r11
30964 jmp *%r11
30965 #else
30966 movq _glapi_Dispatch(%rip), %rax
30967 testq %rax, %rax
30968 je 1f
30969 movq 6544(%rax), %r11
30970 jmp *%r11
30971 1:
30972 pushq %rdi
30973 pushq %rsi
30974 pushq %rbp
30975 call _glapi_get_dispatch
30976 popq %rbp
30977 popq %rsi
30978 popq %rdi
30979 movq 6544(%rax), %r11
30980 jmp *%r11
30981 #endif /* defined(GLX_USE_TLS) */
30982 .size GL_PREFIX(VertexAttribI2uivEXT), .-GL_PREFIX(VertexAttribI2uivEXT)
30983
30984 .p2align 4,,15
30985 .globl GL_PREFIX(VertexAttribI3iEXT)
30986 .type GL_PREFIX(VertexAttribI3iEXT), @function
30987 GL_PREFIX(VertexAttribI3iEXT):
30988 #if defined(GLX_USE_TLS)
30989 call _x86_64_get_dispatch@PLT
30990 movq 6552(%rax), %r11
30991 jmp *%r11
30992 #elif defined(PTHREADS)
30993 pushq %rdi
30994 pushq %rsi
30995 pushq %rdx
30996 pushq %rcx
30997 pushq %rbp
30998 call _x86_64_get_dispatch@PLT
30999 popq %rbp
31000 popq %rcx
31001 popq %rdx
31002 popq %rsi
31003 popq %rdi
31004 movq 6552(%rax), %r11
31005 jmp *%r11
31006 #else
31007 movq _glapi_Dispatch(%rip), %rax
31008 testq %rax, %rax
31009 je 1f
31010 movq 6552(%rax), %r11
31011 jmp *%r11
31012 1:
31013 pushq %rdi
31014 pushq %rsi
31015 pushq %rdx
31016 pushq %rcx
31017 pushq %rbp
31018 call _glapi_get_dispatch
31019 popq %rbp
31020 popq %rcx
31021 popq %rdx
31022 popq %rsi
31023 popq %rdi
31024 movq 6552(%rax), %r11
31025 jmp *%r11
31026 #endif /* defined(GLX_USE_TLS) */
31027 .size GL_PREFIX(VertexAttribI3iEXT), .-GL_PREFIX(VertexAttribI3iEXT)
31028
31029 .p2align 4,,15
31030 .globl GL_PREFIX(VertexAttribI3ivEXT)
31031 .type GL_PREFIX(VertexAttribI3ivEXT), @function
31032 GL_PREFIX(VertexAttribI3ivEXT):
31033 #if defined(GLX_USE_TLS)
31034 call _x86_64_get_dispatch@PLT
31035 movq 6560(%rax), %r11
31036 jmp *%r11
31037 #elif defined(PTHREADS)
31038 pushq %rdi
31039 pushq %rsi
31040 pushq %rbp
31041 call _x86_64_get_dispatch@PLT
31042 popq %rbp
31043 popq %rsi
31044 popq %rdi
31045 movq 6560(%rax), %r11
31046 jmp *%r11
31047 #else
31048 movq _glapi_Dispatch(%rip), %rax
31049 testq %rax, %rax
31050 je 1f
31051 movq 6560(%rax), %r11
31052 jmp *%r11
31053 1:
31054 pushq %rdi
31055 pushq %rsi
31056 pushq %rbp
31057 call _glapi_get_dispatch
31058 popq %rbp
31059 popq %rsi
31060 popq %rdi
31061 movq 6560(%rax), %r11
31062 jmp *%r11
31063 #endif /* defined(GLX_USE_TLS) */
31064 .size GL_PREFIX(VertexAttribI3ivEXT), .-GL_PREFIX(VertexAttribI3ivEXT)
31065
31066 .p2align 4,,15
31067 .globl GL_PREFIX(VertexAttribI3uiEXT)
31068 .type GL_PREFIX(VertexAttribI3uiEXT), @function
31069 GL_PREFIX(VertexAttribI3uiEXT):
31070 #if defined(GLX_USE_TLS)
31071 call _x86_64_get_dispatch@PLT
31072 movq 6568(%rax), %r11
31073 jmp *%r11
31074 #elif defined(PTHREADS)
31075 pushq %rdi
31076 pushq %rsi
31077 pushq %rdx
31078 pushq %rcx
31079 pushq %rbp
31080 call _x86_64_get_dispatch@PLT
31081 popq %rbp
31082 popq %rcx
31083 popq %rdx
31084 popq %rsi
31085 popq %rdi
31086 movq 6568(%rax), %r11
31087 jmp *%r11
31088 #else
31089 movq _glapi_Dispatch(%rip), %rax
31090 testq %rax, %rax
31091 je 1f
31092 movq 6568(%rax), %r11
31093 jmp *%r11
31094 1:
31095 pushq %rdi
31096 pushq %rsi
31097 pushq %rdx
31098 pushq %rcx
31099 pushq %rbp
31100 call _glapi_get_dispatch
31101 popq %rbp
31102 popq %rcx
31103 popq %rdx
31104 popq %rsi
31105 popq %rdi
31106 movq 6568(%rax), %r11
31107 jmp *%r11
31108 #endif /* defined(GLX_USE_TLS) */
31109 .size GL_PREFIX(VertexAttribI3uiEXT), .-GL_PREFIX(VertexAttribI3uiEXT)
31110
31111 .p2align 4,,15
31112 .globl GL_PREFIX(VertexAttribI3uivEXT)
31113 .type GL_PREFIX(VertexAttribI3uivEXT), @function
31114 GL_PREFIX(VertexAttribI3uivEXT):
31115 #if defined(GLX_USE_TLS)
31116 call _x86_64_get_dispatch@PLT
31117 movq 6576(%rax), %r11
31118 jmp *%r11
31119 #elif defined(PTHREADS)
31120 pushq %rdi
31121 pushq %rsi
31122 pushq %rbp
31123 call _x86_64_get_dispatch@PLT
31124 popq %rbp
31125 popq %rsi
31126 popq %rdi
31127 movq 6576(%rax), %r11
31128 jmp *%r11
31129 #else
31130 movq _glapi_Dispatch(%rip), %rax
31131 testq %rax, %rax
31132 je 1f
31133 movq 6576(%rax), %r11
31134 jmp *%r11
31135 1:
31136 pushq %rdi
31137 pushq %rsi
31138 pushq %rbp
31139 call _glapi_get_dispatch
31140 popq %rbp
31141 popq %rsi
31142 popq %rdi
31143 movq 6576(%rax), %r11
31144 jmp *%r11
31145 #endif /* defined(GLX_USE_TLS) */
31146 .size GL_PREFIX(VertexAttribI3uivEXT), .-GL_PREFIX(VertexAttribI3uivEXT)
31147
31148 .p2align 4,,15
31149 .globl GL_PREFIX(VertexAttribI4bvEXT)
31150 .type GL_PREFIX(VertexAttribI4bvEXT), @function
31151 GL_PREFIX(VertexAttribI4bvEXT):
31152 #if defined(GLX_USE_TLS)
31153 call _x86_64_get_dispatch@PLT
31154 movq 6584(%rax), %r11
31155 jmp *%r11
31156 #elif defined(PTHREADS)
31157 pushq %rdi
31158 pushq %rsi
31159 pushq %rbp
31160 call _x86_64_get_dispatch@PLT
31161 popq %rbp
31162 popq %rsi
31163 popq %rdi
31164 movq 6584(%rax), %r11
31165 jmp *%r11
31166 #else
31167 movq _glapi_Dispatch(%rip), %rax
31168 testq %rax, %rax
31169 je 1f
31170 movq 6584(%rax), %r11
31171 jmp *%r11
31172 1:
31173 pushq %rdi
31174 pushq %rsi
31175 pushq %rbp
31176 call _glapi_get_dispatch
31177 popq %rbp
31178 popq %rsi
31179 popq %rdi
31180 movq 6584(%rax), %r11
31181 jmp *%r11
31182 #endif /* defined(GLX_USE_TLS) */
31183 .size GL_PREFIX(VertexAttribI4bvEXT), .-GL_PREFIX(VertexAttribI4bvEXT)
31184
31185 .p2align 4,,15
31186 .globl GL_PREFIX(VertexAttribI4iEXT)
31187 .type GL_PREFIX(VertexAttribI4iEXT), @function
31188 GL_PREFIX(VertexAttribI4iEXT):
31189 #if defined(GLX_USE_TLS)
31190 call _x86_64_get_dispatch@PLT
31191 movq 6592(%rax), %r11
31192 jmp *%r11
31193 #elif defined(PTHREADS)
31194 pushq %rdi
31195 pushq %rsi
31196 pushq %rdx
31197 pushq %rcx
31198 pushq %r8
31199 call _x86_64_get_dispatch@PLT
31200 popq %r8
31201 popq %rcx
31202 popq %rdx
31203 popq %rsi
31204 popq %rdi
31205 movq 6592(%rax), %r11
31206 jmp *%r11
31207 #else
31208 movq _glapi_Dispatch(%rip), %rax
31209 testq %rax, %rax
31210 je 1f
31211 movq 6592(%rax), %r11
31212 jmp *%r11
31213 1:
31214 pushq %rdi
31215 pushq %rsi
31216 pushq %rdx
31217 pushq %rcx
31218 pushq %r8
31219 call _glapi_get_dispatch
31220 popq %r8
31221 popq %rcx
31222 popq %rdx
31223 popq %rsi
31224 popq %rdi
31225 movq 6592(%rax), %r11
31226 jmp *%r11
31227 #endif /* defined(GLX_USE_TLS) */
31228 .size GL_PREFIX(VertexAttribI4iEXT), .-GL_PREFIX(VertexAttribI4iEXT)
31229
31230 .p2align 4,,15
31231 .globl GL_PREFIX(VertexAttribI4ivEXT)
31232 .type GL_PREFIX(VertexAttribI4ivEXT), @function
31233 GL_PREFIX(VertexAttribI4ivEXT):
31234 #if defined(GLX_USE_TLS)
31235 call _x86_64_get_dispatch@PLT
31236 movq 6600(%rax), %r11
31237 jmp *%r11
31238 #elif defined(PTHREADS)
31239 pushq %rdi
31240 pushq %rsi
31241 pushq %rbp
31242 call _x86_64_get_dispatch@PLT
31243 popq %rbp
31244 popq %rsi
31245 popq %rdi
31246 movq 6600(%rax), %r11
31247 jmp *%r11
31248 #else
31249 movq _glapi_Dispatch(%rip), %rax
31250 testq %rax, %rax
31251 je 1f
31252 movq 6600(%rax), %r11
31253 jmp *%r11
31254 1:
31255 pushq %rdi
31256 pushq %rsi
31257 pushq %rbp
31258 call _glapi_get_dispatch
31259 popq %rbp
31260 popq %rsi
31261 popq %rdi
31262 movq 6600(%rax), %r11
31263 jmp *%r11
31264 #endif /* defined(GLX_USE_TLS) */
31265 .size GL_PREFIX(VertexAttribI4ivEXT), .-GL_PREFIX(VertexAttribI4ivEXT)
31266
31267 .p2align 4,,15
31268 .globl GL_PREFIX(VertexAttribI4svEXT)
31269 .type GL_PREFIX(VertexAttribI4svEXT), @function
31270 GL_PREFIX(VertexAttribI4svEXT):
31271 #if defined(GLX_USE_TLS)
31272 call _x86_64_get_dispatch@PLT
31273 movq 6608(%rax), %r11
31274 jmp *%r11
31275 #elif defined(PTHREADS)
31276 pushq %rdi
31277 pushq %rsi
31278 pushq %rbp
31279 call _x86_64_get_dispatch@PLT
31280 popq %rbp
31281 popq %rsi
31282 popq %rdi
31283 movq 6608(%rax), %r11
31284 jmp *%r11
31285 #else
31286 movq _glapi_Dispatch(%rip), %rax
31287 testq %rax, %rax
31288 je 1f
31289 movq 6608(%rax), %r11
31290 jmp *%r11
31291 1:
31292 pushq %rdi
31293 pushq %rsi
31294 pushq %rbp
31295 call _glapi_get_dispatch
31296 popq %rbp
31297 popq %rsi
31298 popq %rdi
31299 movq 6608(%rax), %r11
31300 jmp *%r11
31301 #endif /* defined(GLX_USE_TLS) */
31302 .size GL_PREFIX(VertexAttribI4svEXT), .-GL_PREFIX(VertexAttribI4svEXT)
31303
31304 .p2align 4,,15
31305 .globl GL_PREFIX(VertexAttribI4ubvEXT)
31306 .type GL_PREFIX(VertexAttribI4ubvEXT), @function
31307 GL_PREFIX(VertexAttribI4ubvEXT):
31308 #if defined(GLX_USE_TLS)
31309 call _x86_64_get_dispatch@PLT
31310 movq 6616(%rax), %r11
31311 jmp *%r11
31312 #elif defined(PTHREADS)
31313 pushq %rdi
31314 pushq %rsi
31315 pushq %rbp
31316 call _x86_64_get_dispatch@PLT
31317 popq %rbp
31318 popq %rsi
31319 popq %rdi
31320 movq 6616(%rax), %r11
31321 jmp *%r11
31322 #else
31323 movq _glapi_Dispatch(%rip), %rax
31324 testq %rax, %rax
31325 je 1f
31326 movq 6616(%rax), %r11
31327 jmp *%r11
31328 1:
31329 pushq %rdi
31330 pushq %rsi
31331 pushq %rbp
31332 call _glapi_get_dispatch
31333 popq %rbp
31334 popq %rsi
31335 popq %rdi
31336 movq 6616(%rax), %r11
31337 jmp *%r11
31338 #endif /* defined(GLX_USE_TLS) */
31339 .size GL_PREFIX(VertexAttribI4ubvEXT), .-GL_PREFIX(VertexAttribI4ubvEXT)
31340
31341 .p2align 4,,15
31342 .globl GL_PREFIX(VertexAttribI4uiEXT)
31343 .type GL_PREFIX(VertexAttribI4uiEXT), @function
31344 GL_PREFIX(VertexAttribI4uiEXT):
31345 #if defined(GLX_USE_TLS)
31346 call _x86_64_get_dispatch@PLT
31347 movq 6624(%rax), %r11
31348 jmp *%r11
31349 #elif defined(PTHREADS)
31350 pushq %rdi
31351 pushq %rsi
31352 pushq %rdx
31353 pushq %rcx
31354 pushq %r8
31355 call _x86_64_get_dispatch@PLT
31356 popq %r8
31357 popq %rcx
31358 popq %rdx
31359 popq %rsi
31360 popq %rdi
31361 movq 6624(%rax), %r11
31362 jmp *%r11
31363 #else
31364 movq _glapi_Dispatch(%rip), %rax
31365 testq %rax, %rax
31366 je 1f
31367 movq 6624(%rax), %r11
31368 jmp *%r11
31369 1:
31370 pushq %rdi
31371 pushq %rsi
31372 pushq %rdx
31373 pushq %rcx
31374 pushq %r8
31375 call _glapi_get_dispatch
31376 popq %r8
31377 popq %rcx
31378 popq %rdx
31379 popq %rsi
31380 popq %rdi
31381 movq 6624(%rax), %r11
31382 jmp *%r11
31383 #endif /* defined(GLX_USE_TLS) */
31384 .size GL_PREFIX(VertexAttribI4uiEXT), .-GL_PREFIX(VertexAttribI4uiEXT)
31385
31386 .p2align 4,,15
31387 .globl GL_PREFIX(VertexAttribI4uivEXT)
31388 .type GL_PREFIX(VertexAttribI4uivEXT), @function
31389 GL_PREFIX(VertexAttribI4uivEXT):
31390 #if defined(GLX_USE_TLS)
31391 call _x86_64_get_dispatch@PLT
31392 movq 6632(%rax), %r11
31393 jmp *%r11
31394 #elif defined(PTHREADS)
31395 pushq %rdi
31396 pushq %rsi
31397 pushq %rbp
31398 call _x86_64_get_dispatch@PLT
31399 popq %rbp
31400 popq %rsi
31401 popq %rdi
31402 movq 6632(%rax), %r11
31403 jmp *%r11
31404 #else
31405 movq _glapi_Dispatch(%rip), %rax
31406 testq %rax, %rax
31407 je 1f
31408 movq 6632(%rax), %r11
31409 jmp *%r11
31410 1:
31411 pushq %rdi
31412 pushq %rsi
31413 pushq %rbp
31414 call _glapi_get_dispatch
31415 popq %rbp
31416 popq %rsi
31417 popq %rdi
31418 movq 6632(%rax), %r11
31419 jmp *%r11
31420 #endif /* defined(GLX_USE_TLS) */
31421 .size GL_PREFIX(VertexAttribI4uivEXT), .-GL_PREFIX(VertexAttribI4uivEXT)
31422
31423 .p2align 4,,15
31424 .globl GL_PREFIX(VertexAttribI4usvEXT)
31425 .type GL_PREFIX(VertexAttribI4usvEXT), @function
31426 GL_PREFIX(VertexAttribI4usvEXT):
31427 #if defined(GLX_USE_TLS)
31428 call _x86_64_get_dispatch@PLT
31429 movq 6640(%rax), %r11
31430 jmp *%r11
31431 #elif defined(PTHREADS)
31432 pushq %rdi
31433 pushq %rsi
31434 pushq %rbp
31435 call _x86_64_get_dispatch@PLT
31436 popq %rbp
31437 popq %rsi
31438 popq %rdi
31439 movq 6640(%rax), %r11
31440 jmp *%r11
31441 #else
31442 movq _glapi_Dispatch(%rip), %rax
31443 testq %rax, %rax
31444 je 1f
31445 movq 6640(%rax), %r11
31446 jmp *%r11
31447 1:
31448 pushq %rdi
31449 pushq %rsi
31450 pushq %rbp
31451 call _glapi_get_dispatch
31452 popq %rbp
31453 popq %rsi
31454 popq %rdi
31455 movq 6640(%rax), %r11
31456 jmp *%r11
31457 #endif /* defined(GLX_USE_TLS) */
31458 .size GL_PREFIX(VertexAttribI4usvEXT), .-GL_PREFIX(VertexAttribI4usvEXT)
31459
31460 .p2align 4,,15
31461 .globl GL_PREFIX(VertexAttribIPointerEXT)
31462 .type GL_PREFIX(VertexAttribIPointerEXT), @function
31463 GL_PREFIX(VertexAttribIPointerEXT):
31464 #if defined(GLX_USE_TLS)
31465 call _x86_64_get_dispatch@PLT
31466 movq 6648(%rax), %r11
31467 jmp *%r11
31468 #elif defined(PTHREADS)
31469 pushq %rdi
31470 pushq %rsi
31471 pushq %rdx
31472 pushq %rcx
31473 pushq %r8
31474 call _x86_64_get_dispatch@PLT
31475 popq %r8
31476 popq %rcx
31477 popq %rdx
31478 popq %rsi
31479 popq %rdi
31480 movq 6648(%rax), %r11
31481 jmp *%r11
31482 #else
31483 movq _glapi_Dispatch(%rip), %rax
31484 testq %rax, %rax
31485 je 1f
31486 movq 6648(%rax), %r11
31487 jmp *%r11
31488 1:
31489 pushq %rdi
31490 pushq %rsi
31491 pushq %rdx
31492 pushq %rcx
31493 pushq %r8
31494 call _glapi_get_dispatch
31495 popq %r8
31496 popq %rcx
31497 popq %rdx
31498 popq %rsi
31499 popq %rdi
31500 movq 6648(%rax), %r11
31501 jmp *%r11
31502 #endif /* defined(GLX_USE_TLS) */
31503 .size GL_PREFIX(VertexAttribIPointerEXT), .-GL_PREFIX(VertexAttribIPointerEXT)
31504
31505 .p2align 4,,15
31506 .globl GL_PREFIX(FramebufferTextureLayerEXT)
31507 .type GL_PREFIX(FramebufferTextureLayerEXT), @function
31508 GL_PREFIX(FramebufferTextureLayerEXT):
31509 #if defined(GLX_USE_TLS)
31510 call _x86_64_get_dispatch@PLT
31511 movq 6656(%rax), %r11
31512 jmp *%r11
31513 #elif defined(PTHREADS)
31514 pushq %rdi
31515 pushq %rsi
31516 pushq %rdx
31517 pushq %rcx
31518 pushq %r8
31519 call _x86_64_get_dispatch@PLT
31520 popq %r8
31521 popq %rcx
31522 popq %rdx
31523 popq %rsi
31524 popq %rdi
31525 movq 6656(%rax), %r11
31526 jmp *%r11
31527 #else
31528 movq _glapi_Dispatch(%rip), %rax
31529 testq %rax, %rax
31530 je 1f
31531 movq 6656(%rax), %r11
31532 jmp *%r11
31533 1:
31534 pushq %rdi
31535 pushq %rsi
31536 pushq %rdx
31537 pushq %rcx
31538 pushq %r8
31539 call _glapi_get_dispatch
31540 popq %r8
31541 popq %rcx
31542 popq %rdx
31543 popq %rsi
31544 popq %rdi
31545 movq 6656(%rax), %r11
31546 jmp *%r11
31547 #endif /* defined(GLX_USE_TLS) */
31548 .size GL_PREFIX(FramebufferTextureLayerEXT), .-GL_PREFIX(FramebufferTextureLayerEXT)
31549
31550 .p2align 4,,15
31551 .globl GL_PREFIX(ColorMaskIndexedEXT)
31552 .type GL_PREFIX(ColorMaskIndexedEXT), @function
31553 GL_PREFIX(ColorMaskIndexedEXT):
31554 #if defined(GLX_USE_TLS)
31555 call _x86_64_get_dispatch@PLT
31556 movq 6664(%rax), %r11
31557 jmp *%r11
31558 #elif defined(PTHREADS)
31559 pushq %rdi
31560 pushq %rsi
31561 pushq %rdx
31562 pushq %rcx
31563 pushq %r8
31564 call _x86_64_get_dispatch@PLT
31565 popq %r8
31566 popq %rcx
31567 popq %rdx
31568 popq %rsi
31569 popq %rdi
31570 movq 6664(%rax), %r11
31571 jmp *%r11
31572 #else
31573 movq _glapi_Dispatch(%rip), %rax
31574 testq %rax, %rax
31575 je 1f
31576 movq 6664(%rax), %r11
31577 jmp *%r11
31578 1:
31579 pushq %rdi
31580 pushq %rsi
31581 pushq %rdx
31582 pushq %rcx
31583 pushq %r8
31584 call _glapi_get_dispatch
31585 popq %r8
31586 popq %rcx
31587 popq %rdx
31588 popq %rsi
31589 popq %rdi
31590 movq 6664(%rax), %r11
31591 jmp *%r11
31592 #endif /* defined(GLX_USE_TLS) */
31593 .size GL_PREFIX(ColorMaskIndexedEXT), .-GL_PREFIX(ColorMaskIndexedEXT)
31594
31595 .p2align 4,,15
31596 .globl GL_PREFIX(DisableIndexedEXT)
31597 .type GL_PREFIX(DisableIndexedEXT), @function
31598 GL_PREFIX(DisableIndexedEXT):
31599 #if defined(GLX_USE_TLS)
31600 call _x86_64_get_dispatch@PLT
31601 movq 6672(%rax), %r11
31602 jmp *%r11
31603 #elif defined(PTHREADS)
31604 pushq %rdi
31605 pushq %rsi
31606 pushq %rbp
31607 call _x86_64_get_dispatch@PLT
31608 popq %rbp
31609 popq %rsi
31610 popq %rdi
31611 movq 6672(%rax), %r11
31612 jmp *%r11
31613 #else
31614 movq _glapi_Dispatch(%rip), %rax
31615 testq %rax, %rax
31616 je 1f
31617 movq 6672(%rax), %r11
31618 jmp *%r11
31619 1:
31620 pushq %rdi
31621 pushq %rsi
31622 pushq %rbp
31623 call _glapi_get_dispatch
31624 popq %rbp
31625 popq %rsi
31626 popq %rdi
31627 movq 6672(%rax), %r11
31628 jmp *%r11
31629 #endif /* defined(GLX_USE_TLS) */
31630 .size GL_PREFIX(DisableIndexedEXT), .-GL_PREFIX(DisableIndexedEXT)
31631
31632 .p2align 4,,15
31633 .globl GL_PREFIX(EnableIndexedEXT)
31634 .type GL_PREFIX(EnableIndexedEXT), @function
31635 GL_PREFIX(EnableIndexedEXT):
31636 #if defined(GLX_USE_TLS)
31637 call _x86_64_get_dispatch@PLT
31638 movq 6680(%rax), %r11
31639 jmp *%r11
31640 #elif defined(PTHREADS)
31641 pushq %rdi
31642 pushq %rsi
31643 pushq %rbp
31644 call _x86_64_get_dispatch@PLT
31645 popq %rbp
31646 popq %rsi
31647 popq %rdi
31648 movq 6680(%rax), %r11
31649 jmp *%r11
31650 #else
31651 movq _glapi_Dispatch(%rip), %rax
31652 testq %rax, %rax
31653 je 1f
31654 movq 6680(%rax), %r11
31655 jmp *%r11
31656 1:
31657 pushq %rdi
31658 pushq %rsi
31659 pushq %rbp
31660 call _glapi_get_dispatch
31661 popq %rbp
31662 popq %rsi
31663 popq %rdi
31664 movq 6680(%rax), %r11
31665 jmp *%r11
31666 #endif /* defined(GLX_USE_TLS) */
31667 .size GL_PREFIX(EnableIndexedEXT), .-GL_PREFIX(EnableIndexedEXT)
31668
31669 .p2align 4,,15
31670 .globl GL_PREFIX(GetBooleanIndexedvEXT)
31671 .type GL_PREFIX(GetBooleanIndexedvEXT), @function
31672 GL_PREFIX(GetBooleanIndexedvEXT):
31673 #if defined(GLX_USE_TLS)
31674 call _x86_64_get_dispatch@PLT
31675 movq 6688(%rax), %r11
31676 jmp *%r11
31677 #elif defined(PTHREADS)
31678 pushq %rdi
31679 pushq %rsi
31680 pushq %rdx
31681 call _x86_64_get_dispatch@PLT
31682 popq %rdx
31683 popq %rsi
31684 popq %rdi
31685 movq 6688(%rax), %r11
31686 jmp *%r11
31687 #else
31688 movq _glapi_Dispatch(%rip), %rax
31689 testq %rax, %rax
31690 je 1f
31691 movq 6688(%rax), %r11
31692 jmp *%r11
31693 1:
31694 pushq %rdi
31695 pushq %rsi
31696 pushq %rdx
31697 call _glapi_get_dispatch
31698 popq %rdx
31699 popq %rsi
31700 popq %rdi
31701 movq 6688(%rax), %r11
31702 jmp *%r11
31703 #endif /* defined(GLX_USE_TLS) */
31704 .size GL_PREFIX(GetBooleanIndexedvEXT), .-GL_PREFIX(GetBooleanIndexedvEXT)
31705
31706 .p2align 4,,15
31707 .globl GL_PREFIX(GetIntegerIndexedvEXT)
31708 .type GL_PREFIX(GetIntegerIndexedvEXT), @function
31709 GL_PREFIX(GetIntegerIndexedvEXT):
31710 #if defined(GLX_USE_TLS)
31711 call _x86_64_get_dispatch@PLT
31712 movq 6696(%rax), %r11
31713 jmp *%r11
31714 #elif defined(PTHREADS)
31715 pushq %rdi
31716 pushq %rsi
31717 pushq %rdx
31718 call _x86_64_get_dispatch@PLT
31719 popq %rdx
31720 popq %rsi
31721 popq %rdi
31722 movq 6696(%rax), %r11
31723 jmp *%r11
31724 #else
31725 movq _glapi_Dispatch(%rip), %rax
31726 testq %rax, %rax
31727 je 1f
31728 movq 6696(%rax), %r11
31729 jmp *%r11
31730 1:
31731 pushq %rdi
31732 pushq %rsi
31733 pushq %rdx
31734 call _glapi_get_dispatch
31735 popq %rdx
31736 popq %rsi
31737 popq %rdi
31738 movq 6696(%rax), %r11
31739 jmp *%r11
31740 #endif /* defined(GLX_USE_TLS) */
31741 .size GL_PREFIX(GetIntegerIndexedvEXT), .-GL_PREFIX(GetIntegerIndexedvEXT)
31742
31743 .p2align 4,,15
31744 .globl GL_PREFIX(IsEnabledIndexedEXT)
31745 .type GL_PREFIX(IsEnabledIndexedEXT), @function
31746 GL_PREFIX(IsEnabledIndexedEXT):
31747 #if defined(GLX_USE_TLS)
31748 call _x86_64_get_dispatch@PLT
31749 movq 6704(%rax), %r11
31750 jmp *%r11
31751 #elif defined(PTHREADS)
31752 pushq %rdi
31753 pushq %rsi
31754 pushq %rbp
31755 call _x86_64_get_dispatch@PLT
31756 popq %rbp
31757 popq %rsi
31758 popq %rdi
31759 movq 6704(%rax), %r11
31760 jmp *%r11
31761 #else
31762 movq _glapi_Dispatch(%rip), %rax
31763 testq %rax, %rax
31764 je 1f
31765 movq 6704(%rax), %r11
31766 jmp *%r11
31767 1:
31768 pushq %rdi
31769 pushq %rsi
31770 pushq %rbp
31771 call _glapi_get_dispatch
31772 popq %rbp
31773 popq %rsi
31774 popq %rdi
31775 movq 6704(%rax), %r11
31776 jmp *%r11
31777 #endif /* defined(GLX_USE_TLS) */
31778 .size GL_PREFIX(IsEnabledIndexedEXT), .-GL_PREFIX(IsEnabledIndexedEXT)
31779
31780 .p2align 4,,15
31781 .globl GL_PREFIX(ClearColorIiEXT)
31782 .type GL_PREFIX(ClearColorIiEXT), @function
31783 GL_PREFIX(ClearColorIiEXT):
31784 #if defined(GLX_USE_TLS)
31785 call _x86_64_get_dispatch@PLT
31786 movq 6712(%rax), %r11
31787 jmp *%r11
31788 #elif defined(PTHREADS)
31789 pushq %rdi
31790 pushq %rsi
31791 pushq %rdx
31792 pushq %rcx
31793 pushq %rbp
31794 call _x86_64_get_dispatch@PLT
31795 popq %rbp
31796 popq %rcx
31797 popq %rdx
31798 popq %rsi
31799 popq %rdi
31800 movq 6712(%rax), %r11
31801 jmp *%r11
31802 #else
31803 movq _glapi_Dispatch(%rip), %rax
31804 testq %rax, %rax
31805 je 1f
31806 movq 6712(%rax), %r11
31807 jmp *%r11
31808 1:
31809 pushq %rdi
31810 pushq %rsi
31811 pushq %rdx
31812 pushq %rcx
31813 pushq %rbp
31814 call _glapi_get_dispatch
31815 popq %rbp
31816 popq %rcx
31817 popq %rdx
31818 popq %rsi
31819 popq %rdi
31820 movq 6712(%rax), %r11
31821 jmp *%r11
31822 #endif /* defined(GLX_USE_TLS) */
31823 .size GL_PREFIX(ClearColorIiEXT), .-GL_PREFIX(ClearColorIiEXT)
31824
31825 .p2align 4,,15
31826 .globl GL_PREFIX(ClearColorIuiEXT)
31827 .type GL_PREFIX(ClearColorIuiEXT), @function
31828 GL_PREFIX(ClearColorIuiEXT):
31829 #if defined(GLX_USE_TLS)
31830 call _x86_64_get_dispatch@PLT
31831 movq 6720(%rax), %r11
31832 jmp *%r11
31833 #elif defined(PTHREADS)
31834 pushq %rdi
31835 pushq %rsi
31836 pushq %rdx
31837 pushq %rcx
31838 pushq %rbp
31839 call _x86_64_get_dispatch@PLT
31840 popq %rbp
31841 popq %rcx
31842 popq %rdx
31843 popq %rsi
31844 popq %rdi
31845 movq 6720(%rax), %r11
31846 jmp *%r11
31847 #else
31848 movq _glapi_Dispatch(%rip), %rax
31849 testq %rax, %rax
31850 je 1f
31851 movq 6720(%rax), %r11
31852 jmp *%r11
31853 1:
31854 pushq %rdi
31855 pushq %rsi
31856 pushq %rdx
31857 pushq %rcx
31858 pushq %rbp
31859 call _glapi_get_dispatch
31860 popq %rbp
31861 popq %rcx
31862 popq %rdx
31863 popq %rsi
31864 popq %rdi
31865 movq 6720(%rax), %r11
31866 jmp *%r11
31867 #endif /* defined(GLX_USE_TLS) */
31868 .size GL_PREFIX(ClearColorIuiEXT), .-GL_PREFIX(ClearColorIuiEXT)
31869
31870 .p2align 4,,15
31871 .globl GL_PREFIX(GetTexParameterIivEXT)
31872 .type GL_PREFIX(GetTexParameterIivEXT), @function
31873 GL_PREFIX(GetTexParameterIivEXT):
31874 #if defined(GLX_USE_TLS)
31875 call _x86_64_get_dispatch@PLT
31876 movq 6728(%rax), %r11
31877 jmp *%r11
31878 #elif defined(PTHREADS)
31879 pushq %rdi
31880 pushq %rsi
31881 pushq %rdx
31882 call _x86_64_get_dispatch@PLT
31883 popq %rdx
31884 popq %rsi
31885 popq %rdi
31886 movq 6728(%rax), %r11
31887 jmp *%r11
31888 #else
31889 movq _glapi_Dispatch(%rip), %rax
31890 testq %rax, %rax
31891 je 1f
31892 movq 6728(%rax), %r11
31893 jmp *%r11
31894 1:
31895 pushq %rdi
31896 pushq %rsi
31897 pushq %rdx
31898 call _glapi_get_dispatch
31899 popq %rdx
31900 popq %rsi
31901 popq %rdi
31902 movq 6728(%rax), %r11
31903 jmp *%r11
31904 #endif /* defined(GLX_USE_TLS) */
31905 .size GL_PREFIX(GetTexParameterIivEXT), .-GL_PREFIX(GetTexParameterIivEXT)
31906
31907 .p2align 4,,15
31908 .globl GL_PREFIX(GetTexParameterIuivEXT)
31909 .type GL_PREFIX(GetTexParameterIuivEXT), @function
31910 GL_PREFIX(GetTexParameterIuivEXT):
31911 #if defined(GLX_USE_TLS)
31912 call _x86_64_get_dispatch@PLT
31913 movq 6736(%rax), %r11
31914 jmp *%r11
31915 #elif defined(PTHREADS)
31916 pushq %rdi
31917 pushq %rsi
31918 pushq %rdx
31919 call _x86_64_get_dispatch@PLT
31920 popq %rdx
31921 popq %rsi
31922 popq %rdi
31923 movq 6736(%rax), %r11
31924 jmp *%r11
31925 #else
31926 movq _glapi_Dispatch(%rip), %rax
31927 testq %rax, %rax
31928 je 1f
31929 movq 6736(%rax), %r11
31930 jmp *%r11
31931 1:
31932 pushq %rdi
31933 pushq %rsi
31934 pushq %rdx
31935 call _glapi_get_dispatch
31936 popq %rdx
31937 popq %rsi
31938 popq %rdi
31939 movq 6736(%rax), %r11
31940 jmp *%r11
31941 #endif /* defined(GLX_USE_TLS) */
31942 .size GL_PREFIX(GetTexParameterIuivEXT), .-GL_PREFIX(GetTexParameterIuivEXT)
31943
31944 .p2align 4,,15
31945 .globl GL_PREFIX(TexParameterIivEXT)
31946 .type GL_PREFIX(TexParameterIivEXT), @function
31947 GL_PREFIX(TexParameterIivEXT):
31948 #if defined(GLX_USE_TLS)
31949 call _x86_64_get_dispatch@PLT
31950 movq 6744(%rax), %r11
31951 jmp *%r11
31952 #elif defined(PTHREADS)
31953 pushq %rdi
31954 pushq %rsi
31955 pushq %rdx
31956 call _x86_64_get_dispatch@PLT
31957 popq %rdx
31958 popq %rsi
31959 popq %rdi
31960 movq 6744(%rax), %r11
31961 jmp *%r11
31962 #else
31963 movq _glapi_Dispatch(%rip), %rax
31964 testq %rax, %rax
31965 je 1f
31966 movq 6744(%rax), %r11
31967 jmp *%r11
31968 1:
31969 pushq %rdi
31970 pushq %rsi
31971 pushq %rdx
31972 call _glapi_get_dispatch
31973 popq %rdx
31974 popq %rsi
31975 popq %rdi
31976 movq 6744(%rax), %r11
31977 jmp *%r11
31978 #endif /* defined(GLX_USE_TLS) */
31979 .size GL_PREFIX(TexParameterIivEXT), .-GL_PREFIX(TexParameterIivEXT)
31980
31981 .p2align 4,,15
31982 .globl GL_PREFIX(TexParameterIuivEXT)
31983 .type GL_PREFIX(TexParameterIuivEXT), @function
31984 GL_PREFIX(TexParameterIuivEXT):
31985 #if defined(GLX_USE_TLS)
31986 call _x86_64_get_dispatch@PLT
31987 movq 6752(%rax), %r11
31988 jmp *%r11
31989 #elif defined(PTHREADS)
31990 pushq %rdi
31991 pushq %rsi
31992 pushq %rdx
31993 call _x86_64_get_dispatch@PLT
31994 popq %rdx
31995 popq %rsi
31996 popq %rdi
31997 movq 6752(%rax), %r11
31998 jmp *%r11
31999 #else
32000 movq _glapi_Dispatch(%rip), %rax
32001 testq %rax, %rax
32002 je 1f
32003 movq 6752(%rax), %r11
32004 jmp *%r11
32005 1:
32006 pushq %rdi
32007 pushq %rsi
32008 pushq %rdx
32009 call _glapi_get_dispatch
32010 popq %rdx
32011 popq %rsi
32012 popq %rdi
32013 movq 6752(%rax), %r11
32014 jmp *%r11
32015 #endif /* defined(GLX_USE_TLS) */
32016 .size GL_PREFIX(TexParameterIuivEXT), .-GL_PREFIX(TexParameterIuivEXT)
32017
32018 .p2align 4,,15
32019 .globl GL_PREFIX(BeginConditionalRenderNV)
32020 .type GL_PREFIX(BeginConditionalRenderNV), @function
32021 GL_PREFIX(BeginConditionalRenderNV):
32022 #if defined(GLX_USE_TLS)
32023 call _x86_64_get_dispatch@PLT
32024 movq 6760(%rax), %r11
32025 jmp *%r11
32026 #elif defined(PTHREADS)
32027 pushq %rdi
32028 pushq %rsi
32029 pushq %rbp
32030 call _x86_64_get_dispatch@PLT
32031 popq %rbp
32032 popq %rsi
32033 popq %rdi
32034 movq 6760(%rax), %r11
32035 jmp *%r11
32036 #else
32037 movq _glapi_Dispatch(%rip), %rax
32038 testq %rax, %rax
32039 je 1f
32040 movq 6760(%rax), %r11
32041 jmp *%r11
32042 1:
32043 pushq %rdi
32044 pushq %rsi
32045 pushq %rbp
32046 call _glapi_get_dispatch
32047 popq %rbp
32048 popq %rsi
32049 popq %rdi
32050 movq 6760(%rax), %r11
32051 jmp *%r11
32052 #endif /* defined(GLX_USE_TLS) */
32053 .size GL_PREFIX(BeginConditionalRenderNV), .-GL_PREFIX(BeginConditionalRenderNV)
32054
32055 .p2align 4,,15
32056 .globl GL_PREFIX(EndConditionalRenderNV)
32057 .type GL_PREFIX(EndConditionalRenderNV), @function
32058 GL_PREFIX(EndConditionalRenderNV):
32059 #if defined(GLX_USE_TLS)
32060 call _x86_64_get_dispatch@PLT
32061 movq 6768(%rax), %r11
32062 jmp *%r11
32063 #elif defined(PTHREADS)
32064 pushq %rbp
32065 call _x86_64_get_dispatch@PLT
32066 popq %rbp
32067 movq 6768(%rax), %r11
32068 jmp *%r11
32069 #else
32070 movq _glapi_Dispatch(%rip), %rax
32071 testq %rax, %rax
32072 je 1f
32073 movq 6768(%rax), %r11
32074 jmp *%r11
32075 1:
32076 pushq %rbp
32077 call _glapi_get_dispatch
32078 popq %rbp
32079 movq 6768(%rax), %r11
32080 jmp *%r11
32081 #endif /* defined(GLX_USE_TLS) */
32082 .size GL_PREFIX(EndConditionalRenderNV), .-GL_PREFIX(EndConditionalRenderNV)
32083
32084 .p2align 4,,15
32085 .globl GL_PREFIX(BeginTransformFeedbackEXT)
32086 .type GL_PREFIX(BeginTransformFeedbackEXT), @function
32087 GL_PREFIX(BeginTransformFeedbackEXT):
32088 #if defined(GLX_USE_TLS)
32089 call _x86_64_get_dispatch@PLT
32090 movq 6776(%rax), %r11
32091 jmp *%r11
32092 #elif defined(PTHREADS)
32093 pushq %rdi
32094 call _x86_64_get_dispatch@PLT
32095 popq %rdi
32096 movq 6776(%rax), %r11
32097 jmp *%r11
32098 #else
32099 movq _glapi_Dispatch(%rip), %rax
32100 testq %rax, %rax
32101 je 1f
32102 movq 6776(%rax), %r11
32103 jmp *%r11
32104 1:
32105 pushq %rdi
32106 call _glapi_get_dispatch
32107 popq %rdi
32108 movq 6776(%rax), %r11
32109 jmp *%r11
32110 #endif /* defined(GLX_USE_TLS) */
32111 .size GL_PREFIX(BeginTransformFeedbackEXT), .-GL_PREFIX(BeginTransformFeedbackEXT)
32112
32113 .p2align 4,,15
32114 .globl GL_PREFIX(BindBufferBaseEXT)
32115 .type GL_PREFIX(BindBufferBaseEXT), @function
32116 GL_PREFIX(BindBufferBaseEXT):
32117 #if defined(GLX_USE_TLS)
32118 call _x86_64_get_dispatch@PLT
32119 movq 6784(%rax), %r11
32120 jmp *%r11
32121 #elif defined(PTHREADS)
32122 pushq %rdi
32123 pushq %rsi
32124 pushq %rdx
32125 call _x86_64_get_dispatch@PLT
32126 popq %rdx
32127 popq %rsi
32128 popq %rdi
32129 movq 6784(%rax), %r11
32130 jmp *%r11
32131 #else
32132 movq _glapi_Dispatch(%rip), %rax
32133 testq %rax, %rax
32134 je 1f
32135 movq 6784(%rax), %r11
32136 jmp *%r11
32137 1:
32138 pushq %rdi
32139 pushq %rsi
32140 pushq %rdx
32141 call _glapi_get_dispatch
32142 popq %rdx
32143 popq %rsi
32144 popq %rdi
32145 movq 6784(%rax), %r11
32146 jmp *%r11
32147 #endif /* defined(GLX_USE_TLS) */
32148 .size GL_PREFIX(BindBufferBaseEXT), .-GL_PREFIX(BindBufferBaseEXT)
32149
32150 .p2align 4,,15
32151 .globl GL_PREFIX(BindBufferOffsetEXT)
32152 .type GL_PREFIX(BindBufferOffsetEXT), @function
32153 GL_PREFIX(BindBufferOffsetEXT):
32154 #if defined(GLX_USE_TLS)
32155 call _x86_64_get_dispatch@PLT
32156 movq 6792(%rax), %r11
32157 jmp *%r11
32158 #elif defined(PTHREADS)
32159 pushq %rdi
32160 pushq %rsi
32161 pushq %rdx
32162 pushq %rcx
32163 pushq %rbp
32164 call _x86_64_get_dispatch@PLT
32165 popq %rbp
32166 popq %rcx
32167 popq %rdx
32168 popq %rsi
32169 popq %rdi
32170 movq 6792(%rax), %r11
32171 jmp *%r11
32172 #else
32173 movq _glapi_Dispatch(%rip), %rax
32174 testq %rax, %rax
32175 je 1f
32176 movq 6792(%rax), %r11
32177 jmp *%r11
32178 1:
32179 pushq %rdi
32180 pushq %rsi
32181 pushq %rdx
32182 pushq %rcx
32183 pushq %rbp
32184 call _glapi_get_dispatch
32185 popq %rbp
32186 popq %rcx
32187 popq %rdx
32188 popq %rsi
32189 popq %rdi
32190 movq 6792(%rax), %r11
32191 jmp *%r11
32192 #endif /* defined(GLX_USE_TLS) */
32193 .size GL_PREFIX(BindBufferOffsetEXT), .-GL_PREFIX(BindBufferOffsetEXT)
32194
32195 .p2align 4,,15
32196 .globl GL_PREFIX(BindBufferRangeEXT)
32197 .type GL_PREFIX(BindBufferRangeEXT), @function
32198 GL_PREFIX(BindBufferRangeEXT):
32199 #if defined(GLX_USE_TLS)
32200 call _x86_64_get_dispatch@PLT
32201 movq 6800(%rax), %r11
32202 jmp *%r11
32203 #elif defined(PTHREADS)
32204 pushq %rdi
32205 pushq %rsi
32206 pushq %rdx
32207 pushq %rcx
32208 pushq %r8
32209 call _x86_64_get_dispatch@PLT
32210 popq %r8
32211 popq %rcx
32212 popq %rdx
32213 popq %rsi
32214 popq %rdi
32215 movq 6800(%rax), %r11
32216 jmp *%r11
32217 #else
32218 movq _glapi_Dispatch(%rip), %rax
32219 testq %rax, %rax
32220 je 1f
32221 movq 6800(%rax), %r11
32222 jmp *%r11
32223 1:
32224 pushq %rdi
32225 pushq %rsi
32226 pushq %rdx
32227 pushq %rcx
32228 pushq %r8
32229 call _glapi_get_dispatch
32230 popq %r8
32231 popq %rcx
32232 popq %rdx
32233 popq %rsi
32234 popq %rdi
32235 movq 6800(%rax), %r11
32236 jmp *%r11
32237 #endif /* defined(GLX_USE_TLS) */
32238 .size GL_PREFIX(BindBufferRangeEXT), .-GL_PREFIX(BindBufferRangeEXT)
32239
32240 .p2align 4,,15
32241 .globl GL_PREFIX(EndTransformFeedbackEXT)
32242 .type GL_PREFIX(EndTransformFeedbackEXT), @function
32243 GL_PREFIX(EndTransformFeedbackEXT):
32244 #if defined(GLX_USE_TLS)
32245 call _x86_64_get_dispatch@PLT
32246 movq 6808(%rax), %r11
32247 jmp *%r11
32248 #elif defined(PTHREADS)
32249 pushq %rbp
32250 call _x86_64_get_dispatch@PLT
32251 popq %rbp
32252 movq 6808(%rax), %r11
32253 jmp *%r11
32254 #else
32255 movq _glapi_Dispatch(%rip), %rax
32256 testq %rax, %rax
32257 je 1f
32258 movq 6808(%rax), %r11
32259 jmp *%r11
32260 1:
32261 pushq %rbp
32262 call _glapi_get_dispatch
32263 popq %rbp
32264 movq 6808(%rax), %r11
32265 jmp *%r11
32266 #endif /* defined(GLX_USE_TLS) */
32267 .size GL_PREFIX(EndTransformFeedbackEXT), .-GL_PREFIX(EndTransformFeedbackEXT)
32268
32269 .p2align 4,,15
32270 .globl GL_PREFIX(GetTransformFeedbackVaryingEXT)
32271 .type GL_PREFIX(GetTransformFeedbackVaryingEXT), @function
32272 GL_PREFIX(GetTransformFeedbackVaryingEXT):
32273 #if defined(GLX_USE_TLS)
32274 call _x86_64_get_dispatch@PLT
32275 movq 6816(%rax), %r11
32276 jmp *%r11
32277 #elif defined(PTHREADS)
32278 pushq %rdi
32279 pushq %rsi
32280 pushq %rdx
32281 pushq %rcx
32282 pushq %r8
32283 pushq %r9
32284 pushq %rbp
32285 call _x86_64_get_dispatch@PLT
32286 popq %rbp
32287 popq %r9
32288 popq %r8
32289 popq %rcx
32290 popq %rdx
32291 popq %rsi
32292 popq %rdi
32293 movq 6816(%rax), %r11
32294 jmp *%r11
32295 #else
32296 movq _glapi_Dispatch(%rip), %rax
32297 testq %rax, %rax
32298 je 1f
32299 movq 6816(%rax), %r11
32300 jmp *%r11
32301 1:
32302 pushq %rdi
32303 pushq %rsi
32304 pushq %rdx
32305 pushq %rcx
32306 pushq %r8
32307 pushq %r9
32308 pushq %rbp
32309 call _glapi_get_dispatch
32310 popq %rbp
32311 popq %r9
32312 popq %r8
32313 popq %rcx
32314 popq %rdx
32315 popq %rsi
32316 popq %rdi
32317 movq 6816(%rax), %r11
32318 jmp *%r11
32319 #endif /* defined(GLX_USE_TLS) */
32320 .size GL_PREFIX(GetTransformFeedbackVaryingEXT), .-GL_PREFIX(GetTransformFeedbackVaryingEXT)
32321
32322 .p2align 4,,15
32323 .globl GL_PREFIX(TransformFeedbackVaryingsEXT)
32324 .type GL_PREFIX(TransformFeedbackVaryingsEXT), @function
32325 GL_PREFIX(TransformFeedbackVaryingsEXT):
32326 #if defined(GLX_USE_TLS)
32327 call _x86_64_get_dispatch@PLT
32328 movq 6824(%rax), %r11
32329 jmp *%r11
32330 #elif defined(PTHREADS)
32331 pushq %rdi
32332 pushq %rsi
32333 pushq %rdx
32334 pushq %rcx
32335 pushq %rbp
32336 call _x86_64_get_dispatch@PLT
32337 popq %rbp
32338 popq %rcx
32339 popq %rdx
32340 popq %rsi
32341 popq %rdi
32342 movq 6824(%rax), %r11
32343 jmp *%r11
32344 #else
32345 movq _glapi_Dispatch(%rip), %rax
32346 testq %rax, %rax
32347 je 1f
32348 movq 6824(%rax), %r11
32349 jmp *%r11
32350 1:
32351 pushq %rdi
32352 pushq %rsi
32353 pushq %rdx
32354 pushq %rcx
32355 pushq %rbp
32356 call _glapi_get_dispatch
32357 popq %rbp
32358 popq %rcx
32359 popq %rdx
32360 popq %rsi
32361 popq %rdi
32362 movq 6824(%rax), %r11
32363 jmp *%r11
32364 #endif /* defined(GLX_USE_TLS) */
32365 .size GL_PREFIX(TransformFeedbackVaryingsEXT), .-GL_PREFIX(TransformFeedbackVaryingsEXT)
32366
32367 .p2align 4,,15
32368 .globl GL_PREFIX(ProvokingVertexEXT)
32369 .type GL_PREFIX(ProvokingVertexEXT), @function
32370 GL_PREFIX(ProvokingVertexEXT):
32371 #if defined(GLX_USE_TLS)
32372 call _x86_64_get_dispatch@PLT
32373 movq 6832(%rax), %r11
32374 jmp *%r11
32375 #elif defined(PTHREADS)
32376 pushq %rdi
32377 call _x86_64_get_dispatch@PLT
32378 popq %rdi
32379 movq 6832(%rax), %r11
32380 jmp *%r11
32381 #else
32382 movq _glapi_Dispatch(%rip), %rax
32383 testq %rax, %rax
32384 je 1f
32385 movq 6832(%rax), %r11
32386 jmp *%r11
32387 1:
32388 pushq %rdi
32389 call _glapi_get_dispatch
32390 popq %rdi
32391 movq 6832(%rax), %r11
32392 jmp *%r11
32393 #endif /* defined(GLX_USE_TLS) */
32394 .size GL_PREFIX(ProvokingVertexEXT), .-GL_PREFIX(ProvokingVertexEXT)
32395
32396 .p2align 4,,15
32397 .globl GL_PREFIX(_dispatch_stub_855)
32398 .type GL_PREFIX(_dispatch_stub_855), @function
32399 HIDDEN(GL_PREFIX(_dispatch_stub_855))
32400 GL_PREFIX(_dispatch_stub_855):
32401 #if defined(GLX_USE_TLS)
32402 call _x86_64_get_dispatch@PLT
32403 movq 6840(%rax), %r11
32404 jmp *%r11
32405 #elif defined(PTHREADS)
32406 pushq %rdi
32407 pushq %rsi
32408 pushq %rdx
32409 call _x86_64_get_dispatch@PLT
32410 popq %rdx
32411 popq %rsi
32412 popq %rdi
32413 movq 6840(%rax), %r11
32414 jmp *%r11
32415 #else
32416 movq _glapi_Dispatch(%rip), %rax
32417 testq %rax, %rax
32418 je 1f
32419 movq 6840(%rax), %r11
32420 jmp *%r11
32421 1:
32422 pushq %rdi
32423 pushq %rsi
32424 pushq %rdx
32425 call _glapi_get_dispatch
32426 popq %rdx
32427 popq %rsi
32428 popq %rdi
32429 movq 6840(%rax), %r11
32430 jmp *%r11
32431 #endif /* defined(GLX_USE_TLS) */
32432 .size GL_PREFIX(_dispatch_stub_855), .-GL_PREFIX(_dispatch_stub_855)
32433
32434 .p2align 4,,15
32435 .globl GL_PREFIX(_dispatch_stub_856)
32436 .type GL_PREFIX(_dispatch_stub_856), @function
32437 HIDDEN(GL_PREFIX(_dispatch_stub_856))
32438 GL_PREFIX(_dispatch_stub_856):
32439 #if defined(GLX_USE_TLS)
32440 call _x86_64_get_dispatch@PLT
32441 movq 6848(%rax), %r11
32442 jmp *%r11
32443 #elif defined(PTHREADS)
32444 pushq %rdi
32445 pushq %rsi
32446 pushq %rdx
32447 call _x86_64_get_dispatch@PLT
32448 popq %rdx
32449 popq %rsi
32450 popq %rdi
32451 movq 6848(%rax), %r11
32452 jmp *%r11
32453 #else
32454 movq _glapi_Dispatch(%rip), %rax
32455 testq %rax, %rax
32456 je 1f
32457 movq 6848(%rax), %r11
32458 jmp *%r11
32459 1:
32460 pushq %rdi
32461 pushq %rsi
32462 pushq %rdx
32463 call _glapi_get_dispatch
32464 popq %rdx
32465 popq %rsi
32466 popq %rdi
32467 movq 6848(%rax), %r11
32468 jmp *%r11
32469 #endif /* defined(GLX_USE_TLS) */
32470 .size GL_PREFIX(_dispatch_stub_856), .-GL_PREFIX(_dispatch_stub_856)
32471
32472 .p2align 4,,15
32473 .globl GL_PREFIX(GetObjectParameterivAPPLE)
32474 .type GL_PREFIX(GetObjectParameterivAPPLE), @function
32475 GL_PREFIX(GetObjectParameterivAPPLE):
32476 #if defined(GLX_USE_TLS)
32477 call _x86_64_get_dispatch@PLT
32478 movq 6856(%rax), %r11
32479 jmp *%r11
32480 #elif defined(PTHREADS)
32481 pushq %rdi
32482 pushq %rsi
32483 pushq %rdx
32484 pushq %rcx
32485 pushq %rbp
32486 call _x86_64_get_dispatch@PLT
32487 popq %rbp
32488 popq %rcx
32489 popq %rdx
32490 popq %rsi
32491 popq %rdi
32492 movq 6856(%rax), %r11
32493 jmp *%r11
32494 #else
32495 movq _glapi_Dispatch(%rip), %rax
32496 testq %rax, %rax
32497 je 1f
32498 movq 6856(%rax), %r11
32499 jmp *%r11
32500 1:
32501 pushq %rdi
32502 pushq %rsi
32503 pushq %rdx
32504 pushq %rcx
32505 pushq %rbp
32506 call _glapi_get_dispatch
32507 popq %rbp
32508 popq %rcx
32509 popq %rdx
32510 popq %rsi
32511 popq %rdi
32512 movq 6856(%rax), %r11
32513 jmp *%r11
32514 #endif /* defined(GLX_USE_TLS) */
32515 .size GL_PREFIX(GetObjectParameterivAPPLE), .-GL_PREFIX(GetObjectParameterivAPPLE)
32516
32517 .p2align 4,,15
32518 .globl GL_PREFIX(ObjectPurgeableAPPLE)
32519 .type GL_PREFIX(ObjectPurgeableAPPLE), @function
32520 GL_PREFIX(ObjectPurgeableAPPLE):
32521 #if defined(GLX_USE_TLS)
32522 call _x86_64_get_dispatch@PLT
32523 movq 6864(%rax), %r11
32524 jmp *%r11
32525 #elif defined(PTHREADS)
32526 pushq %rdi
32527 pushq %rsi
32528 pushq %rdx
32529 call _x86_64_get_dispatch@PLT
32530 popq %rdx
32531 popq %rsi
32532 popq %rdi
32533 movq 6864(%rax), %r11
32534 jmp *%r11
32535 #else
32536 movq _glapi_Dispatch(%rip), %rax
32537 testq %rax, %rax
32538 je 1f
32539 movq 6864(%rax), %r11
32540 jmp *%r11
32541 1:
32542 pushq %rdi
32543 pushq %rsi
32544 pushq %rdx
32545 call _glapi_get_dispatch
32546 popq %rdx
32547 popq %rsi
32548 popq %rdi
32549 movq 6864(%rax), %r11
32550 jmp *%r11
32551 #endif /* defined(GLX_USE_TLS) */
32552 .size GL_PREFIX(ObjectPurgeableAPPLE), .-GL_PREFIX(ObjectPurgeableAPPLE)
32553
32554 .p2align 4,,15
32555 .globl GL_PREFIX(ObjectUnpurgeableAPPLE)
32556 .type GL_PREFIX(ObjectUnpurgeableAPPLE), @function
32557 GL_PREFIX(ObjectUnpurgeableAPPLE):
32558 #if defined(GLX_USE_TLS)
32559 call _x86_64_get_dispatch@PLT
32560 movq 6872(%rax), %r11
32561 jmp *%r11
32562 #elif defined(PTHREADS)
32563 pushq %rdi
32564 pushq %rsi
32565 pushq %rdx
32566 call _x86_64_get_dispatch@PLT
32567 popq %rdx
32568 popq %rsi
32569 popq %rdi
32570 movq 6872(%rax), %r11
32571 jmp *%r11
32572 #else
32573 movq _glapi_Dispatch(%rip), %rax
32574 testq %rax, %rax
32575 je 1f
32576 movq 6872(%rax), %r11
32577 jmp *%r11
32578 1:
32579 pushq %rdi
32580 pushq %rsi
32581 pushq %rdx
32582 call _glapi_get_dispatch
32583 popq %rdx
32584 popq %rsi
32585 popq %rdi
32586 movq 6872(%rax), %r11
32587 jmp *%r11
32588 #endif /* defined(GLX_USE_TLS) */
32589 .size GL_PREFIX(ObjectUnpurgeableAPPLE), .-GL_PREFIX(ObjectUnpurgeableAPPLE)
32590
32591 .p2align 4,,15
32592 .globl GL_PREFIX(ActiveProgramEXT)
32593 .type GL_PREFIX(ActiveProgramEXT), @function
32594 GL_PREFIX(ActiveProgramEXT):
32595 #if defined(GLX_USE_TLS)
32596 call _x86_64_get_dispatch@PLT
32597 movq 6880(%rax), %r11
32598 jmp *%r11
32599 #elif defined(PTHREADS)
32600 pushq %rdi
32601 call _x86_64_get_dispatch@PLT
32602 popq %rdi
32603 movq 6880(%rax), %r11
32604 jmp *%r11
32605 #else
32606 movq _glapi_Dispatch(%rip), %rax
32607 testq %rax, %rax
32608 je 1f
32609 movq 6880(%rax), %r11
32610 jmp *%r11
32611 1:
32612 pushq %rdi
32613 call _glapi_get_dispatch
32614 popq %rdi
32615 movq 6880(%rax), %r11
32616 jmp *%r11
32617 #endif /* defined(GLX_USE_TLS) */
32618 .size GL_PREFIX(ActiveProgramEXT), .-GL_PREFIX(ActiveProgramEXT)
32619
32620 .p2align 4,,15
32621 .globl GL_PREFIX(CreateShaderProgramEXT)
32622 .type GL_PREFIX(CreateShaderProgramEXT), @function
32623 GL_PREFIX(CreateShaderProgramEXT):
32624 #if defined(GLX_USE_TLS)
32625 call _x86_64_get_dispatch@PLT
32626 movq 6888(%rax), %r11
32627 jmp *%r11
32628 #elif defined(PTHREADS)
32629 pushq %rdi
32630 pushq %rsi
32631 pushq %rbp
32632 call _x86_64_get_dispatch@PLT
32633 popq %rbp
32634 popq %rsi
32635 popq %rdi
32636 movq 6888(%rax), %r11
32637 jmp *%r11
32638 #else
32639 movq _glapi_Dispatch(%rip), %rax
32640 testq %rax, %rax
32641 je 1f
32642 movq 6888(%rax), %r11
32643 jmp *%r11
32644 1:
32645 pushq %rdi
32646 pushq %rsi
32647 pushq %rbp
32648 call _glapi_get_dispatch
32649 popq %rbp
32650 popq %rsi
32651 popq %rdi
32652 movq 6888(%rax), %r11
32653 jmp *%r11
32654 #endif /* defined(GLX_USE_TLS) */
32655 .size GL_PREFIX(CreateShaderProgramEXT), .-GL_PREFIX(CreateShaderProgramEXT)
32656
32657 .p2align 4,,15
32658 .globl GL_PREFIX(UseShaderProgramEXT)
32659 .type GL_PREFIX(UseShaderProgramEXT), @function
32660 GL_PREFIX(UseShaderProgramEXT):
32661 #if defined(GLX_USE_TLS)
32662 call _x86_64_get_dispatch@PLT
32663 movq 6896(%rax), %r11
32664 jmp *%r11
32665 #elif defined(PTHREADS)
32666 pushq %rdi
32667 pushq %rsi
32668 pushq %rbp
32669 call _x86_64_get_dispatch@PLT
32670 popq %rbp
32671 popq %rsi
32672 popq %rdi
32673 movq 6896(%rax), %r11
32674 jmp *%r11
32675 #else
32676 movq _glapi_Dispatch(%rip), %rax
32677 testq %rax, %rax
32678 je 1f
32679 movq 6896(%rax), %r11
32680 jmp *%r11
32681 1:
32682 pushq %rdi
32683 pushq %rsi
32684 pushq %rbp
32685 call _glapi_get_dispatch
32686 popq %rbp
32687 popq %rsi
32688 popq %rdi
32689 movq 6896(%rax), %r11
32690 jmp *%r11
32691 #endif /* defined(GLX_USE_TLS) */
32692 .size GL_PREFIX(UseShaderProgramEXT), .-GL_PREFIX(UseShaderProgramEXT)
32693
32694 .p2align 4,,15
32695 .globl GL_PREFIX(_dispatch_stub_863)
32696 .type GL_PREFIX(_dispatch_stub_863), @function
32697 HIDDEN(GL_PREFIX(_dispatch_stub_863))
32698 GL_PREFIX(_dispatch_stub_863):
32699 #if defined(GLX_USE_TLS)
32700 call _x86_64_get_dispatch@PLT
32701 movq 6904(%rax), %r11
32702 jmp *%r11
32703 #elif defined(PTHREADS)
32704 pushq %rdi
32705 pushq %rsi
32706 pushq %rdx
32707 pushq %rcx
32708 pushq %rbp
32709 call _x86_64_get_dispatch@PLT
32710 popq %rbp
32711 popq %rcx
32712 popq %rdx
32713 popq %rsi
32714 popq %rdi
32715 movq 6904(%rax), %r11
32716 jmp *%r11
32717 #else
32718 movq _glapi_Dispatch(%rip), %rax
32719 testq %rax, %rax
32720 je 1f
32721 movq 6904(%rax), %r11
32722 jmp *%r11
32723 1:
32724 pushq %rdi
32725 pushq %rsi
32726 pushq %rdx
32727 pushq %rcx
32728 pushq %rbp
32729 call _glapi_get_dispatch
32730 popq %rbp
32731 popq %rcx
32732 popq %rdx
32733 popq %rsi
32734 popq %rdi
32735 movq 6904(%rax), %r11
32736 jmp *%r11
32737 #endif /* defined(GLX_USE_TLS) */
32738 .size GL_PREFIX(_dispatch_stub_863), .-GL_PREFIX(_dispatch_stub_863)
32739
32740 .p2align 4,,15
32741 .globl GL_PREFIX(_dispatch_stub_864)
32742 .type GL_PREFIX(_dispatch_stub_864), @function
32743 HIDDEN(GL_PREFIX(_dispatch_stub_864))
32744 GL_PREFIX(_dispatch_stub_864):
32745 #if defined(GLX_USE_TLS)
32746 call _x86_64_get_dispatch@PLT
32747 movq 6912(%rax), %r11
32748 jmp *%r11
32749 #elif defined(PTHREADS)
32750 pushq %rdi
32751 pushq %rsi
32752 pushq %rdx
32753 pushq %rcx
32754 pushq %rbp
32755 call _x86_64_get_dispatch@PLT
32756 popq %rbp
32757 popq %rcx
32758 popq %rdx
32759 popq %rsi
32760 popq %rdi
32761 movq 6912(%rax), %r11
32762 jmp *%r11
32763 #else
32764 movq _glapi_Dispatch(%rip), %rax
32765 testq %rax, %rax
32766 je 1f
32767 movq 6912(%rax), %r11
32768 jmp *%r11
32769 1:
32770 pushq %rdi
32771 pushq %rsi
32772 pushq %rdx
32773 pushq %rcx
32774 pushq %rbp
32775 call _glapi_get_dispatch
32776 popq %rbp
32777 popq %rcx
32778 popq %rdx
32779 popq %rsi
32780 popq %rdi
32781 movq 6912(%rax), %r11
32782 jmp *%r11
32783 #endif /* defined(GLX_USE_TLS) */
32784 .size GL_PREFIX(_dispatch_stub_864), .-GL_PREFIX(_dispatch_stub_864)
32785
32786 .p2align 4,,15
32787 .globl GL_PREFIX(_dispatch_stub_865)
32788 .type GL_PREFIX(_dispatch_stub_865), @function
32789 HIDDEN(GL_PREFIX(_dispatch_stub_865))
32790 GL_PREFIX(_dispatch_stub_865):
32791 #if defined(GLX_USE_TLS)
32792 call _x86_64_get_dispatch@PLT
32793 movq 6920(%rax), %r11
32794 jmp *%r11
32795 #elif defined(PTHREADS)
32796 pushq %rdi
32797 pushq %rsi
32798 pushq %rdx
32799 pushq %rcx
32800 pushq %rbp
32801 call _x86_64_get_dispatch@PLT
32802 popq %rbp
32803 popq %rcx
32804 popq %rdx
32805 popq %rsi
32806 popq %rdi
32807 movq 6920(%rax), %r11
32808 jmp *%r11
32809 #else
32810 movq _glapi_Dispatch(%rip), %rax
32811 testq %rax, %rax
32812 je 1f
32813 movq 6920(%rax), %r11
32814 jmp *%r11
32815 1:
32816 pushq %rdi
32817 pushq %rsi
32818 pushq %rdx
32819 pushq %rcx
32820 pushq %rbp
32821 call _glapi_get_dispatch
32822 popq %rbp
32823 popq %rcx
32824 popq %rdx
32825 popq %rsi
32826 popq %rdi
32827 movq 6920(%rax), %r11
32828 jmp *%r11
32829 #endif /* defined(GLX_USE_TLS) */
32830 .size GL_PREFIX(_dispatch_stub_865), .-GL_PREFIX(_dispatch_stub_865)
32831
32832 .p2align 4,,15
32833 .globl GL_PREFIX(_dispatch_stub_866)
32834 .type GL_PREFIX(_dispatch_stub_866), @function
32835 HIDDEN(GL_PREFIX(_dispatch_stub_866))
32836 GL_PREFIX(_dispatch_stub_866):
32837 #if defined(GLX_USE_TLS)
32838 call _x86_64_get_dispatch@PLT
32839 movq 6928(%rax), %r11
32840 jmp *%r11
32841 #elif defined(PTHREADS)
32842 pushq %rdi
32843 pushq %rsi
32844 pushq %rdx
32845 call _x86_64_get_dispatch@PLT
32846 popq %rdx
32847 popq %rsi
32848 popq %rdi
32849 movq 6928(%rax), %r11
32850 jmp *%r11
32851 #else
32852 movq _glapi_Dispatch(%rip), %rax
32853 testq %rax, %rax
32854 je 1f
32855 movq 6928(%rax), %r11
32856 jmp *%r11
32857 1:
32858 pushq %rdi
32859 pushq %rsi
32860 pushq %rdx
32861 call _glapi_get_dispatch
32862 popq %rdx
32863 popq %rsi
32864 popq %rdi
32865 movq 6928(%rax), %r11
32866 jmp *%r11
32867 #endif /* defined(GLX_USE_TLS) */
32868 .size GL_PREFIX(_dispatch_stub_866), .-GL_PREFIX(_dispatch_stub_866)
32869
32870 .p2align 4,,15
32871 .globl GL_PREFIX(_dispatch_stub_867)
32872 .type GL_PREFIX(_dispatch_stub_867), @function
32873 HIDDEN(GL_PREFIX(_dispatch_stub_867))
32874 GL_PREFIX(_dispatch_stub_867):
32875 #if defined(GLX_USE_TLS)
32876 call _x86_64_get_dispatch@PLT
32877 movq 6936(%rax), %r11
32878 jmp *%r11
32879 #elif defined(PTHREADS)
32880 pushq %rdi
32881 pushq %rsi
32882 pushq %rdx
32883 call _x86_64_get_dispatch@PLT
32884 popq %rdx
32885 popq %rsi
32886 popq %rdi
32887 movq 6936(%rax), %r11
32888 jmp *%r11
32889 #else
32890 movq _glapi_Dispatch(%rip), %rax
32891 testq %rax, %rax
32892 je 1f
32893 movq 6936(%rax), %r11
32894 jmp *%r11
32895 1:
32896 pushq %rdi
32897 pushq %rsi
32898 pushq %rdx
32899 call _glapi_get_dispatch
32900 popq %rdx
32901 popq %rsi
32902 popq %rdi
32903 movq 6936(%rax), %r11
32904 jmp *%r11
32905 #endif /* defined(GLX_USE_TLS) */
32906 .size GL_PREFIX(_dispatch_stub_867), .-GL_PREFIX(_dispatch_stub_867)
32907
32908 .p2align 4,,15
32909 .globl GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
32910 .type GL_PREFIX(EGLImageTargetRenderbufferStorageOES), @function
32911 GL_PREFIX(EGLImageTargetRenderbufferStorageOES):
32912 #if defined(GLX_USE_TLS)
32913 call _x86_64_get_dispatch@PLT
32914 movq 6944(%rax), %r11
32915 jmp *%r11
32916 #elif defined(PTHREADS)
32917 pushq %rdi
32918 pushq %rsi
32919 pushq %rbp
32920 call _x86_64_get_dispatch@PLT
32921 popq %rbp
32922 popq %rsi
32923 popq %rdi
32924 movq 6944(%rax), %r11
32925 jmp *%r11
32926 #else
32927 movq _glapi_Dispatch(%rip), %rax
32928 testq %rax, %rax
32929 je 1f
32930 movq 6944(%rax), %r11
32931 jmp *%r11
32932 1:
32933 pushq %rdi
32934 pushq %rsi
32935 pushq %rbp
32936 call _glapi_get_dispatch
32937 popq %rbp
32938 popq %rsi
32939 popq %rdi
32940 movq 6944(%rax), %r11
32941 jmp *%r11
32942 #endif /* defined(GLX_USE_TLS) */
32943 .size GL_PREFIX(EGLImageTargetRenderbufferStorageOES), .-GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
32944
32945 .p2align 4,,15
32946 .globl GL_PREFIX(EGLImageTargetTexture2DOES)
32947 .type GL_PREFIX(EGLImageTargetTexture2DOES), @function
32948 GL_PREFIX(EGLImageTargetTexture2DOES):
32949 #if defined(GLX_USE_TLS)
32950 call _x86_64_get_dispatch@PLT
32951 movq 6952(%rax), %r11
32952 jmp *%r11
32953 #elif defined(PTHREADS)
32954 pushq %rdi
32955 pushq %rsi
32956 pushq %rbp
32957 call _x86_64_get_dispatch@PLT
32958 popq %rbp
32959 popq %rsi
32960 popq %rdi
32961 movq 6952(%rax), %r11
32962 jmp *%r11
32963 #else
32964 movq _glapi_Dispatch(%rip), %rax
32965 testq %rax, %rax
32966 je 1f
32967 movq 6952(%rax), %r11
32968 jmp *%r11
32969 1:
32970 pushq %rdi
32971 pushq %rsi
32972 pushq %rbp
32973 call _glapi_get_dispatch
32974 popq %rbp
32975 popq %rsi
32976 popq %rdi
32977 movq 6952(%rax), %r11
32978 jmp *%r11
32979 #endif /* defined(GLX_USE_TLS) */
32980 .size GL_PREFIX(EGLImageTargetTexture2DOES), .-GL_PREFIX(EGLImageTargetTexture2DOES)
32981
32982 .globl GL_PREFIX(ArrayElementEXT) ; .set GL_PREFIX(ArrayElementEXT), GL_PREFIX(ArrayElement)
32983 .globl GL_PREFIX(BindTextureEXT) ; .set GL_PREFIX(BindTextureEXT), GL_PREFIX(BindTexture)
32984 .globl GL_PREFIX(DrawArraysEXT) ; .set GL_PREFIX(DrawArraysEXT), GL_PREFIX(DrawArrays)
32985 #ifndef GLX_INDIRECT_RENDERING
32986 .globl GL_PREFIX(AreTexturesResidentEXT) ; .set GL_PREFIX(AreTexturesResidentEXT), GL_PREFIX(AreTexturesResident)
32987 #endif
32988 .globl GL_PREFIX(CopyTexImage1DEXT) ; .set GL_PREFIX(CopyTexImage1DEXT), GL_PREFIX(CopyTexImage1D)
32989 .globl GL_PREFIX(CopyTexImage2DEXT) ; .set GL_PREFIX(CopyTexImage2DEXT), GL_PREFIX(CopyTexImage2D)
32990 .globl GL_PREFIX(CopyTexSubImage1DEXT) ; .set GL_PREFIX(CopyTexSubImage1DEXT), GL_PREFIX(CopyTexSubImage1D)
32991 .globl GL_PREFIX(CopyTexSubImage2DEXT) ; .set GL_PREFIX(CopyTexSubImage2DEXT), GL_PREFIX(CopyTexSubImage2D)
32992 #ifndef GLX_INDIRECT_RENDERING
32993 .globl GL_PREFIX(DeleteTexturesEXT) ; .set GL_PREFIX(DeleteTexturesEXT), GL_PREFIX(DeleteTextures)
32994 #endif
32995 #ifndef GLX_INDIRECT_RENDERING
32996 .globl GL_PREFIX(GenTexturesEXT) ; .set GL_PREFIX(GenTexturesEXT), GL_PREFIX(GenTextures)
32997 #endif
32998 .globl GL_PREFIX(GetPointervEXT) ; .set GL_PREFIX(GetPointervEXT), GL_PREFIX(GetPointerv)
32999 #ifndef GLX_INDIRECT_RENDERING
33000 .globl GL_PREFIX(IsTextureEXT) ; .set GL_PREFIX(IsTextureEXT), GL_PREFIX(IsTexture)
33001 #endif
33002 .globl GL_PREFIX(PrioritizeTexturesEXT) ; .set GL_PREFIX(PrioritizeTexturesEXT), GL_PREFIX(PrioritizeTextures)
33003 .globl GL_PREFIX(TexSubImage1DEXT) ; .set GL_PREFIX(TexSubImage1DEXT), GL_PREFIX(TexSubImage1D)
33004 .globl GL_PREFIX(TexSubImage2DEXT) ; .set GL_PREFIX(TexSubImage2DEXT), GL_PREFIX(TexSubImage2D)
33005 .globl GL_PREFIX(BlendColorEXT) ; .set GL_PREFIX(BlendColorEXT), GL_PREFIX(BlendColor)
33006 .globl GL_PREFIX(BlendEquationEXT) ; .set GL_PREFIX(BlendEquationEXT), GL_PREFIX(BlendEquation)
33007 .globl GL_PREFIX(DrawRangeElementsEXT) ; .set GL_PREFIX(DrawRangeElementsEXT), GL_PREFIX(DrawRangeElements)
33008 .globl GL_PREFIX(ColorTableEXT) ; .set GL_PREFIX(ColorTableEXT), GL_PREFIX(ColorTable)
33009 #ifndef GLX_INDIRECT_RENDERING
33010 .globl GL_PREFIX(GetColorTableEXT) ; .set GL_PREFIX(GetColorTableEXT), GL_PREFIX(GetColorTable)
33011 #endif
33012 #ifndef GLX_INDIRECT_RENDERING
33013 .globl GL_PREFIX(GetColorTableParameterfvEXT) ; .set GL_PREFIX(GetColorTableParameterfvEXT), GL_PREFIX(GetColorTableParameterfv)
33014 #endif
33015 #ifndef GLX_INDIRECT_RENDERING
33016 .globl GL_PREFIX(GetColorTableParameterivEXT) ; .set GL_PREFIX(GetColorTableParameterivEXT), GL_PREFIX(GetColorTableParameteriv)
33017 #endif
33018 .globl GL_PREFIX(TexImage3DEXT) ; .set GL_PREFIX(TexImage3DEXT), GL_PREFIX(TexImage3D)
33019 .globl GL_PREFIX(TexSubImage3DEXT) ; .set GL_PREFIX(TexSubImage3DEXT), GL_PREFIX(TexSubImage3D)
33020 .globl GL_PREFIX(CopyTexSubImage3DEXT) ; .set GL_PREFIX(CopyTexSubImage3DEXT), GL_PREFIX(CopyTexSubImage3D)
33021 .globl GL_PREFIX(ActiveTexture) ; .set GL_PREFIX(ActiveTexture), GL_PREFIX(ActiveTextureARB)
33022 .globl GL_PREFIX(ClientActiveTexture) ; .set GL_PREFIX(ClientActiveTexture), GL_PREFIX(ClientActiveTextureARB)
33023 .globl GL_PREFIX(MultiTexCoord1d) ; .set GL_PREFIX(MultiTexCoord1d), GL_PREFIX(MultiTexCoord1dARB)
33024 .globl GL_PREFIX(MultiTexCoord1dv) ; .set GL_PREFIX(MultiTexCoord1dv), GL_PREFIX(MultiTexCoord1dvARB)
33025 .globl GL_PREFIX(MultiTexCoord1f) ; .set GL_PREFIX(MultiTexCoord1f), GL_PREFIX(MultiTexCoord1fARB)
33026 .globl GL_PREFIX(MultiTexCoord1fv) ; .set GL_PREFIX(MultiTexCoord1fv), GL_PREFIX(MultiTexCoord1fvARB)
33027 .globl GL_PREFIX(MultiTexCoord1i) ; .set GL_PREFIX(MultiTexCoord1i), GL_PREFIX(MultiTexCoord1iARB)
33028 .globl GL_PREFIX(MultiTexCoord1iv) ; .set GL_PREFIX(MultiTexCoord1iv), GL_PREFIX(MultiTexCoord1ivARB)
33029 .globl GL_PREFIX(MultiTexCoord1s) ; .set GL_PREFIX(MultiTexCoord1s), GL_PREFIX(MultiTexCoord1sARB)
33030 .globl GL_PREFIX(MultiTexCoord1sv) ; .set GL_PREFIX(MultiTexCoord1sv), GL_PREFIX(MultiTexCoord1svARB)
33031 .globl GL_PREFIX(MultiTexCoord2d) ; .set GL_PREFIX(MultiTexCoord2d), GL_PREFIX(MultiTexCoord2dARB)
33032 .globl GL_PREFIX(MultiTexCoord2dv) ; .set GL_PREFIX(MultiTexCoord2dv), GL_PREFIX(MultiTexCoord2dvARB)
33033 .globl GL_PREFIX(MultiTexCoord2f) ; .set GL_PREFIX(MultiTexCoord2f), GL_PREFIX(MultiTexCoord2fARB)
33034 .globl GL_PREFIX(MultiTexCoord2fv) ; .set GL_PREFIX(MultiTexCoord2fv), GL_PREFIX(MultiTexCoord2fvARB)
33035 .globl GL_PREFIX(MultiTexCoord2i) ; .set GL_PREFIX(MultiTexCoord2i), GL_PREFIX(MultiTexCoord2iARB)
33036 .globl GL_PREFIX(MultiTexCoord2iv) ; .set GL_PREFIX(MultiTexCoord2iv), GL_PREFIX(MultiTexCoord2ivARB)
33037 .globl GL_PREFIX(MultiTexCoord2s) ; .set GL_PREFIX(MultiTexCoord2s), GL_PREFIX(MultiTexCoord2sARB)
33038 .globl GL_PREFIX(MultiTexCoord2sv) ; .set GL_PREFIX(MultiTexCoord2sv), GL_PREFIX(MultiTexCoord2svARB)
33039 .globl GL_PREFIX(MultiTexCoord3d) ; .set GL_PREFIX(MultiTexCoord3d), GL_PREFIX(MultiTexCoord3dARB)
33040 .globl GL_PREFIX(MultiTexCoord3dv) ; .set GL_PREFIX(MultiTexCoord3dv), GL_PREFIX(MultiTexCoord3dvARB)
33041 .globl GL_PREFIX(MultiTexCoord3f) ; .set GL_PREFIX(MultiTexCoord3f), GL_PREFIX(MultiTexCoord3fARB)
33042 .globl GL_PREFIX(MultiTexCoord3fv) ; .set GL_PREFIX(MultiTexCoord3fv), GL_PREFIX(MultiTexCoord3fvARB)
33043 .globl GL_PREFIX(MultiTexCoord3i) ; .set GL_PREFIX(MultiTexCoord3i), GL_PREFIX(MultiTexCoord3iARB)
33044 .globl GL_PREFIX(MultiTexCoord3iv) ; .set GL_PREFIX(MultiTexCoord3iv), GL_PREFIX(MultiTexCoord3ivARB)
33045 .globl GL_PREFIX(MultiTexCoord3s) ; .set GL_PREFIX(MultiTexCoord3s), GL_PREFIX(MultiTexCoord3sARB)
33046 .globl GL_PREFIX(MultiTexCoord3sv) ; .set GL_PREFIX(MultiTexCoord3sv), GL_PREFIX(MultiTexCoord3svARB)
33047 .globl GL_PREFIX(MultiTexCoord4d) ; .set GL_PREFIX(MultiTexCoord4d), GL_PREFIX(MultiTexCoord4dARB)
33048 .globl GL_PREFIX(MultiTexCoord4dv) ; .set GL_PREFIX(MultiTexCoord4dv), GL_PREFIX(MultiTexCoord4dvARB)
33049 .globl GL_PREFIX(MultiTexCoord4f) ; .set GL_PREFIX(MultiTexCoord4f), GL_PREFIX(MultiTexCoord4fARB)
33050 .globl GL_PREFIX(MultiTexCoord4fv) ; .set GL_PREFIX(MultiTexCoord4fv), GL_PREFIX(MultiTexCoord4fvARB)
33051 .globl GL_PREFIX(MultiTexCoord4i) ; .set GL_PREFIX(MultiTexCoord4i), GL_PREFIX(MultiTexCoord4iARB)
33052 .globl GL_PREFIX(MultiTexCoord4iv) ; .set GL_PREFIX(MultiTexCoord4iv), GL_PREFIX(MultiTexCoord4ivARB)
33053 .globl GL_PREFIX(MultiTexCoord4s) ; .set GL_PREFIX(MultiTexCoord4s), GL_PREFIX(MultiTexCoord4sARB)
33054 .globl GL_PREFIX(MultiTexCoord4sv) ; .set GL_PREFIX(MultiTexCoord4sv), GL_PREFIX(MultiTexCoord4svARB)
33055 .globl GL_PREFIX(DrawArraysInstancedARB) ; .set GL_PREFIX(DrawArraysInstancedARB), GL_PREFIX(DrawArraysInstanced)
33056 .globl GL_PREFIX(DrawArraysInstancedEXT) ; .set GL_PREFIX(DrawArraysInstancedEXT), GL_PREFIX(DrawArraysInstanced)
33057 .globl GL_PREFIX(DrawElementsInstancedARB) ; .set GL_PREFIX(DrawElementsInstancedARB), GL_PREFIX(DrawElementsInstanced)
33058 .globl GL_PREFIX(DrawElementsInstancedEXT) ; .set GL_PREFIX(DrawElementsInstancedEXT), GL_PREFIX(DrawElementsInstanced)
33059 .globl GL_PREFIX(LoadTransposeMatrixd) ; .set GL_PREFIX(LoadTransposeMatrixd), GL_PREFIX(LoadTransposeMatrixdARB)
33060 .globl GL_PREFIX(LoadTransposeMatrixf) ; .set GL_PREFIX(LoadTransposeMatrixf), GL_PREFIX(LoadTransposeMatrixfARB)
33061 .globl GL_PREFIX(MultTransposeMatrixd) ; .set GL_PREFIX(MultTransposeMatrixd), GL_PREFIX(MultTransposeMatrixdARB)
33062 .globl GL_PREFIX(MultTransposeMatrixf) ; .set GL_PREFIX(MultTransposeMatrixf), GL_PREFIX(MultTransposeMatrixfARB)
33063 .globl GL_PREFIX(SampleCoverage) ; .set GL_PREFIX(SampleCoverage), GL_PREFIX(SampleCoverageARB)
33064 .globl GL_PREFIX(CompressedTexImage1D) ; .set GL_PREFIX(CompressedTexImage1D), GL_PREFIX(CompressedTexImage1DARB)
33065 .globl GL_PREFIX(CompressedTexImage2D) ; .set GL_PREFIX(CompressedTexImage2D), GL_PREFIX(CompressedTexImage2DARB)
33066 .globl GL_PREFIX(CompressedTexImage3D) ; .set GL_PREFIX(CompressedTexImage3D), GL_PREFIX(CompressedTexImage3DARB)
33067 .globl GL_PREFIX(CompressedTexSubImage1D) ; .set GL_PREFIX(CompressedTexSubImage1D), GL_PREFIX(CompressedTexSubImage1DARB)
33068 .globl GL_PREFIX(CompressedTexSubImage2D) ; .set GL_PREFIX(CompressedTexSubImage2D), GL_PREFIX(CompressedTexSubImage2DARB)
33069 .globl GL_PREFIX(CompressedTexSubImage3D) ; .set GL_PREFIX(CompressedTexSubImage3D), GL_PREFIX(CompressedTexSubImage3DARB)
33070 .globl GL_PREFIX(GetCompressedTexImage) ; .set GL_PREFIX(GetCompressedTexImage), GL_PREFIX(GetCompressedTexImageARB)
33071 .globl GL_PREFIX(DisableVertexAttribArray) ; .set GL_PREFIX(DisableVertexAttribArray), GL_PREFIX(DisableVertexAttribArrayARB)
33072 .globl GL_PREFIX(EnableVertexAttribArray) ; .set GL_PREFIX(EnableVertexAttribArray), GL_PREFIX(EnableVertexAttribArrayARB)
33073 .globl GL_PREFIX(GetVertexAttribdv) ; .set GL_PREFIX(GetVertexAttribdv), GL_PREFIX(GetVertexAttribdvARB)
33074 .globl GL_PREFIX(GetVertexAttribfv) ; .set GL_PREFIX(GetVertexAttribfv), GL_PREFIX(GetVertexAttribfvARB)
33075 .globl GL_PREFIX(GetVertexAttribiv) ; .set GL_PREFIX(GetVertexAttribiv), GL_PREFIX(GetVertexAttribivARB)
33076 .globl GL_PREFIX(ProgramParameter4dNV) ; .set GL_PREFIX(ProgramParameter4dNV), GL_PREFIX(ProgramEnvParameter4dARB)
33077 .globl GL_PREFIX(ProgramParameter4dvNV) ; .set GL_PREFIX(ProgramParameter4dvNV), GL_PREFIX(ProgramEnvParameter4dvARB)
33078 .globl GL_PREFIX(ProgramParameter4fNV) ; .set GL_PREFIX(ProgramParameter4fNV), GL_PREFIX(ProgramEnvParameter4fARB)
33079 .globl GL_PREFIX(ProgramParameter4fvNV) ; .set GL_PREFIX(ProgramParameter4fvNV), GL_PREFIX(ProgramEnvParameter4fvARB)
33080 .globl GL_PREFIX(VertexAttrib1d) ; .set GL_PREFIX(VertexAttrib1d), GL_PREFIX(VertexAttrib1dARB)
33081 .globl GL_PREFIX(VertexAttrib1dv) ; .set GL_PREFIX(VertexAttrib1dv), GL_PREFIX(VertexAttrib1dvARB)
33082 .globl GL_PREFIX(VertexAttrib1f) ; .set GL_PREFIX(VertexAttrib1f), GL_PREFIX(VertexAttrib1fARB)
33083 .globl GL_PREFIX(VertexAttrib1fv) ; .set GL_PREFIX(VertexAttrib1fv), GL_PREFIX(VertexAttrib1fvARB)
33084 .globl GL_PREFIX(VertexAttrib1s) ; .set GL_PREFIX(VertexAttrib1s), GL_PREFIX(VertexAttrib1sARB)
33085 .globl GL_PREFIX(VertexAttrib1sv) ; .set GL_PREFIX(VertexAttrib1sv), GL_PREFIX(VertexAttrib1svARB)
33086 .globl GL_PREFIX(VertexAttrib2d) ; .set GL_PREFIX(VertexAttrib2d), GL_PREFIX(VertexAttrib2dARB)
33087 .globl GL_PREFIX(VertexAttrib2dv) ; .set GL_PREFIX(VertexAttrib2dv), GL_PREFIX(VertexAttrib2dvARB)
33088 .globl GL_PREFIX(VertexAttrib2f) ; .set GL_PREFIX(VertexAttrib2f), GL_PREFIX(VertexAttrib2fARB)
33089 .globl GL_PREFIX(VertexAttrib2fv) ; .set GL_PREFIX(VertexAttrib2fv), GL_PREFIX(VertexAttrib2fvARB)
33090 .globl GL_PREFIX(VertexAttrib2s) ; .set GL_PREFIX(VertexAttrib2s), GL_PREFIX(VertexAttrib2sARB)
33091 .globl GL_PREFIX(VertexAttrib2sv) ; .set GL_PREFIX(VertexAttrib2sv), GL_PREFIX(VertexAttrib2svARB)
33092 .globl GL_PREFIX(VertexAttrib3d) ; .set GL_PREFIX(VertexAttrib3d), GL_PREFIX(VertexAttrib3dARB)
33093 .globl GL_PREFIX(VertexAttrib3dv) ; .set GL_PREFIX(VertexAttrib3dv), GL_PREFIX(VertexAttrib3dvARB)
33094 .globl GL_PREFIX(VertexAttrib3f) ; .set GL_PREFIX(VertexAttrib3f), GL_PREFIX(VertexAttrib3fARB)
33095 .globl GL_PREFIX(VertexAttrib3fv) ; .set GL_PREFIX(VertexAttrib3fv), GL_PREFIX(VertexAttrib3fvARB)
33096 .globl GL_PREFIX(VertexAttrib3s) ; .set GL_PREFIX(VertexAttrib3s), GL_PREFIX(VertexAttrib3sARB)
33097 .globl GL_PREFIX(VertexAttrib3sv) ; .set GL_PREFIX(VertexAttrib3sv), GL_PREFIX(VertexAttrib3svARB)
33098 .globl GL_PREFIX(VertexAttrib4Nbv) ; .set GL_PREFIX(VertexAttrib4Nbv), GL_PREFIX(VertexAttrib4NbvARB)
33099 .globl GL_PREFIX(VertexAttrib4Niv) ; .set GL_PREFIX(VertexAttrib4Niv), GL_PREFIX(VertexAttrib4NivARB)
33100 .globl GL_PREFIX(VertexAttrib4Nsv) ; .set GL_PREFIX(VertexAttrib4Nsv), GL_PREFIX(VertexAttrib4NsvARB)
33101 .globl GL_PREFIX(VertexAttrib4Nub) ; .set GL_PREFIX(VertexAttrib4Nub), GL_PREFIX(VertexAttrib4NubARB)
33102 .globl GL_PREFIX(VertexAttrib4Nubv) ; .set GL_PREFIX(VertexAttrib4Nubv), GL_PREFIX(VertexAttrib4NubvARB)
33103 .globl GL_PREFIX(VertexAttrib4Nuiv) ; .set GL_PREFIX(VertexAttrib4Nuiv), GL_PREFIX(VertexAttrib4NuivARB)
33104 .globl GL_PREFIX(VertexAttrib4Nusv) ; .set GL_PREFIX(VertexAttrib4Nusv), GL_PREFIX(VertexAttrib4NusvARB)
33105 .globl GL_PREFIX(VertexAttrib4bv) ; .set GL_PREFIX(VertexAttrib4bv), GL_PREFIX(VertexAttrib4bvARB)
33106 .globl GL_PREFIX(VertexAttrib4d) ; .set GL_PREFIX(VertexAttrib4d), GL_PREFIX(VertexAttrib4dARB)
33107 .globl GL_PREFIX(VertexAttrib4dv) ; .set GL_PREFIX(VertexAttrib4dv), GL_PREFIX(VertexAttrib4dvARB)
33108 .globl GL_PREFIX(VertexAttrib4f) ; .set GL_PREFIX(VertexAttrib4f), GL_PREFIX(VertexAttrib4fARB)
33109 .globl GL_PREFIX(VertexAttrib4fv) ; .set GL_PREFIX(VertexAttrib4fv), GL_PREFIX(VertexAttrib4fvARB)
33110 .globl GL_PREFIX(VertexAttrib4iv) ; .set GL_PREFIX(VertexAttrib4iv), GL_PREFIX(VertexAttrib4ivARB)
33111 .globl GL_PREFIX(VertexAttrib4s) ; .set GL_PREFIX(VertexAttrib4s), GL_PREFIX(VertexAttrib4sARB)
33112 .globl GL_PREFIX(VertexAttrib4sv) ; .set GL_PREFIX(VertexAttrib4sv), GL_PREFIX(VertexAttrib4svARB)
33113 .globl GL_PREFIX(VertexAttrib4ubv) ; .set GL_PREFIX(VertexAttrib4ubv), GL_PREFIX(VertexAttrib4ubvARB)
33114 .globl GL_PREFIX(VertexAttrib4uiv) ; .set GL_PREFIX(VertexAttrib4uiv), GL_PREFIX(VertexAttrib4uivARB)
33115 .globl GL_PREFIX(VertexAttrib4usv) ; .set GL_PREFIX(VertexAttrib4usv), GL_PREFIX(VertexAttrib4usvARB)
33116 .globl GL_PREFIX(VertexAttribPointer) ; .set GL_PREFIX(VertexAttribPointer), GL_PREFIX(VertexAttribPointerARB)
33117 .globl GL_PREFIX(BindBuffer) ; .set GL_PREFIX(BindBuffer), GL_PREFIX(BindBufferARB)
33118 .globl GL_PREFIX(BufferData) ; .set GL_PREFIX(BufferData), GL_PREFIX(BufferDataARB)
33119 .globl GL_PREFIX(BufferSubData) ; .set GL_PREFIX(BufferSubData), GL_PREFIX(BufferSubDataARB)
33120 .globl GL_PREFIX(DeleteBuffers) ; .set GL_PREFIX(DeleteBuffers), GL_PREFIX(DeleteBuffersARB)
33121 .globl GL_PREFIX(GenBuffers) ; .set GL_PREFIX(GenBuffers), GL_PREFIX(GenBuffersARB)
33122 .globl GL_PREFIX(GetBufferParameteriv) ; .set GL_PREFIX(GetBufferParameteriv), GL_PREFIX(GetBufferParameterivARB)
33123 .globl GL_PREFIX(GetBufferPointerv) ; .set GL_PREFIX(GetBufferPointerv), GL_PREFIX(GetBufferPointervARB)
33124 .globl GL_PREFIX(GetBufferSubData) ; .set GL_PREFIX(GetBufferSubData), GL_PREFIX(GetBufferSubDataARB)
33125 .globl GL_PREFIX(IsBuffer) ; .set GL_PREFIX(IsBuffer), GL_PREFIX(IsBufferARB)
33126 .globl GL_PREFIX(MapBuffer) ; .set GL_PREFIX(MapBuffer), GL_PREFIX(MapBufferARB)
33127 .globl GL_PREFIX(UnmapBuffer) ; .set GL_PREFIX(UnmapBuffer), GL_PREFIX(UnmapBufferARB)
33128 .globl GL_PREFIX(BeginQuery) ; .set GL_PREFIX(BeginQuery), GL_PREFIX(BeginQueryARB)
33129 .globl GL_PREFIX(DeleteQueries) ; .set GL_PREFIX(DeleteQueries), GL_PREFIX(DeleteQueriesARB)
33130 .globl GL_PREFIX(EndQuery) ; .set GL_PREFIX(EndQuery), GL_PREFIX(EndQueryARB)
33131 .globl GL_PREFIX(GenQueries) ; .set GL_PREFIX(GenQueries), GL_PREFIX(GenQueriesARB)
33132 .globl GL_PREFIX(GetQueryObjectiv) ; .set GL_PREFIX(GetQueryObjectiv), GL_PREFIX(GetQueryObjectivARB)
33133 .globl GL_PREFIX(GetQueryObjectuiv) ; .set GL_PREFIX(GetQueryObjectuiv), GL_PREFIX(GetQueryObjectuivARB)
33134 .globl GL_PREFIX(GetQueryiv) ; .set GL_PREFIX(GetQueryiv), GL_PREFIX(GetQueryivARB)
33135 .globl GL_PREFIX(IsQuery) ; .set GL_PREFIX(IsQuery), GL_PREFIX(IsQueryARB)
33136 .globl GL_PREFIX(CompileShader) ; .set GL_PREFIX(CompileShader), GL_PREFIX(CompileShaderARB)
33137 .globl GL_PREFIX(GetActiveUniform) ; .set GL_PREFIX(GetActiveUniform), GL_PREFIX(GetActiveUniformARB)
33138 .globl GL_PREFIX(GetShaderSource) ; .set GL_PREFIX(GetShaderSource), GL_PREFIX(GetShaderSourceARB)
33139 .globl GL_PREFIX(GetUniformLocation) ; .set GL_PREFIX(GetUniformLocation), GL_PREFIX(GetUniformLocationARB)
33140 .globl GL_PREFIX(GetUniformfv) ; .set GL_PREFIX(GetUniformfv), GL_PREFIX(GetUniformfvARB)
33141 .globl GL_PREFIX(GetUniformiv) ; .set GL_PREFIX(GetUniformiv), GL_PREFIX(GetUniformivARB)
33142 .globl GL_PREFIX(LinkProgram) ; .set GL_PREFIX(LinkProgram), GL_PREFIX(LinkProgramARB)
33143 .globl GL_PREFIX(ShaderSource) ; .set GL_PREFIX(ShaderSource), GL_PREFIX(ShaderSourceARB)
33144 .globl GL_PREFIX(Uniform1f) ; .set GL_PREFIX(Uniform1f), GL_PREFIX(Uniform1fARB)
33145 .globl GL_PREFIX(Uniform1fv) ; .set GL_PREFIX(Uniform1fv), GL_PREFIX(Uniform1fvARB)
33146 .globl GL_PREFIX(Uniform1i) ; .set GL_PREFIX(Uniform1i), GL_PREFIX(Uniform1iARB)
33147 .globl GL_PREFIX(Uniform1iv) ; .set GL_PREFIX(Uniform1iv), GL_PREFIX(Uniform1ivARB)
33148 .globl GL_PREFIX(Uniform2f) ; .set GL_PREFIX(Uniform2f), GL_PREFIX(Uniform2fARB)
33149 .globl GL_PREFIX(Uniform2fv) ; .set GL_PREFIX(Uniform2fv), GL_PREFIX(Uniform2fvARB)
33150 .globl GL_PREFIX(Uniform2i) ; .set GL_PREFIX(Uniform2i), GL_PREFIX(Uniform2iARB)
33151 .globl GL_PREFIX(Uniform2iv) ; .set GL_PREFIX(Uniform2iv), GL_PREFIX(Uniform2ivARB)
33152 .globl GL_PREFIX(Uniform3f) ; .set GL_PREFIX(Uniform3f), GL_PREFIX(Uniform3fARB)
33153 .globl GL_PREFIX(Uniform3fv) ; .set GL_PREFIX(Uniform3fv), GL_PREFIX(Uniform3fvARB)
33154 .globl GL_PREFIX(Uniform3i) ; .set GL_PREFIX(Uniform3i), GL_PREFIX(Uniform3iARB)
33155 .globl GL_PREFIX(Uniform3iv) ; .set GL_PREFIX(Uniform3iv), GL_PREFIX(Uniform3ivARB)
33156 .globl GL_PREFIX(Uniform4f) ; .set GL_PREFIX(Uniform4f), GL_PREFIX(Uniform4fARB)
33157 .globl GL_PREFIX(Uniform4fv) ; .set GL_PREFIX(Uniform4fv), GL_PREFIX(Uniform4fvARB)
33158 .globl GL_PREFIX(Uniform4i) ; .set GL_PREFIX(Uniform4i), GL_PREFIX(Uniform4iARB)
33159 .globl GL_PREFIX(Uniform4iv) ; .set GL_PREFIX(Uniform4iv), GL_PREFIX(Uniform4ivARB)
33160 .globl GL_PREFIX(UniformMatrix2fv) ; .set GL_PREFIX(UniformMatrix2fv), GL_PREFIX(UniformMatrix2fvARB)
33161 .globl GL_PREFIX(UniformMatrix3fv) ; .set GL_PREFIX(UniformMatrix3fv), GL_PREFIX(UniformMatrix3fvARB)
33162 .globl GL_PREFIX(UniformMatrix4fv) ; .set GL_PREFIX(UniformMatrix4fv), GL_PREFIX(UniformMatrix4fvARB)
33163 .globl GL_PREFIX(UseProgram) ; .set GL_PREFIX(UseProgram), GL_PREFIX(UseProgramObjectARB)
33164 .globl GL_PREFIX(ValidateProgram) ; .set GL_PREFIX(ValidateProgram), GL_PREFIX(ValidateProgramARB)
33165 .globl GL_PREFIX(BindAttribLocation) ; .set GL_PREFIX(BindAttribLocation), GL_PREFIX(BindAttribLocationARB)
33166 .globl GL_PREFIX(GetActiveAttrib) ; .set GL_PREFIX(GetActiveAttrib), GL_PREFIX(GetActiveAttribARB)
33167 .globl GL_PREFIX(GetAttribLocation) ; .set GL_PREFIX(GetAttribLocation), GL_PREFIX(GetAttribLocationARB)
33168 .globl GL_PREFIX(DrawBuffers) ; .set GL_PREFIX(DrawBuffers), GL_PREFIX(DrawBuffersARB)
33169 .globl GL_PREFIX(DrawBuffersATI) ; .set GL_PREFIX(DrawBuffersATI), GL_PREFIX(DrawBuffersARB)
33170 .globl GL_PREFIX(RenderbufferStorageMultisampleEXT) ; .set GL_PREFIX(RenderbufferStorageMultisampleEXT), GL_PREFIX(RenderbufferStorageMultisample)
33171 .globl GL_PREFIX(PointParameterf) ; .set GL_PREFIX(PointParameterf), GL_PREFIX(PointParameterfEXT)
33172 .globl GL_PREFIX(PointParameterfARB) ; .set GL_PREFIX(PointParameterfARB), GL_PREFIX(PointParameterfEXT)
33173 .globl GL_PREFIX(PointParameterfv) ; .set GL_PREFIX(PointParameterfv), GL_PREFIX(PointParameterfvEXT)
33174 .globl GL_PREFIX(PointParameterfvARB) ; .set GL_PREFIX(PointParameterfvARB), GL_PREFIX(PointParameterfvEXT)
33175 .globl GL_PREFIX(SecondaryColor3b) ; .set GL_PREFIX(SecondaryColor3b), GL_PREFIX(SecondaryColor3bEXT)
33176 .globl GL_PREFIX(SecondaryColor3bv) ; .set GL_PREFIX(SecondaryColor3bv), GL_PREFIX(SecondaryColor3bvEXT)
33177 .globl GL_PREFIX(SecondaryColor3d) ; .set GL_PREFIX(SecondaryColor3d), GL_PREFIX(SecondaryColor3dEXT)
33178 .globl GL_PREFIX(SecondaryColor3dv) ; .set GL_PREFIX(SecondaryColor3dv), GL_PREFIX(SecondaryColor3dvEXT)
33179 .globl GL_PREFIX(SecondaryColor3f) ; .set GL_PREFIX(SecondaryColor3f), GL_PREFIX(SecondaryColor3fEXT)
33180 .globl GL_PREFIX(SecondaryColor3fv) ; .set GL_PREFIX(SecondaryColor3fv), GL_PREFIX(SecondaryColor3fvEXT)
33181 .globl GL_PREFIX(SecondaryColor3i) ; .set GL_PREFIX(SecondaryColor3i), GL_PREFIX(SecondaryColor3iEXT)
33182 .globl GL_PREFIX(SecondaryColor3iv) ; .set GL_PREFIX(SecondaryColor3iv), GL_PREFIX(SecondaryColor3ivEXT)
33183 .globl GL_PREFIX(SecondaryColor3s) ; .set GL_PREFIX(SecondaryColor3s), GL_PREFIX(SecondaryColor3sEXT)
33184 .globl GL_PREFIX(SecondaryColor3sv) ; .set GL_PREFIX(SecondaryColor3sv), GL_PREFIX(SecondaryColor3svEXT)
33185 .globl GL_PREFIX(SecondaryColor3ub) ; .set GL_PREFIX(SecondaryColor3ub), GL_PREFIX(SecondaryColor3ubEXT)
33186 .globl GL_PREFIX(SecondaryColor3ubv) ; .set GL_PREFIX(SecondaryColor3ubv), GL_PREFIX(SecondaryColor3ubvEXT)
33187 .globl GL_PREFIX(SecondaryColor3ui) ; .set GL_PREFIX(SecondaryColor3ui), GL_PREFIX(SecondaryColor3uiEXT)
33188 .globl GL_PREFIX(SecondaryColor3uiv) ; .set GL_PREFIX(SecondaryColor3uiv), GL_PREFIX(SecondaryColor3uivEXT)
33189 .globl GL_PREFIX(SecondaryColor3us) ; .set GL_PREFIX(SecondaryColor3us), GL_PREFIX(SecondaryColor3usEXT)
33190 .globl GL_PREFIX(SecondaryColor3usv) ; .set GL_PREFIX(SecondaryColor3usv), GL_PREFIX(SecondaryColor3usvEXT)
33191 .globl GL_PREFIX(SecondaryColorPointer) ; .set GL_PREFIX(SecondaryColorPointer), GL_PREFIX(SecondaryColorPointerEXT)
33192 .globl GL_PREFIX(MultiDrawArrays) ; .set GL_PREFIX(MultiDrawArrays), GL_PREFIX(MultiDrawArraysEXT)
33193 .globl GL_PREFIX(MultiDrawElements) ; .set GL_PREFIX(MultiDrawElements), GL_PREFIX(MultiDrawElementsEXT)
33194 .globl GL_PREFIX(FogCoordPointer) ; .set GL_PREFIX(FogCoordPointer), GL_PREFIX(FogCoordPointerEXT)
33195 .globl GL_PREFIX(FogCoordd) ; .set GL_PREFIX(FogCoordd), GL_PREFIX(FogCoorddEXT)
33196 .globl GL_PREFIX(FogCoorddv) ; .set GL_PREFIX(FogCoorddv), GL_PREFIX(FogCoorddvEXT)
33197 .globl GL_PREFIX(FogCoordf) ; .set GL_PREFIX(FogCoordf), GL_PREFIX(FogCoordfEXT)
33198 .globl GL_PREFIX(FogCoordfv) ; .set GL_PREFIX(FogCoordfv), GL_PREFIX(FogCoordfvEXT)
33199 .globl GL_PREFIX(BlendFuncSeparate) ; .set GL_PREFIX(BlendFuncSeparate), GL_PREFIX(BlendFuncSeparateEXT)
33200 .globl GL_PREFIX(WindowPos2d) ; .set GL_PREFIX(WindowPos2d), GL_PREFIX(WindowPos2dMESA)
33201 .globl GL_PREFIX(WindowPos2dARB) ; .set GL_PREFIX(WindowPos2dARB), GL_PREFIX(WindowPos2dMESA)
33202 .globl GL_PREFIX(WindowPos2dv) ; .set GL_PREFIX(WindowPos2dv), GL_PREFIX(WindowPos2dvMESA)
33203 .globl GL_PREFIX(WindowPos2dvARB) ; .set GL_PREFIX(WindowPos2dvARB), GL_PREFIX(WindowPos2dvMESA)
33204 .globl GL_PREFIX(WindowPos2f) ; .set GL_PREFIX(WindowPos2f), GL_PREFIX(WindowPos2fMESA)
33205 .globl GL_PREFIX(WindowPos2fARB) ; .set GL_PREFIX(WindowPos2fARB), GL_PREFIX(WindowPos2fMESA)
33206 .globl GL_PREFIX(WindowPos2fv) ; .set GL_PREFIX(WindowPos2fv), GL_PREFIX(WindowPos2fvMESA)
33207 .globl GL_PREFIX(WindowPos2fvARB) ; .set GL_PREFIX(WindowPos2fvARB), GL_PREFIX(WindowPos2fvMESA)
33208 .globl GL_PREFIX(WindowPos2i) ; .set GL_PREFIX(WindowPos2i), GL_PREFIX(WindowPos2iMESA)
33209 .globl GL_PREFIX(WindowPos2iARB) ; .set GL_PREFIX(WindowPos2iARB), GL_PREFIX(WindowPos2iMESA)
33210 .globl GL_PREFIX(WindowPos2iv) ; .set GL_PREFIX(WindowPos2iv), GL_PREFIX(WindowPos2ivMESA)
33211 .globl GL_PREFIX(WindowPos2ivARB) ; .set GL_PREFIX(WindowPos2ivARB), GL_PREFIX(WindowPos2ivMESA)
33212 .globl GL_PREFIX(WindowPos2s) ; .set GL_PREFIX(WindowPos2s), GL_PREFIX(WindowPos2sMESA)
33213 .globl GL_PREFIX(WindowPos2sARB) ; .set GL_PREFIX(WindowPos2sARB), GL_PREFIX(WindowPos2sMESA)
33214 .globl GL_PREFIX(WindowPos2sv) ; .set GL_PREFIX(WindowPos2sv), GL_PREFIX(WindowPos2svMESA)
33215 .globl GL_PREFIX(WindowPos2svARB) ; .set GL_PREFIX(WindowPos2svARB), GL_PREFIX(WindowPos2svMESA)
33216 .globl GL_PREFIX(WindowPos3d) ; .set GL_PREFIX(WindowPos3d), GL_PREFIX(WindowPos3dMESA)
33217 .globl GL_PREFIX(WindowPos3dARB) ; .set GL_PREFIX(WindowPos3dARB), GL_PREFIX(WindowPos3dMESA)
33218 .globl GL_PREFIX(WindowPos3dv) ; .set GL_PREFIX(WindowPos3dv), GL_PREFIX(WindowPos3dvMESA)
33219 .globl GL_PREFIX(WindowPos3dvARB) ; .set GL_PREFIX(WindowPos3dvARB), GL_PREFIX(WindowPos3dvMESA)
33220 .globl GL_PREFIX(WindowPos3f) ; .set GL_PREFIX(WindowPos3f), GL_PREFIX(WindowPos3fMESA)
33221 .globl GL_PREFIX(WindowPos3fARB) ; .set GL_PREFIX(WindowPos3fARB), GL_PREFIX(WindowPos3fMESA)
33222 .globl GL_PREFIX(WindowPos3fv) ; .set GL_PREFIX(WindowPos3fv), GL_PREFIX(WindowPos3fvMESA)
33223 .globl GL_PREFIX(WindowPos3fvARB) ; .set GL_PREFIX(WindowPos3fvARB), GL_PREFIX(WindowPos3fvMESA)
33224 .globl GL_PREFIX(WindowPos3i) ; .set GL_PREFIX(WindowPos3i), GL_PREFIX(WindowPos3iMESA)
33225 .globl GL_PREFIX(WindowPos3iARB) ; .set GL_PREFIX(WindowPos3iARB), GL_PREFIX(WindowPos3iMESA)
33226 .globl GL_PREFIX(WindowPos3iv) ; .set GL_PREFIX(WindowPos3iv), GL_PREFIX(WindowPos3ivMESA)
33227 .globl GL_PREFIX(WindowPos3ivARB) ; .set GL_PREFIX(WindowPos3ivARB), GL_PREFIX(WindowPos3ivMESA)
33228 .globl GL_PREFIX(WindowPos3s) ; .set GL_PREFIX(WindowPos3s), GL_PREFIX(WindowPos3sMESA)
33229 .globl GL_PREFIX(WindowPos3sARB) ; .set GL_PREFIX(WindowPos3sARB), GL_PREFIX(WindowPos3sMESA)
33230 .globl GL_PREFIX(WindowPos3sv) ; .set GL_PREFIX(WindowPos3sv), GL_PREFIX(WindowPos3svMESA)
33231 .globl GL_PREFIX(WindowPos3svARB) ; .set GL_PREFIX(WindowPos3svARB), GL_PREFIX(WindowPos3svMESA)
33232 .globl GL_PREFIX(BindProgramARB) ; .set GL_PREFIX(BindProgramARB), GL_PREFIX(BindProgramNV)
33233 .globl GL_PREFIX(DeleteProgramsARB) ; .set GL_PREFIX(DeleteProgramsARB), GL_PREFIX(DeleteProgramsNV)
33234 .globl GL_PREFIX(GenProgramsARB) ; .set GL_PREFIX(GenProgramsARB), GL_PREFIX(GenProgramsNV)
33235 .globl GL_PREFIX(GetVertexAttribPointerv) ; .set GL_PREFIX(GetVertexAttribPointerv), GL_PREFIX(GetVertexAttribPointervNV)
33236 .globl GL_PREFIX(GetVertexAttribPointervARB) ; .set GL_PREFIX(GetVertexAttribPointervARB), GL_PREFIX(GetVertexAttribPointervNV)
33237 .globl GL_PREFIX(IsProgramARB) ; .set GL_PREFIX(IsProgramARB), GL_PREFIX(IsProgramNV)
33238 .globl GL_PREFIX(PointParameteri) ; .set GL_PREFIX(PointParameteri), GL_PREFIX(PointParameteriNV)
33239 .globl GL_PREFIX(PointParameteriv) ; .set GL_PREFIX(PointParameteriv), GL_PREFIX(PointParameterivNV)
33240 .globl GL_PREFIX(DeleteVertexArrays) ; .set GL_PREFIX(DeleteVertexArrays), GL_PREFIX(_dispatch_stub_765)
33241 .globl GL_PREFIX(IsVertexArray) ; .set GL_PREFIX(IsVertexArray), GL_PREFIX(_dispatch_stub_767)
33242 .globl GL_PREFIX(BlendEquationSeparate) ; .set GL_PREFIX(BlendEquationSeparate), GL_PREFIX(_dispatch_stub_777)
33243 .globl GL_PREFIX(BindFramebuffer) ; .set GL_PREFIX(BindFramebuffer), GL_PREFIX(BindFramebufferEXT)
33244 .globl GL_PREFIX(BindRenderbuffer) ; .set GL_PREFIX(BindRenderbuffer), GL_PREFIX(BindRenderbufferEXT)
33245 .globl GL_PREFIX(CheckFramebufferStatus) ; .set GL_PREFIX(CheckFramebufferStatus), GL_PREFIX(CheckFramebufferStatusEXT)
33246 .globl GL_PREFIX(DeleteFramebuffers) ; .set GL_PREFIX(DeleteFramebuffers), GL_PREFIX(DeleteFramebuffersEXT)
33247 .globl GL_PREFIX(DeleteRenderbuffers) ; .set GL_PREFIX(DeleteRenderbuffers), GL_PREFIX(DeleteRenderbuffersEXT)
33248 .globl GL_PREFIX(FramebufferRenderbuffer) ; .set GL_PREFIX(FramebufferRenderbuffer), GL_PREFIX(FramebufferRenderbufferEXT)
33249 .globl GL_PREFIX(FramebufferTexture1D) ; .set GL_PREFIX(FramebufferTexture1D), GL_PREFIX(FramebufferTexture1DEXT)
33250 .globl GL_PREFIX(FramebufferTexture2D) ; .set GL_PREFIX(FramebufferTexture2D), GL_PREFIX(FramebufferTexture2DEXT)
33251 .globl GL_PREFIX(FramebufferTexture3D) ; .set GL_PREFIX(FramebufferTexture3D), GL_PREFIX(FramebufferTexture3DEXT)
33252 .globl GL_PREFIX(GenFramebuffers) ; .set GL_PREFIX(GenFramebuffers), GL_PREFIX(GenFramebuffersEXT)
33253 .globl GL_PREFIX(GenRenderbuffers) ; .set GL_PREFIX(GenRenderbuffers), GL_PREFIX(GenRenderbuffersEXT)
33254 .globl GL_PREFIX(GenerateMipmap) ; .set GL_PREFIX(GenerateMipmap), GL_PREFIX(GenerateMipmapEXT)
33255 .globl GL_PREFIX(GetFramebufferAttachmentParameteriv) ; .set GL_PREFIX(GetFramebufferAttachmentParameteriv), GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
33256 .globl GL_PREFIX(GetRenderbufferParameteriv) ; .set GL_PREFIX(GetRenderbufferParameteriv), GL_PREFIX(GetRenderbufferParameterivEXT)
33257 .globl GL_PREFIX(IsFramebuffer) ; .set GL_PREFIX(IsFramebuffer), GL_PREFIX(IsFramebufferEXT)
33258 .globl GL_PREFIX(IsRenderbuffer) ; .set GL_PREFIX(IsRenderbuffer), GL_PREFIX(IsRenderbufferEXT)
33259 .globl GL_PREFIX(RenderbufferStorage) ; .set GL_PREFIX(RenderbufferStorage), GL_PREFIX(RenderbufferStorageEXT)
33260 .globl GL_PREFIX(BlitFramebuffer) ; .set GL_PREFIX(BlitFramebuffer), GL_PREFIX(_dispatch_stub_795)
33261 .globl GL_PREFIX(FramebufferTextureLayer) ; .set GL_PREFIX(FramebufferTextureLayer), GL_PREFIX(FramebufferTextureLayerEXT)
33262 .globl GL_PREFIX(BeginTransformFeedback) ; .set GL_PREFIX(BeginTransformFeedback), GL_PREFIX(BeginTransformFeedbackEXT)
33263 .globl GL_PREFIX(BindBufferBase) ; .set GL_PREFIX(BindBufferBase), GL_PREFIX(BindBufferBaseEXT)
33264 .globl GL_PREFIX(BindBufferRange) ; .set GL_PREFIX(BindBufferRange), GL_PREFIX(BindBufferRangeEXT)
33265 .globl GL_PREFIX(EndTransformFeedback) ; .set GL_PREFIX(EndTransformFeedback), GL_PREFIX(EndTransformFeedbackEXT)
33266 .globl GL_PREFIX(GetTransformFeedbackVarying) ; .set GL_PREFIX(GetTransformFeedbackVarying), GL_PREFIX(GetTransformFeedbackVaryingEXT)
33267 .globl GL_PREFIX(TransformFeedbackVaryings) ; .set GL_PREFIX(TransformFeedbackVaryings), GL_PREFIX(TransformFeedbackVaryingsEXT)
33268 .globl GL_PREFIX(ProvokingVertex) ; .set GL_PREFIX(ProvokingVertex), GL_PREFIX(ProvokingVertexEXT)
33269
33270 #if defined(GLX_USE_TLS) && defined(__linux__)
33271 .section ".note.ABI-tag", "a"
33272 .p2align 2
33273 .long 1f - 0f /* name length */
33274 .long 3f - 2f /* data length */
33275 .long 1 /* note length */
33276 0: .asciz "GNU" /* vendor name */
33277 1: .p2align 2
33278 2: .long 0 /* note data: the ABI tag */
33279 .long 2,4,20 /* Minimum kernel version w/TLS */
33280 3: .p2align 2 /* pad out section */
33281 #endif /* GLX_USE_TLS */
33282
33283 #if defined (__ELF__) && defined (__linux__)
33284 .section .note.GNU-stack,"",%progbits
33285 #endif