glapi: Move to src/mapi/.
[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(FlushMappedBufferRange)
21251 .type GL_PREFIX(FlushMappedBufferRange), @function
21252 GL_PREFIX(FlushMappedBufferRange):
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 call _x86_64_get_dispatch@PLT
21262 popq %rdx
21263 popq %rsi
21264 popq %rdi
21265 movq 4512(%rax), %r11
21266 jmp *%r11
21267 #else
21268 movq _glapi_Dispatch(%rip), %rax
21269 testq %rax, %rax
21270 je 1f
21271 movq 4512(%rax), %r11
21272 jmp *%r11
21273 1:
21274 pushq %rdi
21275 pushq %rsi
21276 pushq %rdx
21277 call _glapi_get_dispatch
21278 popq %rdx
21279 popq %rsi
21280 popq %rdi
21281 movq 4512(%rax), %r11
21282 jmp *%r11
21283 #endif /* defined(GLX_USE_TLS) */
21284 .size GL_PREFIX(FlushMappedBufferRange), .-GL_PREFIX(FlushMappedBufferRange)
21285
21286 .p2align 4,,15
21287 .globl GL_PREFIX(MapBufferRange)
21288 .type GL_PREFIX(MapBufferRange), @function
21289 GL_PREFIX(MapBufferRange):
21290 #if defined(GLX_USE_TLS)
21291 call _x86_64_get_dispatch@PLT
21292 movq 4520(%rax), %r11
21293 jmp *%r11
21294 #elif defined(PTHREADS)
21295 pushq %rdi
21296 pushq %rsi
21297 pushq %rdx
21298 pushq %rcx
21299 pushq %rbp
21300 call _x86_64_get_dispatch@PLT
21301 popq %rbp
21302 popq %rcx
21303 popq %rdx
21304 popq %rsi
21305 popq %rdi
21306 movq 4520(%rax), %r11
21307 jmp *%r11
21308 #else
21309 movq _glapi_Dispatch(%rip), %rax
21310 testq %rax, %rax
21311 je 1f
21312 movq 4520(%rax), %r11
21313 jmp *%r11
21314 1:
21315 pushq %rdi
21316 pushq %rsi
21317 pushq %rdx
21318 pushq %rcx
21319 pushq %rbp
21320 call _glapi_get_dispatch
21321 popq %rbp
21322 popq %rcx
21323 popq %rdx
21324 popq %rsi
21325 popq %rdi
21326 movq 4520(%rax), %r11
21327 jmp *%r11
21328 #endif /* defined(GLX_USE_TLS) */
21329 .size GL_PREFIX(MapBufferRange), .-GL_PREFIX(MapBufferRange)
21330
21331 .p2align 4,,15
21332 .globl GL_PREFIX(BindVertexArray)
21333 .type GL_PREFIX(BindVertexArray), @function
21334 GL_PREFIX(BindVertexArray):
21335 #if defined(GLX_USE_TLS)
21336 call _x86_64_get_dispatch@PLT
21337 movq 4528(%rax), %r11
21338 jmp *%r11
21339 #elif defined(PTHREADS)
21340 pushq %rdi
21341 call _x86_64_get_dispatch@PLT
21342 popq %rdi
21343 movq 4528(%rax), %r11
21344 jmp *%r11
21345 #else
21346 movq _glapi_Dispatch(%rip), %rax
21347 testq %rax, %rax
21348 je 1f
21349 movq 4528(%rax), %r11
21350 jmp *%r11
21351 1:
21352 pushq %rdi
21353 call _glapi_get_dispatch
21354 popq %rdi
21355 movq 4528(%rax), %r11
21356 jmp *%r11
21357 #endif /* defined(GLX_USE_TLS) */
21358 .size GL_PREFIX(BindVertexArray), .-GL_PREFIX(BindVertexArray)
21359
21360 .p2align 4,,15
21361 .globl GL_PREFIX(GenVertexArrays)
21362 .type GL_PREFIX(GenVertexArrays), @function
21363 GL_PREFIX(GenVertexArrays):
21364 #if defined(GLX_USE_TLS)
21365 call _x86_64_get_dispatch@PLT
21366 movq 4536(%rax), %r11
21367 jmp *%r11
21368 #elif defined(PTHREADS)
21369 pushq %rdi
21370 pushq %rsi
21371 pushq %rbp
21372 call _x86_64_get_dispatch@PLT
21373 popq %rbp
21374 popq %rsi
21375 popq %rdi
21376 movq 4536(%rax), %r11
21377 jmp *%r11
21378 #else
21379 movq _glapi_Dispatch(%rip), %rax
21380 testq %rax, %rax
21381 je 1f
21382 movq 4536(%rax), %r11
21383 jmp *%r11
21384 1:
21385 pushq %rdi
21386 pushq %rsi
21387 pushq %rbp
21388 call _glapi_get_dispatch
21389 popq %rbp
21390 popq %rsi
21391 popq %rdi
21392 movq 4536(%rax), %r11
21393 jmp *%r11
21394 #endif /* defined(GLX_USE_TLS) */
21395 .size GL_PREFIX(GenVertexArrays), .-GL_PREFIX(GenVertexArrays)
21396
21397 .p2align 4,,15
21398 .globl GL_PREFIX(CopyBufferSubData)
21399 .type GL_PREFIX(CopyBufferSubData), @function
21400 GL_PREFIX(CopyBufferSubData):
21401 #if defined(GLX_USE_TLS)
21402 call _x86_64_get_dispatch@PLT
21403 movq 4544(%rax), %r11
21404 jmp *%r11
21405 #elif defined(PTHREADS)
21406 pushq %rdi
21407 pushq %rsi
21408 pushq %rdx
21409 pushq %rcx
21410 pushq %r8
21411 call _x86_64_get_dispatch@PLT
21412 popq %r8
21413 popq %rcx
21414 popq %rdx
21415 popq %rsi
21416 popq %rdi
21417 movq 4544(%rax), %r11
21418 jmp *%r11
21419 #else
21420 movq _glapi_Dispatch(%rip), %rax
21421 testq %rax, %rax
21422 je 1f
21423 movq 4544(%rax), %r11
21424 jmp *%r11
21425 1:
21426 pushq %rdi
21427 pushq %rsi
21428 pushq %rdx
21429 pushq %rcx
21430 pushq %r8
21431 call _glapi_get_dispatch
21432 popq %r8
21433 popq %rcx
21434 popq %rdx
21435 popq %rsi
21436 popq %rdi
21437 movq 4544(%rax), %r11
21438 jmp *%r11
21439 #endif /* defined(GLX_USE_TLS) */
21440 .size GL_PREFIX(CopyBufferSubData), .-GL_PREFIX(CopyBufferSubData)
21441
21442 .p2align 4,,15
21443 .globl GL_PREFIX(ClientWaitSync)
21444 .type GL_PREFIX(ClientWaitSync), @function
21445 GL_PREFIX(ClientWaitSync):
21446 #if defined(GLX_USE_TLS)
21447 call _x86_64_get_dispatch@PLT
21448 movq 4552(%rax), %r11
21449 jmp *%r11
21450 #elif defined(PTHREADS)
21451 pushq %rdi
21452 pushq %rsi
21453 pushq %rdx
21454 call _x86_64_get_dispatch@PLT
21455 popq %rdx
21456 popq %rsi
21457 popq %rdi
21458 movq 4552(%rax), %r11
21459 jmp *%r11
21460 #else
21461 movq _glapi_Dispatch(%rip), %rax
21462 testq %rax, %rax
21463 je 1f
21464 movq 4552(%rax), %r11
21465 jmp *%r11
21466 1:
21467 pushq %rdi
21468 pushq %rsi
21469 pushq %rdx
21470 call _glapi_get_dispatch
21471 popq %rdx
21472 popq %rsi
21473 popq %rdi
21474 movq 4552(%rax), %r11
21475 jmp *%r11
21476 #endif /* defined(GLX_USE_TLS) */
21477 .size GL_PREFIX(ClientWaitSync), .-GL_PREFIX(ClientWaitSync)
21478
21479 .p2align 4,,15
21480 .globl GL_PREFIX(DeleteSync)
21481 .type GL_PREFIX(DeleteSync), @function
21482 GL_PREFIX(DeleteSync):
21483 #if defined(GLX_USE_TLS)
21484 call _x86_64_get_dispatch@PLT
21485 movq 4560(%rax), %r11
21486 jmp *%r11
21487 #elif defined(PTHREADS)
21488 pushq %rdi
21489 call _x86_64_get_dispatch@PLT
21490 popq %rdi
21491 movq 4560(%rax), %r11
21492 jmp *%r11
21493 #else
21494 movq _glapi_Dispatch(%rip), %rax
21495 testq %rax, %rax
21496 je 1f
21497 movq 4560(%rax), %r11
21498 jmp *%r11
21499 1:
21500 pushq %rdi
21501 call _glapi_get_dispatch
21502 popq %rdi
21503 movq 4560(%rax), %r11
21504 jmp *%r11
21505 #endif /* defined(GLX_USE_TLS) */
21506 .size GL_PREFIX(DeleteSync), .-GL_PREFIX(DeleteSync)
21507
21508 .p2align 4,,15
21509 .globl GL_PREFIX(FenceSync)
21510 .type GL_PREFIX(FenceSync), @function
21511 GL_PREFIX(FenceSync):
21512 #if defined(GLX_USE_TLS)
21513 call _x86_64_get_dispatch@PLT
21514 movq 4568(%rax), %r11
21515 jmp *%r11
21516 #elif defined(PTHREADS)
21517 pushq %rdi
21518 pushq %rsi
21519 pushq %rbp
21520 call _x86_64_get_dispatch@PLT
21521 popq %rbp
21522 popq %rsi
21523 popq %rdi
21524 movq 4568(%rax), %r11
21525 jmp *%r11
21526 #else
21527 movq _glapi_Dispatch(%rip), %rax
21528 testq %rax, %rax
21529 je 1f
21530 movq 4568(%rax), %r11
21531 jmp *%r11
21532 1:
21533 pushq %rdi
21534 pushq %rsi
21535 pushq %rbp
21536 call _glapi_get_dispatch
21537 popq %rbp
21538 popq %rsi
21539 popq %rdi
21540 movq 4568(%rax), %r11
21541 jmp *%r11
21542 #endif /* defined(GLX_USE_TLS) */
21543 .size GL_PREFIX(FenceSync), .-GL_PREFIX(FenceSync)
21544
21545 .p2align 4,,15
21546 .globl GL_PREFIX(GetInteger64v)
21547 .type GL_PREFIX(GetInteger64v), @function
21548 GL_PREFIX(GetInteger64v):
21549 #if defined(GLX_USE_TLS)
21550 call _x86_64_get_dispatch@PLT
21551 movq 4576(%rax), %r11
21552 jmp *%r11
21553 #elif defined(PTHREADS)
21554 pushq %rdi
21555 pushq %rsi
21556 pushq %rbp
21557 call _x86_64_get_dispatch@PLT
21558 popq %rbp
21559 popq %rsi
21560 popq %rdi
21561 movq 4576(%rax), %r11
21562 jmp *%r11
21563 #else
21564 movq _glapi_Dispatch(%rip), %rax
21565 testq %rax, %rax
21566 je 1f
21567 movq 4576(%rax), %r11
21568 jmp *%r11
21569 1:
21570 pushq %rdi
21571 pushq %rsi
21572 pushq %rbp
21573 call _glapi_get_dispatch
21574 popq %rbp
21575 popq %rsi
21576 popq %rdi
21577 movq 4576(%rax), %r11
21578 jmp *%r11
21579 #endif /* defined(GLX_USE_TLS) */
21580 .size GL_PREFIX(GetInteger64v), .-GL_PREFIX(GetInteger64v)
21581
21582 .p2align 4,,15
21583 .globl GL_PREFIX(GetSynciv)
21584 .type GL_PREFIX(GetSynciv), @function
21585 GL_PREFIX(GetSynciv):
21586 #if defined(GLX_USE_TLS)
21587 call _x86_64_get_dispatch@PLT
21588 movq 4584(%rax), %r11
21589 jmp *%r11
21590 #elif defined(PTHREADS)
21591 pushq %rdi
21592 pushq %rsi
21593 pushq %rdx
21594 pushq %rcx
21595 pushq %r8
21596 call _x86_64_get_dispatch@PLT
21597 popq %r8
21598 popq %rcx
21599 popq %rdx
21600 popq %rsi
21601 popq %rdi
21602 movq 4584(%rax), %r11
21603 jmp *%r11
21604 #else
21605 movq _glapi_Dispatch(%rip), %rax
21606 testq %rax, %rax
21607 je 1f
21608 movq 4584(%rax), %r11
21609 jmp *%r11
21610 1:
21611 pushq %rdi
21612 pushq %rsi
21613 pushq %rdx
21614 pushq %rcx
21615 pushq %r8
21616 call _glapi_get_dispatch
21617 popq %r8
21618 popq %rcx
21619 popq %rdx
21620 popq %rsi
21621 popq %rdi
21622 movq 4584(%rax), %r11
21623 jmp *%r11
21624 #endif /* defined(GLX_USE_TLS) */
21625 .size GL_PREFIX(GetSynciv), .-GL_PREFIX(GetSynciv)
21626
21627 .p2align 4,,15
21628 .globl GL_PREFIX(IsSync)
21629 .type GL_PREFIX(IsSync), @function
21630 GL_PREFIX(IsSync):
21631 #if defined(GLX_USE_TLS)
21632 call _x86_64_get_dispatch@PLT
21633 movq 4592(%rax), %r11
21634 jmp *%r11
21635 #elif defined(PTHREADS)
21636 pushq %rdi
21637 call _x86_64_get_dispatch@PLT
21638 popq %rdi
21639 movq 4592(%rax), %r11
21640 jmp *%r11
21641 #else
21642 movq _glapi_Dispatch(%rip), %rax
21643 testq %rax, %rax
21644 je 1f
21645 movq 4592(%rax), %r11
21646 jmp *%r11
21647 1:
21648 pushq %rdi
21649 call _glapi_get_dispatch
21650 popq %rdi
21651 movq 4592(%rax), %r11
21652 jmp *%r11
21653 #endif /* defined(GLX_USE_TLS) */
21654 .size GL_PREFIX(IsSync), .-GL_PREFIX(IsSync)
21655
21656 .p2align 4,,15
21657 .globl GL_PREFIX(WaitSync)
21658 .type GL_PREFIX(WaitSync), @function
21659 GL_PREFIX(WaitSync):
21660 #if defined(GLX_USE_TLS)
21661 call _x86_64_get_dispatch@PLT
21662 movq 4600(%rax), %r11
21663 jmp *%r11
21664 #elif defined(PTHREADS)
21665 pushq %rdi
21666 pushq %rsi
21667 pushq %rdx
21668 call _x86_64_get_dispatch@PLT
21669 popq %rdx
21670 popq %rsi
21671 popq %rdi
21672 movq 4600(%rax), %r11
21673 jmp *%r11
21674 #else
21675 movq _glapi_Dispatch(%rip), %rax
21676 testq %rax, %rax
21677 je 1f
21678 movq 4600(%rax), %r11
21679 jmp *%r11
21680 1:
21681 pushq %rdi
21682 pushq %rsi
21683 pushq %rdx
21684 call _glapi_get_dispatch
21685 popq %rdx
21686 popq %rsi
21687 popq %rdi
21688 movq 4600(%rax), %r11
21689 jmp *%r11
21690 #endif /* defined(GLX_USE_TLS) */
21691 .size GL_PREFIX(WaitSync), .-GL_PREFIX(WaitSync)
21692
21693 .p2align 4,,15
21694 .globl GL_PREFIX(DrawElementsBaseVertex)
21695 .type GL_PREFIX(DrawElementsBaseVertex), @function
21696 GL_PREFIX(DrawElementsBaseVertex):
21697 #if defined(GLX_USE_TLS)
21698 call _x86_64_get_dispatch@PLT
21699 movq 4608(%rax), %r11
21700 jmp *%r11
21701 #elif defined(PTHREADS)
21702 pushq %rdi
21703 pushq %rsi
21704 pushq %rdx
21705 pushq %rcx
21706 pushq %r8
21707 call _x86_64_get_dispatch@PLT
21708 popq %r8
21709 popq %rcx
21710 popq %rdx
21711 popq %rsi
21712 popq %rdi
21713 movq 4608(%rax), %r11
21714 jmp *%r11
21715 #else
21716 movq _glapi_Dispatch(%rip), %rax
21717 testq %rax, %rax
21718 je 1f
21719 movq 4608(%rax), %r11
21720 jmp *%r11
21721 1:
21722 pushq %rdi
21723 pushq %rsi
21724 pushq %rdx
21725 pushq %rcx
21726 pushq %r8
21727 call _glapi_get_dispatch
21728 popq %r8
21729 popq %rcx
21730 popq %rdx
21731 popq %rsi
21732 popq %rdi
21733 movq 4608(%rax), %r11
21734 jmp *%r11
21735 #endif /* defined(GLX_USE_TLS) */
21736 .size GL_PREFIX(DrawElementsBaseVertex), .-GL_PREFIX(DrawElementsBaseVertex)
21737
21738 .p2align 4,,15
21739 .globl GL_PREFIX(DrawRangeElementsBaseVertex)
21740 .type GL_PREFIX(DrawRangeElementsBaseVertex), @function
21741 GL_PREFIX(DrawRangeElementsBaseVertex):
21742 #if defined(GLX_USE_TLS)
21743 call _x86_64_get_dispatch@PLT
21744 movq 4616(%rax), %r11
21745 jmp *%r11
21746 #elif defined(PTHREADS)
21747 pushq %rdi
21748 pushq %rsi
21749 pushq %rdx
21750 pushq %rcx
21751 pushq %r8
21752 pushq %r9
21753 pushq %rbp
21754 call _x86_64_get_dispatch@PLT
21755 popq %rbp
21756 popq %r9
21757 popq %r8
21758 popq %rcx
21759 popq %rdx
21760 popq %rsi
21761 popq %rdi
21762 movq 4616(%rax), %r11
21763 jmp *%r11
21764 #else
21765 movq _glapi_Dispatch(%rip), %rax
21766 testq %rax, %rax
21767 je 1f
21768 movq 4616(%rax), %r11
21769 jmp *%r11
21770 1:
21771 pushq %rdi
21772 pushq %rsi
21773 pushq %rdx
21774 pushq %rcx
21775 pushq %r8
21776 pushq %r9
21777 pushq %rbp
21778 call _glapi_get_dispatch
21779 popq %rbp
21780 popq %r9
21781 popq %r8
21782 popq %rcx
21783 popq %rdx
21784 popq %rsi
21785 popq %rdi
21786 movq 4616(%rax), %r11
21787 jmp *%r11
21788 #endif /* defined(GLX_USE_TLS) */
21789 .size GL_PREFIX(DrawRangeElementsBaseVertex), .-GL_PREFIX(DrawRangeElementsBaseVertex)
21790
21791 .p2align 4,,15
21792 .globl GL_PREFIX(MultiDrawElementsBaseVertex)
21793 .type GL_PREFIX(MultiDrawElementsBaseVertex), @function
21794 GL_PREFIX(MultiDrawElementsBaseVertex):
21795 #if defined(GLX_USE_TLS)
21796 call _x86_64_get_dispatch@PLT
21797 movq 4624(%rax), %r11
21798 jmp *%r11
21799 #elif defined(PTHREADS)
21800 pushq %rdi
21801 pushq %rsi
21802 pushq %rdx
21803 pushq %rcx
21804 pushq %r8
21805 pushq %r9
21806 pushq %rbp
21807 call _x86_64_get_dispatch@PLT
21808 popq %rbp
21809 popq %r9
21810 popq %r8
21811 popq %rcx
21812 popq %rdx
21813 popq %rsi
21814 popq %rdi
21815 movq 4624(%rax), %r11
21816 jmp *%r11
21817 #else
21818 movq _glapi_Dispatch(%rip), %rax
21819 testq %rax, %rax
21820 je 1f
21821 movq 4624(%rax), %r11
21822 jmp *%r11
21823 1:
21824 pushq %rdi
21825 pushq %rsi
21826 pushq %rdx
21827 pushq %rcx
21828 pushq %r8
21829 pushq %r9
21830 pushq %rbp
21831 call _glapi_get_dispatch
21832 popq %rbp
21833 popq %r9
21834 popq %r8
21835 popq %rcx
21836 popq %rdx
21837 popq %rsi
21838 popq %rdi
21839 movq 4624(%rax), %r11
21840 jmp *%r11
21841 #endif /* defined(GLX_USE_TLS) */
21842 .size GL_PREFIX(MultiDrawElementsBaseVertex), .-GL_PREFIX(MultiDrawElementsBaseVertex)
21843
21844 .p2align 4,,15
21845 .globl GL_PREFIX(PolygonOffsetEXT)
21846 .type GL_PREFIX(PolygonOffsetEXT), @function
21847 GL_PREFIX(PolygonOffsetEXT):
21848 #if defined(GLX_USE_TLS)
21849 call _x86_64_get_dispatch@PLT
21850 movq 4632(%rax), %r11
21851 jmp *%r11
21852 #elif defined(PTHREADS)
21853 subq $24, %rsp
21854 movq %xmm0, (%rsp)
21855 movq %xmm1, 8(%rsp)
21856 call _x86_64_get_dispatch@PLT
21857 movq 8(%rsp), %xmm1
21858 movq (%rsp), %xmm0
21859 addq $24, %rsp
21860 movq 4632(%rax), %r11
21861 jmp *%r11
21862 #else
21863 movq _glapi_Dispatch(%rip), %rax
21864 testq %rax, %rax
21865 je 1f
21866 movq 4632(%rax), %r11
21867 jmp *%r11
21868 1:
21869 subq $24, %rsp
21870 movq %xmm0, (%rsp)
21871 movq %xmm1, 8(%rsp)
21872 call _glapi_get_dispatch
21873 movq 8(%rsp), %xmm1
21874 movq (%rsp), %xmm0
21875 addq $24, %rsp
21876 movq 4632(%rax), %r11
21877 jmp *%r11
21878 #endif /* defined(GLX_USE_TLS) */
21879 .size GL_PREFIX(PolygonOffsetEXT), .-GL_PREFIX(PolygonOffsetEXT)
21880
21881 .p2align 4,,15
21882 .globl GL_PREFIX(_dispatch_stub_580)
21883 .type GL_PREFIX(_dispatch_stub_580), @function
21884 HIDDEN(GL_PREFIX(_dispatch_stub_580))
21885 GL_PREFIX(_dispatch_stub_580):
21886 #if defined(GLX_USE_TLS)
21887 call _x86_64_get_dispatch@PLT
21888 movq 4640(%rax), %r11
21889 jmp *%r11
21890 #elif defined(PTHREADS)
21891 pushq %rdi
21892 pushq %rsi
21893 pushq %rbp
21894 call _x86_64_get_dispatch@PLT
21895 popq %rbp
21896 popq %rsi
21897 popq %rdi
21898 movq 4640(%rax), %r11
21899 jmp *%r11
21900 #else
21901 movq _glapi_Dispatch(%rip), %rax
21902 testq %rax, %rax
21903 je 1f
21904 movq 4640(%rax), %r11
21905 jmp *%r11
21906 1:
21907 pushq %rdi
21908 pushq %rsi
21909 pushq %rbp
21910 call _glapi_get_dispatch
21911 popq %rbp
21912 popq %rsi
21913 popq %rdi
21914 movq 4640(%rax), %r11
21915 jmp *%r11
21916 #endif /* defined(GLX_USE_TLS) */
21917 .size GL_PREFIX(_dispatch_stub_580), .-GL_PREFIX(_dispatch_stub_580)
21918
21919 .p2align 4,,15
21920 .globl GL_PREFIX(_dispatch_stub_581)
21921 .type GL_PREFIX(_dispatch_stub_581), @function
21922 HIDDEN(GL_PREFIX(_dispatch_stub_581))
21923 GL_PREFIX(_dispatch_stub_581):
21924 #if defined(GLX_USE_TLS)
21925 call _x86_64_get_dispatch@PLT
21926 movq 4648(%rax), %r11
21927 jmp *%r11
21928 #elif defined(PTHREADS)
21929 pushq %rdi
21930 pushq %rsi
21931 pushq %rbp
21932 call _x86_64_get_dispatch@PLT
21933 popq %rbp
21934 popq %rsi
21935 popq %rdi
21936 movq 4648(%rax), %r11
21937 jmp *%r11
21938 #else
21939 movq _glapi_Dispatch(%rip), %rax
21940 testq %rax, %rax
21941 je 1f
21942 movq 4648(%rax), %r11
21943 jmp *%r11
21944 1:
21945 pushq %rdi
21946 pushq %rsi
21947 pushq %rbp
21948 call _glapi_get_dispatch
21949 popq %rbp
21950 popq %rsi
21951 popq %rdi
21952 movq 4648(%rax), %r11
21953 jmp *%r11
21954 #endif /* defined(GLX_USE_TLS) */
21955 .size GL_PREFIX(_dispatch_stub_581), .-GL_PREFIX(_dispatch_stub_581)
21956
21957 .p2align 4,,15
21958 .globl GL_PREFIX(_dispatch_stub_582)
21959 .type GL_PREFIX(_dispatch_stub_582), @function
21960 HIDDEN(GL_PREFIX(_dispatch_stub_582))
21961 GL_PREFIX(_dispatch_stub_582):
21962 #if defined(GLX_USE_TLS)
21963 call _x86_64_get_dispatch@PLT
21964 movq 4656(%rax), %r11
21965 jmp *%r11
21966 #elif defined(PTHREADS)
21967 subq $24, %rsp
21968 movq %rdi, (%rsp)
21969 movq %xmm0, 8(%rsp)
21970 call _x86_64_get_dispatch@PLT
21971 movq 8(%rsp), %xmm0
21972 movq (%rsp), %rdi
21973 addq $24, %rsp
21974 movq 4656(%rax), %r11
21975 jmp *%r11
21976 #else
21977 movq _glapi_Dispatch(%rip), %rax
21978 testq %rax, %rax
21979 je 1f
21980 movq 4656(%rax), %r11
21981 jmp *%r11
21982 1:
21983 subq $24, %rsp
21984 movq %rdi, (%rsp)
21985 movq %xmm0, 8(%rsp)
21986 call _glapi_get_dispatch
21987 movq 8(%rsp), %xmm0
21988 movq (%rsp), %rdi
21989 addq $24, %rsp
21990 movq 4656(%rax), %r11
21991 jmp *%r11
21992 #endif /* defined(GLX_USE_TLS) */
21993 .size GL_PREFIX(_dispatch_stub_582), .-GL_PREFIX(_dispatch_stub_582)
21994
21995 .p2align 4,,15
21996 .globl GL_PREFIX(_dispatch_stub_583)
21997 .type GL_PREFIX(_dispatch_stub_583), @function
21998 HIDDEN(GL_PREFIX(_dispatch_stub_583))
21999 GL_PREFIX(_dispatch_stub_583):
22000 #if defined(GLX_USE_TLS)
22001 call _x86_64_get_dispatch@PLT
22002 movq 4664(%rax), %r11
22003 jmp *%r11
22004 #elif defined(PTHREADS)
22005 pushq %rdi
22006 pushq %rsi
22007 pushq %rbp
22008 call _x86_64_get_dispatch@PLT
22009 popq %rbp
22010 popq %rsi
22011 popq %rdi
22012 movq 4664(%rax), %r11
22013 jmp *%r11
22014 #else
22015 movq _glapi_Dispatch(%rip), %rax
22016 testq %rax, %rax
22017 je 1f
22018 movq 4664(%rax), %r11
22019 jmp *%r11
22020 1:
22021 pushq %rdi
22022 pushq %rsi
22023 pushq %rbp
22024 call _glapi_get_dispatch
22025 popq %rbp
22026 popq %rsi
22027 popq %rdi
22028 movq 4664(%rax), %r11
22029 jmp *%r11
22030 #endif /* defined(GLX_USE_TLS) */
22031 .size GL_PREFIX(_dispatch_stub_583), .-GL_PREFIX(_dispatch_stub_583)
22032
22033 .p2align 4,,15
22034 .globl GL_PREFIX(_dispatch_stub_584)
22035 .type GL_PREFIX(_dispatch_stub_584), @function
22036 HIDDEN(GL_PREFIX(_dispatch_stub_584))
22037 GL_PREFIX(_dispatch_stub_584):
22038 #if defined(GLX_USE_TLS)
22039 call _x86_64_get_dispatch@PLT
22040 movq 4672(%rax), %r11
22041 jmp *%r11
22042 #elif defined(PTHREADS)
22043 pushq %rdi
22044 pushq %rsi
22045 pushq %rbp
22046 call _x86_64_get_dispatch@PLT
22047 popq %rbp
22048 popq %rsi
22049 popq %rdi
22050 movq 4672(%rax), %r11
22051 jmp *%r11
22052 #else
22053 movq _glapi_Dispatch(%rip), %rax
22054 testq %rax, %rax
22055 je 1f
22056 movq 4672(%rax), %r11
22057 jmp *%r11
22058 1:
22059 pushq %rdi
22060 pushq %rsi
22061 pushq %rbp
22062 call _glapi_get_dispatch
22063 popq %rbp
22064 popq %rsi
22065 popq %rdi
22066 movq 4672(%rax), %r11
22067 jmp *%r11
22068 #endif /* defined(GLX_USE_TLS) */
22069 .size GL_PREFIX(_dispatch_stub_584), .-GL_PREFIX(_dispatch_stub_584)
22070
22071 .p2align 4,,15
22072 .globl GL_PREFIX(_dispatch_stub_585)
22073 .type GL_PREFIX(_dispatch_stub_585), @function
22074 HIDDEN(GL_PREFIX(_dispatch_stub_585))
22075 GL_PREFIX(_dispatch_stub_585):
22076 #if defined(GLX_USE_TLS)
22077 call _x86_64_get_dispatch@PLT
22078 movq 4680(%rax), %r11
22079 jmp *%r11
22080 #elif defined(PTHREADS)
22081 pushq %rdi
22082 pushq %rsi
22083 pushq %rbp
22084 call _x86_64_get_dispatch@PLT
22085 popq %rbp
22086 popq %rsi
22087 popq %rdi
22088 movq 4680(%rax), %r11
22089 jmp *%r11
22090 #else
22091 movq _glapi_Dispatch(%rip), %rax
22092 testq %rax, %rax
22093 je 1f
22094 movq 4680(%rax), %r11
22095 jmp *%r11
22096 1:
22097 pushq %rdi
22098 pushq %rsi
22099 pushq %rbp
22100 call _glapi_get_dispatch
22101 popq %rbp
22102 popq %rsi
22103 popq %rdi
22104 movq 4680(%rax), %r11
22105 jmp *%r11
22106 #endif /* defined(GLX_USE_TLS) */
22107 .size GL_PREFIX(_dispatch_stub_585), .-GL_PREFIX(_dispatch_stub_585)
22108
22109 .p2align 4,,15
22110 .globl GL_PREFIX(_dispatch_stub_586)
22111 .type GL_PREFIX(_dispatch_stub_586), @function
22112 HIDDEN(GL_PREFIX(_dispatch_stub_586))
22113 GL_PREFIX(_dispatch_stub_586):
22114 #if defined(GLX_USE_TLS)
22115 call _x86_64_get_dispatch@PLT
22116 movq 4688(%rax), %r11
22117 jmp *%r11
22118 #elif defined(PTHREADS)
22119 pushq %rdi
22120 pushq %rsi
22121 pushq %rbp
22122 call _x86_64_get_dispatch@PLT
22123 popq %rbp
22124 popq %rsi
22125 popq %rdi
22126 movq 4688(%rax), %r11
22127 jmp *%r11
22128 #else
22129 movq _glapi_Dispatch(%rip), %rax
22130 testq %rax, %rax
22131 je 1f
22132 movq 4688(%rax), %r11
22133 jmp *%r11
22134 1:
22135 pushq %rdi
22136 pushq %rsi
22137 pushq %rbp
22138 call _glapi_get_dispatch
22139 popq %rbp
22140 popq %rsi
22141 popq %rdi
22142 movq 4688(%rax), %r11
22143 jmp *%r11
22144 #endif /* defined(GLX_USE_TLS) */
22145 .size GL_PREFIX(_dispatch_stub_586), .-GL_PREFIX(_dispatch_stub_586)
22146
22147 .p2align 4,,15
22148 .globl GL_PREFIX(_dispatch_stub_587)
22149 .type GL_PREFIX(_dispatch_stub_587), @function
22150 HIDDEN(GL_PREFIX(_dispatch_stub_587))
22151 GL_PREFIX(_dispatch_stub_587):
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 %rdi
22158 call _x86_64_get_dispatch@PLT
22159 popq %rdi
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 %rdi
22170 call _glapi_get_dispatch
22171 popq %rdi
22172 movq 4696(%rax), %r11
22173 jmp *%r11
22174 #endif /* defined(GLX_USE_TLS) */
22175 .size GL_PREFIX(_dispatch_stub_587), .-GL_PREFIX(_dispatch_stub_587)
22176
22177 .p2align 4,,15
22178 .globl GL_PREFIX(ColorPointerEXT)
22179 .type GL_PREFIX(ColorPointerEXT), @function
22180 GL_PREFIX(ColorPointerEXT):
22181 #if defined(GLX_USE_TLS)
22182 call _x86_64_get_dispatch@PLT
22183 movq 4704(%rax), %r11
22184 jmp *%r11
22185 #elif defined(PTHREADS)
22186 pushq %rdi
22187 pushq %rsi
22188 pushq %rdx
22189 pushq %rcx
22190 pushq %r8
22191 call _x86_64_get_dispatch@PLT
22192 popq %r8
22193 popq %rcx
22194 popq %rdx
22195 popq %rsi
22196 popq %rdi
22197 movq 4704(%rax), %r11
22198 jmp *%r11
22199 #else
22200 movq _glapi_Dispatch(%rip), %rax
22201 testq %rax, %rax
22202 je 1f
22203 movq 4704(%rax), %r11
22204 jmp *%r11
22205 1:
22206 pushq %rdi
22207 pushq %rsi
22208 pushq %rdx
22209 pushq %rcx
22210 pushq %r8
22211 call _glapi_get_dispatch
22212 popq %r8
22213 popq %rcx
22214 popq %rdx
22215 popq %rsi
22216 popq %rdi
22217 movq 4704(%rax), %r11
22218 jmp *%r11
22219 #endif /* defined(GLX_USE_TLS) */
22220 .size GL_PREFIX(ColorPointerEXT), .-GL_PREFIX(ColorPointerEXT)
22221
22222 .p2align 4,,15
22223 .globl GL_PREFIX(EdgeFlagPointerEXT)
22224 .type GL_PREFIX(EdgeFlagPointerEXT), @function
22225 GL_PREFIX(EdgeFlagPointerEXT):
22226 #if defined(GLX_USE_TLS)
22227 call _x86_64_get_dispatch@PLT
22228 movq 4712(%rax), %r11
22229 jmp *%r11
22230 #elif defined(PTHREADS)
22231 pushq %rdi
22232 pushq %rsi
22233 pushq %rdx
22234 call _x86_64_get_dispatch@PLT
22235 popq %rdx
22236 popq %rsi
22237 popq %rdi
22238 movq 4712(%rax), %r11
22239 jmp *%r11
22240 #else
22241 movq _glapi_Dispatch(%rip), %rax
22242 testq %rax, %rax
22243 je 1f
22244 movq 4712(%rax), %r11
22245 jmp *%r11
22246 1:
22247 pushq %rdi
22248 pushq %rsi
22249 pushq %rdx
22250 call _glapi_get_dispatch
22251 popq %rdx
22252 popq %rsi
22253 popq %rdi
22254 movq 4712(%rax), %r11
22255 jmp *%r11
22256 #endif /* defined(GLX_USE_TLS) */
22257 .size GL_PREFIX(EdgeFlagPointerEXT), .-GL_PREFIX(EdgeFlagPointerEXT)
22258
22259 .p2align 4,,15
22260 .globl GL_PREFIX(IndexPointerEXT)
22261 .type GL_PREFIX(IndexPointerEXT), @function
22262 GL_PREFIX(IndexPointerEXT):
22263 #if defined(GLX_USE_TLS)
22264 call _x86_64_get_dispatch@PLT
22265 movq 4720(%rax), %r11
22266 jmp *%r11
22267 #elif defined(PTHREADS)
22268 pushq %rdi
22269 pushq %rsi
22270 pushq %rdx
22271 pushq %rcx
22272 pushq %rbp
22273 call _x86_64_get_dispatch@PLT
22274 popq %rbp
22275 popq %rcx
22276 popq %rdx
22277 popq %rsi
22278 popq %rdi
22279 movq 4720(%rax), %r11
22280 jmp *%r11
22281 #else
22282 movq _glapi_Dispatch(%rip), %rax
22283 testq %rax, %rax
22284 je 1f
22285 movq 4720(%rax), %r11
22286 jmp *%r11
22287 1:
22288 pushq %rdi
22289 pushq %rsi
22290 pushq %rdx
22291 pushq %rcx
22292 pushq %rbp
22293 call _glapi_get_dispatch
22294 popq %rbp
22295 popq %rcx
22296 popq %rdx
22297 popq %rsi
22298 popq %rdi
22299 movq 4720(%rax), %r11
22300 jmp *%r11
22301 #endif /* defined(GLX_USE_TLS) */
22302 .size GL_PREFIX(IndexPointerEXT), .-GL_PREFIX(IndexPointerEXT)
22303
22304 .p2align 4,,15
22305 .globl GL_PREFIX(NormalPointerEXT)
22306 .type GL_PREFIX(NormalPointerEXT), @function
22307 GL_PREFIX(NormalPointerEXT):
22308 #if defined(GLX_USE_TLS)
22309 call _x86_64_get_dispatch@PLT
22310 movq 4728(%rax), %r11
22311 jmp *%r11
22312 #elif defined(PTHREADS)
22313 pushq %rdi
22314 pushq %rsi
22315 pushq %rdx
22316 pushq %rcx
22317 pushq %rbp
22318 call _x86_64_get_dispatch@PLT
22319 popq %rbp
22320 popq %rcx
22321 popq %rdx
22322 popq %rsi
22323 popq %rdi
22324 movq 4728(%rax), %r11
22325 jmp *%r11
22326 #else
22327 movq _glapi_Dispatch(%rip), %rax
22328 testq %rax, %rax
22329 je 1f
22330 movq 4728(%rax), %r11
22331 jmp *%r11
22332 1:
22333 pushq %rdi
22334 pushq %rsi
22335 pushq %rdx
22336 pushq %rcx
22337 pushq %rbp
22338 call _glapi_get_dispatch
22339 popq %rbp
22340 popq %rcx
22341 popq %rdx
22342 popq %rsi
22343 popq %rdi
22344 movq 4728(%rax), %r11
22345 jmp *%r11
22346 #endif /* defined(GLX_USE_TLS) */
22347 .size GL_PREFIX(NormalPointerEXT), .-GL_PREFIX(NormalPointerEXT)
22348
22349 .p2align 4,,15
22350 .globl GL_PREFIX(TexCoordPointerEXT)
22351 .type GL_PREFIX(TexCoordPointerEXT), @function
22352 GL_PREFIX(TexCoordPointerEXT):
22353 #if defined(GLX_USE_TLS)
22354 call _x86_64_get_dispatch@PLT
22355 movq 4736(%rax), %r11
22356 jmp *%r11
22357 #elif defined(PTHREADS)
22358 pushq %rdi
22359 pushq %rsi
22360 pushq %rdx
22361 pushq %rcx
22362 pushq %r8
22363 call _x86_64_get_dispatch@PLT
22364 popq %r8
22365 popq %rcx
22366 popq %rdx
22367 popq %rsi
22368 popq %rdi
22369 movq 4736(%rax), %r11
22370 jmp *%r11
22371 #else
22372 movq _glapi_Dispatch(%rip), %rax
22373 testq %rax, %rax
22374 je 1f
22375 movq 4736(%rax), %r11
22376 jmp *%r11
22377 1:
22378 pushq %rdi
22379 pushq %rsi
22380 pushq %rdx
22381 pushq %rcx
22382 pushq %r8
22383 call _glapi_get_dispatch
22384 popq %r8
22385 popq %rcx
22386 popq %rdx
22387 popq %rsi
22388 popq %rdi
22389 movq 4736(%rax), %r11
22390 jmp *%r11
22391 #endif /* defined(GLX_USE_TLS) */
22392 .size GL_PREFIX(TexCoordPointerEXT), .-GL_PREFIX(TexCoordPointerEXT)
22393
22394 .p2align 4,,15
22395 .globl GL_PREFIX(VertexPointerEXT)
22396 .type GL_PREFIX(VertexPointerEXT), @function
22397 GL_PREFIX(VertexPointerEXT):
22398 #if defined(GLX_USE_TLS)
22399 call _x86_64_get_dispatch@PLT
22400 movq 4744(%rax), %r11
22401 jmp *%r11
22402 #elif defined(PTHREADS)
22403 pushq %rdi
22404 pushq %rsi
22405 pushq %rdx
22406 pushq %rcx
22407 pushq %r8
22408 call _x86_64_get_dispatch@PLT
22409 popq %r8
22410 popq %rcx
22411 popq %rdx
22412 popq %rsi
22413 popq %rdi
22414 movq 4744(%rax), %r11
22415 jmp *%r11
22416 #else
22417 movq _glapi_Dispatch(%rip), %rax
22418 testq %rax, %rax
22419 je 1f
22420 movq 4744(%rax), %r11
22421 jmp *%r11
22422 1:
22423 pushq %rdi
22424 pushq %rsi
22425 pushq %rdx
22426 pushq %rcx
22427 pushq %r8
22428 call _glapi_get_dispatch
22429 popq %r8
22430 popq %rcx
22431 popq %rdx
22432 popq %rsi
22433 popq %rdi
22434 movq 4744(%rax), %r11
22435 jmp *%r11
22436 #endif /* defined(GLX_USE_TLS) */
22437 .size GL_PREFIX(VertexPointerEXT), .-GL_PREFIX(VertexPointerEXT)
22438
22439 .p2align 4,,15
22440 .globl GL_PREFIX(PointParameterfEXT)
22441 .type GL_PREFIX(PointParameterfEXT), @function
22442 GL_PREFIX(PointParameterfEXT):
22443 #if defined(GLX_USE_TLS)
22444 call _x86_64_get_dispatch@PLT
22445 movq 4752(%rax), %r11
22446 jmp *%r11
22447 #elif defined(PTHREADS)
22448 subq $24, %rsp
22449 movq %rdi, (%rsp)
22450 movq %xmm0, 8(%rsp)
22451 call _x86_64_get_dispatch@PLT
22452 movq 8(%rsp), %xmm0
22453 movq (%rsp), %rdi
22454 addq $24, %rsp
22455 movq 4752(%rax), %r11
22456 jmp *%r11
22457 #else
22458 movq _glapi_Dispatch(%rip), %rax
22459 testq %rax, %rax
22460 je 1f
22461 movq 4752(%rax), %r11
22462 jmp *%r11
22463 1:
22464 subq $24, %rsp
22465 movq %rdi, (%rsp)
22466 movq %xmm0, 8(%rsp)
22467 call _glapi_get_dispatch
22468 movq 8(%rsp), %xmm0
22469 movq (%rsp), %rdi
22470 addq $24, %rsp
22471 movq 4752(%rax), %r11
22472 jmp *%r11
22473 #endif /* defined(GLX_USE_TLS) */
22474 .size GL_PREFIX(PointParameterfEXT), .-GL_PREFIX(PointParameterfEXT)
22475
22476 .p2align 4,,15
22477 .globl GL_PREFIX(PointParameterfvEXT)
22478 .type GL_PREFIX(PointParameterfvEXT), @function
22479 GL_PREFIX(PointParameterfvEXT):
22480 #if defined(GLX_USE_TLS)
22481 call _x86_64_get_dispatch@PLT
22482 movq 4760(%rax), %r11
22483 jmp *%r11
22484 #elif defined(PTHREADS)
22485 pushq %rdi
22486 pushq %rsi
22487 pushq %rbp
22488 call _x86_64_get_dispatch@PLT
22489 popq %rbp
22490 popq %rsi
22491 popq %rdi
22492 movq 4760(%rax), %r11
22493 jmp *%r11
22494 #else
22495 movq _glapi_Dispatch(%rip), %rax
22496 testq %rax, %rax
22497 je 1f
22498 movq 4760(%rax), %r11
22499 jmp *%r11
22500 1:
22501 pushq %rdi
22502 pushq %rsi
22503 pushq %rbp
22504 call _glapi_get_dispatch
22505 popq %rbp
22506 popq %rsi
22507 popq %rdi
22508 movq 4760(%rax), %r11
22509 jmp *%r11
22510 #endif /* defined(GLX_USE_TLS) */
22511 .size GL_PREFIX(PointParameterfvEXT), .-GL_PREFIX(PointParameterfvEXT)
22512
22513 .p2align 4,,15
22514 .globl GL_PREFIX(LockArraysEXT)
22515 .type GL_PREFIX(LockArraysEXT), @function
22516 GL_PREFIX(LockArraysEXT):
22517 #if defined(GLX_USE_TLS)
22518 call _x86_64_get_dispatch@PLT
22519 movq 4768(%rax), %r11
22520 jmp *%r11
22521 #elif defined(PTHREADS)
22522 pushq %rdi
22523 pushq %rsi
22524 pushq %rbp
22525 call _x86_64_get_dispatch@PLT
22526 popq %rbp
22527 popq %rsi
22528 popq %rdi
22529 movq 4768(%rax), %r11
22530 jmp *%r11
22531 #else
22532 movq _glapi_Dispatch(%rip), %rax
22533 testq %rax, %rax
22534 je 1f
22535 movq 4768(%rax), %r11
22536 jmp *%r11
22537 1:
22538 pushq %rdi
22539 pushq %rsi
22540 pushq %rbp
22541 call _glapi_get_dispatch
22542 popq %rbp
22543 popq %rsi
22544 popq %rdi
22545 movq 4768(%rax), %r11
22546 jmp *%r11
22547 #endif /* defined(GLX_USE_TLS) */
22548 .size GL_PREFIX(LockArraysEXT), .-GL_PREFIX(LockArraysEXT)
22549
22550 .p2align 4,,15
22551 .globl GL_PREFIX(UnlockArraysEXT)
22552 .type GL_PREFIX(UnlockArraysEXT), @function
22553 GL_PREFIX(UnlockArraysEXT):
22554 #if defined(GLX_USE_TLS)
22555 call _x86_64_get_dispatch@PLT
22556 movq 4776(%rax), %r11
22557 jmp *%r11
22558 #elif defined(PTHREADS)
22559 pushq %rbp
22560 call _x86_64_get_dispatch@PLT
22561 popq %rbp
22562 movq 4776(%rax), %r11
22563 jmp *%r11
22564 #else
22565 movq _glapi_Dispatch(%rip), %rax
22566 testq %rax, %rax
22567 je 1f
22568 movq 4776(%rax), %r11
22569 jmp *%r11
22570 1:
22571 pushq %rbp
22572 call _glapi_get_dispatch
22573 popq %rbp
22574 movq 4776(%rax), %r11
22575 jmp *%r11
22576 #endif /* defined(GLX_USE_TLS) */
22577 .size GL_PREFIX(UnlockArraysEXT), .-GL_PREFIX(UnlockArraysEXT)
22578
22579 .p2align 4,,15
22580 .globl GL_PREFIX(_dispatch_stub_598)
22581 .type GL_PREFIX(_dispatch_stub_598), @function
22582 HIDDEN(GL_PREFIX(_dispatch_stub_598))
22583 GL_PREFIX(_dispatch_stub_598):
22584 #if defined(GLX_USE_TLS)
22585 call _x86_64_get_dispatch@PLT
22586 movq 4784(%rax), %r11
22587 jmp *%r11
22588 #elif defined(PTHREADS)
22589 pushq %rdi
22590 pushq %rsi
22591 pushq %rbp
22592 call _x86_64_get_dispatch@PLT
22593 popq %rbp
22594 popq %rsi
22595 popq %rdi
22596 movq 4784(%rax), %r11
22597 jmp *%r11
22598 #else
22599 movq _glapi_Dispatch(%rip), %rax
22600 testq %rax, %rax
22601 je 1f
22602 movq 4784(%rax), %r11
22603 jmp *%r11
22604 1:
22605 pushq %rdi
22606 pushq %rsi
22607 pushq %rbp
22608 call _glapi_get_dispatch
22609 popq %rbp
22610 popq %rsi
22611 popq %rdi
22612 movq 4784(%rax), %r11
22613 jmp *%r11
22614 #endif /* defined(GLX_USE_TLS) */
22615 .size GL_PREFIX(_dispatch_stub_598), .-GL_PREFIX(_dispatch_stub_598)
22616
22617 .p2align 4,,15
22618 .globl GL_PREFIX(_dispatch_stub_599)
22619 .type GL_PREFIX(_dispatch_stub_599), @function
22620 HIDDEN(GL_PREFIX(_dispatch_stub_599))
22621 GL_PREFIX(_dispatch_stub_599):
22622 #if defined(GLX_USE_TLS)
22623 call _x86_64_get_dispatch@PLT
22624 movq 4792(%rax), %r11
22625 jmp *%r11
22626 #elif defined(PTHREADS)
22627 pushq %rdi
22628 pushq %rsi
22629 pushq %rbp
22630 call _x86_64_get_dispatch@PLT
22631 popq %rbp
22632 popq %rsi
22633 popq %rdi
22634 movq 4792(%rax), %r11
22635 jmp *%r11
22636 #else
22637 movq _glapi_Dispatch(%rip), %rax
22638 testq %rax, %rax
22639 je 1f
22640 movq 4792(%rax), %r11
22641 jmp *%r11
22642 1:
22643 pushq %rdi
22644 pushq %rsi
22645 pushq %rbp
22646 call _glapi_get_dispatch
22647 popq %rbp
22648 popq %rsi
22649 popq %rdi
22650 movq 4792(%rax), %r11
22651 jmp *%r11
22652 #endif /* defined(GLX_USE_TLS) */
22653 .size GL_PREFIX(_dispatch_stub_599), .-GL_PREFIX(_dispatch_stub_599)
22654
22655 .p2align 4,,15
22656 .globl GL_PREFIX(SecondaryColor3bEXT)
22657 .type GL_PREFIX(SecondaryColor3bEXT), @function
22658 GL_PREFIX(SecondaryColor3bEXT):
22659 #if defined(GLX_USE_TLS)
22660 call _x86_64_get_dispatch@PLT
22661 movq 4800(%rax), %r11
22662 jmp *%r11
22663 #elif defined(PTHREADS)
22664 pushq %rdi
22665 pushq %rsi
22666 pushq %rdx
22667 call _x86_64_get_dispatch@PLT
22668 popq %rdx
22669 popq %rsi
22670 popq %rdi
22671 movq 4800(%rax), %r11
22672 jmp *%r11
22673 #else
22674 movq _glapi_Dispatch(%rip), %rax
22675 testq %rax, %rax
22676 je 1f
22677 movq 4800(%rax), %r11
22678 jmp *%r11
22679 1:
22680 pushq %rdi
22681 pushq %rsi
22682 pushq %rdx
22683 call _glapi_get_dispatch
22684 popq %rdx
22685 popq %rsi
22686 popq %rdi
22687 movq 4800(%rax), %r11
22688 jmp *%r11
22689 #endif /* defined(GLX_USE_TLS) */
22690 .size GL_PREFIX(SecondaryColor3bEXT), .-GL_PREFIX(SecondaryColor3bEXT)
22691
22692 .p2align 4,,15
22693 .globl GL_PREFIX(SecondaryColor3bvEXT)
22694 .type GL_PREFIX(SecondaryColor3bvEXT), @function
22695 GL_PREFIX(SecondaryColor3bvEXT):
22696 #if defined(GLX_USE_TLS)
22697 call _x86_64_get_dispatch@PLT
22698 movq 4808(%rax), %r11
22699 jmp *%r11
22700 #elif defined(PTHREADS)
22701 pushq %rdi
22702 call _x86_64_get_dispatch@PLT
22703 popq %rdi
22704 movq 4808(%rax), %r11
22705 jmp *%r11
22706 #else
22707 movq _glapi_Dispatch(%rip), %rax
22708 testq %rax, %rax
22709 je 1f
22710 movq 4808(%rax), %r11
22711 jmp *%r11
22712 1:
22713 pushq %rdi
22714 call _glapi_get_dispatch
22715 popq %rdi
22716 movq 4808(%rax), %r11
22717 jmp *%r11
22718 #endif /* defined(GLX_USE_TLS) */
22719 .size GL_PREFIX(SecondaryColor3bvEXT), .-GL_PREFIX(SecondaryColor3bvEXT)
22720
22721 .p2align 4,,15
22722 .globl GL_PREFIX(SecondaryColor3dEXT)
22723 .type GL_PREFIX(SecondaryColor3dEXT), @function
22724 GL_PREFIX(SecondaryColor3dEXT):
22725 #if defined(GLX_USE_TLS)
22726 call _x86_64_get_dispatch@PLT
22727 movq 4816(%rax), %r11
22728 jmp *%r11
22729 #elif defined(PTHREADS)
22730 subq $24, %rsp
22731 movq %xmm0, (%rsp)
22732 movq %xmm1, 8(%rsp)
22733 movq %xmm2, 16(%rsp)
22734 call _x86_64_get_dispatch@PLT
22735 movq 16(%rsp), %xmm2
22736 movq 8(%rsp), %xmm1
22737 movq (%rsp), %xmm0
22738 addq $24, %rsp
22739 movq 4816(%rax), %r11
22740 jmp *%r11
22741 #else
22742 movq _glapi_Dispatch(%rip), %rax
22743 testq %rax, %rax
22744 je 1f
22745 movq 4816(%rax), %r11
22746 jmp *%r11
22747 1:
22748 subq $24, %rsp
22749 movq %xmm0, (%rsp)
22750 movq %xmm1, 8(%rsp)
22751 movq %xmm2, 16(%rsp)
22752 call _glapi_get_dispatch
22753 movq 16(%rsp), %xmm2
22754 movq 8(%rsp), %xmm1
22755 movq (%rsp), %xmm0
22756 addq $24, %rsp
22757 movq 4816(%rax), %r11
22758 jmp *%r11
22759 #endif /* defined(GLX_USE_TLS) */
22760 .size GL_PREFIX(SecondaryColor3dEXT), .-GL_PREFIX(SecondaryColor3dEXT)
22761
22762 .p2align 4,,15
22763 .globl GL_PREFIX(SecondaryColor3dvEXT)
22764 .type GL_PREFIX(SecondaryColor3dvEXT), @function
22765 GL_PREFIX(SecondaryColor3dvEXT):
22766 #if defined(GLX_USE_TLS)
22767 call _x86_64_get_dispatch@PLT
22768 movq 4824(%rax), %r11
22769 jmp *%r11
22770 #elif defined(PTHREADS)
22771 pushq %rdi
22772 call _x86_64_get_dispatch@PLT
22773 popq %rdi
22774 movq 4824(%rax), %r11
22775 jmp *%r11
22776 #else
22777 movq _glapi_Dispatch(%rip), %rax
22778 testq %rax, %rax
22779 je 1f
22780 movq 4824(%rax), %r11
22781 jmp *%r11
22782 1:
22783 pushq %rdi
22784 call _glapi_get_dispatch
22785 popq %rdi
22786 movq 4824(%rax), %r11
22787 jmp *%r11
22788 #endif /* defined(GLX_USE_TLS) */
22789 .size GL_PREFIX(SecondaryColor3dvEXT), .-GL_PREFIX(SecondaryColor3dvEXT)
22790
22791 .p2align 4,,15
22792 .globl GL_PREFIX(SecondaryColor3fEXT)
22793 .type GL_PREFIX(SecondaryColor3fEXT), @function
22794 GL_PREFIX(SecondaryColor3fEXT):
22795 #if defined(GLX_USE_TLS)
22796 call _x86_64_get_dispatch@PLT
22797 movq 4832(%rax), %r11
22798 jmp *%r11
22799 #elif defined(PTHREADS)
22800 subq $24, %rsp
22801 movq %xmm0, (%rsp)
22802 movq %xmm1, 8(%rsp)
22803 movq %xmm2, 16(%rsp)
22804 call _x86_64_get_dispatch@PLT
22805 movq 16(%rsp), %xmm2
22806 movq 8(%rsp), %xmm1
22807 movq (%rsp), %xmm0
22808 addq $24, %rsp
22809 movq 4832(%rax), %r11
22810 jmp *%r11
22811 #else
22812 movq _glapi_Dispatch(%rip), %rax
22813 testq %rax, %rax
22814 je 1f
22815 movq 4832(%rax), %r11
22816 jmp *%r11
22817 1:
22818 subq $24, %rsp
22819 movq %xmm0, (%rsp)
22820 movq %xmm1, 8(%rsp)
22821 movq %xmm2, 16(%rsp)
22822 call _glapi_get_dispatch
22823 movq 16(%rsp), %xmm2
22824 movq 8(%rsp), %xmm1
22825 movq (%rsp), %xmm0
22826 addq $24, %rsp
22827 movq 4832(%rax), %r11
22828 jmp *%r11
22829 #endif /* defined(GLX_USE_TLS) */
22830 .size GL_PREFIX(SecondaryColor3fEXT), .-GL_PREFIX(SecondaryColor3fEXT)
22831
22832 .p2align 4,,15
22833 .globl GL_PREFIX(SecondaryColor3fvEXT)
22834 .type GL_PREFIX(SecondaryColor3fvEXT), @function
22835 GL_PREFIX(SecondaryColor3fvEXT):
22836 #if defined(GLX_USE_TLS)
22837 call _x86_64_get_dispatch@PLT
22838 movq 4840(%rax), %r11
22839 jmp *%r11
22840 #elif defined(PTHREADS)
22841 pushq %rdi
22842 call _x86_64_get_dispatch@PLT
22843 popq %rdi
22844 movq 4840(%rax), %r11
22845 jmp *%r11
22846 #else
22847 movq _glapi_Dispatch(%rip), %rax
22848 testq %rax, %rax
22849 je 1f
22850 movq 4840(%rax), %r11
22851 jmp *%r11
22852 1:
22853 pushq %rdi
22854 call _glapi_get_dispatch
22855 popq %rdi
22856 movq 4840(%rax), %r11
22857 jmp *%r11
22858 #endif /* defined(GLX_USE_TLS) */
22859 .size GL_PREFIX(SecondaryColor3fvEXT), .-GL_PREFIX(SecondaryColor3fvEXT)
22860
22861 .p2align 4,,15
22862 .globl GL_PREFIX(SecondaryColor3iEXT)
22863 .type GL_PREFIX(SecondaryColor3iEXT), @function
22864 GL_PREFIX(SecondaryColor3iEXT):
22865 #if defined(GLX_USE_TLS)
22866 call _x86_64_get_dispatch@PLT
22867 movq 4848(%rax), %r11
22868 jmp *%r11
22869 #elif defined(PTHREADS)
22870 pushq %rdi
22871 pushq %rsi
22872 pushq %rdx
22873 call _x86_64_get_dispatch@PLT
22874 popq %rdx
22875 popq %rsi
22876 popq %rdi
22877 movq 4848(%rax), %r11
22878 jmp *%r11
22879 #else
22880 movq _glapi_Dispatch(%rip), %rax
22881 testq %rax, %rax
22882 je 1f
22883 movq 4848(%rax), %r11
22884 jmp *%r11
22885 1:
22886 pushq %rdi
22887 pushq %rsi
22888 pushq %rdx
22889 call _glapi_get_dispatch
22890 popq %rdx
22891 popq %rsi
22892 popq %rdi
22893 movq 4848(%rax), %r11
22894 jmp *%r11
22895 #endif /* defined(GLX_USE_TLS) */
22896 .size GL_PREFIX(SecondaryColor3iEXT), .-GL_PREFIX(SecondaryColor3iEXT)
22897
22898 .p2align 4,,15
22899 .globl GL_PREFIX(SecondaryColor3ivEXT)
22900 .type GL_PREFIX(SecondaryColor3ivEXT), @function
22901 GL_PREFIX(SecondaryColor3ivEXT):
22902 #if defined(GLX_USE_TLS)
22903 call _x86_64_get_dispatch@PLT
22904 movq 4856(%rax), %r11
22905 jmp *%r11
22906 #elif defined(PTHREADS)
22907 pushq %rdi
22908 call _x86_64_get_dispatch@PLT
22909 popq %rdi
22910 movq 4856(%rax), %r11
22911 jmp *%r11
22912 #else
22913 movq _glapi_Dispatch(%rip), %rax
22914 testq %rax, %rax
22915 je 1f
22916 movq 4856(%rax), %r11
22917 jmp *%r11
22918 1:
22919 pushq %rdi
22920 call _glapi_get_dispatch
22921 popq %rdi
22922 movq 4856(%rax), %r11
22923 jmp *%r11
22924 #endif /* defined(GLX_USE_TLS) */
22925 .size GL_PREFIX(SecondaryColor3ivEXT), .-GL_PREFIX(SecondaryColor3ivEXT)
22926
22927 .p2align 4,,15
22928 .globl GL_PREFIX(SecondaryColor3sEXT)
22929 .type GL_PREFIX(SecondaryColor3sEXT), @function
22930 GL_PREFIX(SecondaryColor3sEXT):
22931 #if defined(GLX_USE_TLS)
22932 call _x86_64_get_dispatch@PLT
22933 movq 4864(%rax), %r11
22934 jmp *%r11
22935 #elif defined(PTHREADS)
22936 pushq %rdi
22937 pushq %rsi
22938 pushq %rdx
22939 call _x86_64_get_dispatch@PLT
22940 popq %rdx
22941 popq %rsi
22942 popq %rdi
22943 movq 4864(%rax), %r11
22944 jmp *%r11
22945 #else
22946 movq _glapi_Dispatch(%rip), %rax
22947 testq %rax, %rax
22948 je 1f
22949 movq 4864(%rax), %r11
22950 jmp *%r11
22951 1:
22952 pushq %rdi
22953 pushq %rsi
22954 pushq %rdx
22955 call _glapi_get_dispatch
22956 popq %rdx
22957 popq %rsi
22958 popq %rdi
22959 movq 4864(%rax), %r11
22960 jmp *%r11
22961 #endif /* defined(GLX_USE_TLS) */
22962 .size GL_PREFIX(SecondaryColor3sEXT), .-GL_PREFIX(SecondaryColor3sEXT)
22963
22964 .p2align 4,,15
22965 .globl GL_PREFIX(SecondaryColor3svEXT)
22966 .type GL_PREFIX(SecondaryColor3svEXT), @function
22967 GL_PREFIX(SecondaryColor3svEXT):
22968 #if defined(GLX_USE_TLS)
22969 call _x86_64_get_dispatch@PLT
22970 movq 4872(%rax), %r11
22971 jmp *%r11
22972 #elif defined(PTHREADS)
22973 pushq %rdi
22974 call _x86_64_get_dispatch@PLT
22975 popq %rdi
22976 movq 4872(%rax), %r11
22977 jmp *%r11
22978 #else
22979 movq _glapi_Dispatch(%rip), %rax
22980 testq %rax, %rax
22981 je 1f
22982 movq 4872(%rax), %r11
22983 jmp *%r11
22984 1:
22985 pushq %rdi
22986 call _glapi_get_dispatch
22987 popq %rdi
22988 movq 4872(%rax), %r11
22989 jmp *%r11
22990 #endif /* defined(GLX_USE_TLS) */
22991 .size GL_PREFIX(SecondaryColor3svEXT), .-GL_PREFIX(SecondaryColor3svEXT)
22992
22993 .p2align 4,,15
22994 .globl GL_PREFIX(SecondaryColor3ubEXT)
22995 .type GL_PREFIX(SecondaryColor3ubEXT), @function
22996 GL_PREFIX(SecondaryColor3ubEXT):
22997 #if defined(GLX_USE_TLS)
22998 call _x86_64_get_dispatch@PLT
22999 movq 4880(%rax), %r11
23000 jmp *%r11
23001 #elif defined(PTHREADS)
23002 pushq %rdi
23003 pushq %rsi
23004 pushq %rdx
23005 call _x86_64_get_dispatch@PLT
23006 popq %rdx
23007 popq %rsi
23008 popq %rdi
23009 movq 4880(%rax), %r11
23010 jmp *%r11
23011 #else
23012 movq _glapi_Dispatch(%rip), %rax
23013 testq %rax, %rax
23014 je 1f
23015 movq 4880(%rax), %r11
23016 jmp *%r11
23017 1:
23018 pushq %rdi
23019 pushq %rsi
23020 pushq %rdx
23021 call _glapi_get_dispatch
23022 popq %rdx
23023 popq %rsi
23024 popq %rdi
23025 movq 4880(%rax), %r11
23026 jmp *%r11
23027 #endif /* defined(GLX_USE_TLS) */
23028 .size GL_PREFIX(SecondaryColor3ubEXT), .-GL_PREFIX(SecondaryColor3ubEXT)
23029
23030 .p2align 4,,15
23031 .globl GL_PREFIX(SecondaryColor3ubvEXT)
23032 .type GL_PREFIX(SecondaryColor3ubvEXT), @function
23033 GL_PREFIX(SecondaryColor3ubvEXT):
23034 #if defined(GLX_USE_TLS)
23035 call _x86_64_get_dispatch@PLT
23036 movq 4888(%rax), %r11
23037 jmp *%r11
23038 #elif defined(PTHREADS)
23039 pushq %rdi
23040 call _x86_64_get_dispatch@PLT
23041 popq %rdi
23042 movq 4888(%rax), %r11
23043 jmp *%r11
23044 #else
23045 movq _glapi_Dispatch(%rip), %rax
23046 testq %rax, %rax
23047 je 1f
23048 movq 4888(%rax), %r11
23049 jmp *%r11
23050 1:
23051 pushq %rdi
23052 call _glapi_get_dispatch
23053 popq %rdi
23054 movq 4888(%rax), %r11
23055 jmp *%r11
23056 #endif /* defined(GLX_USE_TLS) */
23057 .size GL_PREFIX(SecondaryColor3ubvEXT), .-GL_PREFIX(SecondaryColor3ubvEXT)
23058
23059 .p2align 4,,15
23060 .globl GL_PREFIX(SecondaryColor3uiEXT)
23061 .type GL_PREFIX(SecondaryColor3uiEXT), @function
23062 GL_PREFIX(SecondaryColor3uiEXT):
23063 #if defined(GLX_USE_TLS)
23064 call _x86_64_get_dispatch@PLT
23065 movq 4896(%rax), %r11
23066 jmp *%r11
23067 #elif defined(PTHREADS)
23068 pushq %rdi
23069 pushq %rsi
23070 pushq %rdx
23071 call _x86_64_get_dispatch@PLT
23072 popq %rdx
23073 popq %rsi
23074 popq %rdi
23075 movq 4896(%rax), %r11
23076 jmp *%r11
23077 #else
23078 movq _glapi_Dispatch(%rip), %rax
23079 testq %rax, %rax
23080 je 1f
23081 movq 4896(%rax), %r11
23082 jmp *%r11
23083 1:
23084 pushq %rdi
23085 pushq %rsi
23086 pushq %rdx
23087 call _glapi_get_dispatch
23088 popq %rdx
23089 popq %rsi
23090 popq %rdi
23091 movq 4896(%rax), %r11
23092 jmp *%r11
23093 #endif /* defined(GLX_USE_TLS) */
23094 .size GL_PREFIX(SecondaryColor3uiEXT), .-GL_PREFIX(SecondaryColor3uiEXT)
23095
23096 .p2align 4,,15
23097 .globl GL_PREFIX(SecondaryColor3uivEXT)
23098 .type GL_PREFIX(SecondaryColor3uivEXT), @function
23099 GL_PREFIX(SecondaryColor3uivEXT):
23100 #if defined(GLX_USE_TLS)
23101 call _x86_64_get_dispatch@PLT
23102 movq 4904(%rax), %r11
23103 jmp *%r11
23104 #elif defined(PTHREADS)
23105 pushq %rdi
23106 call _x86_64_get_dispatch@PLT
23107 popq %rdi
23108 movq 4904(%rax), %r11
23109 jmp *%r11
23110 #else
23111 movq _glapi_Dispatch(%rip), %rax
23112 testq %rax, %rax
23113 je 1f
23114 movq 4904(%rax), %r11
23115 jmp *%r11
23116 1:
23117 pushq %rdi
23118 call _glapi_get_dispatch
23119 popq %rdi
23120 movq 4904(%rax), %r11
23121 jmp *%r11
23122 #endif /* defined(GLX_USE_TLS) */
23123 .size GL_PREFIX(SecondaryColor3uivEXT), .-GL_PREFIX(SecondaryColor3uivEXT)
23124
23125 .p2align 4,,15
23126 .globl GL_PREFIX(SecondaryColor3usEXT)
23127 .type GL_PREFIX(SecondaryColor3usEXT), @function
23128 GL_PREFIX(SecondaryColor3usEXT):
23129 #if defined(GLX_USE_TLS)
23130 call _x86_64_get_dispatch@PLT
23131 movq 4912(%rax), %r11
23132 jmp *%r11
23133 #elif defined(PTHREADS)
23134 pushq %rdi
23135 pushq %rsi
23136 pushq %rdx
23137 call _x86_64_get_dispatch@PLT
23138 popq %rdx
23139 popq %rsi
23140 popq %rdi
23141 movq 4912(%rax), %r11
23142 jmp *%r11
23143 #else
23144 movq _glapi_Dispatch(%rip), %rax
23145 testq %rax, %rax
23146 je 1f
23147 movq 4912(%rax), %r11
23148 jmp *%r11
23149 1:
23150 pushq %rdi
23151 pushq %rsi
23152 pushq %rdx
23153 call _glapi_get_dispatch
23154 popq %rdx
23155 popq %rsi
23156 popq %rdi
23157 movq 4912(%rax), %r11
23158 jmp *%r11
23159 #endif /* defined(GLX_USE_TLS) */
23160 .size GL_PREFIX(SecondaryColor3usEXT), .-GL_PREFIX(SecondaryColor3usEXT)
23161
23162 .p2align 4,,15
23163 .globl GL_PREFIX(SecondaryColor3usvEXT)
23164 .type GL_PREFIX(SecondaryColor3usvEXT), @function
23165 GL_PREFIX(SecondaryColor3usvEXT):
23166 #if defined(GLX_USE_TLS)
23167 call _x86_64_get_dispatch@PLT
23168 movq 4920(%rax), %r11
23169 jmp *%r11
23170 #elif defined(PTHREADS)
23171 pushq %rdi
23172 call _x86_64_get_dispatch@PLT
23173 popq %rdi
23174 movq 4920(%rax), %r11
23175 jmp *%r11
23176 #else
23177 movq _glapi_Dispatch(%rip), %rax
23178 testq %rax, %rax
23179 je 1f
23180 movq 4920(%rax), %r11
23181 jmp *%r11
23182 1:
23183 pushq %rdi
23184 call _glapi_get_dispatch
23185 popq %rdi
23186 movq 4920(%rax), %r11
23187 jmp *%r11
23188 #endif /* defined(GLX_USE_TLS) */
23189 .size GL_PREFIX(SecondaryColor3usvEXT), .-GL_PREFIX(SecondaryColor3usvEXT)
23190
23191 .p2align 4,,15
23192 .globl GL_PREFIX(SecondaryColorPointerEXT)
23193 .type GL_PREFIX(SecondaryColorPointerEXT), @function
23194 GL_PREFIX(SecondaryColorPointerEXT):
23195 #if defined(GLX_USE_TLS)
23196 call _x86_64_get_dispatch@PLT
23197 movq 4928(%rax), %r11
23198 jmp *%r11
23199 #elif defined(PTHREADS)
23200 pushq %rdi
23201 pushq %rsi
23202 pushq %rdx
23203 pushq %rcx
23204 pushq %rbp
23205 call _x86_64_get_dispatch@PLT
23206 popq %rbp
23207 popq %rcx
23208 popq %rdx
23209 popq %rsi
23210 popq %rdi
23211 movq 4928(%rax), %r11
23212 jmp *%r11
23213 #else
23214 movq _glapi_Dispatch(%rip), %rax
23215 testq %rax, %rax
23216 je 1f
23217 movq 4928(%rax), %r11
23218 jmp *%r11
23219 1:
23220 pushq %rdi
23221 pushq %rsi
23222 pushq %rdx
23223 pushq %rcx
23224 pushq %rbp
23225 call _glapi_get_dispatch
23226 popq %rbp
23227 popq %rcx
23228 popq %rdx
23229 popq %rsi
23230 popq %rdi
23231 movq 4928(%rax), %r11
23232 jmp *%r11
23233 #endif /* defined(GLX_USE_TLS) */
23234 .size GL_PREFIX(SecondaryColorPointerEXT), .-GL_PREFIX(SecondaryColorPointerEXT)
23235
23236 .p2align 4,,15
23237 .globl GL_PREFIX(MultiDrawArraysEXT)
23238 .type GL_PREFIX(MultiDrawArraysEXT), @function
23239 GL_PREFIX(MultiDrawArraysEXT):
23240 #if defined(GLX_USE_TLS)
23241 call _x86_64_get_dispatch@PLT
23242 movq 4936(%rax), %r11
23243 jmp *%r11
23244 #elif defined(PTHREADS)
23245 pushq %rdi
23246 pushq %rsi
23247 pushq %rdx
23248 pushq %rcx
23249 pushq %rbp
23250 call _x86_64_get_dispatch@PLT
23251 popq %rbp
23252 popq %rcx
23253 popq %rdx
23254 popq %rsi
23255 popq %rdi
23256 movq 4936(%rax), %r11
23257 jmp *%r11
23258 #else
23259 movq _glapi_Dispatch(%rip), %rax
23260 testq %rax, %rax
23261 je 1f
23262 movq 4936(%rax), %r11
23263 jmp *%r11
23264 1:
23265 pushq %rdi
23266 pushq %rsi
23267 pushq %rdx
23268 pushq %rcx
23269 pushq %rbp
23270 call _glapi_get_dispatch
23271 popq %rbp
23272 popq %rcx
23273 popq %rdx
23274 popq %rsi
23275 popq %rdi
23276 movq 4936(%rax), %r11
23277 jmp *%r11
23278 #endif /* defined(GLX_USE_TLS) */
23279 .size GL_PREFIX(MultiDrawArraysEXT), .-GL_PREFIX(MultiDrawArraysEXT)
23280
23281 .p2align 4,,15
23282 .globl GL_PREFIX(MultiDrawElementsEXT)
23283 .type GL_PREFIX(MultiDrawElementsEXT), @function
23284 GL_PREFIX(MultiDrawElementsEXT):
23285 #if defined(GLX_USE_TLS)
23286 call _x86_64_get_dispatch@PLT
23287 movq 4944(%rax), %r11
23288 jmp *%r11
23289 #elif defined(PTHREADS)
23290 pushq %rdi
23291 pushq %rsi
23292 pushq %rdx
23293 pushq %rcx
23294 pushq %r8
23295 call _x86_64_get_dispatch@PLT
23296 popq %r8
23297 popq %rcx
23298 popq %rdx
23299 popq %rsi
23300 popq %rdi
23301 movq 4944(%rax), %r11
23302 jmp *%r11
23303 #else
23304 movq _glapi_Dispatch(%rip), %rax
23305 testq %rax, %rax
23306 je 1f
23307 movq 4944(%rax), %r11
23308 jmp *%r11
23309 1:
23310 pushq %rdi
23311 pushq %rsi
23312 pushq %rdx
23313 pushq %rcx
23314 pushq %r8
23315 call _glapi_get_dispatch
23316 popq %r8
23317 popq %rcx
23318 popq %rdx
23319 popq %rsi
23320 popq %rdi
23321 movq 4944(%rax), %r11
23322 jmp *%r11
23323 #endif /* defined(GLX_USE_TLS) */
23324 .size GL_PREFIX(MultiDrawElementsEXT), .-GL_PREFIX(MultiDrawElementsEXT)
23325
23326 .p2align 4,,15
23327 .globl GL_PREFIX(FogCoordPointerEXT)
23328 .type GL_PREFIX(FogCoordPointerEXT), @function
23329 GL_PREFIX(FogCoordPointerEXT):
23330 #if defined(GLX_USE_TLS)
23331 call _x86_64_get_dispatch@PLT
23332 movq 4952(%rax), %r11
23333 jmp *%r11
23334 #elif defined(PTHREADS)
23335 pushq %rdi
23336 pushq %rsi
23337 pushq %rdx
23338 call _x86_64_get_dispatch@PLT
23339 popq %rdx
23340 popq %rsi
23341 popq %rdi
23342 movq 4952(%rax), %r11
23343 jmp *%r11
23344 #else
23345 movq _glapi_Dispatch(%rip), %rax
23346 testq %rax, %rax
23347 je 1f
23348 movq 4952(%rax), %r11
23349 jmp *%r11
23350 1:
23351 pushq %rdi
23352 pushq %rsi
23353 pushq %rdx
23354 call _glapi_get_dispatch
23355 popq %rdx
23356 popq %rsi
23357 popq %rdi
23358 movq 4952(%rax), %r11
23359 jmp *%r11
23360 #endif /* defined(GLX_USE_TLS) */
23361 .size GL_PREFIX(FogCoordPointerEXT), .-GL_PREFIX(FogCoordPointerEXT)
23362
23363 .p2align 4,,15
23364 .globl GL_PREFIX(FogCoorddEXT)
23365 .type GL_PREFIX(FogCoorddEXT), @function
23366 GL_PREFIX(FogCoorddEXT):
23367 #if defined(GLX_USE_TLS)
23368 call _x86_64_get_dispatch@PLT
23369 movq 4960(%rax), %r11
23370 jmp *%r11
23371 #elif defined(PTHREADS)
23372 subq $8, %rsp
23373 movq %xmm0, (%rsp)
23374 call _x86_64_get_dispatch@PLT
23375 movq (%rsp), %xmm0
23376 addq $8, %rsp
23377 movq 4960(%rax), %r11
23378 jmp *%r11
23379 #else
23380 movq _glapi_Dispatch(%rip), %rax
23381 testq %rax, %rax
23382 je 1f
23383 movq 4960(%rax), %r11
23384 jmp *%r11
23385 1:
23386 subq $8, %rsp
23387 movq %xmm0, (%rsp)
23388 call _glapi_get_dispatch
23389 movq (%rsp), %xmm0
23390 addq $8, %rsp
23391 movq 4960(%rax), %r11
23392 jmp *%r11
23393 #endif /* defined(GLX_USE_TLS) */
23394 .size GL_PREFIX(FogCoorddEXT), .-GL_PREFIX(FogCoorddEXT)
23395
23396 .p2align 4,,15
23397 .globl GL_PREFIX(FogCoorddvEXT)
23398 .type GL_PREFIX(FogCoorddvEXT), @function
23399 GL_PREFIX(FogCoorddvEXT):
23400 #if defined(GLX_USE_TLS)
23401 call _x86_64_get_dispatch@PLT
23402 movq 4968(%rax), %r11
23403 jmp *%r11
23404 #elif defined(PTHREADS)
23405 pushq %rdi
23406 call _x86_64_get_dispatch@PLT
23407 popq %rdi
23408 movq 4968(%rax), %r11
23409 jmp *%r11
23410 #else
23411 movq _glapi_Dispatch(%rip), %rax
23412 testq %rax, %rax
23413 je 1f
23414 movq 4968(%rax), %r11
23415 jmp *%r11
23416 1:
23417 pushq %rdi
23418 call _glapi_get_dispatch
23419 popq %rdi
23420 movq 4968(%rax), %r11
23421 jmp *%r11
23422 #endif /* defined(GLX_USE_TLS) */
23423 .size GL_PREFIX(FogCoorddvEXT), .-GL_PREFIX(FogCoorddvEXT)
23424
23425 .p2align 4,,15
23426 .globl GL_PREFIX(FogCoordfEXT)
23427 .type GL_PREFIX(FogCoordfEXT), @function
23428 GL_PREFIX(FogCoordfEXT):
23429 #if defined(GLX_USE_TLS)
23430 call _x86_64_get_dispatch@PLT
23431 movq 4976(%rax), %r11
23432 jmp *%r11
23433 #elif defined(PTHREADS)
23434 subq $8, %rsp
23435 movq %xmm0, (%rsp)
23436 call _x86_64_get_dispatch@PLT
23437 movq (%rsp), %xmm0
23438 addq $8, %rsp
23439 movq 4976(%rax), %r11
23440 jmp *%r11
23441 #else
23442 movq _glapi_Dispatch(%rip), %rax
23443 testq %rax, %rax
23444 je 1f
23445 movq 4976(%rax), %r11
23446 jmp *%r11
23447 1:
23448 subq $8, %rsp
23449 movq %xmm0, (%rsp)
23450 call _glapi_get_dispatch
23451 movq (%rsp), %xmm0
23452 addq $8, %rsp
23453 movq 4976(%rax), %r11
23454 jmp *%r11
23455 #endif /* defined(GLX_USE_TLS) */
23456 .size GL_PREFIX(FogCoordfEXT), .-GL_PREFIX(FogCoordfEXT)
23457
23458 .p2align 4,,15
23459 .globl GL_PREFIX(FogCoordfvEXT)
23460 .type GL_PREFIX(FogCoordfvEXT), @function
23461 GL_PREFIX(FogCoordfvEXT):
23462 #if defined(GLX_USE_TLS)
23463 call _x86_64_get_dispatch@PLT
23464 movq 4984(%rax), %r11
23465 jmp *%r11
23466 #elif defined(PTHREADS)
23467 pushq %rdi
23468 call _x86_64_get_dispatch@PLT
23469 popq %rdi
23470 movq 4984(%rax), %r11
23471 jmp *%r11
23472 #else
23473 movq _glapi_Dispatch(%rip), %rax
23474 testq %rax, %rax
23475 je 1f
23476 movq 4984(%rax), %r11
23477 jmp *%r11
23478 1:
23479 pushq %rdi
23480 call _glapi_get_dispatch
23481 popq %rdi
23482 movq 4984(%rax), %r11
23483 jmp *%r11
23484 #endif /* defined(GLX_USE_TLS) */
23485 .size GL_PREFIX(FogCoordfvEXT), .-GL_PREFIX(FogCoordfvEXT)
23486
23487 .p2align 4,,15
23488 .globl GL_PREFIX(_dispatch_stub_624)
23489 .type GL_PREFIX(_dispatch_stub_624), @function
23490 HIDDEN(GL_PREFIX(_dispatch_stub_624))
23491 GL_PREFIX(_dispatch_stub_624):
23492 #if defined(GLX_USE_TLS)
23493 call _x86_64_get_dispatch@PLT
23494 movq 4992(%rax), %r11
23495 jmp *%r11
23496 #elif defined(PTHREADS)
23497 pushq %rdi
23498 call _x86_64_get_dispatch@PLT
23499 popq %rdi
23500 movq 4992(%rax), %r11
23501 jmp *%r11
23502 #else
23503 movq _glapi_Dispatch(%rip), %rax
23504 testq %rax, %rax
23505 je 1f
23506 movq 4992(%rax), %r11
23507 jmp *%r11
23508 1:
23509 pushq %rdi
23510 call _glapi_get_dispatch
23511 popq %rdi
23512 movq 4992(%rax), %r11
23513 jmp *%r11
23514 #endif /* defined(GLX_USE_TLS) */
23515 .size GL_PREFIX(_dispatch_stub_624), .-GL_PREFIX(_dispatch_stub_624)
23516
23517 .p2align 4,,15
23518 .globl GL_PREFIX(BlendFuncSeparateEXT)
23519 .type GL_PREFIX(BlendFuncSeparateEXT), @function
23520 GL_PREFIX(BlendFuncSeparateEXT):
23521 #if defined(GLX_USE_TLS)
23522 call _x86_64_get_dispatch@PLT
23523 movq 5000(%rax), %r11
23524 jmp *%r11
23525 #elif defined(PTHREADS)
23526 pushq %rdi
23527 pushq %rsi
23528 pushq %rdx
23529 pushq %rcx
23530 pushq %rbp
23531 call _x86_64_get_dispatch@PLT
23532 popq %rbp
23533 popq %rcx
23534 popq %rdx
23535 popq %rsi
23536 popq %rdi
23537 movq 5000(%rax), %r11
23538 jmp *%r11
23539 #else
23540 movq _glapi_Dispatch(%rip), %rax
23541 testq %rax, %rax
23542 je 1f
23543 movq 5000(%rax), %r11
23544 jmp *%r11
23545 1:
23546 pushq %rdi
23547 pushq %rsi
23548 pushq %rdx
23549 pushq %rcx
23550 pushq %rbp
23551 call _glapi_get_dispatch
23552 popq %rbp
23553 popq %rcx
23554 popq %rdx
23555 popq %rsi
23556 popq %rdi
23557 movq 5000(%rax), %r11
23558 jmp *%r11
23559 #endif /* defined(GLX_USE_TLS) */
23560 .size GL_PREFIX(BlendFuncSeparateEXT), .-GL_PREFIX(BlendFuncSeparateEXT)
23561
23562 .p2align 4,,15
23563 .globl GL_PREFIX(FlushVertexArrayRangeNV)
23564 .type GL_PREFIX(FlushVertexArrayRangeNV), @function
23565 GL_PREFIX(FlushVertexArrayRangeNV):
23566 #if defined(GLX_USE_TLS)
23567 call _x86_64_get_dispatch@PLT
23568 movq 5008(%rax), %r11
23569 jmp *%r11
23570 #elif defined(PTHREADS)
23571 pushq %rbp
23572 call _x86_64_get_dispatch@PLT
23573 popq %rbp
23574 movq 5008(%rax), %r11
23575 jmp *%r11
23576 #else
23577 movq _glapi_Dispatch(%rip), %rax
23578 testq %rax, %rax
23579 je 1f
23580 movq 5008(%rax), %r11
23581 jmp *%r11
23582 1:
23583 pushq %rbp
23584 call _glapi_get_dispatch
23585 popq %rbp
23586 movq 5008(%rax), %r11
23587 jmp *%r11
23588 #endif /* defined(GLX_USE_TLS) */
23589 .size GL_PREFIX(FlushVertexArrayRangeNV), .-GL_PREFIX(FlushVertexArrayRangeNV)
23590
23591 .p2align 4,,15
23592 .globl GL_PREFIX(VertexArrayRangeNV)
23593 .type GL_PREFIX(VertexArrayRangeNV), @function
23594 GL_PREFIX(VertexArrayRangeNV):
23595 #if defined(GLX_USE_TLS)
23596 call _x86_64_get_dispatch@PLT
23597 movq 5016(%rax), %r11
23598 jmp *%r11
23599 #elif defined(PTHREADS)
23600 pushq %rdi
23601 pushq %rsi
23602 pushq %rbp
23603 call _x86_64_get_dispatch@PLT
23604 popq %rbp
23605 popq %rsi
23606 popq %rdi
23607 movq 5016(%rax), %r11
23608 jmp *%r11
23609 #else
23610 movq _glapi_Dispatch(%rip), %rax
23611 testq %rax, %rax
23612 je 1f
23613 movq 5016(%rax), %r11
23614 jmp *%r11
23615 1:
23616 pushq %rdi
23617 pushq %rsi
23618 pushq %rbp
23619 call _glapi_get_dispatch
23620 popq %rbp
23621 popq %rsi
23622 popq %rdi
23623 movq 5016(%rax), %r11
23624 jmp *%r11
23625 #endif /* defined(GLX_USE_TLS) */
23626 .size GL_PREFIX(VertexArrayRangeNV), .-GL_PREFIX(VertexArrayRangeNV)
23627
23628 .p2align 4,,15
23629 .globl GL_PREFIX(CombinerInputNV)
23630 .type GL_PREFIX(CombinerInputNV), @function
23631 GL_PREFIX(CombinerInputNV):
23632 #if defined(GLX_USE_TLS)
23633 call _x86_64_get_dispatch@PLT
23634 movq 5024(%rax), %r11
23635 jmp *%r11
23636 #elif defined(PTHREADS)
23637 pushq %rdi
23638 pushq %rsi
23639 pushq %rdx
23640 pushq %rcx
23641 pushq %r8
23642 pushq %r9
23643 pushq %rbp
23644 call _x86_64_get_dispatch@PLT
23645 popq %rbp
23646 popq %r9
23647 popq %r8
23648 popq %rcx
23649 popq %rdx
23650 popq %rsi
23651 popq %rdi
23652 movq 5024(%rax), %r11
23653 jmp *%r11
23654 #else
23655 movq _glapi_Dispatch(%rip), %rax
23656 testq %rax, %rax
23657 je 1f
23658 movq 5024(%rax), %r11
23659 jmp *%r11
23660 1:
23661 pushq %rdi
23662 pushq %rsi
23663 pushq %rdx
23664 pushq %rcx
23665 pushq %r8
23666 pushq %r9
23667 pushq %rbp
23668 call _glapi_get_dispatch
23669 popq %rbp
23670 popq %r9
23671 popq %r8
23672 popq %rcx
23673 popq %rdx
23674 popq %rsi
23675 popq %rdi
23676 movq 5024(%rax), %r11
23677 jmp *%r11
23678 #endif /* defined(GLX_USE_TLS) */
23679 .size GL_PREFIX(CombinerInputNV), .-GL_PREFIX(CombinerInputNV)
23680
23681 .p2align 4,,15
23682 .globl GL_PREFIX(CombinerOutputNV)
23683 .type GL_PREFIX(CombinerOutputNV), @function
23684 GL_PREFIX(CombinerOutputNV):
23685 #if defined(GLX_USE_TLS)
23686 call _x86_64_get_dispatch@PLT
23687 movq 5032(%rax), %r11
23688 jmp *%r11
23689 #elif defined(PTHREADS)
23690 pushq %rdi
23691 pushq %rsi
23692 pushq %rdx
23693 pushq %rcx
23694 pushq %r8
23695 pushq %r9
23696 pushq %rbp
23697 call _x86_64_get_dispatch@PLT
23698 popq %rbp
23699 popq %r9
23700 popq %r8
23701 popq %rcx
23702 popq %rdx
23703 popq %rsi
23704 popq %rdi
23705 movq 5032(%rax), %r11
23706 jmp *%r11
23707 #else
23708 movq _glapi_Dispatch(%rip), %rax
23709 testq %rax, %rax
23710 je 1f
23711 movq 5032(%rax), %r11
23712 jmp *%r11
23713 1:
23714 pushq %rdi
23715 pushq %rsi
23716 pushq %rdx
23717 pushq %rcx
23718 pushq %r8
23719 pushq %r9
23720 pushq %rbp
23721 call _glapi_get_dispatch
23722 popq %rbp
23723 popq %r9
23724 popq %r8
23725 popq %rcx
23726 popq %rdx
23727 popq %rsi
23728 popq %rdi
23729 movq 5032(%rax), %r11
23730 jmp *%r11
23731 #endif /* defined(GLX_USE_TLS) */
23732 .size GL_PREFIX(CombinerOutputNV), .-GL_PREFIX(CombinerOutputNV)
23733
23734 .p2align 4,,15
23735 .globl GL_PREFIX(CombinerParameterfNV)
23736 .type GL_PREFIX(CombinerParameterfNV), @function
23737 GL_PREFIX(CombinerParameterfNV):
23738 #if defined(GLX_USE_TLS)
23739 call _x86_64_get_dispatch@PLT
23740 movq 5040(%rax), %r11
23741 jmp *%r11
23742 #elif defined(PTHREADS)
23743 subq $24, %rsp
23744 movq %rdi, (%rsp)
23745 movq %xmm0, 8(%rsp)
23746 call _x86_64_get_dispatch@PLT
23747 movq 8(%rsp), %xmm0
23748 movq (%rsp), %rdi
23749 addq $24, %rsp
23750 movq 5040(%rax), %r11
23751 jmp *%r11
23752 #else
23753 movq _glapi_Dispatch(%rip), %rax
23754 testq %rax, %rax
23755 je 1f
23756 movq 5040(%rax), %r11
23757 jmp *%r11
23758 1:
23759 subq $24, %rsp
23760 movq %rdi, (%rsp)
23761 movq %xmm0, 8(%rsp)
23762 call _glapi_get_dispatch
23763 movq 8(%rsp), %xmm0
23764 movq (%rsp), %rdi
23765 addq $24, %rsp
23766 movq 5040(%rax), %r11
23767 jmp *%r11
23768 #endif /* defined(GLX_USE_TLS) */
23769 .size GL_PREFIX(CombinerParameterfNV), .-GL_PREFIX(CombinerParameterfNV)
23770
23771 .p2align 4,,15
23772 .globl GL_PREFIX(CombinerParameterfvNV)
23773 .type GL_PREFIX(CombinerParameterfvNV), @function
23774 GL_PREFIX(CombinerParameterfvNV):
23775 #if defined(GLX_USE_TLS)
23776 call _x86_64_get_dispatch@PLT
23777 movq 5048(%rax), %r11
23778 jmp *%r11
23779 #elif defined(PTHREADS)
23780 pushq %rdi
23781 pushq %rsi
23782 pushq %rbp
23783 call _x86_64_get_dispatch@PLT
23784 popq %rbp
23785 popq %rsi
23786 popq %rdi
23787 movq 5048(%rax), %r11
23788 jmp *%r11
23789 #else
23790 movq _glapi_Dispatch(%rip), %rax
23791 testq %rax, %rax
23792 je 1f
23793 movq 5048(%rax), %r11
23794 jmp *%r11
23795 1:
23796 pushq %rdi
23797 pushq %rsi
23798 pushq %rbp
23799 call _glapi_get_dispatch
23800 popq %rbp
23801 popq %rsi
23802 popq %rdi
23803 movq 5048(%rax), %r11
23804 jmp *%r11
23805 #endif /* defined(GLX_USE_TLS) */
23806 .size GL_PREFIX(CombinerParameterfvNV), .-GL_PREFIX(CombinerParameterfvNV)
23807
23808 .p2align 4,,15
23809 .globl GL_PREFIX(CombinerParameteriNV)
23810 .type GL_PREFIX(CombinerParameteriNV), @function
23811 GL_PREFIX(CombinerParameteriNV):
23812 #if defined(GLX_USE_TLS)
23813 call _x86_64_get_dispatch@PLT
23814 movq 5056(%rax), %r11
23815 jmp *%r11
23816 #elif defined(PTHREADS)
23817 pushq %rdi
23818 pushq %rsi
23819 pushq %rbp
23820 call _x86_64_get_dispatch@PLT
23821 popq %rbp
23822 popq %rsi
23823 popq %rdi
23824 movq 5056(%rax), %r11
23825 jmp *%r11
23826 #else
23827 movq _glapi_Dispatch(%rip), %rax
23828 testq %rax, %rax
23829 je 1f
23830 movq 5056(%rax), %r11
23831 jmp *%r11
23832 1:
23833 pushq %rdi
23834 pushq %rsi
23835 pushq %rbp
23836 call _glapi_get_dispatch
23837 popq %rbp
23838 popq %rsi
23839 popq %rdi
23840 movq 5056(%rax), %r11
23841 jmp *%r11
23842 #endif /* defined(GLX_USE_TLS) */
23843 .size GL_PREFIX(CombinerParameteriNV), .-GL_PREFIX(CombinerParameteriNV)
23844
23845 .p2align 4,,15
23846 .globl GL_PREFIX(CombinerParameterivNV)
23847 .type GL_PREFIX(CombinerParameterivNV), @function
23848 GL_PREFIX(CombinerParameterivNV):
23849 #if defined(GLX_USE_TLS)
23850 call _x86_64_get_dispatch@PLT
23851 movq 5064(%rax), %r11
23852 jmp *%r11
23853 #elif defined(PTHREADS)
23854 pushq %rdi
23855 pushq %rsi
23856 pushq %rbp
23857 call _x86_64_get_dispatch@PLT
23858 popq %rbp
23859 popq %rsi
23860 popq %rdi
23861 movq 5064(%rax), %r11
23862 jmp *%r11
23863 #else
23864 movq _glapi_Dispatch(%rip), %rax
23865 testq %rax, %rax
23866 je 1f
23867 movq 5064(%rax), %r11
23868 jmp *%r11
23869 1:
23870 pushq %rdi
23871 pushq %rsi
23872 pushq %rbp
23873 call _glapi_get_dispatch
23874 popq %rbp
23875 popq %rsi
23876 popq %rdi
23877 movq 5064(%rax), %r11
23878 jmp *%r11
23879 #endif /* defined(GLX_USE_TLS) */
23880 .size GL_PREFIX(CombinerParameterivNV), .-GL_PREFIX(CombinerParameterivNV)
23881
23882 .p2align 4,,15
23883 .globl GL_PREFIX(FinalCombinerInputNV)
23884 .type GL_PREFIX(FinalCombinerInputNV), @function
23885 GL_PREFIX(FinalCombinerInputNV):
23886 #if defined(GLX_USE_TLS)
23887 call _x86_64_get_dispatch@PLT
23888 movq 5072(%rax), %r11
23889 jmp *%r11
23890 #elif defined(PTHREADS)
23891 pushq %rdi
23892 pushq %rsi
23893 pushq %rdx
23894 pushq %rcx
23895 pushq %rbp
23896 call _x86_64_get_dispatch@PLT
23897 popq %rbp
23898 popq %rcx
23899 popq %rdx
23900 popq %rsi
23901 popq %rdi
23902 movq 5072(%rax), %r11
23903 jmp *%r11
23904 #else
23905 movq _glapi_Dispatch(%rip), %rax
23906 testq %rax, %rax
23907 je 1f
23908 movq 5072(%rax), %r11
23909 jmp *%r11
23910 1:
23911 pushq %rdi
23912 pushq %rsi
23913 pushq %rdx
23914 pushq %rcx
23915 pushq %rbp
23916 call _glapi_get_dispatch
23917 popq %rbp
23918 popq %rcx
23919 popq %rdx
23920 popq %rsi
23921 popq %rdi
23922 movq 5072(%rax), %r11
23923 jmp *%r11
23924 #endif /* defined(GLX_USE_TLS) */
23925 .size GL_PREFIX(FinalCombinerInputNV), .-GL_PREFIX(FinalCombinerInputNV)
23926
23927 .p2align 4,,15
23928 .globl GL_PREFIX(GetCombinerInputParameterfvNV)
23929 .type GL_PREFIX(GetCombinerInputParameterfvNV), @function
23930 GL_PREFIX(GetCombinerInputParameterfvNV):
23931 #if defined(GLX_USE_TLS)
23932 call _x86_64_get_dispatch@PLT
23933 movq 5080(%rax), %r11
23934 jmp *%r11
23935 #elif defined(PTHREADS)
23936 pushq %rdi
23937 pushq %rsi
23938 pushq %rdx
23939 pushq %rcx
23940 pushq %r8
23941 call _x86_64_get_dispatch@PLT
23942 popq %r8
23943 popq %rcx
23944 popq %rdx
23945 popq %rsi
23946 popq %rdi
23947 movq 5080(%rax), %r11
23948 jmp *%r11
23949 #else
23950 movq _glapi_Dispatch(%rip), %rax
23951 testq %rax, %rax
23952 je 1f
23953 movq 5080(%rax), %r11
23954 jmp *%r11
23955 1:
23956 pushq %rdi
23957 pushq %rsi
23958 pushq %rdx
23959 pushq %rcx
23960 pushq %r8
23961 call _glapi_get_dispatch
23962 popq %r8
23963 popq %rcx
23964 popq %rdx
23965 popq %rsi
23966 popq %rdi
23967 movq 5080(%rax), %r11
23968 jmp *%r11
23969 #endif /* defined(GLX_USE_TLS) */
23970 .size GL_PREFIX(GetCombinerInputParameterfvNV), .-GL_PREFIX(GetCombinerInputParameterfvNV)
23971
23972 .p2align 4,,15
23973 .globl GL_PREFIX(GetCombinerInputParameterivNV)
23974 .type GL_PREFIX(GetCombinerInputParameterivNV), @function
23975 GL_PREFIX(GetCombinerInputParameterivNV):
23976 #if defined(GLX_USE_TLS)
23977 call _x86_64_get_dispatch@PLT
23978 movq 5088(%rax), %r11
23979 jmp *%r11
23980 #elif defined(PTHREADS)
23981 pushq %rdi
23982 pushq %rsi
23983 pushq %rdx
23984 pushq %rcx
23985 pushq %r8
23986 call _x86_64_get_dispatch@PLT
23987 popq %r8
23988 popq %rcx
23989 popq %rdx
23990 popq %rsi
23991 popq %rdi
23992 movq 5088(%rax), %r11
23993 jmp *%r11
23994 #else
23995 movq _glapi_Dispatch(%rip), %rax
23996 testq %rax, %rax
23997 je 1f
23998 movq 5088(%rax), %r11
23999 jmp *%r11
24000 1:
24001 pushq %rdi
24002 pushq %rsi
24003 pushq %rdx
24004 pushq %rcx
24005 pushq %r8
24006 call _glapi_get_dispatch
24007 popq %r8
24008 popq %rcx
24009 popq %rdx
24010 popq %rsi
24011 popq %rdi
24012 movq 5088(%rax), %r11
24013 jmp *%r11
24014 #endif /* defined(GLX_USE_TLS) */
24015 .size GL_PREFIX(GetCombinerInputParameterivNV), .-GL_PREFIX(GetCombinerInputParameterivNV)
24016
24017 .p2align 4,,15
24018 .globl GL_PREFIX(GetCombinerOutputParameterfvNV)
24019 .type GL_PREFIX(GetCombinerOutputParameterfvNV), @function
24020 GL_PREFIX(GetCombinerOutputParameterfvNV):
24021 #if defined(GLX_USE_TLS)
24022 call _x86_64_get_dispatch@PLT
24023 movq 5096(%rax), %r11
24024 jmp *%r11
24025 #elif defined(PTHREADS)
24026 pushq %rdi
24027 pushq %rsi
24028 pushq %rdx
24029 pushq %rcx
24030 pushq %rbp
24031 call _x86_64_get_dispatch@PLT
24032 popq %rbp
24033 popq %rcx
24034 popq %rdx
24035 popq %rsi
24036 popq %rdi
24037 movq 5096(%rax), %r11
24038 jmp *%r11
24039 #else
24040 movq _glapi_Dispatch(%rip), %rax
24041 testq %rax, %rax
24042 je 1f
24043 movq 5096(%rax), %r11
24044 jmp *%r11
24045 1:
24046 pushq %rdi
24047 pushq %rsi
24048 pushq %rdx
24049 pushq %rcx
24050 pushq %rbp
24051 call _glapi_get_dispatch
24052 popq %rbp
24053 popq %rcx
24054 popq %rdx
24055 popq %rsi
24056 popq %rdi
24057 movq 5096(%rax), %r11
24058 jmp *%r11
24059 #endif /* defined(GLX_USE_TLS) */
24060 .size GL_PREFIX(GetCombinerOutputParameterfvNV), .-GL_PREFIX(GetCombinerOutputParameterfvNV)
24061
24062 .p2align 4,,15
24063 .globl GL_PREFIX(GetCombinerOutputParameterivNV)
24064 .type GL_PREFIX(GetCombinerOutputParameterivNV), @function
24065 GL_PREFIX(GetCombinerOutputParameterivNV):
24066 #if defined(GLX_USE_TLS)
24067 call _x86_64_get_dispatch@PLT
24068 movq 5104(%rax), %r11
24069 jmp *%r11
24070 #elif defined(PTHREADS)
24071 pushq %rdi
24072 pushq %rsi
24073 pushq %rdx
24074 pushq %rcx
24075 pushq %rbp
24076 call _x86_64_get_dispatch@PLT
24077 popq %rbp
24078 popq %rcx
24079 popq %rdx
24080 popq %rsi
24081 popq %rdi
24082 movq 5104(%rax), %r11
24083 jmp *%r11
24084 #else
24085 movq _glapi_Dispatch(%rip), %rax
24086 testq %rax, %rax
24087 je 1f
24088 movq 5104(%rax), %r11
24089 jmp *%r11
24090 1:
24091 pushq %rdi
24092 pushq %rsi
24093 pushq %rdx
24094 pushq %rcx
24095 pushq %rbp
24096 call _glapi_get_dispatch
24097 popq %rbp
24098 popq %rcx
24099 popq %rdx
24100 popq %rsi
24101 popq %rdi
24102 movq 5104(%rax), %r11
24103 jmp *%r11
24104 #endif /* defined(GLX_USE_TLS) */
24105 .size GL_PREFIX(GetCombinerOutputParameterivNV), .-GL_PREFIX(GetCombinerOutputParameterivNV)
24106
24107 .p2align 4,,15
24108 .globl GL_PREFIX(GetFinalCombinerInputParameterfvNV)
24109 .type GL_PREFIX(GetFinalCombinerInputParameterfvNV), @function
24110 GL_PREFIX(GetFinalCombinerInputParameterfvNV):
24111 #if defined(GLX_USE_TLS)
24112 call _x86_64_get_dispatch@PLT
24113 movq 5112(%rax), %r11
24114 jmp *%r11
24115 #elif defined(PTHREADS)
24116 pushq %rdi
24117 pushq %rsi
24118 pushq %rdx
24119 call _x86_64_get_dispatch@PLT
24120 popq %rdx
24121 popq %rsi
24122 popq %rdi
24123 movq 5112(%rax), %r11
24124 jmp *%r11
24125 #else
24126 movq _glapi_Dispatch(%rip), %rax
24127 testq %rax, %rax
24128 je 1f
24129 movq 5112(%rax), %r11
24130 jmp *%r11
24131 1:
24132 pushq %rdi
24133 pushq %rsi
24134 pushq %rdx
24135 call _glapi_get_dispatch
24136 popq %rdx
24137 popq %rsi
24138 popq %rdi
24139 movq 5112(%rax), %r11
24140 jmp *%r11
24141 #endif /* defined(GLX_USE_TLS) */
24142 .size GL_PREFIX(GetFinalCombinerInputParameterfvNV), .-GL_PREFIX(GetFinalCombinerInputParameterfvNV)
24143
24144 .p2align 4,,15
24145 .globl GL_PREFIX(GetFinalCombinerInputParameterivNV)
24146 .type GL_PREFIX(GetFinalCombinerInputParameterivNV), @function
24147 GL_PREFIX(GetFinalCombinerInputParameterivNV):
24148 #if defined(GLX_USE_TLS)
24149 call _x86_64_get_dispatch@PLT
24150 movq 5120(%rax), %r11
24151 jmp *%r11
24152 #elif defined(PTHREADS)
24153 pushq %rdi
24154 pushq %rsi
24155 pushq %rdx
24156 call _x86_64_get_dispatch@PLT
24157 popq %rdx
24158 popq %rsi
24159 popq %rdi
24160 movq 5120(%rax), %r11
24161 jmp *%r11
24162 #else
24163 movq _glapi_Dispatch(%rip), %rax
24164 testq %rax, %rax
24165 je 1f
24166 movq 5120(%rax), %r11
24167 jmp *%r11
24168 1:
24169 pushq %rdi
24170 pushq %rsi
24171 pushq %rdx
24172 call _glapi_get_dispatch
24173 popq %rdx
24174 popq %rsi
24175 popq %rdi
24176 movq 5120(%rax), %r11
24177 jmp *%r11
24178 #endif /* defined(GLX_USE_TLS) */
24179 .size GL_PREFIX(GetFinalCombinerInputParameterivNV), .-GL_PREFIX(GetFinalCombinerInputParameterivNV)
24180
24181 .p2align 4,,15
24182 .globl GL_PREFIX(ResizeBuffersMESA)
24183 .type GL_PREFIX(ResizeBuffersMESA), @function
24184 GL_PREFIX(ResizeBuffersMESA):
24185 #if defined(GLX_USE_TLS)
24186 call _x86_64_get_dispatch@PLT
24187 movq 5128(%rax), %r11
24188 jmp *%r11
24189 #elif defined(PTHREADS)
24190 pushq %rbp
24191 call _x86_64_get_dispatch@PLT
24192 popq %rbp
24193 movq 5128(%rax), %r11
24194 jmp *%r11
24195 #else
24196 movq _glapi_Dispatch(%rip), %rax
24197 testq %rax, %rax
24198 je 1f
24199 movq 5128(%rax), %r11
24200 jmp *%r11
24201 1:
24202 pushq %rbp
24203 call _glapi_get_dispatch
24204 popq %rbp
24205 movq 5128(%rax), %r11
24206 jmp *%r11
24207 #endif /* defined(GLX_USE_TLS) */
24208 .size GL_PREFIX(ResizeBuffersMESA), .-GL_PREFIX(ResizeBuffersMESA)
24209
24210 .p2align 4,,15
24211 .globl GL_PREFIX(WindowPos2dMESA)
24212 .type GL_PREFIX(WindowPos2dMESA), @function
24213 GL_PREFIX(WindowPos2dMESA):
24214 #if defined(GLX_USE_TLS)
24215 call _x86_64_get_dispatch@PLT
24216 movq 5136(%rax), %r11
24217 jmp *%r11
24218 #elif defined(PTHREADS)
24219 subq $24, %rsp
24220 movq %xmm0, (%rsp)
24221 movq %xmm1, 8(%rsp)
24222 call _x86_64_get_dispatch@PLT
24223 movq 8(%rsp), %xmm1
24224 movq (%rsp), %xmm0
24225 addq $24, %rsp
24226 movq 5136(%rax), %r11
24227 jmp *%r11
24228 #else
24229 movq _glapi_Dispatch(%rip), %rax
24230 testq %rax, %rax
24231 je 1f
24232 movq 5136(%rax), %r11
24233 jmp *%r11
24234 1:
24235 subq $24, %rsp
24236 movq %xmm0, (%rsp)
24237 movq %xmm1, 8(%rsp)
24238 call _glapi_get_dispatch
24239 movq 8(%rsp), %xmm1
24240 movq (%rsp), %xmm0
24241 addq $24, %rsp
24242 movq 5136(%rax), %r11
24243 jmp *%r11
24244 #endif /* defined(GLX_USE_TLS) */
24245 .size GL_PREFIX(WindowPos2dMESA), .-GL_PREFIX(WindowPos2dMESA)
24246
24247 .p2align 4,,15
24248 .globl GL_PREFIX(WindowPos2dvMESA)
24249 .type GL_PREFIX(WindowPos2dvMESA), @function
24250 GL_PREFIX(WindowPos2dvMESA):
24251 #if defined(GLX_USE_TLS)
24252 call _x86_64_get_dispatch@PLT
24253 movq 5144(%rax), %r11
24254 jmp *%r11
24255 #elif defined(PTHREADS)
24256 pushq %rdi
24257 call _x86_64_get_dispatch@PLT
24258 popq %rdi
24259 movq 5144(%rax), %r11
24260 jmp *%r11
24261 #else
24262 movq _glapi_Dispatch(%rip), %rax
24263 testq %rax, %rax
24264 je 1f
24265 movq 5144(%rax), %r11
24266 jmp *%r11
24267 1:
24268 pushq %rdi
24269 call _glapi_get_dispatch
24270 popq %rdi
24271 movq 5144(%rax), %r11
24272 jmp *%r11
24273 #endif /* defined(GLX_USE_TLS) */
24274 .size GL_PREFIX(WindowPos2dvMESA), .-GL_PREFIX(WindowPos2dvMESA)
24275
24276 .p2align 4,,15
24277 .globl GL_PREFIX(WindowPos2fMESA)
24278 .type GL_PREFIX(WindowPos2fMESA), @function
24279 GL_PREFIX(WindowPos2fMESA):
24280 #if defined(GLX_USE_TLS)
24281 call _x86_64_get_dispatch@PLT
24282 movq 5152(%rax), %r11
24283 jmp *%r11
24284 #elif defined(PTHREADS)
24285 subq $24, %rsp
24286 movq %xmm0, (%rsp)
24287 movq %xmm1, 8(%rsp)
24288 call _x86_64_get_dispatch@PLT
24289 movq 8(%rsp), %xmm1
24290 movq (%rsp), %xmm0
24291 addq $24, %rsp
24292 movq 5152(%rax), %r11
24293 jmp *%r11
24294 #else
24295 movq _glapi_Dispatch(%rip), %rax
24296 testq %rax, %rax
24297 je 1f
24298 movq 5152(%rax), %r11
24299 jmp *%r11
24300 1:
24301 subq $24, %rsp
24302 movq %xmm0, (%rsp)
24303 movq %xmm1, 8(%rsp)
24304 call _glapi_get_dispatch
24305 movq 8(%rsp), %xmm1
24306 movq (%rsp), %xmm0
24307 addq $24, %rsp
24308 movq 5152(%rax), %r11
24309 jmp *%r11
24310 #endif /* defined(GLX_USE_TLS) */
24311 .size GL_PREFIX(WindowPos2fMESA), .-GL_PREFIX(WindowPos2fMESA)
24312
24313 .p2align 4,,15
24314 .globl GL_PREFIX(WindowPos2fvMESA)
24315 .type GL_PREFIX(WindowPos2fvMESA), @function
24316 GL_PREFIX(WindowPos2fvMESA):
24317 #if defined(GLX_USE_TLS)
24318 call _x86_64_get_dispatch@PLT
24319 movq 5160(%rax), %r11
24320 jmp *%r11
24321 #elif defined(PTHREADS)
24322 pushq %rdi
24323 call _x86_64_get_dispatch@PLT
24324 popq %rdi
24325 movq 5160(%rax), %r11
24326 jmp *%r11
24327 #else
24328 movq _glapi_Dispatch(%rip), %rax
24329 testq %rax, %rax
24330 je 1f
24331 movq 5160(%rax), %r11
24332 jmp *%r11
24333 1:
24334 pushq %rdi
24335 call _glapi_get_dispatch
24336 popq %rdi
24337 movq 5160(%rax), %r11
24338 jmp *%r11
24339 #endif /* defined(GLX_USE_TLS) */
24340 .size GL_PREFIX(WindowPos2fvMESA), .-GL_PREFIX(WindowPos2fvMESA)
24341
24342 .p2align 4,,15
24343 .globl GL_PREFIX(WindowPos2iMESA)
24344 .type GL_PREFIX(WindowPos2iMESA), @function
24345 GL_PREFIX(WindowPos2iMESA):
24346 #if defined(GLX_USE_TLS)
24347 call _x86_64_get_dispatch@PLT
24348 movq 5168(%rax), %r11
24349 jmp *%r11
24350 #elif defined(PTHREADS)
24351 pushq %rdi
24352 pushq %rsi
24353 pushq %rbp
24354 call _x86_64_get_dispatch@PLT
24355 popq %rbp
24356 popq %rsi
24357 popq %rdi
24358 movq 5168(%rax), %r11
24359 jmp *%r11
24360 #else
24361 movq _glapi_Dispatch(%rip), %rax
24362 testq %rax, %rax
24363 je 1f
24364 movq 5168(%rax), %r11
24365 jmp *%r11
24366 1:
24367 pushq %rdi
24368 pushq %rsi
24369 pushq %rbp
24370 call _glapi_get_dispatch
24371 popq %rbp
24372 popq %rsi
24373 popq %rdi
24374 movq 5168(%rax), %r11
24375 jmp *%r11
24376 #endif /* defined(GLX_USE_TLS) */
24377 .size GL_PREFIX(WindowPos2iMESA), .-GL_PREFIX(WindowPos2iMESA)
24378
24379 .p2align 4,,15
24380 .globl GL_PREFIX(WindowPos2ivMESA)
24381 .type GL_PREFIX(WindowPos2ivMESA), @function
24382 GL_PREFIX(WindowPos2ivMESA):
24383 #if defined(GLX_USE_TLS)
24384 call _x86_64_get_dispatch@PLT
24385 movq 5176(%rax), %r11
24386 jmp *%r11
24387 #elif defined(PTHREADS)
24388 pushq %rdi
24389 call _x86_64_get_dispatch@PLT
24390 popq %rdi
24391 movq 5176(%rax), %r11
24392 jmp *%r11
24393 #else
24394 movq _glapi_Dispatch(%rip), %rax
24395 testq %rax, %rax
24396 je 1f
24397 movq 5176(%rax), %r11
24398 jmp *%r11
24399 1:
24400 pushq %rdi
24401 call _glapi_get_dispatch
24402 popq %rdi
24403 movq 5176(%rax), %r11
24404 jmp *%r11
24405 #endif /* defined(GLX_USE_TLS) */
24406 .size GL_PREFIX(WindowPos2ivMESA), .-GL_PREFIX(WindowPos2ivMESA)
24407
24408 .p2align 4,,15
24409 .globl GL_PREFIX(WindowPos2sMESA)
24410 .type GL_PREFIX(WindowPos2sMESA), @function
24411 GL_PREFIX(WindowPos2sMESA):
24412 #if defined(GLX_USE_TLS)
24413 call _x86_64_get_dispatch@PLT
24414 movq 5184(%rax), %r11
24415 jmp *%r11
24416 #elif defined(PTHREADS)
24417 pushq %rdi
24418 pushq %rsi
24419 pushq %rbp
24420 call _x86_64_get_dispatch@PLT
24421 popq %rbp
24422 popq %rsi
24423 popq %rdi
24424 movq 5184(%rax), %r11
24425 jmp *%r11
24426 #else
24427 movq _glapi_Dispatch(%rip), %rax
24428 testq %rax, %rax
24429 je 1f
24430 movq 5184(%rax), %r11
24431 jmp *%r11
24432 1:
24433 pushq %rdi
24434 pushq %rsi
24435 pushq %rbp
24436 call _glapi_get_dispatch
24437 popq %rbp
24438 popq %rsi
24439 popq %rdi
24440 movq 5184(%rax), %r11
24441 jmp *%r11
24442 #endif /* defined(GLX_USE_TLS) */
24443 .size GL_PREFIX(WindowPos2sMESA), .-GL_PREFIX(WindowPos2sMESA)
24444
24445 .p2align 4,,15
24446 .globl GL_PREFIX(WindowPos2svMESA)
24447 .type GL_PREFIX(WindowPos2svMESA), @function
24448 GL_PREFIX(WindowPos2svMESA):
24449 #if defined(GLX_USE_TLS)
24450 call _x86_64_get_dispatch@PLT
24451 movq 5192(%rax), %r11
24452 jmp *%r11
24453 #elif defined(PTHREADS)
24454 pushq %rdi
24455 call _x86_64_get_dispatch@PLT
24456 popq %rdi
24457 movq 5192(%rax), %r11
24458 jmp *%r11
24459 #else
24460 movq _glapi_Dispatch(%rip), %rax
24461 testq %rax, %rax
24462 je 1f
24463 movq 5192(%rax), %r11
24464 jmp *%r11
24465 1:
24466 pushq %rdi
24467 call _glapi_get_dispatch
24468 popq %rdi
24469 movq 5192(%rax), %r11
24470 jmp *%r11
24471 #endif /* defined(GLX_USE_TLS) */
24472 .size GL_PREFIX(WindowPos2svMESA), .-GL_PREFIX(WindowPos2svMESA)
24473
24474 .p2align 4,,15
24475 .globl GL_PREFIX(WindowPos3dMESA)
24476 .type GL_PREFIX(WindowPos3dMESA), @function
24477 GL_PREFIX(WindowPos3dMESA):
24478 #if defined(GLX_USE_TLS)
24479 call _x86_64_get_dispatch@PLT
24480 movq 5200(%rax), %r11
24481 jmp *%r11
24482 #elif defined(PTHREADS)
24483 subq $24, %rsp
24484 movq %xmm0, (%rsp)
24485 movq %xmm1, 8(%rsp)
24486 movq %xmm2, 16(%rsp)
24487 call _x86_64_get_dispatch@PLT
24488 movq 16(%rsp), %xmm2
24489 movq 8(%rsp), %xmm1
24490 movq (%rsp), %xmm0
24491 addq $24, %rsp
24492 movq 5200(%rax), %r11
24493 jmp *%r11
24494 #else
24495 movq _glapi_Dispatch(%rip), %rax
24496 testq %rax, %rax
24497 je 1f
24498 movq 5200(%rax), %r11
24499 jmp *%r11
24500 1:
24501 subq $24, %rsp
24502 movq %xmm0, (%rsp)
24503 movq %xmm1, 8(%rsp)
24504 movq %xmm2, 16(%rsp)
24505 call _glapi_get_dispatch
24506 movq 16(%rsp), %xmm2
24507 movq 8(%rsp), %xmm1
24508 movq (%rsp), %xmm0
24509 addq $24, %rsp
24510 movq 5200(%rax), %r11
24511 jmp *%r11
24512 #endif /* defined(GLX_USE_TLS) */
24513 .size GL_PREFIX(WindowPos3dMESA), .-GL_PREFIX(WindowPos3dMESA)
24514
24515 .p2align 4,,15
24516 .globl GL_PREFIX(WindowPos3dvMESA)
24517 .type GL_PREFIX(WindowPos3dvMESA), @function
24518 GL_PREFIX(WindowPos3dvMESA):
24519 #if defined(GLX_USE_TLS)
24520 call _x86_64_get_dispatch@PLT
24521 movq 5208(%rax), %r11
24522 jmp *%r11
24523 #elif defined(PTHREADS)
24524 pushq %rdi
24525 call _x86_64_get_dispatch@PLT
24526 popq %rdi
24527 movq 5208(%rax), %r11
24528 jmp *%r11
24529 #else
24530 movq _glapi_Dispatch(%rip), %rax
24531 testq %rax, %rax
24532 je 1f
24533 movq 5208(%rax), %r11
24534 jmp *%r11
24535 1:
24536 pushq %rdi
24537 call _glapi_get_dispatch
24538 popq %rdi
24539 movq 5208(%rax), %r11
24540 jmp *%r11
24541 #endif /* defined(GLX_USE_TLS) */
24542 .size GL_PREFIX(WindowPos3dvMESA), .-GL_PREFIX(WindowPos3dvMESA)
24543
24544 .p2align 4,,15
24545 .globl GL_PREFIX(WindowPos3fMESA)
24546 .type GL_PREFIX(WindowPos3fMESA), @function
24547 GL_PREFIX(WindowPos3fMESA):
24548 #if defined(GLX_USE_TLS)
24549 call _x86_64_get_dispatch@PLT
24550 movq 5216(%rax), %r11
24551 jmp *%r11
24552 #elif defined(PTHREADS)
24553 subq $24, %rsp
24554 movq %xmm0, (%rsp)
24555 movq %xmm1, 8(%rsp)
24556 movq %xmm2, 16(%rsp)
24557 call _x86_64_get_dispatch@PLT
24558 movq 16(%rsp), %xmm2
24559 movq 8(%rsp), %xmm1
24560 movq (%rsp), %xmm0
24561 addq $24, %rsp
24562 movq 5216(%rax), %r11
24563 jmp *%r11
24564 #else
24565 movq _glapi_Dispatch(%rip), %rax
24566 testq %rax, %rax
24567 je 1f
24568 movq 5216(%rax), %r11
24569 jmp *%r11
24570 1:
24571 subq $24, %rsp
24572 movq %xmm0, (%rsp)
24573 movq %xmm1, 8(%rsp)
24574 movq %xmm2, 16(%rsp)
24575 call _glapi_get_dispatch
24576 movq 16(%rsp), %xmm2
24577 movq 8(%rsp), %xmm1
24578 movq (%rsp), %xmm0
24579 addq $24, %rsp
24580 movq 5216(%rax), %r11
24581 jmp *%r11
24582 #endif /* defined(GLX_USE_TLS) */
24583 .size GL_PREFIX(WindowPos3fMESA), .-GL_PREFIX(WindowPos3fMESA)
24584
24585 .p2align 4,,15
24586 .globl GL_PREFIX(WindowPos3fvMESA)
24587 .type GL_PREFIX(WindowPos3fvMESA), @function
24588 GL_PREFIX(WindowPos3fvMESA):
24589 #if defined(GLX_USE_TLS)
24590 call _x86_64_get_dispatch@PLT
24591 movq 5224(%rax), %r11
24592 jmp *%r11
24593 #elif defined(PTHREADS)
24594 pushq %rdi
24595 call _x86_64_get_dispatch@PLT
24596 popq %rdi
24597 movq 5224(%rax), %r11
24598 jmp *%r11
24599 #else
24600 movq _glapi_Dispatch(%rip), %rax
24601 testq %rax, %rax
24602 je 1f
24603 movq 5224(%rax), %r11
24604 jmp *%r11
24605 1:
24606 pushq %rdi
24607 call _glapi_get_dispatch
24608 popq %rdi
24609 movq 5224(%rax), %r11
24610 jmp *%r11
24611 #endif /* defined(GLX_USE_TLS) */
24612 .size GL_PREFIX(WindowPos3fvMESA), .-GL_PREFIX(WindowPos3fvMESA)
24613
24614 .p2align 4,,15
24615 .globl GL_PREFIX(WindowPos3iMESA)
24616 .type GL_PREFIX(WindowPos3iMESA), @function
24617 GL_PREFIX(WindowPos3iMESA):
24618 #if defined(GLX_USE_TLS)
24619 call _x86_64_get_dispatch@PLT
24620 movq 5232(%rax), %r11
24621 jmp *%r11
24622 #elif defined(PTHREADS)
24623 pushq %rdi
24624 pushq %rsi
24625 pushq %rdx
24626 call _x86_64_get_dispatch@PLT
24627 popq %rdx
24628 popq %rsi
24629 popq %rdi
24630 movq 5232(%rax), %r11
24631 jmp *%r11
24632 #else
24633 movq _glapi_Dispatch(%rip), %rax
24634 testq %rax, %rax
24635 je 1f
24636 movq 5232(%rax), %r11
24637 jmp *%r11
24638 1:
24639 pushq %rdi
24640 pushq %rsi
24641 pushq %rdx
24642 call _glapi_get_dispatch
24643 popq %rdx
24644 popq %rsi
24645 popq %rdi
24646 movq 5232(%rax), %r11
24647 jmp *%r11
24648 #endif /* defined(GLX_USE_TLS) */
24649 .size GL_PREFIX(WindowPos3iMESA), .-GL_PREFIX(WindowPos3iMESA)
24650
24651 .p2align 4,,15
24652 .globl GL_PREFIX(WindowPos3ivMESA)
24653 .type GL_PREFIX(WindowPos3ivMESA), @function
24654 GL_PREFIX(WindowPos3ivMESA):
24655 #if defined(GLX_USE_TLS)
24656 call _x86_64_get_dispatch@PLT
24657 movq 5240(%rax), %r11
24658 jmp *%r11
24659 #elif defined(PTHREADS)
24660 pushq %rdi
24661 call _x86_64_get_dispatch@PLT
24662 popq %rdi
24663 movq 5240(%rax), %r11
24664 jmp *%r11
24665 #else
24666 movq _glapi_Dispatch(%rip), %rax
24667 testq %rax, %rax
24668 je 1f
24669 movq 5240(%rax), %r11
24670 jmp *%r11
24671 1:
24672 pushq %rdi
24673 call _glapi_get_dispatch
24674 popq %rdi
24675 movq 5240(%rax), %r11
24676 jmp *%r11
24677 #endif /* defined(GLX_USE_TLS) */
24678 .size GL_PREFIX(WindowPos3ivMESA), .-GL_PREFIX(WindowPos3ivMESA)
24679
24680 .p2align 4,,15
24681 .globl GL_PREFIX(WindowPos3sMESA)
24682 .type GL_PREFIX(WindowPos3sMESA), @function
24683 GL_PREFIX(WindowPos3sMESA):
24684 #if defined(GLX_USE_TLS)
24685 call _x86_64_get_dispatch@PLT
24686 movq 5248(%rax), %r11
24687 jmp *%r11
24688 #elif defined(PTHREADS)
24689 pushq %rdi
24690 pushq %rsi
24691 pushq %rdx
24692 call _x86_64_get_dispatch@PLT
24693 popq %rdx
24694 popq %rsi
24695 popq %rdi
24696 movq 5248(%rax), %r11
24697 jmp *%r11
24698 #else
24699 movq _glapi_Dispatch(%rip), %rax
24700 testq %rax, %rax
24701 je 1f
24702 movq 5248(%rax), %r11
24703 jmp *%r11
24704 1:
24705 pushq %rdi
24706 pushq %rsi
24707 pushq %rdx
24708 call _glapi_get_dispatch
24709 popq %rdx
24710 popq %rsi
24711 popq %rdi
24712 movq 5248(%rax), %r11
24713 jmp *%r11
24714 #endif /* defined(GLX_USE_TLS) */
24715 .size GL_PREFIX(WindowPos3sMESA), .-GL_PREFIX(WindowPos3sMESA)
24716
24717 .p2align 4,,15
24718 .globl GL_PREFIX(WindowPos3svMESA)
24719 .type GL_PREFIX(WindowPos3svMESA), @function
24720 GL_PREFIX(WindowPos3svMESA):
24721 #if defined(GLX_USE_TLS)
24722 call _x86_64_get_dispatch@PLT
24723 movq 5256(%rax), %r11
24724 jmp *%r11
24725 #elif defined(PTHREADS)
24726 pushq %rdi
24727 call _x86_64_get_dispatch@PLT
24728 popq %rdi
24729 movq 5256(%rax), %r11
24730 jmp *%r11
24731 #else
24732 movq _glapi_Dispatch(%rip), %rax
24733 testq %rax, %rax
24734 je 1f
24735 movq 5256(%rax), %r11
24736 jmp *%r11
24737 1:
24738 pushq %rdi
24739 call _glapi_get_dispatch
24740 popq %rdi
24741 movq 5256(%rax), %r11
24742 jmp *%r11
24743 #endif /* defined(GLX_USE_TLS) */
24744 .size GL_PREFIX(WindowPos3svMESA), .-GL_PREFIX(WindowPos3svMESA)
24745
24746 .p2align 4,,15
24747 .globl GL_PREFIX(WindowPos4dMESA)
24748 .type GL_PREFIX(WindowPos4dMESA), @function
24749 GL_PREFIX(WindowPos4dMESA):
24750 #if defined(GLX_USE_TLS)
24751 call _x86_64_get_dispatch@PLT
24752 movq 5264(%rax), %r11
24753 jmp *%r11
24754 #elif defined(PTHREADS)
24755 subq $40, %rsp
24756 movq %xmm0, (%rsp)
24757 movq %xmm1, 8(%rsp)
24758 movq %xmm2, 16(%rsp)
24759 movq %xmm3, 24(%rsp)
24760 call _x86_64_get_dispatch@PLT
24761 movq 24(%rsp), %xmm3
24762 movq 16(%rsp), %xmm2
24763 movq 8(%rsp), %xmm1
24764 movq (%rsp), %xmm0
24765 addq $40, %rsp
24766 movq 5264(%rax), %r11
24767 jmp *%r11
24768 #else
24769 movq _glapi_Dispatch(%rip), %rax
24770 testq %rax, %rax
24771 je 1f
24772 movq 5264(%rax), %r11
24773 jmp *%r11
24774 1:
24775 subq $40, %rsp
24776 movq %xmm0, (%rsp)
24777 movq %xmm1, 8(%rsp)
24778 movq %xmm2, 16(%rsp)
24779 movq %xmm3, 24(%rsp)
24780 call _glapi_get_dispatch
24781 movq 24(%rsp), %xmm3
24782 movq 16(%rsp), %xmm2
24783 movq 8(%rsp), %xmm1
24784 movq (%rsp), %xmm0
24785 addq $40, %rsp
24786 movq 5264(%rax), %r11
24787 jmp *%r11
24788 #endif /* defined(GLX_USE_TLS) */
24789 .size GL_PREFIX(WindowPos4dMESA), .-GL_PREFIX(WindowPos4dMESA)
24790
24791 .p2align 4,,15
24792 .globl GL_PREFIX(WindowPos4dvMESA)
24793 .type GL_PREFIX(WindowPos4dvMESA), @function
24794 GL_PREFIX(WindowPos4dvMESA):
24795 #if defined(GLX_USE_TLS)
24796 call _x86_64_get_dispatch@PLT
24797 movq 5272(%rax), %r11
24798 jmp *%r11
24799 #elif defined(PTHREADS)
24800 pushq %rdi
24801 call _x86_64_get_dispatch@PLT
24802 popq %rdi
24803 movq 5272(%rax), %r11
24804 jmp *%r11
24805 #else
24806 movq _glapi_Dispatch(%rip), %rax
24807 testq %rax, %rax
24808 je 1f
24809 movq 5272(%rax), %r11
24810 jmp *%r11
24811 1:
24812 pushq %rdi
24813 call _glapi_get_dispatch
24814 popq %rdi
24815 movq 5272(%rax), %r11
24816 jmp *%r11
24817 #endif /* defined(GLX_USE_TLS) */
24818 .size GL_PREFIX(WindowPos4dvMESA), .-GL_PREFIX(WindowPos4dvMESA)
24819
24820 .p2align 4,,15
24821 .globl GL_PREFIX(WindowPos4fMESA)
24822 .type GL_PREFIX(WindowPos4fMESA), @function
24823 GL_PREFIX(WindowPos4fMESA):
24824 #if defined(GLX_USE_TLS)
24825 call _x86_64_get_dispatch@PLT
24826 movq 5280(%rax), %r11
24827 jmp *%r11
24828 #elif defined(PTHREADS)
24829 subq $40, %rsp
24830 movq %xmm0, (%rsp)
24831 movq %xmm1, 8(%rsp)
24832 movq %xmm2, 16(%rsp)
24833 movq %xmm3, 24(%rsp)
24834 call _x86_64_get_dispatch@PLT
24835 movq 24(%rsp), %xmm3
24836 movq 16(%rsp), %xmm2
24837 movq 8(%rsp), %xmm1
24838 movq (%rsp), %xmm0
24839 addq $40, %rsp
24840 movq 5280(%rax), %r11
24841 jmp *%r11
24842 #else
24843 movq _glapi_Dispatch(%rip), %rax
24844 testq %rax, %rax
24845 je 1f
24846 movq 5280(%rax), %r11
24847 jmp *%r11
24848 1:
24849 subq $40, %rsp
24850 movq %xmm0, (%rsp)
24851 movq %xmm1, 8(%rsp)
24852 movq %xmm2, 16(%rsp)
24853 movq %xmm3, 24(%rsp)
24854 call _glapi_get_dispatch
24855 movq 24(%rsp), %xmm3
24856 movq 16(%rsp), %xmm2
24857 movq 8(%rsp), %xmm1
24858 movq (%rsp), %xmm0
24859 addq $40, %rsp
24860 movq 5280(%rax), %r11
24861 jmp *%r11
24862 #endif /* defined(GLX_USE_TLS) */
24863 .size GL_PREFIX(WindowPos4fMESA), .-GL_PREFIX(WindowPos4fMESA)
24864
24865 .p2align 4,,15
24866 .globl GL_PREFIX(WindowPos4fvMESA)
24867 .type GL_PREFIX(WindowPos4fvMESA), @function
24868 GL_PREFIX(WindowPos4fvMESA):
24869 #if defined(GLX_USE_TLS)
24870 call _x86_64_get_dispatch@PLT
24871 movq 5288(%rax), %r11
24872 jmp *%r11
24873 #elif defined(PTHREADS)
24874 pushq %rdi
24875 call _x86_64_get_dispatch@PLT
24876 popq %rdi
24877 movq 5288(%rax), %r11
24878 jmp *%r11
24879 #else
24880 movq _glapi_Dispatch(%rip), %rax
24881 testq %rax, %rax
24882 je 1f
24883 movq 5288(%rax), %r11
24884 jmp *%r11
24885 1:
24886 pushq %rdi
24887 call _glapi_get_dispatch
24888 popq %rdi
24889 movq 5288(%rax), %r11
24890 jmp *%r11
24891 #endif /* defined(GLX_USE_TLS) */
24892 .size GL_PREFIX(WindowPos4fvMESA), .-GL_PREFIX(WindowPos4fvMESA)
24893
24894 .p2align 4,,15
24895 .globl GL_PREFIX(WindowPos4iMESA)
24896 .type GL_PREFIX(WindowPos4iMESA), @function
24897 GL_PREFIX(WindowPos4iMESA):
24898 #if defined(GLX_USE_TLS)
24899 call _x86_64_get_dispatch@PLT
24900 movq 5296(%rax), %r11
24901 jmp *%r11
24902 #elif defined(PTHREADS)
24903 pushq %rdi
24904 pushq %rsi
24905 pushq %rdx
24906 pushq %rcx
24907 pushq %rbp
24908 call _x86_64_get_dispatch@PLT
24909 popq %rbp
24910 popq %rcx
24911 popq %rdx
24912 popq %rsi
24913 popq %rdi
24914 movq 5296(%rax), %r11
24915 jmp *%r11
24916 #else
24917 movq _glapi_Dispatch(%rip), %rax
24918 testq %rax, %rax
24919 je 1f
24920 movq 5296(%rax), %r11
24921 jmp *%r11
24922 1:
24923 pushq %rdi
24924 pushq %rsi
24925 pushq %rdx
24926 pushq %rcx
24927 pushq %rbp
24928 call _glapi_get_dispatch
24929 popq %rbp
24930 popq %rcx
24931 popq %rdx
24932 popq %rsi
24933 popq %rdi
24934 movq 5296(%rax), %r11
24935 jmp *%r11
24936 #endif /* defined(GLX_USE_TLS) */
24937 .size GL_PREFIX(WindowPos4iMESA), .-GL_PREFIX(WindowPos4iMESA)
24938
24939 .p2align 4,,15
24940 .globl GL_PREFIX(WindowPos4ivMESA)
24941 .type GL_PREFIX(WindowPos4ivMESA), @function
24942 GL_PREFIX(WindowPos4ivMESA):
24943 #if defined(GLX_USE_TLS)
24944 call _x86_64_get_dispatch@PLT
24945 movq 5304(%rax), %r11
24946 jmp *%r11
24947 #elif defined(PTHREADS)
24948 pushq %rdi
24949 call _x86_64_get_dispatch@PLT
24950 popq %rdi
24951 movq 5304(%rax), %r11
24952 jmp *%r11
24953 #else
24954 movq _glapi_Dispatch(%rip), %rax
24955 testq %rax, %rax
24956 je 1f
24957 movq 5304(%rax), %r11
24958 jmp *%r11
24959 1:
24960 pushq %rdi
24961 call _glapi_get_dispatch
24962 popq %rdi
24963 movq 5304(%rax), %r11
24964 jmp *%r11
24965 #endif /* defined(GLX_USE_TLS) */
24966 .size GL_PREFIX(WindowPos4ivMESA), .-GL_PREFIX(WindowPos4ivMESA)
24967
24968 .p2align 4,,15
24969 .globl GL_PREFIX(WindowPos4sMESA)
24970 .type GL_PREFIX(WindowPos4sMESA), @function
24971 GL_PREFIX(WindowPos4sMESA):
24972 #if defined(GLX_USE_TLS)
24973 call _x86_64_get_dispatch@PLT
24974 movq 5312(%rax), %r11
24975 jmp *%r11
24976 #elif defined(PTHREADS)
24977 pushq %rdi
24978 pushq %rsi
24979 pushq %rdx
24980 pushq %rcx
24981 pushq %rbp
24982 call _x86_64_get_dispatch@PLT
24983 popq %rbp
24984 popq %rcx
24985 popq %rdx
24986 popq %rsi
24987 popq %rdi
24988 movq 5312(%rax), %r11
24989 jmp *%r11
24990 #else
24991 movq _glapi_Dispatch(%rip), %rax
24992 testq %rax, %rax
24993 je 1f
24994 movq 5312(%rax), %r11
24995 jmp *%r11
24996 1:
24997 pushq %rdi
24998 pushq %rsi
24999 pushq %rdx
25000 pushq %rcx
25001 pushq %rbp
25002 call _glapi_get_dispatch
25003 popq %rbp
25004 popq %rcx
25005 popq %rdx
25006 popq %rsi
25007 popq %rdi
25008 movq 5312(%rax), %r11
25009 jmp *%r11
25010 #endif /* defined(GLX_USE_TLS) */
25011 .size GL_PREFIX(WindowPos4sMESA), .-GL_PREFIX(WindowPos4sMESA)
25012
25013 .p2align 4,,15
25014 .globl GL_PREFIX(WindowPos4svMESA)
25015 .type GL_PREFIX(WindowPos4svMESA), @function
25016 GL_PREFIX(WindowPos4svMESA):
25017 #if defined(GLX_USE_TLS)
25018 call _x86_64_get_dispatch@PLT
25019 movq 5320(%rax), %r11
25020 jmp *%r11
25021 #elif defined(PTHREADS)
25022 pushq %rdi
25023 call _x86_64_get_dispatch@PLT
25024 popq %rdi
25025 movq 5320(%rax), %r11
25026 jmp *%r11
25027 #else
25028 movq _glapi_Dispatch(%rip), %rax
25029 testq %rax, %rax
25030 je 1f
25031 movq 5320(%rax), %r11
25032 jmp *%r11
25033 1:
25034 pushq %rdi
25035 call _glapi_get_dispatch
25036 popq %rdi
25037 movq 5320(%rax), %r11
25038 jmp *%r11
25039 #endif /* defined(GLX_USE_TLS) */
25040 .size GL_PREFIX(WindowPos4svMESA), .-GL_PREFIX(WindowPos4svMESA)
25041
25042 .p2align 4,,15
25043 .globl GL_PREFIX(_dispatch_stub_666)
25044 .type GL_PREFIX(_dispatch_stub_666), @function
25045 HIDDEN(GL_PREFIX(_dispatch_stub_666))
25046 GL_PREFIX(_dispatch_stub_666):
25047 #if defined(GLX_USE_TLS)
25048 call _x86_64_get_dispatch@PLT
25049 movq 5328(%rax), %r11
25050 jmp *%r11
25051 #elif defined(PTHREADS)
25052 pushq %rdi
25053 pushq %rsi
25054 pushq %rdx
25055 pushq %rcx
25056 pushq %r8
25057 call _x86_64_get_dispatch@PLT
25058 popq %r8
25059 popq %rcx
25060 popq %rdx
25061 popq %rsi
25062 popq %rdi
25063 movq 5328(%rax), %r11
25064 jmp *%r11
25065 #else
25066 movq _glapi_Dispatch(%rip), %rax
25067 testq %rax, %rax
25068 je 1f
25069 movq 5328(%rax), %r11
25070 jmp *%r11
25071 1:
25072 pushq %rdi
25073 pushq %rsi
25074 pushq %rdx
25075 pushq %rcx
25076 pushq %r8
25077 call _glapi_get_dispatch
25078 popq %r8
25079 popq %rcx
25080 popq %rdx
25081 popq %rsi
25082 popq %rdi
25083 movq 5328(%rax), %r11
25084 jmp *%r11
25085 #endif /* defined(GLX_USE_TLS) */
25086 .size GL_PREFIX(_dispatch_stub_666), .-GL_PREFIX(_dispatch_stub_666)
25087
25088 .p2align 4,,15
25089 .globl GL_PREFIX(_dispatch_stub_667)
25090 .type GL_PREFIX(_dispatch_stub_667), @function
25091 HIDDEN(GL_PREFIX(_dispatch_stub_667))
25092 GL_PREFIX(_dispatch_stub_667):
25093 #if defined(GLX_USE_TLS)
25094 call _x86_64_get_dispatch@PLT
25095 movq 5336(%rax), %r11
25096 jmp *%r11
25097 #elif defined(PTHREADS)
25098 pushq %rdi
25099 pushq %rsi
25100 pushq %rdx
25101 pushq %rcx
25102 pushq %r8
25103 pushq %r9
25104 pushq %rbp
25105 call _x86_64_get_dispatch@PLT
25106 popq %rbp
25107 popq %r9
25108 popq %r8
25109 popq %rcx
25110 popq %rdx
25111 popq %rsi
25112 popq %rdi
25113 movq 5336(%rax), %r11
25114 jmp *%r11
25115 #else
25116 movq _glapi_Dispatch(%rip), %rax
25117 testq %rax, %rax
25118 je 1f
25119 movq 5336(%rax), %r11
25120 jmp *%r11
25121 1:
25122 pushq %rdi
25123 pushq %rsi
25124 pushq %rdx
25125 pushq %rcx
25126 pushq %r8
25127 pushq %r9
25128 pushq %rbp
25129 call _glapi_get_dispatch
25130 popq %rbp
25131 popq %r9
25132 popq %r8
25133 popq %rcx
25134 popq %rdx
25135 popq %rsi
25136 popq %rdi
25137 movq 5336(%rax), %r11
25138 jmp *%r11
25139 #endif /* defined(GLX_USE_TLS) */
25140 .size GL_PREFIX(_dispatch_stub_667), .-GL_PREFIX(_dispatch_stub_667)
25141
25142 .p2align 4,,15
25143 .globl GL_PREFIX(_dispatch_stub_668)
25144 .type GL_PREFIX(_dispatch_stub_668), @function
25145 HIDDEN(GL_PREFIX(_dispatch_stub_668))
25146 GL_PREFIX(_dispatch_stub_668):
25147 #if defined(GLX_USE_TLS)
25148 call _x86_64_get_dispatch@PLT
25149 movq 5344(%rax), %r11
25150 jmp *%r11
25151 #elif defined(PTHREADS)
25152 pushq %rdi
25153 pushq %rsi
25154 pushq %rbp
25155 call _x86_64_get_dispatch@PLT
25156 popq %rbp
25157 popq %rsi
25158 popq %rdi
25159 movq 5344(%rax), %r11
25160 jmp *%r11
25161 #else
25162 movq _glapi_Dispatch(%rip), %rax
25163 testq %rax, %rax
25164 je 1f
25165 movq 5344(%rax), %r11
25166 jmp *%r11
25167 1:
25168 pushq %rdi
25169 pushq %rsi
25170 pushq %rbp
25171 call _glapi_get_dispatch
25172 popq %rbp
25173 popq %rsi
25174 popq %rdi
25175 movq 5344(%rax), %r11
25176 jmp *%r11
25177 #endif /* defined(GLX_USE_TLS) */
25178 .size GL_PREFIX(_dispatch_stub_668), .-GL_PREFIX(_dispatch_stub_668)
25179
25180 .p2align 4,,15
25181 .globl GL_PREFIX(_dispatch_stub_669)
25182 .type GL_PREFIX(_dispatch_stub_669), @function
25183 HIDDEN(GL_PREFIX(_dispatch_stub_669))
25184 GL_PREFIX(_dispatch_stub_669):
25185 #if defined(GLX_USE_TLS)
25186 call _x86_64_get_dispatch@PLT
25187 movq 5352(%rax), %r11
25188 jmp *%r11
25189 #elif defined(PTHREADS)
25190 pushq %rdi
25191 call _x86_64_get_dispatch@PLT
25192 popq %rdi
25193 movq 5352(%rax), %r11
25194 jmp *%r11
25195 #else
25196 movq _glapi_Dispatch(%rip), %rax
25197 testq %rax, %rax
25198 je 1f
25199 movq 5352(%rax), %r11
25200 jmp *%r11
25201 1:
25202 pushq %rdi
25203 call _glapi_get_dispatch
25204 popq %rdi
25205 movq 5352(%rax), %r11
25206 jmp *%r11
25207 #endif /* defined(GLX_USE_TLS) */
25208 .size GL_PREFIX(_dispatch_stub_669), .-GL_PREFIX(_dispatch_stub_669)
25209
25210 .p2align 4,,15
25211 .globl GL_PREFIX(_dispatch_stub_670)
25212 .type GL_PREFIX(_dispatch_stub_670), @function
25213 HIDDEN(GL_PREFIX(_dispatch_stub_670))
25214 GL_PREFIX(_dispatch_stub_670):
25215 #if defined(GLX_USE_TLS)
25216 call _x86_64_get_dispatch@PLT
25217 movq 5360(%rax), %r11
25218 jmp *%r11
25219 #elif defined(PTHREADS)
25220 pushq %rdi
25221 pushq %rsi
25222 pushq %rbp
25223 call _x86_64_get_dispatch@PLT
25224 popq %rbp
25225 popq %rsi
25226 popq %rdi
25227 movq 5360(%rax), %r11
25228 jmp *%r11
25229 #else
25230 movq _glapi_Dispatch(%rip), %rax
25231 testq %rax, %rax
25232 je 1f
25233 movq 5360(%rax), %r11
25234 jmp *%r11
25235 1:
25236 pushq %rdi
25237 pushq %rsi
25238 pushq %rbp
25239 call _glapi_get_dispatch
25240 popq %rbp
25241 popq %rsi
25242 popq %rdi
25243 movq 5360(%rax), %r11
25244 jmp *%r11
25245 #endif /* defined(GLX_USE_TLS) */
25246 .size GL_PREFIX(_dispatch_stub_670), .-GL_PREFIX(_dispatch_stub_670)
25247
25248 .p2align 4,,15
25249 .globl GL_PREFIX(_dispatch_stub_671)
25250 .type GL_PREFIX(_dispatch_stub_671), @function
25251 HIDDEN(GL_PREFIX(_dispatch_stub_671))
25252 GL_PREFIX(_dispatch_stub_671):
25253 #if defined(GLX_USE_TLS)
25254 call _x86_64_get_dispatch@PLT
25255 movq 5368(%rax), %r11
25256 jmp *%r11
25257 #elif defined(PTHREADS)
25258 pushq %rdi
25259 pushq %rsi
25260 pushq %rdx
25261 call _x86_64_get_dispatch@PLT
25262 popq %rdx
25263 popq %rsi
25264 popq %rdi
25265 movq 5368(%rax), %r11
25266 jmp *%r11
25267 #else
25268 movq _glapi_Dispatch(%rip), %rax
25269 testq %rax, %rax
25270 je 1f
25271 movq 5368(%rax), %r11
25272 jmp *%r11
25273 1:
25274 pushq %rdi
25275 pushq %rsi
25276 pushq %rdx
25277 call _glapi_get_dispatch
25278 popq %rdx
25279 popq %rsi
25280 popq %rdi
25281 movq 5368(%rax), %r11
25282 jmp *%r11
25283 #endif /* defined(GLX_USE_TLS) */
25284 .size GL_PREFIX(_dispatch_stub_671), .-GL_PREFIX(_dispatch_stub_671)
25285
25286 .p2align 4,,15
25287 .globl GL_PREFIX(_dispatch_stub_672)
25288 .type GL_PREFIX(_dispatch_stub_672), @function
25289 HIDDEN(GL_PREFIX(_dispatch_stub_672))
25290 GL_PREFIX(_dispatch_stub_672):
25291 #if defined(GLX_USE_TLS)
25292 call _x86_64_get_dispatch@PLT
25293 movq 5376(%rax), %r11
25294 jmp *%r11
25295 #elif defined(PTHREADS)
25296 pushq %rdi
25297 call _x86_64_get_dispatch@PLT
25298 popq %rdi
25299 movq 5376(%rax), %r11
25300 jmp *%r11
25301 #else
25302 movq _glapi_Dispatch(%rip), %rax
25303 testq %rax, %rax
25304 je 1f
25305 movq 5376(%rax), %r11
25306 jmp *%r11
25307 1:
25308 pushq %rdi
25309 call _glapi_get_dispatch
25310 popq %rdi
25311 movq 5376(%rax), %r11
25312 jmp *%r11
25313 #endif /* defined(GLX_USE_TLS) */
25314 .size GL_PREFIX(_dispatch_stub_672), .-GL_PREFIX(_dispatch_stub_672)
25315
25316 .p2align 4,,15
25317 .globl GL_PREFIX(_dispatch_stub_673)
25318 .type GL_PREFIX(_dispatch_stub_673), @function
25319 HIDDEN(GL_PREFIX(_dispatch_stub_673))
25320 GL_PREFIX(_dispatch_stub_673):
25321 #if defined(GLX_USE_TLS)
25322 call _x86_64_get_dispatch@PLT
25323 movq 5384(%rax), %r11
25324 jmp *%r11
25325 #elif defined(PTHREADS)
25326 pushq %rdi
25327 pushq %rsi
25328 pushq %rbp
25329 call _x86_64_get_dispatch@PLT
25330 popq %rbp
25331 popq %rsi
25332 popq %rdi
25333 movq 5384(%rax), %r11
25334 jmp *%r11
25335 #else
25336 movq _glapi_Dispatch(%rip), %rax
25337 testq %rax, %rax
25338 je 1f
25339 movq 5384(%rax), %r11
25340 jmp *%r11
25341 1:
25342 pushq %rdi
25343 pushq %rsi
25344 pushq %rbp
25345 call _glapi_get_dispatch
25346 popq %rbp
25347 popq %rsi
25348 popq %rdi
25349 movq 5384(%rax), %r11
25350 jmp *%r11
25351 #endif /* defined(GLX_USE_TLS) */
25352 .size GL_PREFIX(_dispatch_stub_673), .-GL_PREFIX(_dispatch_stub_673)
25353
25354 .p2align 4,,15
25355 .globl GL_PREFIX(_dispatch_stub_674)
25356 .type GL_PREFIX(_dispatch_stub_674), @function
25357 HIDDEN(GL_PREFIX(_dispatch_stub_674))
25358 GL_PREFIX(_dispatch_stub_674):
25359 #if defined(GLX_USE_TLS)
25360 call _x86_64_get_dispatch@PLT
25361 movq 5392(%rax), %r11
25362 jmp *%r11
25363 #elif defined(PTHREADS)
25364 pushq %rdi
25365 call _x86_64_get_dispatch@PLT
25366 popq %rdi
25367 movq 5392(%rax), %r11
25368 jmp *%r11
25369 #else
25370 movq _glapi_Dispatch(%rip), %rax
25371 testq %rax, %rax
25372 je 1f
25373 movq 5392(%rax), %r11
25374 jmp *%r11
25375 1:
25376 pushq %rdi
25377 call _glapi_get_dispatch
25378 popq %rdi
25379 movq 5392(%rax), %r11
25380 jmp *%r11
25381 #endif /* defined(GLX_USE_TLS) */
25382 .size GL_PREFIX(_dispatch_stub_674), .-GL_PREFIX(_dispatch_stub_674)
25383
25384 .p2align 4,,15
25385 .globl GL_PREFIX(AreProgramsResidentNV)
25386 .type GL_PREFIX(AreProgramsResidentNV), @function
25387 GL_PREFIX(AreProgramsResidentNV):
25388 #if defined(GLX_USE_TLS)
25389 call _x86_64_get_dispatch@PLT
25390 movq 5400(%rax), %r11
25391 jmp *%r11
25392 #elif defined(PTHREADS)
25393 pushq %rdi
25394 pushq %rsi
25395 pushq %rdx
25396 call _x86_64_get_dispatch@PLT
25397 popq %rdx
25398 popq %rsi
25399 popq %rdi
25400 movq 5400(%rax), %r11
25401 jmp *%r11
25402 #else
25403 movq _glapi_Dispatch(%rip), %rax
25404 testq %rax, %rax
25405 je 1f
25406 movq 5400(%rax), %r11
25407 jmp *%r11
25408 1:
25409 pushq %rdi
25410 pushq %rsi
25411 pushq %rdx
25412 call _glapi_get_dispatch
25413 popq %rdx
25414 popq %rsi
25415 popq %rdi
25416 movq 5400(%rax), %r11
25417 jmp *%r11
25418 #endif /* defined(GLX_USE_TLS) */
25419 .size GL_PREFIX(AreProgramsResidentNV), .-GL_PREFIX(AreProgramsResidentNV)
25420
25421 .p2align 4,,15
25422 .globl GL_PREFIX(BindProgramNV)
25423 .type GL_PREFIX(BindProgramNV), @function
25424 GL_PREFIX(BindProgramNV):
25425 #if defined(GLX_USE_TLS)
25426 call _x86_64_get_dispatch@PLT
25427 movq 5408(%rax), %r11
25428 jmp *%r11
25429 #elif defined(PTHREADS)
25430 pushq %rdi
25431 pushq %rsi
25432 pushq %rbp
25433 call _x86_64_get_dispatch@PLT
25434 popq %rbp
25435 popq %rsi
25436 popq %rdi
25437 movq 5408(%rax), %r11
25438 jmp *%r11
25439 #else
25440 movq _glapi_Dispatch(%rip), %rax
25441 testq %rax, %rax
25442 je 1f
25443 movq 5408(%rax), %r11
25444 jmp *%r11
25445 1:
25446 pushq %rdi
25447 pushq %rsi
25448 pushq %rbp
25449 call _glapi_get_dispatch
25450 popq %rbp
25451 popq %rsi
25452 popq %rdi
25453 movq 5408(%rax), %r11
25454 jmp *%r11
25455 #endif /* defined(GLX_USE_TLS) */
25456 .size GL_PREFIX(BindProgramNV), .-GL_PREFIX(BindProgramNV)
25457
25458 .p2align 4,,15
25459 .globl GL_PREFIX(DeleteProgramsNV)
25460 .type GL_PREFIX(DeleteProgramsNV), @function
25461 GL_PREFIX(DeleteProgramsNV):
25462 #if defined(GLX_USE_TLS)
25463 call _x86_64_get_dispatch@PLT
25464 movq 5416(%rax), %r11
25465 jmp *%r11
25466 #elif defined(PTHREADS)
25467 pushq %rdi
25468 pushq %rsi
25469 pushq %rbp
25470 call _x86_64_get_dispatch@PLT
25471 popq %rbp
25472 popq %rsi
25473 popq %rdi
25474 movq 5416(%rax), %r11
25475 jmp *%r11
25476 #else
25477 movq _glapi_Dispatch(%rip), %rax
25478 testq %rax, %rax
25479 je 1f
25480 movq 5416(%rax), %r11
25481 jmp *%r11
25482 1:
25483 pushq %rdi
25484 pushq %rsi
25485 pushq %rbp
25486 call _glapi_get_dispatch
25487 popq %rbp
25488 popq %rsi
25489 popq %rdi
25490 movq 5416(%rax), %r11
25491 jmp *%r11
25492 #endif /* defined(GLX_USE_TLS) */
25493 .size GL_PREFIX(DeleteProgramsNV), .-GL_PREFIX(DeleteProgramsNV)
25494
25495 .p2align 4,,15
25496 .globl GL_PREFIX(ExecuteProgramNV)
25497 .type GL_PREFIX(ExecuteProgramNV), @function
25498 GL_PREFIX(ExecuteProgramNV):
25499 #if defined(GLX_USE_TLS)
25500 call _x86_64_get_dispatch@PLT
25501 movq 5424(%rax), %r11
25502 jmp *%r11
25503 #elif defined(PTHREADS)
25504 pushq %rdi
25505 pushq %rsi
25506 pushq %rdx
25507 call _x86_64_get_dispatch@PLT
25508 popq %rdx
25509 popq %rsi
25510 popq %rdi
25511 movq 5424(%rax), %r11
25512 jmp *%r11
25513 #else
25514 movq _glapi_Dispatch(%rip), %rax
25515 testq %rax, %rax
25516 je 1f
25517 movq 5424(%rax), %r11
25518 jmp *%r11
25519 1:
25520 pushq %rdi
25521 pushq %rsi
25522 pushq %rdx
25523 call _glapi_get_dispatch
25524 popq %rdx
25525 popq %rsi
25526 popq %rdi
25527 movq 5424(%rax), %r11
25528 jmp *%r11
25529 #endif /* defined(GLX_USE_TLS) */
25530 .size GL_PREFIX(ExecuteProgramNV), .-GL_PREFIX(ExecuteProgramNV)
25531
25532 .p2align 4,,15
25533 .globl GL_PREFIX(GenProgramsNV)
25534 .type GL_PREFIX(GenProgramsNV), @function
25535 GL_PREFIX(GenProgramsNV):
25536 #if defined(GLX_USE_TLS)
25537 call _x86_64_get_dispatch@PLT
25538 movq 5432(%rax), %r11
25539 jmp *%r11
25540 #elif defined(PTHREADS)
25541 pushq %rdi
25542 pushq %rsi
25543 pushq %rbp
25544 call _x86_64_get_dispatch@PLT
25545 popq %rbp
25546 popq %rsi
25547 popq %rdi
25548 movq 5432(%rax), %r11
25549 jmp *%r11
25550 #else
25551 movq _glapi_Dispatch(%rip), %rax
25552 testq %rax, %rax
25553 je 1f
25554 movq 5432(%rax), %r11
25555 jmp *%r11
25556 1:
25557 pushq %rdi
25558 pushq %rsi
25559 pushq %rbp
25560 call _glapi_get_dispatch
25561 popq %rbp
25562 popq %rsi
25563 popq %rdi
25564 movq 5432(%rax), %r11
25565 jmp *%r11
25566 #endif /* defined(GLX_USE_TLS) */
25567 .size GL_PREFIX(GenProgramsNV), .-GL_PREFIX(GenProgramsNV)
25568
25569 .p2align 4,,15
25570 .globl GL_PREFIX(GetProgramParameterdvNV)
25571 .type GL_PREFIX(GetProgramParameterdvNV), @function
25572 GL_PREFIX(GetProgramParameterdvNV):
25573 #if defined(GLX_USE_TLS)
25574 call _x86_64_get_dispatch@PLT
25575 movq 5440(%rax), %r11
25576 jmp *%r11
25577 #elif defined(PTHREADS)
25578 pushq %rdi
25579 pushq %rsi
25580 pushq %rdx
25581 pushq %rcx
25582 pushq %rbp
25583 call _x86_64_get_dispatch@PLT
25584 popq %rbp
25585 popq %rcx
25586 popq %rdx
25587 popq %rsi
25588 popq %rdi
25589 movq 5440(%rax), %r11
25590 jmp *%r11
25591 #else
25592 movq _glapi_Dispatch(%rip), %rax
25593 testq %rax, %rax
25594 je 1f
25595 movq 5440(%rax), %r11
25596 jmp *%r11
25597 1:
25598 pushq %rdi
25599 pushq %rsi
25600 pushq %rdx
25601 pushq %rcx
25602 pushq %rbp
25603 call _glapi_get_dispatch
25604 popq %rbp
25605 popq %rcx
25606 popq %rdx
25607 popq %rsi
25608 popq %rdi
25609 movq 5440(%rax), %r11
25610 jmp *%r11
25611 #endif /* defined(GLX_USE_TLS) */
25612 .size GL_PREFIX(GetProgramParameterdvNV), .-GL_PREFIX(GetProgramParameterdvNV)
25613
25614 .p2align 4,,15
25615 .globl GL_PREFIX(GetProgramParameterfvNV)
25616 .type GL_PREFIX(GetProgramParameterfvNV), @function
25617 GL_PREFIX(GetProgramParameterfvNV):
25618 #if defined(GLX_USE_TLS)
25619 call _x86_64_get_dispatch@PLT
25620 movq 5448(%rax), %r11
25621 jmp *%r11
25622 #elif defined(PTHREADS)
25623 pushq %rdi
25624 pushq %rsi
25625 pushq %rdx
25626 pushq %rcx
25627 pushq %rbp
25628 call _x86_64_get_dispatch@PLT
25629 popq %rbp
25630 popq %rcx
25631 popq %rdx
25632 popq %rsi
25633 popq %rdi
25634 movq 5448(%rax), %r11
25635 jmp *%r11
25636 #else
25637 movq _glapi_Dispatch(%rip), %rax
25638 testq %rax, %rax
25639 je 1f
25640 movq 5448(%rax), %r11
25641 jmp *%r11
25642 1:
25643 pushq %rdi
25644 pushq %rsi
25645 pushq %rdx
25646 pushq %rcx
25647 pushq %rbp
25648 call _glapi_get_dispatch
25649 popq %rbp
25650 popq %rcx
25651 popq %rdx
25652 popq %rsi
25653 popq %rdi
25654 movq 5448(%rax), %r11
25655 jmp *%r11
25656 #endif /* defined(GLX_USE_TLS) */
25657 .size GL_PREFIX(GetProgramParameterfvNV), .-GL_PREFIX(GetProgramParameterfvNV)
25658
25659 .p2align 4,,15
25660 .globl GL_PREFIX(GetProgramStringNV)
25661 .type GL_PREFIX(GetProgramStringNV), @function
25662 GL_PREFIX(GetProgramStringNV):
25663 #if defined(GLX_USE_TLS)
25664 call _x86_64_get_dispatch@PLT
25665 movq 5456(%rax), %r11
25666 jmp *%r11
25667 #elif defined(PTHREADS)
25668 pushq %rdi
25669 pushq %rsi
25670 pushq %rdx
25671 call _x86_64_get_dispatch@PLT
25672 popq %rdx
25673 popq %rsi
25674 popq %rdi
25675 movq 5456(%rax), %r11
25676 jmp *%r11
25677 #else
25678 movq _glapi_Dispatch(%rip), %rax
25679 testq %rax, %rax
25680 je 1f
25681 movq 5456(%rax), %r11
25682 jmp *%r11
25683 1:
25684 pushq %rdi
25685 pushq %rsi
25686 pushq %rdx
25687 call _glapi_get_dispatch
25688 popq %rdx
25689 popq %rsi
25690 popq %rdi
25691 movq 5456(%rax), %r11
25692 jmp *%r11
25693 #endif /* defined(GLX_USE_TLS) */
25694 .size GL_PREFIX(GetProgramStringNV), .-GL_PREFIX(GetProgramStringNV)
25695
25696 .p2align 4,,15
25697 .globl GL_PREFIX(GetProgramivNV)
25698 .type GL_PREFIX(GetProgramivNV), @function
25699 GL_PREFIX(GetProgramivNV):
25700 #if defined(GLX_USE_TLS)
25701 call _x86_64_get_dispatch@PLT
25702 movq 5464(%rax), %r11
25703 jmp *%r11
25704 #elif defined(PTHREADS)
25705 pushq %rdi
25706 pushq %rsi
25707 pushq %rdx
25708 call _x86_64_get_dispatch@PLT
25709 popq %rdx
25710 popq %rsi
25711 popq %rdi
25712 movq 5464(%rax), %r11
25713 jmp *%r11
25714 #else
25715 movq _glapi_Dispatch(%rip), %rax
25716 testq %rax, %rax
25717 je 1f
25718 movq 5464(%rax), %r11
25719 jmp *%r11
25720 1:
25721 pushq %rdi
25722 pushq %rsi
25723 pushq %rdx
25724 call _glapi_get_dispatch
25725 popq %rdx
25726 popq %rsi
25727 popq %rdi
25728 movq 5464(%rax), %r11
25729 jmp *%r11
25730 #endif /* defined(GLX_USE_TLS) */
25731 .size GL_PREFIX(GetProgramivNV), .-GL_PREFIX(GetProgramivNV)
25732
25733 .p2align 4,,15
25734 .globl GL_PREFIX(GetTrackMatrixivNV)
25735 .type GL_PREFIX(GetTrackMatrixivNV), @function
25736 GL_PREFIX(GetTrackMatrixivNV):
25737 #if defined(GLX_USE_TLS)
25738 call _x86_64_get_dispatch@PLT
25739 movq 5472(%rax), %r11
25740 jmp *%r11
25741 #elif defined(PTHREADS)
25742 pushq %rdi
25743 pushq %rsi
25744 pushq %rdx
25745 pushq %rcx
25746 pushq %rbp
25747 call _x86_64_get_dispatch@PLT
25748 popq %rbp
25749 popq %rcx
25750 popq %rdx
25751 popq %rsi
25752 popq %rdi
25753 movq 5472(%rax), %r11
25754 jmp *%r11
25755 #else
25756 movq _glapi_Dispatch(%rip), %rax
25757 testq %rax, %rax
25758 je 1f
25759 movq 5472(%rax), %r11
25760 jmp *%r11
25761 1:
25762 pushq %rdi
25763 pushq %rsi
25764 pushq %rdx
25765 pushq %rcx
25766 pushq %rbp
25767 call _glapi_get_dispatch
25768 popq %rbp
25769 popq %rcx
25770 popq %rdx
25771 popq %rsi
25772 popq %rdi
25773 movq 5472(%rax), %r11
25774 jmp *%r11
25775 #endif /* defined(GLX_USE_TLS) */
25776 .size GL_PREFIX(GetTrackMatrixivNV), .-GL_PREFIX(GetTrackMatrixivNV)
25777
25778 .p2align 4,,15
25779 .globl GL_PREFIX(GetVertexAttribPointervNV)
25780 .type GL_PREFIX(GetVertexAttribPointervNV), @function
25781 GL_PREFIX(GetVertexAttribPointervNV):
25782 #if defined(GLX_USE_TLS)
25783 call _x86_64_get_dispatch@PLT
25784 movq 5480(%rax), %r11
25785 jmp *%r11
25786 #elif defined(PTHREADS)
25787 pushq %rdi
25788 pushq %rsi
25789 pushq %rdx
25790 call _x86_64_get_dispatch@PLT
25791 popq %rdx
25792 popq %rsi
25793 popq %rdi
25794 movq 5480(%rax), %r11
25795 jmp *%r11
25796 #else
25797 movq _glapi_Dispatch(%rip), %rax
25798 testq %rax, %rax
25799 je 1f
25800 movq 5480(%rax), %r11
25801 jmp *%r11
25802 1:
25803 pushq %rdi
25804 pushq %rsi
25805 pushq %rdx
25806 call _glapi_get_dispatch
25807 popq %rdx
25808 popq %rsi
25809 popq %rdi
25810 movq 5480(%rax), %r11
25811 jmp *%r11
25812 #endif /* defined(GLX_USE_TLS) */
25813 .size GL_PREFIX(GetVertexAttribPointervNV), .-GL_PREFIX(GetVertexAttribPointervNV)
25814
25815 .p2align 4,,15
25816 .globl GL_PREFIX(GetVertexAttribdvNV)
25817 .type GL_PREFIX(GetVertexAttribdvNV), @function
25818 GL_PREFIX(GetVertexAttribdvNV):
25819 #if defined(GLX_USE_TLS)
25820 call _x86_64_get_dispatch@PLT
25821 movq 5488(%rax), %r11
25822 jmp *%r11
25823 #elif defined(PTHREADS)
25824 pushq %rdi
25825 pushq %rsi
25826 pushq %rdx
25827 call _x86_64_get_dispatch@PLT
25828 popq %rdx
25829 popq %rsi
25830 popq %rdi
25831 movq 5488(%rax), %r11
25832 jmp *%r11
25833 #else
25834 movq _glapi_Dispatch(%rip), %rax
25835 testq %rax, %rax
25836 je 1f
25837 movq 5488(%rax), %r11
25838 jmp *%r11
25839 1:
25840 pushq %rdi
25841 pushq %rsi
25842 pushq %rdx
25843 call _glapi_get_dispatch
25844 popq %rdx
25845 popq %rsi
25846 popq %rdi
25847 movq 5488(%rax), %r11
25848 jmp *%r11
25849 #endif /* defined(GLX_USE_TLS) */
25850 .size GL_PREFIX(GetVertexAttribdvNV), .-GL_PREFIX(GetVertexAttribdvNV)
25851
25852 .p2align 4,,15
25853 .globl GL_PREFIX(GetVertexAttribfvNV)
25854 .type GL_PREFIX(GetVertexAttribfvNV), @function
25855 GL_PREFIX(GetVertexAttribfvNV):
25856 #if defined(GLX_USE_TLS)
25857 call _x86_64_get_dispatch@PLT
25858 movq 5496(%rax), %r11
25859 jmp *%r11
25860 #elif defined(PTHREADS)
25861 pushq %rdi
25862 pushq %rsi
25863 pushq %rdx
25864 call _x86_64_get_dispatch@PLT
25865 popq %rdx
25866 popq %rsi
25867 popq %rdi
25868 movq 5496(%rax), %r11
25869 jmp *%r11
25870 #else
25871 movq _glapi_Dispatch(%rip), %rax
25872 testq %rax, %rax
25873 je 1f
25874 movq 5496(%rax), %r11
25875 jmp *%r11
25876 1:
25877 pushq %rdi
25878 pushq %rsi
25879 pushq %rdx
25880 call _glapi_get_dispatch
25881 popq %rdx
25882 popq %rsi
25883 popq %rdi
25884 movq 5496(%rax), %r11
25885 jmp *%r11
25886 #endif /* defined(GLX_USE_TLS) */
25887 .size GL_PREFIX(GetVertexAttribfvNV), .-GL_PREFIX(GetVertexAttribfvNV)
25888
25889 .p2align 4,,15
25890 .globl GL_PREFIX(GetVertexAttribivNV)
25891 .type GL_PREFIX(GetVertexAttribivNV), @function
25892 GL_PREFIX(GetVertexAttribivNV):
25893 #if defined(GLX_USE_TLS)
25894 call _x86_64_get_dispatch@PLT
25895 movq 5504(%rax), %r11
25896 jmp *%r11
25897 #elif defined(PTHREADS)
25898 pushq %rdi
25899 pushq %rsi
25900 pushq %rdx
25901 call _x86_64_get_dispatch@PLT
25902 popq %rdx
25903 popq %rsi
25904 popq %rdi
25905 movq 5504(%rax), %r11
25906 jmp *%r11
25907 #else
25908 movq _glapi_Dispatch(%rip), %rax
25909 testq %rax, %rax
25910 je 1f
25911 movq 5504(%rax), %r11
25912 jmp *%r11
25913 1:
25914 pushq %rdi
25915 pushq %rsi
25916 pushq %rdx
25917 call _glapi_get_dispatch
25918 popq %rdx
25919 popq %rsi
25920 popq %rdi
25921 movq 5504(%rax), %r11
25922 jmp *%r11
25923 #endif /* defined(GLX_USE_TLS) */
25924 .size GL_PREFIX(GetVertexAttribivNV), .-GL_PREFIX(GetVertexAttribivNV)
25925
25926 .p2align 4,,15
25927 .globl GL_PREFIX(IsProgramNV)
25928 .type GL_PREFIX(IsProgramNV), @function
25929 GL_PREFIX(IsProgramNV):
25930 #if defined(GLX_USE_TLS)
25931 call _x86_64_get_dispatch@PLT
25932 movq 5512(%rax), %r11
25933 jmp *%r11
25934 #elif defined(PTHREADS)
25935 pushq %rdi
25936 call _x86_64_get_dispatch@PLT
25937 popq %rdi
25938 movq 5512(%rax), %r11
25939 jmp *%r11
25940 #else
25941 movq _glapi_Dispatch(%rip), %rax
25942 testq %rax, %rax
25943 je 1f
25944 movq 5512(%rax), %r11
25945 jmp *%r11
25946 1:
25947 pushq %rdi
25948 call _glapi_get_dispatch
25949 popq %rdi
25950 movq 5512(%rax), %r11
25951 jmp *%r11
25952 #endif /* defined(GLX_USE_TLS) */
25953 .size GL_PREFIX(IsProgramNV), .-GL_PREFIX(IsProgramNV)
25954
25955 .p2align 4,,15
25956 .globl GL_PREFIX(LoadProgramNV)
25957 .type GL_PREFIX(LoadProgramNV), @function
25958 GL_PREFIX(LoadProgramNV):
25959 #if defined(GLX_USE_TLS)
25960 call _x86_64_get_dispatch@PLT
25961 movq 5520(%rax), %r11
25962 jmp *%r11
25963 #elif defined(PTHREADS)
25964 pushq %rdi
25965 pushq %rsi
25966 pushq %rdx
25967 pushq %rcx
25968 pushq %rbp
25969 call _x86_64_get_dispatch@PLT
25970 popq %rbp
25971 popq %rcx
25972 popq %rdx
25973 popq %rsi
25974 popq %rdi
25975 movq 5520(%rax), %r11
25976 jmp *%r11
25977 #else
25978 movq _glapi_Dispatch(%rip), %rax
25979 testq %rax, %rax
25980 je 1f
25981 movq 5520(%rax), %r11
25982 jmp *%r11
25983 1:
25984 pushq %rdi
25985 pushq %rsi
25986 pushq %rdx
25987 pushq %rcx
25988 pushq %rbp
25989 call _glapi_get_dispatch
25990 popq %rbp
25991 popq %rcx
25992 popq %rdx
25993 popq %rsi
25994 popq %rdi
25995 movq 5520(%rax), %r11
25996 jmp *%r11
25997 #endif /* defined(GLX_USE_TLS) */
25998 .size GL_PREFIX(LoadProgramNV), .-GL_PREFIX(LoadProgramNV)
25999
26000 .p2align 4,,15
26001 .globl GL_PREFIX(ProgramParameters4dvNV)
26002 .type GL_PREFIX(ProgramParameters4dvNV), @function
26003 GL_PREFIX(ProgramParameters4dvNV):
26004 #if defined(GLX_USE_TLS)
26005 call _x86_64_get_dispatch@PLT
26006 movq 5528(%rax), %r11
26007 jmp *%r11
26008 #elif defined(PTHREADS)
26009 pushq %rdi
26010 pushq %rsi
26011 pushq %rdx
26012 pushq %rcx
26013 pushq %rbp
26014 call _x86_64_get_dispatch@PLT
26015 popq %rbp
26016 popq %rcx
26017 popq %rdx
26018 popq %rsi
26019 popq %rdi
26020 movq 5528(%rax), %r11
26021 jmp *%r11
26022 #else
26023 movq _glapi_Dispatch(%rip), %rax
26024 testq %rax, %rax
26025 je 1f
26026 movq 5528(%rax), %r11
26027 jmp *%r11
26028 1:
26029 pushq %rdi
26030 pushq %rsi
26031 pushq %rdx
26032 pushq %rcx
26033 pushq %rbp
26034 call _glapi_get_dispatch
26035 popq %rbp
26036 popq %rcx
26037 popq %rdx
26038 popq %rsi
26039 popq %rdi
26040 movq 5528(%rax), %r11
26041 jmp *%r11
26042 #endif /* defined(GLX_USE_TLS) */
26043 .size GL_PREFIX(ProgramParameters4dvNV), .-GL_PREFIX(ProgramParameters4dvNV)
26044
26045 .p2align 4,,15
26046 .globl GL_PREFIX(ProgramParameters4fvNV)
26047 .type GL_PREFIX(ProgramParameters4fvNV), @function
26048 GL_PREFIX(ProgramParameters4fvNV):
26049 #if defined(GLX_USE_TLS)
26050 call _x86_64_get_dispatch@PLT
26051 movq 5536(%rax), %r11
26052 jmp *%r11
26053 #elif defined(PTHREADS)
26054 pushq %rdi
26055 pushq %rsi
26056 pushq %rdx
26057 pushq %rcx
26058 pushq %rbp
26059 call _x86_64_get_dispatch@PLT
26060 popq %rbp
26061 popq %rcx
26062 popq %rdx
26063 popq %rsi
26064 popq %rdi
26065 movq 5536(%rax), %r11
26066 jmp *%r11
26067 #else
26068 movq _glapi_Dispatch(%rip), %rax
26069 testq %rax, %rax
26070 je 1f
26071 movq 5536(%rax), %r11
26072 jmp *%r11
26073 1:
26074 pushq %rdi
26075 pushq %rsi
26076 pushq %rdx
26077 pushq %rcx
26078 pushq %rbp
26079 call _glapi_get_dispatch
26080 popq %rbp
26081 popq %rcx
26082 popq %rdx
26083 popq %rsi
26084 popq %rdi
26085 movq 5536(%rax), %r11
26086 jmp *%r11
26087 #endif /* defined(GLX_USE_TLS) */
26088 .size GL_PREFIX(ProgramParameters4fvNV), .-GL_PREFIX(ProgramParameters4fvNV)
26089
26090 .p2align 4,,15
26091 .globl GL_PREFIX(RequestResidentProgramsNV)
26092 .type GL_PREFIX(RequestResidentProgramsNV), @function
26093 GL_PREFIX(RequestResidentProgramsNV):
26094 #if defined(GLX_USE_TLS)
26095 call _x86_64_get_dispatch@PLT
26096 movq 5544(%rax), %r11
26097 jmp *%r11
26098 #elif defined(PTHREADS)
26099 pushq %rdi
26100 pushq %rsi
26101 pushq %rbp
26102 call _x86_64_get_dispatch@PLT
26103 popq %rbp
26104 popq %rsi
26105 popq %rdi
26106 movq 5544(%rax), %r11
26107 jmp *%r11
26108 #else
26109 movq _glapi_Dispatch(%rip), %rax
26110 testq %rax, %rax
26111 je 1f
26112 movq 5544(%rax), %r11
26113 jmp *%r11
26114 1:
26115 pushq %rdi
26116 pushq %rsi
26117 pushq %rbp
26118 call _glapi_get_dispatch
26119 popq %rbp
26120 popq %rsi
26121 popq %rdi
26122 movq 5544(%rax), %r11
26123 jmp *%r11
26124 #endif /* defined(GLX_USE_TLS) */
26125 .size GL_PREFIX(RequestResidentProgramsNV), .-GL_PREFIX(RequestResidentProgramsNV)
26126
26127 .p2align 4,,15
26128 .globl GL_PREFIX(TrackMatrixNV)
26129 .type GL_PREFIX(TrackMatrixNV), @function
26130 GL_PREFIX(TrackMatrixNV):
26131 #if defined(GLX_USE_TLS)
26132 call _x86_64_get_dispatch@PLT
26133 movq 5552(%rax), %r11
26134 jmp *%r11
26135 #elif defined(PTHREADS)
26136 pushq %rdi
26137 pushq %rsi
26138 pushq %rdx
26139 pushq %rcx
26140 pushq %rbp
26141 call _x86_64_get_dispatch@PLT
26142 popq %rbp
26143 popq %rcx
26144 popq %rdx
26145 popq %rsi
26146 popq %rdi
26147 movq 5552(%rax), %r11
26148 jmp *%r11
26149 #else
26150 movq _glapi_Dispatch(%rip), %rax
26151 testq %rax, %rax
26152 je 1f
26153 movq 5552(%rax), %r11
26154 jmp *%r11
26155 1:
26156 pushq %rdi
26157 pushq %rsi
26158 pushq %rdx
26159 pushq %rcx
26160 pushq %rbp
26161 call _glapi_get_dispatch
26162 popq %rbp
26163 popq %rcx
26164 popq %rdx
26165 popq %rsi
26166 popq %rdi
26167 movq 5552(%rax), %r11
26168 jmp *%r11
26169 #endif /* defined(GLX_USE_TLS) */
26170 .size GL_PREFIX(TrackMatrixNV), .-GL_PREFIX(TrackMatrixNV)
26171
26172 .p2align 4,,15
26173 .globl GL_PREFIX(VertexAttrib1dNV)
26174 .type GL_PREFIX(VertexAttrib1dNV), @function
26175 GL_PREFIX(VertexAttrib1dNV):
26176 #if defined(GLX_USE_TLS)
26177 call _x86_64_get_dispatch@PLT
26178 movq 5560(%rax), %r11
26179 jmp *%r11
26180 #elif defined(PTHREADS)
26181 subq $24, %rsp
26182 movq %rdi, (%rsp)
26183 movq %xmm0, 8(%rsp)
26184 call _x86_64_get_dispatch@PLT
26185 movq 8(%rsp), %xmm0
26186 movq (%rsp), %rdi
26187 addq $24, %rsp
26188 movq 5560(%rax), %r11
26189 jmp *%r11
26190 #else
26191 movq _glapi_Dispatch(%rip), %rax
26192 testq %rax, %rax
26193 je 1f
26194 movq 5560(%rax), %r11
26195 jmp *%r11
26196 1:
26197 subq $24, %rsp
26198 movq %rdi, (%rsp)
26199 movq %xmm0, 8(%rsp)
26200 call _glapi_get_dispatch
26201 movq 8(%rsp), %xmm0
26202 movq (%rsp), %rdi
26203 addq $24, %rsp
26204 movq 5560(%rax), %r11
26205 jmp *%r11
26206 #endif /* defined(GLX_USE_TLS) */
26207 .size GL_PREFIX(VertexAttrib1dNV), .-GL_PREFIX(VertexAttrib1dNV)
26208
26209 .p2align 4,,15
26210 .globl GL_PREFIX(VertexAttrib1dvNV)
26211 .type GL_PREFIX(VertexAttrib1dvNV), @function
26212 GL_PREFIX(VertexAttrib1dvNV):
26213 #if defined(GLX_USE_TLS)
26214 call _x86_64_get_dispatch@PLT
26215 movq 5568(%rax), %r11
26216 jmp *%r11
26217 #elif defined(PTHREADS)
26218 pushq %rdi
26219 pushq %rsi
26220 pushq %rbp
26221 call _x86_64_get_dispatch@PLT
26222 popq %rbp
26223 popq %rsi
26224 popq %rdi
26225 movq 5568(%rax), %r11
26226 jmp *%r11
26227 #else
26228 movq _glapi_Dispatch(%rip), %rax
26229 testq %rax, %rax
26230 je 1f
26231 movq 5568(%rax), %r11
26232 jmp *%r11
26233 1:
26234 pushq %rdi
26235 pushq %rsi
26236 pushq %rbp
26237 call _glapi_get_dispatch
26238 popq %rbp
26239 popq %rsi
26240 popq %rdi
26241 movq 5568(%rax), %r11
26242 jmp *%r11
26243 #endif /* defined(GLX_USE_TLS) */
26244 .size GL_PREFIX(VertexAttrib1dvNV), .-GL_PREFIX(VertexAttrib1dvNV)
26245
26246 .p2align 4,,15
26247 .globl GL_PREFIX(VertexAttrib1fNV)
26248 .type GL_PREFIX(VertexAttrib1fNV), @function
26249 GL_PREFIX(VertexAttrib1fNV):
26250 #if defined(GLX_USE_TLS)
26251 call _x86_64_get_dispatch@PLT
26252 movq 5576(%rax), %r11
26253 jmp *%r11
26254 #elif defined(PTHREADS)
26255 subq $24, %rsp
26256 movq %rdi, (%rsp)
26257 movq %xmm0, 8(%rsp)
26258 call _x86_64_get_dispatch@PLT
26259 movq 8(%rsp), %xmm0
26260 movq (%rsp), %rdi
26261 addq $24, %rsp
26262 movq 5576(%rax), %r11
26263 jmp *%r11
26264 #else
26265 movq _glapi_Dispatch(%rip), %rax
26266 testq %rax, %rax
26267 je 1f
26268 movq 5576(%rax), %r11
26269 jmp *%r11
26270 1:
26271 subq $24, %rsp
26272 movq %rdi, (%rsp)
26273 movq %xmm0, 8(%rsp)
26274 call _glapi_get_dispatch
26275 movq 8(%rsp), %xmm0
26276 movq (%rsp), %rdi
26277 addq $24, %rsp
26278 movq 5576(%rax), %r11
26279 jmp *%r11
26280 #endif /* defined(GLX_USE_TLS) */
26281 .size GL_PREFIX(VertexAttrib1fNV), .-GL_PREFIX(VertexAttrib1fNV)
26282
26283 .p2align 4,,15
26284 .globl GL_PREFIX(VertexAttrib1fvNV)
26285 .type GL_PREFIX(VertexAttrib1fvNV), @function
26286 GL_PREFIX(VertexAttrib1fvNV):
26287 #if defined(GLX_USE_TLS)
26288 call _x86_64_get_dispatch@PLT
26289 movq 5584(%rax), %r11
26290 jmp *%r11
26291 #elif defined(PTHREADS)
26292 pushq %rdi
26293 pushq %rsi
26294 pushq %rbp
26295 call _x86_64_get_dispatch@PLT
26296 popq %rbp
26297 popq %rsi
26298 popq %rdi
26299 movq 5584(%rax), %r11
26300 jmp *%r11
26301 #else
26302 movq _glapi_Dispatch(%rip), %rax
26303 testq %rax, %rax
26304 je 1f
26305 movq 5584(%rax), %r11
26306 jmp *%r11
26307 1:
26308 pushq %rdi
26309 pushq %rsi
26310 pushq %rbp
26311 call _glapi_get_dispatch
26312 popq %rbp
26313 popq %rsi
26314 popq %rdi
26315 movq 5584(%rax), %r11
26316 jmp *%r11
26317 #endif /* defined(GLX_USE_TLS) */
26318 .size GL_PREFIX(VertexAttrib1fvNV), .-GL_PREFIX(VertexAttrib1fvNV)
26319
26320 .p2align 4,,15
26321 .globl GL_PREFIX(VertexAttrib1sNV)
26322 .type GL_PREFIX(VertexAttrib1sNV), @function
26323 GL_PREFIX(VertexAttrib1sNV):
26324 #if defined(GLX_USE_TLS)
26325 call _x86_64_get_dispatch@PLT
26326 movq 5592(%rax), %r11
26327 jmp *%r11
26328 #elif defined(PTHREADS)
26329 pushq %rdi
26330 pushq %rsi
26331 pushq %rbp
26332 call _x86_64_get_dispatch@PLT
26333 popq %rbp
26334 popq %rsi
26335 popq %rdi
26336 movq 5592(%rax), %r11
26337 jmp *%r11
26338 #else
26339 movq _glapi_Dispatch(%rip), %rax
26340 testq %rax, %rax
26341 je 1f
26342 movq 5592(%rax), %r11
26343 jmp *%r11
26344 1:
26345 pushq %rdi
26346 pushq %rsi
26347 pushq %rbp
26348 call _glapi_get_dispatch
26349 popq %rbp
26350 popq %rsi
26351 popq %rdi
26352 movq 5592(%rax), %r11
26353 jmp *%r11
26354 #endif /* defined(GLX_USE_TLS) */
26355 .size GL_PREFIX(VertexAttrib1sNV), .-GL_PREFIX(VertexAttrib1sNV)
26356
26357 .p2align 4,,15
26358 .globl GL_PREFIX(VertexAttrib1svNV)
26359 .type GL_PREFIX(VertexAttrib1svNV), @function
26360 GL_PREFIX(VertexAttrib1svNV):
26361 #if defined(GLX_USE_TLS)
26362 call _x86_64_get_dispatch@PLT
26363 movq 5600(%rax), %r11
26364 jmp *%r11
26365 #elif defined(PTHREADS)
26366 pushq %rdi
26367 pushq %rsi
26368 pushq %rbp
26369 call _x86_64_get_dispatch@PLT
26370 popq %rbp
26371 popq %rsi
26372 popq %rdi
26373 movq 5600(%rax), %r11
26374 jmp *%r11
26375 #else
26376 movq _glapi_Dispatch(%rip), %rax
26377 testq %rax, %rax
26378 je 1f
26379 movq 5600(%rax), %r11
26380 jmp *%r11
26381 1:
26382 pushq %rdi
26383 pushq %rsi
26384 pushq %rbp
26385 call _glapi_get_dispatch
26386 popq %rbp
26387 popq %rsi
26388 popq %rdi
26389 movq 5600(%rax), %r11
26390 jmp *%r11
26391 #endif /* defined(GLX_USE_TLS) */
26392 .size GL_PREFIX(VertexAttrib1svNV), .-GL_PREFIX(VertexAttrib1svNV)
26393
26394 .p2align 4,,15
26395 .globl GL_PREFIX(VertexAttrib2dNV)
26396 .type GL_PREFIX(VertexAttrib2dNV), @function
26397 GL_PREFIX(VertexAttrib2dNV):
26398 #if defined(GLX_USE_TLS)
26399 call _x86_64_get_dispatch@PLT
26400 movq 5608(%rax), %r11
26401 jmp *%r11
26402 #elif defined(PTHREADS)
26403 subq $24, %rsp
26404 movq %rdi, (%rsp)
26405 movq %xmm0, 8(%rsp)
26406 movq %xmm1, 16(%rsp)
26407 call _x86_64_get_dispatch@PLT
26408 movq 16(%rsp), %xmm1
26409 movq 8(%rsp), %xmm0
26410 movq (%rsp), %rdi
26411 addq $24, %rsp
26412 movq 5608(%rax), %r11
26413 jmp *%r11
26414 #else
26415 movq _glapi_Dispatch(%rip), %rax
26416 testq %rax, %rax
26417 je 1f
26418 movq 5608(%rax), %r11
26419 jmp *%r11
26420 1:
26421 subq $24, %rsp
26422 movq %rdi, (%rsp)
26423 movq %xmm0, 8(%rsp)
26424 movq %xmm1, 16(%rsp)
26425 call _glapi_get_dispatch
26426 movq 16(%rsp), %xmm1
26427 movq 8(%rsp), %xmm0
26428 movq (%rsp), %rdi
26429 addq $24, %rsp
26430 movq 5608(%rax), %r11
26431 jmp *%r11
26432 #endif /* defined(GLX_USE_TLS) */
26433 .size GL_PREFIX(VertexAttrib2dNV), .-GL_PREFIX(VertexAttrib2dNV)
26434
26435 .p2align 4,,15
26436 .globl GL_PREFIX(VertexAttrib2dvNV)
26437 .type GL_PREFIX(VertexAttrib2dvNV), @function
26438 GL_PREFIX(VertexAttrib2dvNV):
26439 #if defined(GLX_USE_TLS)
26440 call _x86_64_get_dispatch@PLT
26441 movq 5616(%rax), %r11
26442 jmp *%r11
26443 #elif defined(PTHREADS)
26444 pushq %rdi
26445 pushq %rsi
26446 pushq %rbp
26447 call _x86_64_get_dispatch@PLT
26448 popq %rbp
26449 popq %rsi
26450 popq %rdi
26451 movq 5616(%rax), %r11
26452 jmp *%r11
26453 #else
26454 movq _glapi_Dispatch(%rip), %rax
26455 testq %rax, %rax
26456 je 1f
26457 movq 5616(%rax), %r11
26458 jmp *%r11
26459 1:
26460 pushq %rdi
26461 pushq %rsi
26462 pushq %rbp
26463 call _glapi_get_dispatch
26464 popq %rbp
26465 popq %rsi
26466 popq %rdi
26467 movq 5616(%rax), %r11
26468 jmp *%r11
26469 #endif /* defined(GLX_USE_TLS) */
26470 .size GL_PREFIX(VertexAttrib2dvNV), .-GL_PREFIX(VertexAttrib2dvNV)
26471
26472 .p2align 4,,15
26473 .globl GL_PREFIX(VertexAttrib2fNV)
26474 .type GL_PREFIX(VertexAttrib2fNV), @function
26475 GL_PREFIX(VertexAttrib2fNV):
26476 #if defined(GLX_USE_TLS)
26477 call _x86_64_get_dispatch@PLT
26478 movq 5624(%rax), %r11
26479 jmp *%r11
26480 #elif defined(PTHREADS)
26481 subq $24, %rsp
26482 movq %rdi, (%rsp)
26483 movq %xmm0, 8(%rsp)
26484 movq %xmm1, 16(%rsp)
26485 call _x86_64_get_dispatch@PLT
26486 movq 16(%rsp), %xmm1
26487 movq 8(%rsp), %xmm0
26488 movq (%rsp), %rdi
26489 addq $24, %rsp
26490 movq 5624(%rax), %r11
26491 jmp *%r11
26492 #else
26493 movq _glapi_Dispatch(%rip), %rax
26494 testq %rax, %rax
26495 je 1f
26496 movq 5624(%rax), %r11
26497 jmp *%r11
26498 1:
26499 subq $24, %rsp
26500 movq %rdi, (%rsp)
26501 movq %xmm0, 8(%rsp)
26502 movq %xmm1, 16(%rsp)
26503 call _glapi_get_dispatch
26504 movq 16(%rsp), %xmm1
26505 movq 8(%rsp), %xmm0
26506 movq (%rsp), %rdi
26507 addq $24, %rsp
26508 movq 5624(%rax), %r11
26509 jmp *%r11
26510 #endif /* defined(GLX_USE_TLS) */
26511 .size GL_PREFIX(VertexAttrib2fNV), .-GL_PREFIX(VertexAttrib2fNV)
26512
26513 .p2align 4,,15
26514 .globl GL_PREFIX(VertexAttrib2fvNV)
26515 .type GL_PREFIX(VertexAttrib2fvNV), @function
26516 GL_PREFIX(VertexAttrib2fvNV):
26517 #if defined(GLX_USE_TLS)
26518 call _x86_64_get_dispatch@PLT
26519 movq 5632(%rax), %r11
26520 jmp *%r11
26521 #elif defined(PTHREADS)
26522 pushq %rdi
26523 pushq %rsi
26524 pushq %rbp
26525 call _x86_64_get_dispatch@PLT
26526 popq %rbp
26527 popq %rsi
26528 popq %rdi
26529 movq 5632(%rax), %r11
26530 jmp *%r11
26531 #else
26532 movq _glapi_Dispatch(%rip), %rax
26533 testq %rax, %rax
26534 je 1f
26535 movq 5632(%rax), %r11
26536 jmp *%r11
26537 1:
26538 pushq %rdi
26539 pushq %rsi
26540 pushq %rbp
26541 call _glapi_get_dispatch
26542 popq %rbp
26543 popq %rsi
26544 popq %rdi
26545 movq 5632(%rax), %r11
26546 jmp *%r11
26547 #endif /* defined(GLX_USE_TLS) */
26548 .size GL_PREFIX(VertexAttrib2fvNV), .-GL_PREFIX(VertexAttrib2fvNV)
26549
26550 .p2align 4,,15
26551 .globl GL_PREFIX(VertexAttrib2sNV)
26552 .type GL_PREFIX(VertexAttrib2sNV), @function
26553 GL_PREFIX(VertexAttrib2sNV):
26554 #if defined(GLX_USE_TLS)
26555 call _x86_64_get_dispatch@PLT
26556 movq 5640(%rax), %r11
26557 jmp *%r11
26558 #elif defined(PTHREADS)
26559 pushq %rdi
26560 pushq %rsi
26561 pushq %rdx
26562 call _x86_64_get_dispatch@PLT
26563 popq %rdx
26564 popq %rsi
26565 popq %rdi
26566 movq 5640(%rax), %r11
26567 jmp *%r11
26568 #else
26569 movq _glapi_Dispatch(%rip), %rax
26570 testq %rax, %rax
26571 je 1f
26572 movq 5640(%rax), %r11
26573 jmp *%r11
26574 1:
26575 pushq %rdi
26576 pushq %rsi
26577 pushq %rdx
26578 call _glapi_get_dispatch
26579 popq %rdx
26580 popq %rsi
26581 popq %rdi
26582 movq 5640(%rax), %r11
26583 jmp *%r11
26584 #endif /* defined(GLX_USE_TLS) */
26585 .size GL_PREFIX(VertexAttrib2sNV), .-GL_PREFIX(VertexAttrib2sNV)
26586
26587 .p2align 4,,15
26588 .globl GL_PREFIX(VertexAttrib2svNV)
26589 .type GL_PREFIX(VertexAttrib2svNV), @function
26590 GL_PREFIX(VertexAttrib2svNV):
26591 #if defined(GLX_USE_TLS)
26592 call _x86_64_get_dispatch@PLT
26593 movq 5648(%rax), %r11
26594 jmp *%r11
26595 #elif defined(PTHREADS)
26596 pushq %rdi
26597 pushq %rsi
26598 pushq %rbp
26599 call _x86_64_get_dispatch@PLT
26600 popq %rbp
26601 popq %rsi
26602 popq %rdi
26603 movq 5648(%rax), %r11
26604 jmp *%r11
26605 #else
26606 movq _glapi_Dispatch(%rip), %rax
26607 testq %rax, %rax
26608 je 1f
26609 movq 5648(%rax), %r11
26610 jmp *%r11
26611 1:
26612 pushq %rdi
26613 pushq %rsi
26614 pushq %rbp
26615 call _glapi_get_dispatch
26616 popq %rbp
26617 popq %rsi
26618 popq %rdi
26619 movq 5648(%rax), %r11
26620 jmp *%r11
26621 #endif /* defined(GLX_USE_TLS) */
26622 .size GL_PREFIX(VertexAttrib2svNV), .-GL_PREFIX(VertexAttrib2svNV)
26623
26624 .p2align 4,,15
26625 .globl GL_PREFIX(VertexAttrib3dNV)
26626 .type GL_PREFIX(VertexAttrib3dNV), @function
26627 GL_PREFIX(VertexAttrib3dNV):
26628 #if defined(GLX_USE_TLS)
26629 call _x86_64_get_dispatch@PLT
26630 movq 5656(%rax), %r11
26631 jmp *%r11
26632 #elif defined(PTHREADS)
26633 subq $40, %rsp
26634 movq %rdi, (%rsp)
26635 movq %xmm0, 8(%rsp)
26636 movq %xmm1, 16(%rsp)
26637 movq %xmm2, 24(%rsp)
26638 call _x86_64_get_dispatch@PLT
26639 movq 24(%rsp), %xmm2
26640 movq 16(%rsp), %xmm1
26641 movq 8(%rsp), %xmm0
26642 movq (%rsp), %rdi
26643 addq $40, %rsp
26644 movq 5656(%rax), %r11
26645 jmp *%r11
26646 #else
26647 movq _glapi_Dispatch(%rip), %rax
26648 testq %rax, %rax
26649 je 1f
26650 movq 5656(%rax), %r11
26651 jmp *%r11
26652 1:
26653 subq $40, %rsp
26654 movq %rdi, (%rsp)
26655 movq %xmm0, 8(%rsp)
26656 movq %xmm1, 16(%rsp)
26657 movq %xmm2, 24(%rsp)
26658 call _glapi_get_dispatch
26659 movq 24(%rsp), %xmm2
26660 movq 16(%rsp), %xmm1
26661 movq 8(%rsp), %xmm0
26662 movq (%rsp), %rdi
26663 addq $40, %rsp
26664 movq 5656(%rax), %r11
26665 jmp *%r11
26666 #endif /* defined(GLX_USE_TLS) */
26667 .size GL_PREFIX(VertexAttrib3dNV), .-GL_PREFIX(VertexAttrib3dNV)
26668
26669 .p2align 4,,15
26670 .globl GL_PREFIX(VertexAttrib3dvNV)
26671 .type GL_PREFIX(VertexAttrib3dvNV), @function
26672 GL_PREFIX(VertexAttrib3dvNV):
26673 #if defined(GLX_USE_TLS)
26674 call _x86_64_get_dispatch@PLT
26675 movq 5664(%rax), %r11
26676 jmp *%r11
26677 #elif defined(PTHREADS)
26678 pushq %rdi
26679 pushq %rsi
26680 pushq %rbp
26681 call _x86_64_get_dispatch@PLT
26682 popq %rbp
26683 popq %rsi
26684 popq %rdi
26685 movq 5664(%rax), %r11
26686 jmp *%r11
26687 #else
26688 movq _glapi_Dispatch(%rip), %rax
26689 testq %rax, %rax
26690 je 1f
26691 movq 5664(%rax), %r11
26692 jmp *%r11
26693 1:
26694 pushq %rdi
26695 pushq %rsi
26696 pushq %rbp
26697 call _glapi_get_dispatch
26698 popq %rbp
26699 popq %rsi
26700 popq %rdi
26701 movq 5664(%rax), %r11
26702 jmp *%r11
26703 #endif /* defined(GLX_USE_TLS) */
26704 .size GL_PREFIX(VertexAttrib3dvNV), .-GL_PREFIX(VertexAttrib3dvNV)
26705
26706 .p2align 4,,15
26707 .globl GL_PREFIX(VertexAttrib3fNV)
26708 .type GL_PREFIX(VertexAttrib3fNV), @function
26709 GL_PREFIX(VertexAttrib3fNV):
26710 #if defined(GLX_USE_TLS)
26711 call _x86_64_get_dispatch@PLT
26712 movq 5672(%rax), %r11
26713 jmp *%r11
26714 #elif defined(PTHREADS)
26715 subq $40, %rsp
26716 movq %rdi, (%rsp)
26717 movq %xmm0, 8(%rsp)
26718 movq %xmm1, 16(%rsp)
26719 movq %xmm2, 24(%rsp)
26720 call _x86_64_get_dispatch@PLT
26721 movq 24(%rsp), %xmm2
26722 movq 16(%rsp), %xmm1
26723 movq 8(%rsp), %xmm0
26724 movq (%rsp), %rdi
26725 addq $40, %rsp
26726 movq 5672(%rax), %r11
26727 jmp *%r11
26728 #else
26729 movq _glapi_Dispatch(%rip), %rax
26730 testq %rax, %rax
26731 je 1f
26732 movq 5672(%rax), %r11
26733 jmp *%r11
26734 1:
26735 subq $40, %rsp
26736 movq %rdi, (%rsp)
26737 movq %xmm0, 8(%rsp)
26738 movq %xmm1, 16(%rsp)
26739 movq %xmm2, 24(%rsp)
26740 call _glapi_get_dispatch
26741 movq 24(%rsp), %xmm2
26742 movq 16(%rsp), %xmm1
26743 movq 8(%rsp), %xmm0
26744 movq (%rsp), %rdi
26745 addq $40, %rsp
26746 movq 5672(%rax), %r11
26747 jmp *%r11
26748 #endif /* defined(GLX_USE_TLS) */
26749 .size GL_PREFIX(VertexAttrib3fNV), .-GL_PREFIX(VertexAttrib3fNV)
26750
26751 .p2align 4,,15
26752 .globl GL_PREFIX(VertexAttrib3fvNV)
26753 .type GL_PREFIX(VertexAttrib3fvNV), @function
26754 GL_PREFIX(VertexAttrib3fvNV):
26755 #if defined(GLX_USE_TLS)
26756 call _x86_64_get_dispatch@PLT
26757 movq 5680(%rax), %r11
26758 jmp *%r11
26759 #elif defined(PTHREADS)
26760 pushq %rdi
26761 pushq %rsi
26762 pushq %rbp
26763 call _x86_64_get_dispatch@PLT
26764 popq %rbp
26765 popq %rsi
26766 popq %rdi
26767 movq 5680(%rax), %r11
26768 jmp *%r11
26769 #else
26770 movq _glapi_Dispatch(%rip), %rax
26771 testq %rax, %rax
26772 je 1f
26773 movq 5680(%rax), %r11
26774 jmp *%r11
26775 1:
26776 pushq %rdi
26777 pushq %rsi
26778 pushq %rbp
26779 call _glapi_get_dispatch
26780 popq %rbp
26781 popq %rsi
26782 popq %rdi
26783 movq 5680(%rax), %r11
26784 jmp *%r11
26785 #endif /* defined(GLX_USE_TLS) */
26786 .size GL_PREFIX(VertexAttrib3fvNV), .-GL_PREFIX(VertexAttrib3fvNV)
26787
26788 .p2align 4,,15
26789 .globl GL_PREFIX(VertexAttrib3sNV)
26790 .type GL_PREFIX(VertexAttrib3sNV), @function
26791 GL_PREFIX(VertexAttrib3sNV):
26792 #if defined(GLX_USE_TLS)
26793 call _x86_64_get_dispatch@PLT
26794 movq 5688(%rax), %r11
26795 jmp *%r11
26796 #elif defined(PTHREADS)
26797 pushq %rdi
26798 pushq %rsi
26799 pushq %rdx
26800 pushq %rcx
26801 pushq %rbp
26802 call _x86_64_get_dispatch@PLT
26803 popq %rbp
26804 popq %rcx
26805 popq %rdx
26806 popq %rsi
26807 popq %rdi
26808 movq 5688(%rax), %r11
26809 jmp *%r11
26810 #else
26811 movq _glapi_Dispatch(%rip), %rax
26812 testq %rax, %rax
26813 je 1f
26814 movq 5688(%rax), %r11
26815 jmp *%r11
26816 1:
26817 pushq %rdi
26818 pushq %rsi
26819 pushq %rdx
26820 pushq %rcx
26821 pushq %rbp
26822 call _glapi_get_dispatch
26823 popq %rbp
26824 popq %rcx
26825 popq %rdx
26826 popq %rsi
26827 popq %rdi
26828 movq 5688(%rax), %r11
26829 jmp *%r11
26830 #endif /* defined(GLX_USE_TLS) */
26831 .size GL_PREFIX(VertexAttrib3sNV), .-GL_PREFIX(VertexAttrib3sNV)
26832
26833 .p2align 4,,15
26834 .globl GL_PREFIX(VertexAttrib3svNV)
26835 .type GL_PREFIX(VertexAttrib3svNV), @function
26836 GL_PREFIX(VertexAttrib3svNV):
26837 #if defined(GLX_USE_TLS)
26838 call _x86_64_get_dispatch@PLT
26839 movq 5696(%rax), %r11
26840 jmp *%r11
26841 #elif defined(PTHREADS)
26842 pushq %rdi
26843 pushq %rsi
26844 pushq %rbp
26845 call _x86_64_get_dispatch@PLT
26846 popq %rbp
26847 popq %rsi
26848 popq %rdi
26849 movq 5696(%rax), %r11
26850 jmp *%r11
26851 #else
26852 movq _glapi_Dispatch(%rip), %rax
26853 testq %rax, %rax
26854 je 1f
26855 movq 5696(%rax), %r11
26856 jmp *%r11
26857 1:
26858 pushq %rdi
26859 pushq %rsi
26860 pushq %rbp
26861 call _glapi_get_dispatch
26862 popq %rbp
26863 popq %rsi
26864 popq %rdi
26865 movq 5696(%rax), %r11
26866 jmp *%r11
26867 #endif /* defined(GLX_USE_TLS) */
26868 .size GL_PREFIX(VertexAttrib3svNV), .-GL_PREFIX(VertexAttrib3svNV)
26869
26870 .p2align 4,,15
26871 .globl GL_PREFIX(VertexAttrib4dNV)
26872 .type GL_PREFIX(VertexAttrib4dNV), @function
26873 GL_PREFIX(VertexAttrib4dNV):
26874 #if defined(GLX_USE_TLS)
26875 call _x86_64_get_dispatch@PLT
26876 movq 5704(%rax), %r11
26877 jmp *%r11
26878 #elif defined(PTHREADS)
26879 subq $40, %rsp
26880 movq %rdi, (%rsp)
26881 movq %xmm0, 8(%rsp)
26882 movq %xmm1, 16(%rsp)
26883 movq %xmm2, 24(%rsp)
26884 movq %xmm3, 32(%rsp)
26885 call _x86_64_get_dispatch@PLT
26886 movq 32(%rsp), %xmm3
26887 movq 24(%rsp), %xmm2
26888 movq 16(%rsp), %xmm1
26889 movq 8(%rsp), %xmm0
26890 movq (%rsp), %rdi
26891 addq $40, %rsp
26892 movq 5704(%rax), %r11
26893 jmp *%r11
26894 #else
26895 movq _glapi_Dispatch(%rip), %rax
26896 testq %rax, %rax
26897 je 1f
26898 movq 5704(%rax), %r11
26899 jmp *%r11
26900 1:
26901 subq $40, %rsp
26902 movq %rdi, (%rsp)
26903 movq %xmm0, 8(%rsp)
26904 movq %xmm1, 16(%rsp)
26905 movq %xmm2, 24(%rsp)
26906 movq %xmm3, 32(%rsp)
26907 call _glapi_get_dispatch
26908 movq 32(%rsp), %xmm3
26909 movq 24(%rsp), %xmm2
26910 movq 16(%rsp), %xmm1
26911 movq 8(%rsp), %xmm0
26912 movq (%rsp), %rdi
26913 addq $40, %rsp
26914 movq 5704(%rax), %r11
26915 jmp *%r11
26916 #endif /* defined(GLX_USE_TLS) */
26917 .size GL_PREFIX(VertexAttrib4dNV), .-GL_PREFIX(VertexAttrib4dNV)
26918
26919 .p2align 4,,15
26920 .globl GL_PREFIX(VertexAttrib4dvNV)
26921 .type GL_PREFIX(VertexAttrib4dvNV), @function
26922 GL_PREFIX(VertexAttrib4dvNV):
26923 #if defined(GLX_USE_TLS)
26924 call _x86_64_get_dispatch@PLT
26925 movq 5712(%rax), %r11
26926 jmp *%r11
26927 #elif defined(PTHREADS)
26928 pushq %rdi
26929 pushq %rsi
26930 pushq %rbp
26931 call _x86_64_get_dispatch@PLT
26932 popq %rbp
26933 popq %rsi
26934 popq %rdi
26935 movq 5712(%rax), %r11
26936 jmp *%r11
26937 #else
26938 movq _glapi_Dispatch(%rip), %rax
26939 testq %rax, %rax
26940 je 1f
26941 movq 5712(%rax), %r11
26942 jmp *%r11
26943 1:
26944 pushq %rdi
26945 pushq %rsi
26946 pushq %rbp
26947 call _glapi_get_dispatch
26948 popq %rbp
26949 popq %rsi
26950 popq %rdi
26951 movq 5712(%rax), %r11
26952 jmp *%r11
26953 #endif /* defined(GLX_USE_TLS) */
26954 .size GL_PREFIX(VertexAttrib4dvNV), .-GL_PREFIX(VertexAttrib4dvNV)
26955
26956 .p2align 4,,15
26957 .globl GL_PREFIX(VertexAttrib4fNV)
26958 .type GL_PREFIX(VertexAttrib4fNV), @function
26959 GL_PREFIX(VertexAttrib4fNV):
26960 #if defined(GLX_USE_TLS)
26961 call _x86_64_get_dispatch@PLT
26962 movq 5720(%rax), %r11
26963 jmp *%r11
26964 #elif defined(PTHREADS)
26965 subq $40, %rsp
26966 movq %rdi, (%rsp)
26967 movq %xmm0, 8(%rsp)
26968 movq %xmm1, 16(%rsp)
26969 movq %xmm2, 24(%rsp)
26970 movq %xmm3, 32(%rsp)
26971 call _x86_64_get_dispatch@PLT
26972 movq 32(%rsp), %xmm3
26973 movq 24(%rsp), %xmm2
26974 movq 16(%rsp), %xmm1
26975 movq 8(%rsp), %xmm0
26976 movq (%rsp), %rdi
26977 addq $40, %rsp
26978 movq 5720(%rax), %r11
26979 jmp *%r11
26980 #else
26981 movq _glapi_Dispatch(%rip), %rax
26982 testq %rax, %rax
26983 je 1f
26984 movq 5720(%rax), %r11
26985 jmp *%r11
26986 1:
26987 subq $40, %rsp
26988 movq %rdi, (%rsp)
26989 movq %xmm0, 8(%rsp)
26990 movq %xmm1, 16(%rsp)
26991 movq %xmm2, 24(%rsp)
26992 movq %xmm3, 32(%rsp)
26993 call _glapi_get_dispatch
26994 movq 32(%rsp), %xmm3
26995 movq 24(%rsp), %xmm2
26996 movq 16(%rsp), %xmm1
26997 movq 8(%rsp), %xmm0
26998 movq (%rsp), %rdi
26999 addq $40, %rsp
27000 movq 5720(%rax), %r11
27001 jmp *%r11
27002 #endif /* defined(GLX_USE_TLS) */
27003 .size GL_PREFIX(VertexAttrib4fNV), .-GL_PREFIX(VertexAttrib4fNV)
27004
27005 .p2align 4,,15
27006 .globl GL_PREFIX(VertexAttrib4fvNV)
27007 .type GL_PREFIX(VertexAttrib4fvNV), @function
27008 GL_PREFIX(VertexAttrib4fvNV):
27009 #if defined(GLX_USE_TLS)
27010 call _x86_64_get_dispatch@PLT
27011 movq 5728(%rax), %r11
27012 jmp *%r11
27013 #elif defined(PTHREADS)
27014 pushq %rdi
27015 pushq %rsi
27016 pushq %rbp
27017 call _x86_64_get_dispatch@PLT
27018 popq %rbp
27019 popq %rsi
27020 popq %rdi
27021 movq 5728(%rax), %r11
27022 jmp *%r11
27023 #else
27024 movq _glapi_Dispatch(%rip), %rax
27025 testq %rax, %rax
27026 je 1f
27027 movq 5728(%rax), %r11
27028 jmp *%r11
27029 1:
27030 pushq %rdi
27031 pushq %rsi
27032 pushq %rbp
27033 call _glapi_get_dispatch
27034 popq %rbp
27035 popq %rsi
27036 popq %rdi
27037 movq 5728(%rax), %r11
27038 jmp *%r11
27039 #endif /* defined(GLX_USE_TLS) */
27040 .size GL_PREFIX(VertexAttrib4fvNV), .-GL_PREFIX(VertexAttrib4fvNV)
27041
27042 .p2align 4,,15
27043 .globl GL_PREFIX(VertexAttrib4sNV)
27044 .type GL_PREFIX(VertexAttrib4sNV), @function
27045 GL_PREFIX(VertexAttrib4sNV):
27046 #if defined(GLX_USE_TLS)
27047 call _x86_64_get_dispatch@PLT
27048 movq 5736(%rax), %r11
27049 jmp *%r11
27050 #elif defined(PTHREADS)
27051 pushq %rdi
27052 pushq %rsi
27053 pushq %rdx
27054 pushq %rcx
27055 pushq %r8
27056 call _x86_64_get_dispatch@PLT
27057 popq %r8
27058 popq %rcx
27059 popq %rdx
27060 popq %rsi
27061 popq %rdi
27062 movq 5736(%rax), %r11
27063 jmp *%r11
27064 #else
27065 movq _glapi_Dispatch(%rip), %rax
27066 testq %rax, %rax
27067 je 1f
27068 movq 5736(%rax), %r11
27069 jmp *%r11
27070 1:
27071 pushq %rdi
27072 pushq %rsi
27073 pushq %rdx
27074 pushq %rcx
27075 pushq %r8
27076 call _glapi_get_dispatch
27077 popq %r8
27078 popq %rcx
27079 popq %rdx
27080 popq %rsi
27081 popq %rdi
27082 movq 5736(%rax), %r11
27083 jmp *%r11
27084 #endif /* defined(GLX_USE_TLS) */
27085 .size GL_PREFIX(VertexAttrib4sNV), .-GL_PREFIX(VertexAttrib4sNV)
27086
27087 .p2align 4,,15
27088 .globl GL_PREFIX(VertexAttrib4svNV)
27089 .type GL_PREFIX(VertexAttrib4svNV), @function
27090 GL_PREFIX(VertexAttrib4svNV):
27091 #if defined(GLX_USE_TLS)
27092 call _x86_64_get_dispatch@PLT
27093 movq 5744(%rax), %r11
27094 jmp *%r11
27095 #elif defined(PTHREADS)
27096 pushq %rdi
27097 pushq %rsi
27098 pushq %rbp
27099 call _x86_64_get_dispatch@PLT
27100 popq %rbp
27101 popq %rsi
27102 popq %rdi
27103 movq 5744(%rax), %r11
27104 jmp *%r11
27105 #else
27106 movq _glapi_Dispatch(%rip), %rax
27107 testq %rax, %rax
27108 je 1f
27109 movq 5744(%rax), %r11
27110 jmp *%r11
27111 1:
27112 pushq %rdi
27113 pushq %rsi
27114 pushq %rbp
27115 call _glapi_get_dispatch
27116 popq %rbp
27117 popq %rsi
27118 popq %rdi
27119 movq 5744(%rax), %r11
27120 jmp *%r11
27121 #endif /* defined(GLX_USE_TLS) */
27122 .size GL_PREFIX(VertexAttrib4svNV), .-GL_PREFIX(VertexAttrib4svNV)
27123
27124 .p2align 4,,15
27125 .globl GL_PREFIX(VertexAttrib4ubNV)
27126 .type GL_PREFIX(VertexAttrib4ubNV), @function
27127 GL_PREFIX(VertexAttrib4ubNV):
27128 #if defined(GLX_USE_TLS)
27129 call _x86_64_get_dispatch@PLT
27130 movq 5752(%rax), %r11
27131 jmp *%r11
27132 #elif defined(PTHREADS)
27133 pushq %rdi
27134 pushq %rsi
27135 pushq %rdx
27136 pushq %rcx
27137 pushq %r8
27138 call _x86_64_get_dispatch@PLT
27139 popq %r8
27140 popq %rcx
27141 popq %rdx
27142 popq %rsi
27143 popq %rdi
27144 movq 5752(%rax), %r11
27145 jmp *%r11
27146 #else
27147 movq _glapi_Dispatch(%rip), %rax
27148 testq %rax, %rax
27149 je 1f
27150 movq 5752(%rax), %r11
27151 jmp *%r11
27152 1:
27153 pushq %rdi
27154 pushq %rsi
27155 pushq %rdx
27156 pushq %rcx
27157 pushq %r8
27158 call _glapi_get_dispatch
27159 popq %r8
27160 popq %rcx
27161 popq %rdx
27162 popq %rsi
27163 popq %rdi
27164 movq 5752(%rax), %r11
27165 jmp *%r11
27166 #endif /* defined(GLX_USE_TLS) */
27167 .size GL_PREFIX(VertexAttrib4ubNV), .-GL_PREFIX(VertexAttrib4ubNV)
27168
27169 .p2align 4,,15
27170 .globl GL_PREFIX(VertexAttrib4ubvNV)
27171 .type GL_PREFIX(VertexAttrib4ubvNV), @function
27172 GL_PREFIX(VertexAttrib4ubvNV):
27173 #if defined(GLX_USE_TLS)
27174 call _x86_64_get_dispatch@PLT
27175 movq 5760(%rax), %r11
27176 jmp *%r11
27177 #elif defined(PTHREADS)
27178 pushq %rdi
27179 pushq %rsi
27180 pushq %rbp
27181 call _x86_64_get_dispatch@PLT
27182 popq %rbp
27183 popq %rsi
27184 popq %rdi
27185 movq 5760(%rax), %r11
27186 jmp *%r11
27187 #else
27188 movq _glapi_Dispatch(%rip), %rax
27189 testq %rax, %rax
27190 je 1f
27191 movq 5760(%rax), %r11
27192 jmp *%r11
27193 1:
27194 pushq %rdi
27195 pushq %rsi
27196 pushq %rbp
27197 call _glapi_get_dispatch
27198 popq %rbp
27199 popq %rsi
27200 popq %rdi
27201 movq 5760(%rax), %r11
27202 jmp *%r11
27203 #endif /* defined(GLX_USE_TLS) */
27204 .size GL_PREFIX(VertexAttrib4ubvNV), .-GL_PREFIX(VertexAttrib4ubvNV)
27205
27206 .p2align 4,,15
27207 .globl GL_PREFIX(VertexAttribPointerNV)
27208 .type GL_PREFIX(VertexAttribPointerNV), @function
27209 GL_PREFIX(VertexAttribPointerNV):
27210 #if defined(GLX_USE_TLS)
27211 call _x86_64_get_dispatch@PLT
27212 movq 5768(%rax), %r11
27213 jmp *%r11
27214 #elif defined(PTHREADS)
27215 pushq %rdi
27216 pushq %rsi
27217 pushq %rdx
27218 pushq %rcx
27219 pushq %r8
27220 call _x86_64_get_dispatch@PLT
27221 popq %r8
27222 popq %rcx
27223 popq %rdx
27224 popq %rsi
27225 popq %rdi
27226 movq 5768(%rax), %r11
27227 jmp *%r11
27228 #else
27229 movq _glapi_Dispatch(%rip), %rax
27230 testq %rax, %rax
27231 je 1f
27232 movq 5768(%rax), %r11
27233 jmp *%r11
27234 1:
27235 pushq %rdi
27236 pushq %rsi
27237 pushq %rdx
27238 pushq %rcx
27239 pushq %r8
27240 call _glapi_get_dispatch
27241 popq %r8
27242 popq %rcx
27243 popq %rdx
27244 popq %rsi
27245 popq %rdi
27246 movq 5768(%rax), %r11
27247 jmp *%r11
27248 #endif /* defined(GLX_USE_TLS) */
27249 .size GL_PREFIX(VertexAttribPointerNV), .-GL_PREFIX(VertexAttribPointerNV)
27250
27251 .p2align 4,,15
27252 .globl GL_PREFIX(VertexAttribs1dvNV)
27253 .type GL_PREFIX(VertexAttribs1dvNV), @function
27254 GL_PREFIX(VertexAttribs1dvNV):
27255 #if defined(GLX_USE_TLS)
27256 call _x86_64_get_dispatch@PLT
27257 movq 5776(%rax), %r11
27258 jmp *%r11
27259 #elif defined(PTHREADS)
27260 pushq %rdi
27261 pushq %rsi
27262 pushq %rdx
27263 call _x86_64_get_dispatch@PLT
27264 popq %rdx
27265 popq %rsi
27266 popq %rdi
27267 movq 5776(%rax), %r11
27268 jmp *%r11
27269 #else
27270 movq _glapi_Dispatch(%rip), %rax
27271 testq %rax, %rax
27272 je 1f
27273 movq 5776(%rax), %r11
27274 jmp *%r11
27275 1:
27276 pushq %rdi
27277 pushq %rsi
27278 pushq %rdx
27279 call _glapi_get_dispatch
27280 popq %rdx
27281 popq %rsi
27282 popq %rdi
27283 movq 5776(%rax), %r11
27284 jmp *%r11
27285 #endif /* defined(GLX_USE_TLS) */
27286 .size GL_PREFIX(VertexAttribs1dvNV), .-GL_PREFIX(VertexAttribs1dvNV)
27287
27288 .p2align 4,,15
27289 .globl GL_PREFIX(VertexAttribs1fvNV)
27290 .type GL_PREFIX(VertexAttribs1fvNV), @function
27291 GL_PREFIX(VertexAttribs1fvNV):
27292 #if defined(GLX_USE_TLS)
27293 call _x86_64_get_dispatch@PLT
27294 movq 5784(%rax), %r11
27295 jmp *%r11
27296 #elif defined(PTHREADS)
27297 pushq %rdi
27298 pushq %rsi
27299 pushq %rdx
27300 call _x86_64_get_dispatch@PLT
27301 popq %rdx
27302 popq %rsi
27303 popq %rdi
27304 movq 5784(%rax), %r11
27305 jmp *%r11
27306 #else
27307 movq _glapi_Dispatch(%rip), %rax
27308 testq %rax, %rax
27309 je 1f
27310 movq 5784(%rax), %r11
27311 jmp *%r11
27312 1:
27313 pushq %rdi
27314 pushq %rsi
27315 pushq %rdx
27316 call _glapi_get_dispatch
27317 popq %rdx
27318 popq %rsi
27319 popq %rdi
27320 movq 5784(%rax), %r11
27321 jmp *%r11
27322 #endif /* defined(GLX_USE_TLS) */
27323 .size GL_PREFIX(VertexAttribs1fvNV), .-GL_PREFIX(VertexAttribs1fvNV)
27324
27325 .p2align 4,,15
27326 .globl GL_PREFIX(VertexAttribs1svNV)
27327 .type GL_PREFIX(VertexAttribs1svNV), @function
27328 GL_PREFIX(VertexAttribs1svNV):
27329 #if defined(GLX_USE_TLS)
27330 call _x86_64_get_dispatch@PLT
27331 movq 5792(%rax), %r11
27332 jmp *%r11
27333 #elif defined(PTHREADS)
27334 pushq %rdi
27335 pushq %rsi
27336 pushq %rdx
27337 call _x86_64_get_dispatch@PLT
27338 popq %rdx
27339 popq %rsi
27340 popq %rdi
27341 movq 5792(%rax), %r11
27342 jmp *%r11
27343 #else
27344 movq _glapi_Dispatch(%rip), %rax
27345 testq %rax, %rax
27346 je 1f
27347 movq 5792(%rax), %r11
27348 jmp *%r11
27349 1:
27350 pushq %rdi
27351 pushq %rsi
27352 pushq %rdx
27353 call _glapi_get_dispatch
27354 popq %rdx
27355 popq %rsi
27356 popq %rdi
27357 movq 5792(%rax), %r11
27358 jmp *%r11
27359 #endif /* defined(GLX_USE_TLS) */
27360 .size GL_PREFIX(VertexAttribs1svNV), .-GL_PREFIX(VertexAttribs1svNV)
27361
27362 .p2align 4,,15
27363 .globl GL_PREFIX(VertexAttribs2dvNV)
27364 .type GL_PREFIX(VertexAttribs2dvNV), @function
27365 GL_PREFIX(VertexAttribs2dvNV):
27366 #if defined(GLX_USE_TLS)
27367 call _x86_64_get_dispatch@PLT
27368 movq 5800(%rax), %r11
27369 jmp *%r11
27370 #elif defined(PTHREADS)
27371 pushq %rdi
27372 pushq %rsi
27373 pushq %rdx
27374 call _x86_64_get_dispatch@PLT
27375 popq %rdx
27376 popq %rsi
27377 popq %rdi
27378 movq 5800(%rax), %r11
27379 jmp *%r11
27380 #else
27381 movq _glapi_Dispatch(%rip), %rax
27382 testq %rax, %rax
27383 je 1f
27384 movq 5800(%rax), %r11
27385 jmp *%r11
27386 1:
27387 pushq %rdi
27388 pushq %rsi
27389 pushq %rdx
27390 call _glapi_get_dispatch
27391 popq %rdx
27392 popq %rsi
27393 popq %rdi
27394 movq 5800(%rax), %r11
27395 jmp *%r11
27396 #endif /* defined(GLX_USE_TLS) */
27397 .size GL_PREFIX(VertexAttribs2dvNV), .-GL_PREFIX(VertexAttribs2dvNV)
27398
27399 .p2align 4,,15
27400 .globl GL_PREFIX(VertexAttribs2fvNV)
27401 .type GL_PREFIX(VertexAttribs2fvNV), @function
27402 GL_PREFIX(VertexAttribs2fvNV):
27403 #if defined(GLX_USE_TLS)
27404 call _x86_64_get_dispatch@PLT
27405 movq 5808(%rax), %r11
27406 jmp *%r11
27407 #elif defined(PTHREADS)
27408 pushq %rdi
27409 pushq %rsi
27410 pushq %rdx
27411 call _x86_64_get_dispatch@PLT
27412 popq %rdx
27413 popq %rsi
27414 popq %rdi
27415 movq 5808(%rax), %r11
27416 jmp *%r11
27417 #else
27418 movq _glapi_Dispatch(%rip), %rax
27419 testq %rax, %rax
27420 je 1f
27421 movq 5808(%rax), %r11
27422 jmp *%r11
27423 1:
27424 pushq %rdi
27425 pushq %rsi
27426 pushq %rdx
27427 call _glapi_get_dispatch
27428 popq %rdx
27429 popq %rsi
27430 popq %rdi
27431 movq 5808(%rax), %r11
27432 jmp *%r11
27433 #endif /* defined(GLX_USE_TLS) */
27434 .size GL_PREFIX(VertexAttribs2fvNV), .-GL_PREFIX(VertexAttribs2fvNV)
27435
27436 .p2align 4,,15
27437 .globl GL_PREFIX(VertexAttribs2svNV)
27438 .type GL_PREFIX(VertexAttribs2svNV), @function
27439 GL_PREFIX(VertexAttribs2svNV):
27440 #if defined(GLX_USE_TLS)
27441 call _x86_64_get_dispatch@PLT
27442 movq 5816(%rax), %r11
27443 jmp *%r11
27444 #elif defined(PTHREADS)
27445 pushq %rdi
27446 pushq %rsi
27447 pushq %rdx
27448 call _x86_64_get_dispatch@PLT
27449 popq %rdx
27450 popq %rsi
27451 popq %rdi
27452 movq 5816(%rax), %r11
27453 jmp *%r11
27454 #else
27455 movq _glapi_Dispatch(%rip), %rax
27456 testq %rax, %rax
27457 je 1f
27458 movq 5816(%rax), %r11
27459 jmp *%r11
27460 1:
27461 pushq %rdi
27462 pushq %rsi
27463 pushq %rdx
27464 call _glapi_get_dispatch
27465 popq %rdx
27466 popq %rsi
27467 popq %rdi
27468 movq 5816(%rax), %r11
27469 jmp *%r11
27470 #endif /* defined(GLX_USE_TLS) */
27471 .size GL_PREFIX(VertexAttribs2svNV), .-GL_PREFIX(VertexAttribs2svNV)
27472
27473 .p2align 4,,15
27474 .globl GL_PREFIX(VertexAttribs3dvNV)
27475 .type GL_PREFIX(VertexAttribs3dvNV), @function
27476 GL_PREFIX(VertexAttribs3dvNV):
27477 #if defined(GLX_USE_TLS)
27478 call _x86_64_get_dispatch@PLT
27479 movq 5824(%rax), %r11
27480 jmp *%r11
27481 #elif defined(PTHREADS)
27482 pushq %rdi
27483 pushq %rsi
27484 pushq %rdx
27485 call _x86_64_get_dispatch@PLT
27486 popq %rdx
27487 popq %rsi
27488 popq %rdi
27489 movq 5824(%rax), %r11
27490 jmp *%r11
27491 #else
27492 movq _glapi_Dispatch(%rip), %rax
27493 testq %rax, %rax
27494 je 1f
27495 movq 5824(%rax), %r11
27496 jmp *%r11
27497 1:
27498 pushq %rdi
27499 pushq %rsi
27500 pushq %rdx
27501 call _glapi_get_dispatch
27502 popq %rdx
27503 popq %rsi
27504 popq %rdi
27505 movq 5824(%rax), %r11
27506 jmp *%r11
27507 #endif /* defined(GLX_USE_TLS) */
27508 .size GL_PREFIX(VertexAttribs3dvNV), .-GL_PREFIX(VertexAttribs3dvNV)
27509
27510 .p2align 4,,15
27511 .globl GL_PREFIX(VertexAttribs3fvNV)
27512 .type GL_PREFIX(VertexAttribs3fvNV), @function
27513 GL_PREFIX(VertexAttribs3fvNV):
27514 #if defined(GLX_USE_TLS)
27515 call _x86_64_get_dispatch@PLT
27516 movq 5832(%rax), %r11
27517 jmp *%r11
27518 #elif defined(PTHREADS)
27519 pushq %rdi
27520 pushq %rsi
27521 pushq %rdx
27522 call _x86_64_get_dispatch@PLT
27523 popq %rdx
27524 popq %rsi
27525 popq %rdi
27526 movq 5832(%rax), %r11
27527 jmp *%r11
27528 #else
27529 movq _glapi_Dispatch(%rip), %rax
27530 testq %rax, %rax
27531 je 1f
27532 movq 5832(%rax), %r11
27533 jmp *%r11
27534 1:
27535 pushq %rdi
27536 pushq %rsi
27537 pushq %rdx
27538 call _glapi_get_dispatch
27539 popq %rdx
27540 popq %rsi
27541 popq %rdi
27542 movq 5832(%rax), %r11
27543 jmp *%r11
27544 #endif /* defined(GLX_USE_TLS) */
27545 .size GL_PREFIX(VertexAttribs3fvNV), .-GL_PREFIX(VertexAttribs3fvNV)
27546
27547 .p2align 4,,15
27548 .globl GL_PREFIX(VertexAttribs3svNV)
27549 .type GL_PREFIX(VertexAttribs3svNV), @function
27550 GL_PREFIX(VertexAttribs3svNV):
27551 #if defined(GLX_USE_TLS)
27552 call _x86_64_get_dispatch@PLT
27553 movq 5840(%rax), %r11
27554 jmp *%r11
27555 #elif defined(PTHREADS)
27556 pushq %rdi
27557 pushq %rsi
27558 pushq %rdx
27559 call _x86_64_get_dispatch@PLT
27560 popq %rdx
27561 popq %rsi
27562 popq %rdi
27563 movq 5840(%rax), %r11
27564 jmp *%r11
27565 #else
27566 movq _glapi_Dispatch(%rip), %rax
27567 testq %rax, %rax
27568 je 1f
27569 movq 5840(%rax), %r11
27570 jmp *%r11
27571 1:
27572 pushq %rdi
27573 pushq %rsi
27574 pushq %rdx
27575 call _glapi_get_dispatch
27576 popq %rdx
27577 popq %rsi
27578 popq %rdi
27579 movq 5840(%rax), %r11
27580 jmp *%r11
27581 #endif /* defined(GLX_USE_TLS) */
27582 .size GL_PREFIX(VertexAttribs3svNV), .-GL_PREFIX(VertexAttribs3svNV)
27583
27584 .p2align 4,,15
27585 .globl GL_PREFIX(VertexAttribs4dvNV)
27586 .type GL_PREFIX(VertexAttribs4dvNV), @function
27587 GL_PREFIX(VertexAttribs4dvNV):
27588 #if defined(GLX_USE_TLS)
27589 call _x86_64_get_dispatch@PLT
27590 movq 5848(%rax), %r11
27591 jmp *%r11
27592 #elif defined(PTHREADS)
27593 pushq %rdi
27594 pushq %rsi
27595 pushq %rdx
27596 call _x86_64_get_dispatch@PLT
27597 popq %rdx
27598 popq %rsi
27599 popq %rdi
27600 movq 5848(%rax), %r11
27601 jmp *%r11
27602 #else
27603 movq _glapi_Dispatch(%rip), %rax
27604 testq %rax, %rax
27605 je 1f
27606 movq 5848(%rax), %r11
27607 jmp *%r11
27608 1:
27609 pushq %rdi
27610 pushq %rsi
27611 pushq %rdx
27612 call _glapi_get_dispatch
27613 popq %rdx
27614 popq %rsi
27615 popq %rdi
27616 movq 5848(%rax), %r11
27617 jmp *%r11
27618 #endif /* defined(GLX_USE_TLS) */
27619 .size GL_PREFIX(VertexAttribs4dvNV), .-GL_PREFIX(VertexAttribs4dvNV)
27620
27621 .p2align 4,,15
27622 .globl GL_PREFIX(VertexAttribs4fvNV)
27623 .type GL_PREFIX(VertexAttribs4fvNV), @function
27624 GL_PREFIX(VertexAttribs4fvNV):
27625 #if defined(GLX_USE_TLS)
27626 call _x86_64_get_dispatch@PLT
27627 movq 5856(%rax), %r11
27628 jmp *%r11
27629 #elif defined(PTHREADS)
27630 pushq %rdi
27631 pushq %rsi
27632 pushq %rdx
27633 call _x86_64_get_dispatch@PLT
27634 popq %rdx
27635 popq %rsi
27636 popq %rdi
27637 movq 5856(%rax), %r11
27638 jmp *%r11
27639 #else
27640 movq _glapi_Dispatch(%rip), %rax
27641 testq %rax, %rax
27642 je 1f
27643 movq 5856(%rax), %r11
27644 jmp *%r11
27645 1:
27646 pushq %rdi
27647 pushq %rsi
27648 pushq %rdx
27649 call _glapi_get_dispatch
27650 popq %rdx
27651 popq %rsi
27652 popq %rdi
27653 movq 5856(%rax), %r11
27654 jmp *%r11
27655 #endif /* defined(GLX_USE_TLS) */
27656 .size GL_PREFIX(VertexAttribs4fvNV), .-GL_PREFIX(VertexAttribs4fvNV)
27657
27658 .p2align 4,,15
27659 .globl GL_PREFIX(VertexAttribs4svNV)
27660 .type GL_PREFIX(VertexAttribs4svNV), @function
27661 GL_PREFIX(VertexAttribs4svNV):
27662 #if defined(GLX_USE_TLS)
27663 call _x86_64_get_dispatch@PLT
27664 movq 5864(%rax), %r11
27665 jmp *%r11
27666 #elif defined(PTHREADS)
27667 pushq %rdi
27668 pushq %rsi
27669 pushq %rdx
27670 call _x86_64_get_dispatch@PLT
27671 popq %rdx
27672 popq %rsi
27673 popq %rdi
27674 movq 5864(%rax), %r11
27675 jmp *%r11
27676 #else
27677 movq _glapi_Dispatch(%rip), %rax
27678 testq %rax, %rax
27679 je 1f
27680 movq 5864(%rax), %r11
27681 jmp *%r11
27682 1:
27683 pushq %rdi
27684 pushq %rsi
27685 pushq %rdx
27686 call _glapi_get_dispatch
27687 popq %rdx
27688 popq %rsi
27689 popq %rdi
27690 movq 5864(%rax), %r11
27691 jmp *%r11
27692 #endif /* defined(GLX_USE_TLS) */
27693 .size GL_PREFIX(VertexAttribs4svNV), .-GL_PREFIX(VertexAttribs4svNV)
27694
27695 .p2align 4,,15
27696 .globl GL_PREFIX(VertexAttribs4ubvNV)
27697 .type GL_PREFIX(VertexAttribs4ubvNV), @function
27698 GL_PREFIX(VertexAttribs4ubvNV):
27699 #if defined(GLX_USE_TLS)
27700 call _x86_64_get_dispatch@PLT
27701 movq 5872(%rax), %r11
27702 jmp *%r11
27703 #elif defined(PTHREADS)
27704 pushq %rdi
27705 pushq %rsi
27706 pushq %rdx
27707 call _x86_64_get_dispatch@PLT
27708 popq %rdx
27709 popq %rsi
27710 popq %rdi
27711 movq 5872(%rax), %r11
27712 jmp *%r11
27713 #else
27714 movq _glapi_Dispatch(%rip), %rax
27715 testq %rax, %rax
27716 je 1f
27717 movq 5872(%rax), %r11
27718 jmp *%r11
27719 1:
27720 pushq %rdi
27721 pushq %rsi
27722 pushq %rdx
27723 call _glapi_get_dispatch
27724 popq %rdx
27725 popq %rsi
27726 popq %rdi
27727 movq 5872(%rax), %r11
27728 jmp *%r11
27729 #endif /* defined(GLX_USE_TLS) */
27730 .size GL_PREFIX(VertexAttribs4ubvNV), .-GL_PREFIX(VertexAttribs4ubvNV)
27731
27732 .p2align 4,,15
27733 .globl GL_PREFIX(GetTexBumpParameterfvATI)
27734 .type GL_PREFIX(GetTexBumpParameterfvATI), @function
27735 GL_PREFIX(GetTexBumpParameterfvATI):
27736 #if defined(GLX_USE_TLS)
27737 call _x86_64_get_dispatch@PLT
27738 movq 5880(%rax), %r11
27739 jmp *%r11
27740 #elif defined(PTHREADS)
27741 pushq %rdi
27742 pushq %rsi
27743 pushq %rbp
27744 call _x86_64_get_dispatch@PLT
27745 popq %rbp
27746 popq %rsi
27747 popq %rdi
27748 movq 5880(%rax), %r11
27749 jmp *%r11
27750 #else
27751 movq _glapi_Dispatch(%rip), %rax
27752 testq %rax, %rax
27753 je 1f
27754 movq 5880(%rax), %r11
27755 jmp *%r11
27756 1:
27757 pushq %rdi
27758 pushq %rsi
27759 pushq %rbp
27760 call _glapi_get_dispatch
27761 popq %rbp
27762 popq %rsi
27763 popq %rdi
27764 movq 5880(%rax), %r11
27765 jmp *%r11
27766 #endif /* defined(GLX_USE_TLS) */
27767 .size GL_PREFIX(GetTexBumpParameterfvATI), .-GL_PREFIX(GetTexBumpParameterfvATI)
27768
27769 .p2align 4,,15
27770 .globl GL_PREFIX(GetTexBumpParameterivATI)
27771 .type GL_PREFIX(GetTexBumpParameterivATI), @function
27772 GL_PREFIX(GetTexBumpParameterivATI):
27773 #if defined(GLX_USE_TLS)
27774 call _x86_64_get_dispatch@PLT
27775 movq 5888(%rax), %r11
27776 jmp *%r11
27777 #elif defined(PTHREADS)
27778 pushq %rdi
27779 pushq %rsi
27780 pushq %rbp
27781 call _x86_64_get_dispatch@PLT
27782 popq %rbp
27783 popq %rsi
27784 popq %rdi
27785 movq 5888(%rax), %r11
27786 jmp *%r11
27787 #else
27788 movq _glapi_Dispatch(%rip), %rax
27789 testq %rax, %rax
27790 je 1f
27791 movq 5888(%rax), %r11
27792 jmp *%r11
27793 1:
27794 pushq %rdi
27795 pushq %rsi
27796 pushq %rbp
27797 call _glapi_get_dispatch
27798 popq %rbp
27799 popq %rsi
27800 popq %rdi
27801 movq 5888(%rax), %r11
27802 jmp *%r11
27803 #endif /* defined(GLX_USE_TLS) */
27804 .size GL_PREFIX(GetTexBumpParameterivATI), .-GL_PREFIX(GetTexBumpParameterivATI)
27805
27806 .p2align 4,,15
27807 .globl GL_PREFIX(TexBumpParameterfvATI)
27808 .type GL_PREFIX(TexBumpParameterfvATI), @function
27809 GL_PREFIX(TexBumpParameterfvATI):
27810 #if defined(GLX_USE_TLS)
27811 call _x86_64_get_dispatch@PLT
27812 movq 5896(%rax), %r11
27813 jmp *%r11
27814 #elif defined(PTHREADS)
27815 pushq %rdi
27816 pushq %rsi
27817 pushq %rbp
27818 call _x86_64_get_dispatch@PLT
27819 popq %rbp
27820 popq %rsi
27821 popq %rdi
27822 movq 5896(%rax), %r11
27823 jmp *%r11
27824 #else
27825 movq _glapi_Dispatch(%rip), %rax
27826 testq %rax, %rax
27827 je 1f
27828 movq 5896(%rax), %r11
27829 jmp *%r11
27830 1:
27831 pushq %rdi
27832 pushq %rsi
27833 pushq %rbp
27834 call _glapi_get_dispatch
27835 popq %rbp
27836 popq %rsi
27837 popq %rdi
27838 movq 5896(%rax), %r11
27839 jmp *%r11
27840 #endif /* defined(GLX_USE_TLS) */
27841 .size GL_PREFIX(TexBumpParameterfvATI), .-GL_PREFIX(TexBumpParameterfvATI)
27842
27843 .p2align 4,,15
27844 .globl GL_PREFIX(TexBumpParameterivATI)
27845 .type GL_PREFIX(TexBumpParameterivATI), @function
27846 GL_PREFIX(TexBumpParameterivATI):
27847 #if defined(GLX_USE_TLS)
27848 call _x86_64_get_dispatch@PLT
27849 movq 5904(%rax), %r11
27850 jmp *%r11
27851 #elif defined(PTHREADS)
27852 pushq %rdi
27853 pushq %rsi
27854 pushq %rbp
27855 call _x86_64_get_dispatch@PLT
27856 popq %rbp
27857 popq %rsi
27858 popq %rdi
27859 movq 5904(%rax), %r11
27860 jmp *%r11
27861 #else
27862 movq _glapi_Dispatch(%rip), %rax
27863 testq %rax, %rax
27864 je 1f
27865 movq 5904(%rax), %r11
27866 jmp *%r11
27867 1:
27868 pushq %rdi
27869 pushq %rsi
27870 pushq %rbp
27871 call _glapi_get_dispatch
27872 popq %rbp
27873 popq %rsi
27874 popq %rdi
27875 movq 5904(%rax), %r11
27876 jmp *%r11
27877 #endif /* defined(GLX_USE_TLS) */
27878 .size GL_PREFIX(TexBumpParameterivATI), .-GL_PREFIX(TexBumpParameterivATI)
27879
27880 .p2align 4,,15
27881 .globl GL_PREFIX(AlphaFragmentOp1ATI)
27882 .type GL_PREFIX(AlphaFragmentOp1ATI), @function
27883 GL_PREFIX(AlphaFragmentOp1ATI):
27884 #if defined(GLX_USE_TLS)
27885 call _x86_64_get_dispatch@PLT
27886 movq 5912(%rax), %r11
27887 jmp *%r11
27888 #elif defined(PTHREADS)
27889 pushq %rdi
27890 pushq %rsi
27891 pushq %rdx
27892 pushq %rcx
27893 pushq %r8
27894 pushq %r9
27895 pushq %rbp
27896 call _x86_64_get_dispatch@PLT
27897 popq %rbp
27898 popq %r9
27899 popq %r8
27900 popq %rcx
27901 popq %rdx
27902 popq %rsi
27903 popq %rdi
27904 movq 5912(%rax), %r11
27905 jmp *%r11
27906 #else
27907 movq _glapi_Dispatch(%rip), %rax
27908 testq %rax, %rax
27909 je 1f
27910 movq 5912(%rax), %r11
27911 jmp *%r11
27912 1:
27913 pushq %rdi
27914 pushq %rsi
27915 pushq %rdx
27916 pushq %rcx
27917 pushq %r8
27918 pushq %r9
27919 pushq %rbp
27920 call _glapi_get_dispatch
27921 popq %rbp
27922 popq %r9
27923 popq %r8
27924 popq %rcx
27925 popq %rdx
27926 popq %rsi
27927 popq %rdi
27928 movq 5912(%rax), %r11
27929 jmp *%r11
27930 #endif /* defined(GLX_USE_TLS) */
27931 .size GL_PREFIX(AlphaFragmentOp1ATI), .-GL_PREFIX(AlphaFragmentOp1ATI)
27932
27933 .p2align 4,,15
27934 .globl GL_PREFIX(AlphaFragmentOp2ATI)
27935 .type GL_PREFIX(AlphaFragmentOp2ATI), @function
27936 GL_PREFIX(AlphaFragmentOp2ATI):
27937 #if defined(GLX_USE_TLS)
27938 call _x86_64_get_dispatch@PLT
27939 movq 5920(%rax), %r11
27940 jmp *%r11
27941 #elif defined(PTHREADS)
27942 pushq %rdi
27943 pushq %rsi
27944 pushq %rdx
27945 pushq %rcx
27946 pushq %r8
27947 pushq %r9
27948 pushq %rbp
27949 call _x86_64_get_dispatch@PLT
27950 popq %rbp
27951 popq %r9
27952 popq %r8
27953 popq %rcx
27954 popq %rdx
27955 popq %rsi
27956 popq %rdi
27957 movq 5920(%rax), %r11
27958 jmp *%r11
27959 #else
27960 movq _glapi_Dispatch(%rip), %rax
27961 testq %rax, %rax
27962 je 1f
27963 movq 5920(%rax), %r11
27964 jmp *%r11
27965 1:
27966 pushq %rdi
27967 pushq %rsi
27968 pushq %rdx
27969 pushq %rcx
27970 pushq %r8
27971 pushq %r9
27972 pushq %rbp
27973 call _glapi_get_dispatch
27974 popq %rbp
27975 popq %r9
27976 popq %r8
27977 popq %rcx
27978 popq %rdx
27979 popq %rsi
27980 popq %rdi
27981 movq 5920(%rax), %r11
27982 jmp *%r11
27983 #endif /* defined(GLX_USE_TLS) */
27984 .size GL_PREFIX(AlphaFragmentOp2ATI), .-GL_PREFIX(AlphaFragmentOp2ATI)
27985
27986 .p2align 4,,15
27987 .globl GL_PREFIX(AlphaFragmentOp3ATI)
27988 .type GL_PREFIX(AlphaFragmentOp3ATI), @function
27989 GL_PREFIX(AlphaFragmentOp3ATI):
27990 #if defined(GLX_USE_TLS)
27991 call _x86_64_get_dispatch@PLT
27992 movq 5928(%rax), %r11
27993 jmp *%r11
27994 #elif defined(PTHREADS)
27995 pushq %rdi
27996 pushq %rsi
27997 pushq %rdx
27998 pushq %rcx
27999 pushq %r8
28000 pushq %r9
28001 pushq %rbp
28002 call _x86_64_get_dispatch@PLT
28003 popq %rbp
28004 popq %r9
28005 popq %r8
28006 popq %rcx
28007 popq %rdx
28008 popq %rsi
28009 popq %rdi
28010 movq 5928(%rax), %r11
28011 jmp *%r11
28012 #else
28013 movq _glapi_Dispatch(%rip), %rax
28014 testq %rax, %rax
28015 je 1f
28016 movq 5928(%rax), %r11
28017 jmp *%r11
28018 1:
28019 pushq %rdi
28020 pushq %rsi
28021 pushq %rdx
28022 pushq %rcx
28023 pushq %r8
28024 pushq %r9
28025 pushq %rbp
28026 call _glapi_get_dispatch
28027 popq %rbp
28028 popq %r9
28029 popq %r8
28030 popq %rcx
28031 popq %rdx
28032 popq %rsi
28033 popq %rdi
28034 movq 5928(%rax), %r11
28035 jmp *%r11
28036 #endif /* defined(GLX_USE_TLS) */
28037 .size GL_PREFIX(AlphaFragmentOp3ATI), .-GL_PREFIX(AlphaFragmentOp3ATI)
28038
28039 .p2align 4,,15
28040 .globl GL_PREFIX(BeginFragmentShaderATI)
28041 .type GL_PREFIX(BeginFragmentShaderATI), @function
28042 GL_PREFIX(BeginFragmentShaderATI):
28043 #if defined(GLX_USE_TLS)
28044 call _x86_64_get_dispatch@PLT
28045 movq 5936(%rax), %r11
28046 jmp *%r11
28047 #elif defined(PTHREADS)
28048 pushq %rbp
28049 call _x86_64_get_dispatch@PLT
28050 popq %rbp
28051 movq 5936(%rax), %r11
28052 jmp *%r11
28053 #else
28054 movq _glapi_Dispatch(%rip), %rax
28055 testq %rax, %rax
28056 je 1f
28057 movq 5936(%rax), %r11
28058 jmp *%r11
28059 1:
28060 pushq %rbp
28061 call _glapi_get_dispatch
28062 popq %rbp
28063 movq 5936(%rax), %r11
28064 jmp *%r11
28065 #endif /* defined(GLX_USE_TLS) */
28066 .size GL_PREFIX(BeginFragmentShaderATI), .-GL_PREFIX(BeginFragmentShaderATI)
28067
28068 .p2align 4,,15
28069 .globl GL_PREFIX(BindFragmentShaderATI)
28070 .type GL_PREFIX(BindFragmentShaderATI), @function
28071 GL_PREFIX(BindFragmentShaderATI):
28072 #if defined(GLX_USE_TLS)
28073 call _x86_64_get_dispatch@PLT
28074 movq 5944(%rax), %r11
28075 jmp *%r11
28076 #elif defined(PTHREADS)
28077 pushq %rdi
28078 call _x86_64_get_dispatch@PLT
28079 popq %rdi
28080 movq 5944(%rax), %r11
28081 jmp *%r11
28082 #else
28083 movq _glapi_Dispatch(%rip), %rax
28084 testq %rax, %rax
28085 je 1f
28086 movq 5944(%rax), %r11
28087 jmp *%r11
28088 1:
28089 pushq %rdi
28090 call _glapi_get_dispatch
28091 popq %rdi
28092 movq 5944(%rax), %r11
28093 jmp *%r11
28094 #endif /* defined(GLX_USE_TLS) */
28095 .size GL_PREFIX(BindFragmentShaderATI), .-GL_PREFIX(BindFragmentShaderATI)
28096
28097 .p2align 4,,15
28098 .globl GL_PREFIX(ColorFragmentOp1ATI)
28099 .type GL_PREFIX(ColorFragmentOp1ATI), @function
28100 GL_PREFIX(ColorFragmentOp1ATI):
28101 #if defined(GLX_USE_TLS)
28102 call _x86_64_get_dispatch@PLT
28103 movq 5952(%rax), %r11
28104 jmp *%r11
28105 #elif defined(PTHREADS)
28106 pushq %rdi
28107 pushq %rsi
28108 pushq %rdx
28109 pushq %rcx
28110 pushq %r8
28111 pushq %r9
28112 pushq %rbp
28113 call _x86_64_get_dispatch@PLT
28114 popq %rbp
28115 popq %r9
28116 popq %r8
28117 popq %rcx
28118 popq %rdx
28119 popq %rsi
28120 popq %rdi
28121 movq 5952(%rax), %r11
28122 jmp *%r11
28123 #else
28124 movq _glapi_Dispatch(%rip), %rax
28125 testq %rax, %rax
28126 je 1f
28127 movq 5952(%rax), %r11
28128 jmp *%r11
28129 1:
28130 pushq %rdi
28131 pushq %rsi
28132 pushq %rdx
28133 pushq %rcx
28134 pushq %r8
28135 pushq %r9
28136 pushq %rbp
28137 call _glapi_get_dispatch
28138 popq %rbp
28139 popq %r9
28140 popq %r8
28141 popq %rcx
28142 popq %rdx
28143 popq %rsi
28144 popq %rdi
28145 movq 5952(%rax), %r11
28146 jmp *%r11
28147 #endif /* defined(GLX_USE_TLS) */
28148 .size GL_PREFIX(ColorFragmentOp1ATI), .-GL_PREFIX(ColorFragmentOp1ATI)
28149
28150 .p2align 4,,15
28151 .globl GL_PREFIX(ColorFragmentOp2ATI)
28152 .type GL_PREFIX(ColorFragmentOp2ATI), @function
28153 GL_PREFIX(ColorFragmentOp2ATI):
28154 #if defined(GLX_USE_TLS)
28155 call _x86_64_get_dispatch@PLT
28156 movq 5960(%rax), %r11
28157 jmp *%r11
28158 #elif defined(PTHREADS)
28159 pushq %rdi
28160 pushq %rsi
28161 pushq %rdx
28162 pushq %rcx
28163 pushq %r8
28164 pushq %r9
28165 pushq %rbp
28166 call _x86_64_get_dispatch@PLT
28167 popq %rbp
28168 popq %r9
28169 popq %r8
28170 popq %rcx
28171 popq %rdx
28172 popq %rsi
28173 popq %rdi
28174 movq 5960(%rax), %r11
28175 jmp *%r11
28176 #else
28177 movq _glapi_Dispatch(%rip), %rax
28178 testq %rax, %rax
28179 je 1f
28180 movq 5960(%rax), %r11
28181 jmp *%r11
28182 1:
28183 pushq %rdi
28184 pushq %rsi
28185 pushq %rdx
28186 pushq %rcx
28187 pushq %r8
28188 pushq %r9
28189 pushq %rbp
28190 call _glapi_get_dispatch
28191 popq %rbp
28192 popq %r9
28193 popq %r8
28194 popq %rcx
28195 popq %rdx
28196 popq %rsi
28197 popq %rdi
28198 movq 5960(%rax), %r11
28199 jmp *%r11
28200 #endif /* defined(GLX_USE_TLS) */
28201 .size GL_PREFIX(ColorFragmentOp2ATI), .-GL_PREFIX(ColorFragmentOp2ATI)
28202
28203 .p2align 4,,15
28204 .globl GL_PREFIX(ColorFragmentOp3ATI)
28205 .type GL_PREFIX(ColorFragmentOp3ATI), @function
28206 GL_PREFIX(ColorFragmentOp3ATI):
28207 #if defined(GLX_USE_TLS)
28208 call _x86_64_get_dispatch@PLT
28209 movq 5968(%rax), %r11
28210 jmp *%r11
28211 #elif defined(PTHREADS)
28212 pushq %rdi
28213 pushq %rsi
28214 pushq %rdx
28215 pushq %rcx
28216 pushq %r8
28217 pushq %r9
28218 pushq %rbp
28219 call _x86_64_get_dispatch@PLT
28220 popq %rbp
28221 popq %r9
28222 popq %r8
28223 popq %rcx
28224 popq %rdx
28225 popq %rsi
28226 popq %rdi
28227 movq 5968(%rax), %r11
28228 jmp *%r11
28229 #else
28230 movq _glapi_Dispatch(%rip), %rax
28231 testq %rax, %rax
28232 je 1f
28233 movq 5968(%rax), %r11
28234 jmp *%r11
28235 1:
28236 pushq %rdi
28237 pushq %rsi
28238 pushq %rdx
28239 pushq %rcx
28240 pushq %r8
28241 pushq %r9
28242 pushq %rbp
28243 call _glapi_get_dispatch
28244 popq %rbp
28245 popq %r9
28246 popq %r8
28247 popq %rcx
28248 popq %rdx
28249 popq %rsi
28250 popq %rdi
28251 movq 5968(%rax), %r11
28252 jmp *%r11
28253 #endif /* defined(GLX_USE_TLS) */
28254 .size GL_PREFIX(ColorFragmentOp3ATI), .-GL_PREFIX(ColorFragmentOp3ATI)
28255
28256 .p2align 4,,15
28257 .globl GL_PREFIX(DeleteFragmentShaderATI)
28258 .type GL_PREFIX(DeleteFragmentShaderATI), @function
28259 GL_PREFIX(DeleteFragmentShaderATI):
28260 #if defined(GLX_USE_TLS)
28261 call _x86_64_get_dispatch@PLT
28262 movq 5976(%rax), %r11
28263 jmp *%r11
28264 #elif defined(PTHREADS)
28265 pushq %rdi
28266 call _x86_64_get_dispatch@PLT
28267 popq %rdi
28268 movq 5976(%rax), %r11
28269 jmp *%r11
28270 #else
28271 movq _glapi_Dispatch(%rip), %rax
28272 testq %rax, %rax
28273 je 1f
28274 movq 5976(%rax), %r11
28275 jmp *%r11
28276 1:
28277 pushq %rdi
28278 call _glapi_get_dispatch
28279 popq %rdi
28280 movq 5976(%rax), %r11
28281 jmp *%r11
28282 #endif /* defined(GLX_USE_TLS) */
28283 .size GL_PREFIX(DeleteFragmentShaderATI), .-GL_PREFIX(DeleteFragmentShaderATI)
28284
28285 .p2align 4,,15
28286 .globl GL_PREFIX(EndFragmentShaderATI)
28287 .type GL_PREFIX(EndFragmentShaderATI), @function
28288 GL_PREFIX(EndFragmentShaderATI):
28289 #if defined(GLX_USE_TLS)
28290 call _x86_64_get_dispatch@PLT
28291 movq 5984(%rax), %r11
28292 jmp *%r11
28293 #elif defined(PTHREADS)
28294 pushq %rbp
28295 call _x86_64_get_dispatch@PLT
28296 popq %rbp
28297 movq 5984(%rax), %r11
28298 jmp *%r11
28299 #else
28300 movq _glapi_Dispatch(%rip), %rax
28301 testq %rax, %rax
28302 je 1f
28303 movq 5984(%rax), %r11
28304 jmp *%r11
28305 1:
28306 pushq %rbp
28307 call _glapi_get_dispatch
28308 popq %rbp
28309 movq 5984(%rax), %r11
28310 jmp *%r11
28311 #endif /* defined(GLX_USE_TLS) */
28312 .size GL_PREFIX(EndFragmentShaderATI), .-GL_PREFIX(EndFragmentShaderATI)
28313
28314 .p2align 4,,15
28315 .globl GL_PREFIX(GenFragmentShadersATI)
28316 .type GL_PREFIX(GenFragmentShadersATI), @function
28317 GL_PREFIX(GenFragmentShadersATI):
28318 #if defined(GLX_USE_TLS)
28319 call _x86_64_get_dispatch@PLT
28320 movq 5992(%rax), %r11
28321 jmp *%r11
28322 #elif defined(PTHREADS)
28323 pushq %rdi
28324 call _x86_64_get_dispatch@PLT
28325 popq %rdi
28326 movq 5992(%rax), %r11
28327 jmp *%r11
28328 #else
28329 movq _glapi_Dispatch(%rip), %rax
28330 testq %rax, %rax
28331 je 1f
28332 movq 5992(%rax), %r11
28333 jmp *%r11
28334 1:
28335 pushq %rdi
28336 call _glapi_get_dispatch
28337 popq %rdi
28338 movq 5992(%rax), %r11
28339 jmp *%r11
28340 #endif /* defined(GLX_USE_TLS) */
28341 .size GL_PREFIX(GenFragmentShadersATI), .-GL_PREFIX(GenFragmentShadersATI)
28342
28343 .p2align 4,,15
28344 .globl GL_PREFIX(PassTexCoordATI)
28345 .type GL_PREFIX(PassTexCoordATI), @function
28346 GL_PREFIX(PassTexCoordATI):
28347 #if defined(GLX_USE_TLS)
28348 call _x86_64_get_dispatch@PLT
28349 movq 6000(%rax), %r11
28350 jmp *%r11
28351 #elif defined(PTHREADS)
28352 pushq %rdi
28353 pushq %rsi
28354 pushq %rdx
28355 call _x86_64_get_dispatch@PLT
28356 popq %rdx
28357 popq %rsi
28358 popq %rdi
28359 movq 6000(%rax), %r11
28360 jmp *%r11
28361 #else
28362 movq _glapi_Dispatch(%rip), %rax
28363 testq %rax, %rax
28364 je 1f
28365 movq 6000(%rax), %r11
28366 jmp *%r11
28367 1:
28368 pushq %rdi
28369 pushq %rsi
28370 pushq %rdx
28371 call _glapi_get_dispatch
28372 popq %rdx
28373 popq %rsi
28374 popq %rdi
28375 movq 6000(%rax), %r11
28376 jmp *%r11
28377 #endif /* defined(GLX_USE_TLS) */
28378 .size GL_PREFIX(PassTexCoordATI), .-GL_PREFIX(PassTexCoordATI)
28379
28380 .p2align 4,,15
28381 .globl GL_PREFIX(SampleMapATI)
28382 .type GL_PREFIX(SampleMapATI), @function
28383 GL_PREFIX(SampleMapATI):
28384 #if defined(GLX_USE_TLS)
28385 call _x86_64_get_dispatch@PLT
28386 movq 6008(%rax), %r11
28387 jmp *%r11
28388 #elif defined(PTHREADS)
28389 pushq %rdi
28390 pushq %rsi
28391 pushq %rdx
28392 call _x86_64_get_dispatch@PLT
28393 popq %rdx
28394 popq %rsi
28395 popq %rdi
28396 movq 6008(%rax), %r11
28397 jmp *%r11
28398 #else
28399 movq _glapi_Dispatch(%rip), %rax
28400 testq %rax, %rax
28401 je 1f
28402 movq 6008(%rax), %r11
28403 jmp *%r11
28404 1:
28405 pushq %rdi
28406 pushq %rsi
28407 pushq %rdx
28408 call _glapi_get_dispatch
28409 popq %rdx
28410 popq %rsi
28411 popq %rdi
28412 movq 6008(%rax), %r11
28413 jmp *%r11
28414 #endif /* defined(GLX_USE_TLS) */
28415 .size GL_PREFIX(SampleMapATI), .-GL_PREFIX(SampleMapATI)
28416
28417 .p2align 4,,15
28418 .globl GL_PREFIX(SetFragmentShaderConstantATI)
28419 .type GL_PREFIX(SetFragmentShaderConstantATI), @function
28420 GL_PREFIX(SetFragmentShaderConstantATI):
28421 #if defined(GLX_USE_TLS)
28422 call _x86_64_get_dispatch@PLT
28423 movq 6016(%rax), %r11
28424 jmp *%r11
28425 #elif defined(PTHREADS)
28426 pushq %rdi
28427 pushq %rsi
28428 pushq %rbp
28429 call _x86_64_get_dispatch@PLT
28430 popq %rbp
28431 popq %rsi
28432 popq %rdi
28433 movq 6016(%rax), %r11
28434 jmp *%r11
28435 #else
28436 movq _glapi_Dispatch(%rip), %rax
28437 testq %rax, %rax
28438 je 1f
28439 movq 6016(%rax), %r11
28440 jmp *%r11
28441 1:
28442 pushq %rdi
28443 pushq %rsi
28444 pushq %rbp
28445 call _glapi_get_dispatch
28446 popq %rbp
28447 popq %rsi
28448 popq %rdi
28449 movq 6016(%rax), %r11
28450 jmp *%r11
28451 #endif /* defined(GLX_USE_TLS) */
28452 .size GL_PREFIX(SetFragmentShaderConstantATI), .-GL_PREFIX(SetFragmentShaderConstantATI)
28453
28454 .p2align 4,,15
28455 .globl GL_PREFIX(PointParameteriNV)
28456 .type GL_PREFIX(PointParameteriNV), @function
28457 GL_PREFIX(PointParameteriNV):
28458 #if defined(GLX_USE_TLS)
28459 call _x86_64_get_dispatch@PLT
28460 movq 6024(%rax), %r11
28461 jmp *%r11
28462 #elif defined(PTHREADS)
28463 pushq %rdi
28464 pushq %rsi
28465 pushq %rbp
28466 call _x86_64_get_dispatch@PLT
28467 popq %rbp
28468 popq %rsi
28469 popq %rdi
28470 movq 6024(%rax), %r11
28471 jmp *%r11
28472 #else
28473 movq _glapi_Dispatch(%rip), %rax
28474 testq %rax, %rax
28475 je 1f
28476 movq 6024(%rax), %r11
28477 jmp *%r11
28478 1:
28479 pushq %rdi
28480 pushq %rsi
28481 pushq %rbp
28482 call _glapi_get_dispatch
28483 popq %rbp
28484 popq %rsi
28485 popq %rdi
28486 movq 6024(%rax), %r11
28487 jmp *%r11
28488 #endif /* defined(GLX_USE_TLS) */
28489 .size GL_PREFIX(PointParameteriNV), .-GL_PREFIX(PointParameteriNV)
28490
28491 .p2align 4,,15
28492 .globl GL_PREFIX(PointParameterivNV)
28493 .type GL_PREFIX(PointParameterivNV), @function
28494 GL_PREFIX(PointParameterivNV):
28495 #if defined(GLX_USE_TLS)
28496 call _x86_64_get_dispatch@PLT
28497 movq 6032(%rax), %r11
28498 jmp *%r11
28499 #elif defined(PTHREADS)
28500 pushq %rdi
28501 pushq %rsi
28502 pushq %rbp
28503 call _x86_64_get_dispatch@PLT
28504 popq %rbp
28505 popq %rsi
28506 popq %rdi
28507 movq 6032(%rax), %r11
28508 jmp *%r11
28509 #else
28510 movq _glapi_Dispatch(%rip), %rax
28511 testq %rax, %rax
28512 je 1f
28513 movq 6032(%rax), %r11
28514 jmp *%r11
28515 1:
28516 pushq %rdi
28517 pushq %rsi
28518 pushq %rbp
28519 call _glapi_get_dispatch
28520 popq %rbp
28521 popq %rsi
28522 popq %rdi
28523 movq 6032(%rax), %r11
28524 jmp *%r11
28525 #endif /* defined(GLX_USE_TLS) */
28526 .size GL_PREFIX(PointParameterivNV), .-GL_PREFIX(PointParameterivNV)
28527
28528 .p2align 4,,15
28529 .globl GL_PREFIX(_dispatch_stub_755)
28530 .type GL_PREFIX(_dispatch_stub_755), @function
28531 HIDDEN(GL_PREFIX(_dispatch_stub_755))
28532 GL_PREFIX(_dispatch_stub_755):
28533 #if defined(GLX_USE_TLS)
28534 call _x86_64_get_dispatch@PLT
28535 movq 6040(%rax), %r11
28536 jmp *%r11
28537 #elif defined(PTHREADS)
28538 pushq %rdi
28539 call _x86_64_get_dispatch@PLT
28540 popq %rdi
28541 movq 6040(%rax), %r11
28542 jmp *%r11
28543 #else
28544 movq _glapi_Dispatch(%rip), %rax
28545 testq %rax, %rax
28546 je 1f
28547 movq 6040(%rax), %r11
28548 jmp *%r11
28549 1:
28550 pushq %rdi
28551 call _glapi_get_dispatch
28552 popq %rdi
28553 movq 6040(%rax), %r11
28554 jmp *%r11
28555 #endif /* defined(GLX_USE_TLS) */
28556 .size GL_PREFIX(_dispatch_stub_755), .-GL_PREFIX(_dispatch_stub_755)
28557
28558 .p2align 4,,15
28559 .globl GL_PREFIX(_dispatch_stub_756)
28560 .type GL_PREFIX(_dispatch_stub_756), @function
28561 HIDDEN(GL_PREFIX(_dispatch_stub_756))
28562 GL_PREFIX(_dispatch_stub_756):
28563 #if defined(GLX_USE_TLS)
28564 call _x86_64_get_dispatch@PLT
28565 movq 6048(%rax), %r11
28566 jmp *%r11
28567 #elif defined(PTHREADS)
28568 pushq %rdi
28569 call _x86_64_get_dispatch@PLT
28570 popq %rdi
28571 movq 6048(%rax), %r11
28572 jmp *%r11
28573 #else
28574 movq _glapi_Dispatch(%rip), %rax
28575 testq %rax, %rax
28576 je 1f
28577 movq 6048(%rax), %r11
28578 jmp *%r11
28579 1:
28580 pushq %rdi
28581 call _glapi_get_dispatch
28582 popq %rdi
28583 movq 6048(%rax), %r11
28584 jmp *%r11
28585 #endif /* defined(GLX_USE_TLS) */
28586 .size GL_PREFIX(_dispatch_stub_756), .-GL_PREFIX(_dispatch_stub_756)
28587
28588 .p2align 4,,15
28589 .globl GL_PREFIX(_dispatch_stub_757)
28590 .type GL_PREFIX(_dispatch_stub_757), @function
28591 HIDDEN(GL_PREFIX(_dispatch_stub_757))
28592 GL_PREFIX(_dispatch_stub_757):
28593 #if defined(GLX_USE_TLS)
28594 call _x86_64_get_dispatch@PLT
28595 movq 6056(%rax), %r11
28596 jmp *%r11
28597 #elif defined(PTHREADS)
28598 pushq %rdi
28599 pushq %rsi
28600 pushq %rbp
28601 call _x86_64_get_dispatch@PLT
28602 popq %rbp
28603 popq %rsi
28604 popq %rdi
28605 movq 6056(%rax), %r11
28606 jmp *%r11
28607 #else
28608 movq _glapi_Dispatch(%rip), %rax
28609 testq %rax, %rax
28610 je 1f
28611 movq 6056(%rax), %r11
28612 jmp *%r11
28613 1:
28614 pushq %rdi
28615 pushq %rsi
28616 pushq %rbp
28617 call _glapi_get_dispatch
28618 popq %rbp
28619 popq %rsi
28620 popq %rdi
28621 movq 6056(%rax), %r11
28622 jmp *%r11
28623 #endif /* defined(GLX_USE_TLS) */
28624 .size GL_PREFIX(_dispatch_stub_757), .-GL_PREFIX(_dispatch_stub_757)
28625
28626 .p2align 4,,15
28627 .globl GL_PREFIX(_dispatch_stub_758)
28628 .type GL_PREFIX(_dispatch_stub_758), @function
28629 HIDDEN(GL_PREFIX(_dispatch_stub_758))
28630 GL_PREFIX(_dispatch_stub_758):
28631 #if defined(GLX_USE_TLS)
28632 call _x86_64_get_dispatch@PLT
28633 movq 6064(%rax), %r11
28634 jmp *%r11
28635 #elif defined(PTHREADS)
28636 pushq %rdi
28637 pushq %rsi
28638 pushq %rbp
28639 call _x86_64_get_dispatch@PLT
28640 popq %rbp
28641 popq %rsi
28642 popq %rdi
28643 movq 6064(%rax), %r11
28644 jmp *%r11
28645 #else
28646 movq _glapi_Dispatch(%rip), %rax
28647 testq %rax, %rax
28648 je 1f
28649 movq 6064(%rax), %r11
28650 jmp *%r11
28651 1:
28652 pushq %rdi
28653 pushq %rsi
28654 pushq %rbp
28655 call _glapi_get_dispatch
28656 popq %rbp
28657 popq %rsi
28658 popq %rdi
28659 movq 6064(%rax), %r11
28660 jmp *%r11
28661 #endif /* defined(GLX_USE_TLS) */
28662 .size GL_PREFIX(_dispatch_stub_758), .-GL_PREFIX(_dispatch_stub_758)
28663
28664 .p2align 4,,15
28665 .globl GL_PREFIX(_dispatch_stub_759)
28666 .type GL_PREFIX(_dispatch_stub_759), @function
28667 HIDDEN(GL_PREFIX(_dispatch_stub_759))
28668 GL_PREFIX(_dispatch_stub_759):
28669 #if defined(GLX_USE_TLS)
28670 call _x86_64_get_dispatch@PLT
28671 movq 6072(%rax), %r11
28672 jmp *%r11
28673 #elif defined(PTHREADS)
28674 pushq %rdi
28675 call _x86_64_get_dispatch@PLT
28676 popq %rdi
28677 movq 6072(%rax), %r11
28678 jmp *%r11
28679 #else
28680 movq _glapi_Dispatch(%rip), %rax
28681 testq %rax, %rax
28682 je 1f
28683 movq 6072(%rax), %r11
28684 jmp *%r11
28685 1:
28686 pushq %rdi
28687 call _glapi_get_dispatch
28688 popq %rdi
28689 movq 6072(%rax), %r11
28690 jmp *%r11
28691 #endif /* defined(GLX_USE_TLS) */
28692 .size GL_PREFIX(_dispatch_stub_759), .-GL_PREFIX(_dispatch_stub_759)
28693
28694 .p2align 4,,15
28695 .globl GL_PREFIX(GetProgramNamedParameterdvNV)
28696 .type GL_PREFIX(GetProgramNamedParameterdvNV), @function
28697 GL_PREFIX(GetProgramNamedParameterdvNV):
28698 #if defined(GLX_USE_TLS)
28699 call _x86_64_get_dispatch@PLT
28700 movq 6080(%rax), %r11
28701 jmp *%r11
28702 #elif defined(PTHREADS)
28703 pushq %rdi
28704 pushq %rsi
28705 pushq %rdx
28706 pushq %rcx
28707 pushq %rbp
28708 call _x86_64_get_dispatch@PLT
28709 popq %rbp
28710 popq %rcx
28711 popq %rdx
28712 popq %rsi
28713 popq %rdi
28714 movq 6080(%rax), %r11
28715 jmp *%r11
28716 #else
28717 movq _glapi_Dispatch(%rip), %rax
28718 testq %rax, %rax
28719 je 1f
28720 movq 6080(%rax), %r11
28721 jmp *%r11
28722 1:
28723 pushq %rdi
28724 pushq %rsi
28725 pushq %rdx
28726 pushq %rcx
28727 pushq %rbp
28728 call _glapi_get_dispatch
28729 popq %rbp
28730 popq %rcx
28731 popq %rdx
28732 popq %rsi
28733 popq %rdi
28734 movq 6080(%rax), %r11
28735 jmp *%r11
28736 #endif /* defined(GLX_USE_TLS) */
28737 .size GL_PREFIX(GetProgramNamedParameterdvNV), .-GL_PREFIX(GetProgramNamedParameterdvNV)
28738
28739 .p2align 4,,15
28740 .globl GL_PREFIX(GetProgramNamedParameterfvNV)
28741 .type GL_PREFIX(GetProgramNamedParameterfvNV), @function
28742 GL_PREFIX(GetProgramNamedParameterfvNV):
28743 #if defined(GLX_USE_TLS)
28744 call _x86_64_get_dispatch@PLT
28745 movq 6088(%rax), %r11
28746 jmp *%r11
28747 #elif defined(PTHREADS)
28748 pushq %rdi
28749 pushq %rsi
28750 pushq %rdx
28751 pushq %rcx
28752 pushq %rbp
28753 call _x86_64_get_dispatch@PLT
28754 popq %rbp
28755 popq %rcx
28756 popq %rdx
28757 popq %rsi
28758 popq %rdi
28759 movq 6088(%rax), %r11
28760 jmp *%r11
28761 #else
28762 movq _glapi_Dispatch(%rip), %rax
28763 testq %rax, %rax
28764 je 1f
28765 movq 6088(%rax), %r11
28766 jmp *%r11
28767 1:
28768 pushq %rdi
28769 pushq %rsi
28770 pushq %rdx
28771 pushq %rcx
28772 pushq %rbp
28773 call _glapi_get_dispatch
28774 popq %rbp
28775 popq %rcx
28776 popq %rdx
28777 popq %rsi
28778 popq %rdi
28779 movq 6088(%rax), %r11
28780 jmp *%r11
28781 #endif /* defined(GLX_USE_TLS) */
28782 .size GL_PREFIX(GetProgramNamedParameterfvNV), .-GL_PREFIX(GetProgramNamedParameterfvNV)
28783
28784 .p2align 4,,15
28785 .globl GL_PREFIX(ProgramNamedParameter4dNV)
28786 .type GL_PREFIX(ProgramNamedParameter4dNV), @function
28787 GL_PREFIX(ProgramNamedParameter4dNV):
28788 #if defined(GLX_USE_TLS)
28789 call _x86_64_get_dispatch@PLT
28790 movq 6096(%rax), %r11
28791 jmp *%r11
28792 #elif defined(PTHREADS)
28793 subq $56, %rsp
28794 movq %rdi, (%rsp)
28795 movq %rsi, 8(%rsp)
28796 movq %rdx, 16(%rsp)
28797 movq %xmm0, 24(%rsp)
28798 movq %xmm1, 32(%rsp)
28799 movq %xmm2, 40(%rsp)
28800 movq %xmm3, 48(%rsp)
28801 call _x86_64_get_dispatch@PLT
28802 movq 48(%rsp), %xmm3
28803 movq 40(%rsp), %xmm2
28804 movq 32(%rsp), %xmm1
28805 movq 24(%rsp), %xmm0
28806 movq 16(%rsp), %rdx
28807 movq 8(%rsp), %rsi
28808 movq (%rsp), %rdi
28809 addq $56, %rsp
28810 movq 6096(%rax), %r11
28811 jmp *%r11
28812 #else
28813 movq _glapi_Dispatch(%rip), %rax
28814 testq %rax, %rax
28815 je 1f
28816 movq 6096(%rax), %r11
28817 jmp *%r11
28818 1:
28819 subq $56, %rsp
28820 movq %rdi, (%rsp)
28821 movq %rsi, 8(%rsp)
28822 movq %rdx, 16(%rsp)
28823 movq %xmm0, 24(%rsp)
28824 movq %xmm1, 32(%rsp)
28825 movq %xmm2, 40(%rsp)
28826 movq %xmm3, 48(%rsp)
28827 call _glapi_get_dispatch
28828 movq 48(%rsp), %xmm3
28829 movq 40(%rsp), %xmm2
28830 movq 32(%rsp), %xmm1
28831 movq 24(%rsp), %xmm0
28832 movq 16(%rsp), %rdx
28833 movq 8(%rsp), %rsi
28834 movq (%rsp), %rdi
28835 addq $56, %rsp
28836 movq 6096(%rax), %r11
28837 jmp *%r11
28838 #endif /* defined(GLX_USE_TLS) */
28839 .size GL_PREFIX(ProgramNamedParameter4dNV), .-GL_PREFIX(ProgramNamedParameter4dNV)
28840
28841 .p2align 4,,15
28842 .globl GL_PREFIX(ProgramNamedParameter4dvNV)
28843 .type GL_PREFIX(ProgramNamedParameter4dvNV), @function
28844 GL_PREFIX(ProgramNamedParameter4dvNV):
28845 #if defined(GLX_USE_TLS)
28846 call _x86_64_get_dispatch@PLT
28847 movq 6104(%rax), %r11
28848 jmp *%r11
28849 #elif defined(PTHREADS)
28850 pushq %rdi
28851 pushq %rsi
28852 pushq %rdx
28853 pushq %rcx
28854 pushq %rbp
28855 call _x86_64_get_dispatch@PLT
28856 popq %rbp
28857 popq %rcx
28858 popq %rdx
28859 popq %rsi
28860 popq %rdi
28861 movq 6104(%rax), %r11
28862 jmp *%r11
28863 #else
28864 movq _glapi_Dispatch(%rip), %rax
28865 testq %rax, %rax
28866 je 1f
28867 movq 6104(%rax), %r11
28868 jmp *%r11
28869 1:
28870 pushq %rdi
28871 pushq %rsi
28872 pushq %rdx
28873 pushq %rcx
28874 pushq %rbp
28875 call _glapi_get_dispatch
28876 popq %rbp
28877 popq %rcx
28878 popq %rdx
28879 popq %rsi
28880 popq %rdi
28881 movq 6104(%rax), %r11
28882 jmp *%r11
28883 #endif /* defined(GLX_USE_TLS) */
28884 .size GL_PREFIX(ProgramNamedParameter4dvNV), .-GL_PREFIX(ProgramNamedParameter4dvNV)
28885
28886 .p2align 4,,15
28887 .globl GL_PREFIX(ProgramNamedParameter4fNV)
28888 .type GL_PREFIX(ProgramNamedParameter4fNV), @function
28889 GL_PREFIX(ProgramNamedParameter4fNV):
28890 #if defined(GLX_USE_TLS)
28891 call _x86_64_get_dispatch@PLT
28892 movq 6112(%rax), %r11
28893 jmp *%r11
28894 #elif defined(PTHREADS)
28895 subq $56, %rsp
28896 movq %rdi, (%rsp)
28897 movq %rsi, 8(%rsp)
28898 movq %rdx, 16(%rsp)
28899 movq %xmm0, 24(%rsp)
28900 movq %xmm1, 32(%rsp)
28901 movq %xmm2, 40(%rsp)
28902 movq %xmm3, 48(%rsp)
28903 call _x86_64_get_dispatch@PLT
28904 movq 48(%rsp), %xmm3
28905 movq 40(%rsp), %xmm2
28906 movq 32(%rsp), %xmm1
28907 movq 24(%rsp), %xmm0
28908 movq 16(%rsp), %rdx
28909 movq 8(%rsp), %rsi
28910 movq (%rsp), %rdi
28911 addq $56, %rsp
28912 movq 6112(%rax), %r11
28913 jmp *%r11
28914 #else
28915 movq _glapi_Dispatch(%rip), %rax
28916 testq %rax, %rax
28917 je 1f
28918 movq 6112(%rax), %r11
28919 jmp *%r11
28920 1:
28921 subq $56, %rsp
28922 movq %rdi, (%rsp)
28923 movq %rsi, 8(%rsp)
28924 movq %rdx, 16(%rsp)
28925 movq %xmm0, 24(%rsp)
28926 movq %xmm1, 32(%rsp)
28927 movq %xmm2, 40(%rsp)
28928 movq %xmm3, 48(%rsp)
28929 call _glapi_get_dispatch
28930 movq 48(%rsp), %xmm3
28931 movq 40(%rsp), %xmm2
28932 movq 32(%rsp), %xmm1
28933 movq 24(%rsp), %xmm0
28934 movq 16(%rsp), %rdx
28935 movq 8(%rsp), %rsi
28936 movq (%rsp), %rdi
28937 addq $56, %rsp
28938 movq 6112(%rax), %r11
28939 jmp *%r11
28940 #endif /* defined(GLX_USE_TLS) */
28941 .size GL_PREFIX(ProgramNamedParameter4fNV), .-GL_PREFIX(ProgramNamedParameter4fNV)
28942
28943 .p2align 4,,15
28944 .globl GL_PREFIX(ProgramNamedParameter4fvNV)
28945 .type GL_PREFIX(ProgramNamedParameter4fvNV), @function
28946 GL_PREFIX(ProgramNamedParameter4fvNV):
28947 #if defined(GLX_USE_TLS)
28948 call _x86_64_get_dispatch@PLT
28949 movq 6120(%rax), %r11
28950 jmp *%r11
28951 #elif defined(PTHREADS)
28952 pushq %rdi
28953 pushq %rsi
28954 pushq %rdx
28955 pushq %rcx
28956 pushq %rbp
28957 call _x86_64_get_dispatch@PLT
28958 popq %rbp
28959 popq %rcx
28960 popq %rdx
28961 popq %rsi
28962 popq %rdi
28963 movq 6120(%rax), %r11
28964 jmp *%r11
28965 #else
28966 movq _glapi_Dispatch(%rip), %rax
28967 testq %rax, %rax
28968 je 1f
28969 movq 6120(%rax), %r11
28970 jmp *%r11
28971 1:
28972 pushq %rdi
28973 pushq %rsi
28974 pushq %rdx
28975 pushq %rcx
28976 pushq %rbp
28977 call _glapi_get_dispatch
28978 popq %rbp
28979 popq %rcx
28980 popq %rdx
28981 popq %rsi
28982 popq %rdi
28983 movq 6120(%rax), %r11
28984 jmp *%r11
28985 #endif /* defined(GLX_USE_TLS) */
28986 .size GL_PREFIX(ProgramNamedParameter4fvNV), .-GL_PREFIX(ProgramNamedParameter4fvNV)
28987
28988 .p2align 4,,15
28989 .globl GL_PREFIX(_dispatch_stub_766)
28990 .type GL_PREFIX(_dispatch_stub_766), @function
28991 HIDDEN(GL_PREFIX(_dispatch_stub_766))
28992 GL_PREFIX(_dispatch_stub_766):
28993 #if defined(GLX_USE_TLS)
28994 call _x86_64_get_dispatch@PLT
28995 movq 6128(%rax), %r11
28996 jmp *%r11
28997 #elif defined(PTHREADS)
28998 pushq %rdi
28999 pushq %rsi
29000 pushq %rbp
29001 call _x86_64_get_dispatch@PLT
29002 popq %rbp
29003 popq %rsi
29004 popq %rdi
29005 movq 6128(%rax), %r11
29006 jmp *%r11
29007 #else
29008 movq _glapi_Dispatch(%rip), %rax
29009 testq %rax, %rax
29010 je 1f
29011 movq 6128(%rax), %r11
29012 jmp *%r11
29013 1:
29014 pushq %rdi
29015 pushq %rsi
29016 pushq %rbp
29017 call _glapi_get_dispatch
29018 popq %rbp
29019 popq %rsi
29020 popq %rdi
29021 movq 6128(%rax), %r11
29022 jmp *%r11
29023 #endif /* defined(GLX_USE_TLS) */
29024 .size GL_PREFIX(_dispatch_stub_766), .-GL_PREFIX(_dispatch_stub_766)
29025
29026 .p2align 4,,15
29027 .globl GL_PREFIX(_dispatch_stub_767)
29028 .type GL_PREFIX(_dispatch_stub_767), @function
29029 HIDDEN(GL_PREFIX(_dispatch_stub_767))
29030 GL_PREFIX(_dispatch_stub_767):
29031 #if defined(GLX_USE_TLS)
29032 call _x86_64_get_dispatch@PLT
29033 movq 6136(%rax), %r11
29034 jmp *%r11
29035 #elif defined(PTHREADS)
29036 pushq %rdi
29037 pushq %rsi
29038 pushq %rbp
29039 call _x86_64_get_dispatch@PLT
29040 popq %rbp
29041 popq %rsi
29042 popq %rdi
29043 movq 6136(%rax), %r11
29044 jmp *%r11
29045 #else
29046 movq _glapi_Dispatch(%rip), %rax
29047 testq %rax, %rax
29048 je 1f
29049 movq 6136(%rax), %r11
29050 jmp *%r11
29051 1:
29052 pushq %rdi
29053 pushq %rsi
29054 pushq %rbp
29055 call _glapi_get_dispatch
29056 popq %rbp
29057 popq %rsi
29058 popq %rdi
29059 movq 6136(%rax), %r11
29060 jmp *%r11
29061 #endif /* defined(GLX_USE_TLS) */
29062 .size GL_PREFIX(_dispatch_stub_767), .-GL_PREFIX(_dispatch_stub_767)
29063
29064 .p2align 4,,15
29065 .globl GL_PREFIX(BindFramebufferEXT)
29066 .type GL_PREFIX(BindFramebufferEXT), @function
29067 GL_PREFIX(BindFramebufferEXT):
29068 #if defined(GLX_USE_TLS)
29069 call _x86_64_get_dispatch@PLT
29070 movq 6144(%rax), %r11
29071 jmp *%r11
29072 #elif defined(PTHREADS)
29073 pushq %rdi
29074 pushq %rsi
29075 pushq %rbp
29076 call _x86_64_get_dispatch@PLT
29077 popq %rbp
29078 popq %rsi
29079 popq %rdi
29080 movq 6144(%rax), %r11
29081 jmp *%r11
29082 #else
29083 movq _glapi_Dispatch(%rip), %rax
29084 testq %rax, %rax
29085 je 1f
29086 movq 6144(%rax), %r11
29087 jmp *%r11
29088 1:
29089 pushq %rdi
29090 pushq %rsi
29091 pushq %rbp
29092 call _glapi_get_dispatch
29093 popq %rbp
29094 popq %rsi
29095 popq %rdi
29096 movq 6144(%rax), %r11
29097 jmp *%r11
29098 #endif /* defined(GLX_USE_TLS) */
29099 .size GL_PREFIX(BindFramebufferEXT), .-GL_PREFIX(BindFramebufferEXT)
29100
29101 .p2align 4,,15
29102 .globl GL_PREFIX(BindRenderbufferEXT)
29103 .type GL_PREFIX(BindRenderbufferEXT), @function
29104 GL_PREFIX(BindRenderbufferEXT):
29105 #if defined(GLX_USE_TLS)
29106 call _x86_64_get_dispatch@PLT
29107 movq 6152(%rax), %r11
29108 jmp *%r11
29109 #elif defined(PTHREADS)
29110 pushq %rdi
29111 pushq %rsi
29112 pushq %rbp
29113 call _x86_64_get_dispatch@PLT
29114 popq %rbp
29115 popq %rsi
29116 popq %rdi
29117 movq 6152(%rax), %r11
29118 jmp *%r11
29119 #else
29120 movq _glapi_Dispatch(%rip), %rax
29121 testq %rax, %rax
29122 je 1f
29123 movq 6152(%rax), %r11
29124 jmp *%r11
29125 1:
29126 pushq %rdi
29127 pushq %rsi
29128 pushq %rbp
29129 call _glapi_get_dispatch
29130 popq %rbp
29131 popq %rsi
29132 popq %rdi
29133 movq 6152(%rax), %r11
29134 jmp *%r11
29135 #endif /* defined(GLX_USE_TLS) */
29136 .size GL_PREFIX(BindRenderbufferEXT), .-GL_PREFIX(BindRenderbufferEXT)
29137
29138 .p2align 4,,15
29139 .globl GL_PREFIX(CheckFramebufferStatusEXT)
29140 .type GL_PREFIX(CheckFramebufferStatusEXT), @function
29141 GL_PREFIX(CheckFramebufferStatusEXT):
29142 #if defined(GLX_USE_TLS)
29143 call _x86_64_get_dispatch@PLT
29144 movq 6160(%rax), %r11
29145 jmp *%r11
29146 #elif defined(PTHREADS)
29147 pushq %rdi
29148 call _x86_64_get_dispatch@PLT
29149 popq %rdi
29150 movq 6160(%rax), %r11
29151 jmp *%r11
29152 #else
29153 movq _glapi_Dispatch(%rip), %rax
29154 testq %rax, %rax
29155 je 1f
29156 movq 6160(%rax), %r11
29157 jmp *%r11
29158 1:
29159 pushq %rdi
29160 call _glapi_get_dispatch
29161 popq %rdi
29162 movq 6160(%rax), %r11
29163 jmp *%r11
29164 #endif /* defined(GLX_USE_TLS) */
29165 .size GL_PREFIX(CheckFramebufferStatusEXT), .-GL_PREFIX(CheckFramebufferStatusEXT)
29166
29167 .p2align 4,,15
29168 .globl GL_PREFIX(DeleteFramebuffersEXT)
29169 .type GL_PREFIX(DeleteFramebuffersEXT), @function
29170 GL_PREFIX(DeleteFramebuffersEXT):
29171 #if defined(GLX_USE_TLS)
29172 call _x86_64_get_dispatch@PLT
29173 movq 6168(%rax), %r11
29174 jmp *%r11
29175 #elif defined(PTHREADS)
29176 pushq %rdi
29177 pushq %rsi
29178 pushq %rbp
29179 call _x86_64_get_dispatch@PLT
29180 popq %rbp
29181 popq %rsi
29182 popq %rdi
29183 movq 6168(%rax), %r11
29184 jmp *%r11
29185 #else
29186 movq _glapi_Dispatch(%rip), %rax
29187 testq %rax, %rax
29188 je 1f
29189 movq 6168(%rax), %r11
29190 jmp *%r11
29191 1:
29192 pushq %rdi
29193 pushq %rsi
29194 pushq %rbp
29195 call _glapi_get_dispatch
29196 popq %rbp
29197 popq %rsi
29198 popq %rdi
29199 movq 6168(%rax), %r11
29200 jmp *%r11
29201 #endif /* defined(GLX_USE_TLS) */
29202 .size GL_PREFIX(DeleteFramebuffersEXT), .-GL_PREFIX(DeleteFramebuffersEXT)
29203
29204 .p2align 4,,15
29205 .globl GL_PREFIX(DeleteRenderbuffersEXT)
29206 .type GL_PREFIX(DeleteRenderbuffersEXT), @function
29207 GL_PREFIX(DeleteRenderbuffersEXT):
29208 #if defined(GLX_USE_TLS)
29209 call _x86_64_get_dispatch@PLT
29210 movq 6176(%rax), %r11
29211 jmp *%r11
29212 #elif defined(PTHREADS)
29213 pushq %rdi
29214 pushq %rsi
29215 pushq %rbp
29216 call _x86_64_get_dispatch@PLT
29217 popq %rbp
29218 popq %rsi
29219 popq %rdi
29220 movq 6176(%rax), %r11
29221 jmp *%r11
29222 #else
29223 movq _glapi_Dispatch(%rip), %rax
29224 testq %rax, %rax
29225 je 1f
29226 movq 6176(%rax), %r11
29227 jmp *%r11
29228 1:
29229 pushq %rdi
29230 pushq %rsi
29231 pushq %rbp
29232 call _glapi_get_dispatch
29233 popq %rbp
29234 popq %rsi
29235 popq %rdi
29236 movq 6176(%rax), %r11
29237 jmp *%r11
29238 #endif /* defined(GLX_USE_TLS) */
29239 .size GL_PREFIX(DeleteRenderbuffersEXT), .-GL_PREFIX(DeleteRenderbuffersEXT)
29240
29241 .p2align 4,,15
29242 .globl GL_PREFIX(FramebufferRenderbufferEXT)
29243 .type GL_PREFIX(FramebufferRenderbufferEXT), @function
29244 GL_PREFIX(FramebufferRenderbufferEXT):
29245 #if defined(GLX_USE_TLS)
29246 call _x86_64_get_dispatch@PLT
29247 movq 6184(%rax), %r11
29248 jmp *%r11
29249 #elif defined(PTHREADS)
29250 pushq %rdi
29251 pushq %rsi
29252 pushq %rdx
29253 pushq %rcx
29254 pushq %rbp
29255 call _x86_64_get_dispatch@PLT
29256 popq %rbp
29257 popq %rcx
29258 popq %rdx
29259 popq %rsi
29260 popq %rdi
29261 movq 6184(%rax), %r11
29262 jmp *%r11
29263 #else
29264 movq _glapi_Dispatch(%rip), %rax
29265 testq %rax, %rax
29266 je 1f
29267 movq 6184(%rax), %r11
29268 jmp *%r11
29269 1:
29270 pushq %rdi
29271 pushq %rsi
29272 pushq %rdx
29273 pushq %rcx
29274 pushq %rbp
29275 call _glapi_get_dispatch
29276 popq %rbp
29277 popq %rcx
29278 popq %rdx
29279 popq %rsi
29280 popq %rdi
29281 movq 6184(%rax), %r11
29282 jmp *%r11
29283 #endif /* defined(GLX_USE_TLS) */
29284 .size GL_PREFIX(FramebufferRenderbufferEXT), .-GL_PREFIX(FramebufferRenderbufferEXT)
29285
29286 .p2align 4,,15
29287 .globl GL_PREFIX(FramebufferTexture1DEXT)
29288 .type GL_PREFIX(FramebufferTexture1DEXT), @function
29289 GL_PREFIX(FramebufferTexture1DEXT):
29290 #if defined(GLX_USE_TLS)
29291 call _x86_64_get_dispatch@PLT
29292 movq 6192(%rax), %r11
29293 jmp *%r11
29294 #elif defined(PTHREADS)
29295 pushq %rdi
29296 pushq %rsi
29297 pushq %rdx
29298 pushq %rcx
29299 pushq %r8
29300 call _x86_64_get_dispatch@PLT
29301 popq %r8
29302 popq %rcx
29303 popq %rdx
29304 popq %rsi
29305 popq %rdi
29306 movq 6192(%rax), %r11
29307 jmp *%r11
29308 #else
29309 movq _glapi_Dispatch(%rip), %rax
29310 testq %rax, %rax
29311 je 1f
29312 movq 6192(%rax), %r11
29313 jmp *%r11
29314 1:
29315 pushq %rdi
29316 pushq %rsi
29317 pushq %rdx
29318 pushq %rcx
29319 pushq %r8
29320 call _glapi_get_dispatch
29321 popq %r8
29322 popq %rcx
29323 popq %rdx
29324 popq %rsi
29325 popq %rdi
29326 movq 6192(%rax), %r11
29327 jmp *%r11
29328 #endif /* defined(GLX_USE_TLS) */
29329 .size GL_PREFIX(FramebufferTexture1DEXT), .-GL_PREFIX(FramebufferTexture1DEXT)
29330
29331 .p2align 4,,15
29332 .globl GL_PREFIX(FramebufferTexture2DEXT)
29333 .type GL_PREFIX(FramebufferTexture2DEXT), @function
29334 GL_PREFIX(FramebufferTexture2DEXT):
29335 #if defined(GLX_USE_TLS)
29336 call _x86_64_get_dispatch@PLT
29337 movq 6200(%rax), %r11
29338 jmp *%r11
29339 #elif defined(PTHREADS)
29340 pushq %rdi
29341 pushq %rsi
29342 pushq %rdx
29343 pushq %rcx
29344 pushq %r8
29345 call _x86_64_get_dispatch@PLT
29346 popq %r8
29347 popq %rcx
29348 popq %rdx
29349 popq %rsi
29350 popq %rdi
29351 movq 6200(%rax), %r11
29352 jmp *%r11
29353 #else
29354 movq _glapi_Dispatch(%rip), %rax
29355 testq %rax, %rax
29356 je 1f
29357 movq 6200(%rax), %r11
29358 jmp *%r11
29359 1:
29360 pushq %rdi
29361 pushq %rsi
29362 pushq %rdx
29363 pushq %rcx
29364 pushq %r8
29365 call _glapi_get_dispatch
29366 popq %r8
29367 popq %rcx
29368 popq %rdx
29369 popq %rsi
29370 popq %rdi
29371 movq 6200(%rax), %r11
29372 jmp *%r11
29373 #endif /* defined(GLX_USE_TLS) */
29374 .size GL_PREFIX(FramebufferTexture2DEXT), .-GL_PREFIX(FramebufferTexture2DEXT)
29375
29376 .p2align 4,,15
29377 .globl GL_PREFIX(FramebufferTexture3DEXT)
29378 .type GL_PREFIX(FramebufferTexture3DEXT), @function
29379 GL_PREFIX(FramebufferTexture3DEXT):
29380 #if defined(GLX_USE_TLS)
29381 call _x86_64_get_dispatch@PLT
29382 movq 6208(%rax), %r11
29383 jmp *%r11
29384 #elif defined(PTHREADS)
29385 pushq %rdi
29386 pushq %rsi
29387 pushq %rdx
29388 pushq %rcx
29389 pushq %r8
29390 pushq %r9
29391 pushq %rbp
29392 call _x86_64_get_dispatch@PLT
29393 popq %rbp
29394 popq %r9
29395 popq %r8
29396 popq %rcx
29397 popq %rdx
29398 popq %rsi
29399 popq %rdi
29400 movq 6208(%rax), %r11
29401 jmp *%r11
29402 #else
29403 movq _glapi_Dispatch(%rip), %rax
29404 testq %rax, %rax
29405 je 1f
29406 movq 6208(%rax), %r11
29407 jmp *%r11
29408 1:
29409 pushq %rdi
29410 pushq %rsi
29411 pushq %rdx
29412 pushq %rcx
29413 pushq %r8
29414 pushq %r9
29415 pushq %rbp
29416 call _glapi_get_dispatch
29417 popq %rbp
29418 popq %r9
29419 popq %r8
29420 popq %rcx
29421 popq %rdx
29422 popq %rsi
29423 popq %rdi
29424 movq 6208(%rax), %r11
29425 jmp *%r11
29426 #endif /* defined(GLX_USE_TLS) */
29427 .size GL_PREFIX(FramebufferTexture3DEXT), .-GL_PREFIX(FramebufferTexture3DEXT)
29428
29429 .p2align 4,,15
29430 .globl GL_PREFIX(GenFramebuffersEXT)
29431 .type GL_PREFIX(GenFramebuffersEXT), @function
29432 GL_PREFIX(GenFramebuffersEXT):
29433 #if defined(GLX_USE_TLS)
29434 call _x86_64_get_dispatch@PLT
29435 movq 6216(%rax), %r11
29436 jmp *%r11
29437 #elif defined(PTHREADS)
29438 pushq %rdi
29439 pushq %rsi
29440 pushq %rbp
29441 call _x86_64_get_dispatch@PLT
29442 popq %rbp
29443 popq %rsi
29444 popq %rdi
29445 movq 6216(%rax), %r11
29446 jmp *%r11
29447 #else
29448 movq _glapi_Dispatch(%rip), %rax
29449 testq %rax, %rax
29450 je 1f
29451 movq 6216(%rax), %r11
29452 jmp *%r11
29453 1:
29454 pushq %rdi
29455 pushq %rsi
29456 pushq %rbp
29457 call _glapi_get_dispatch
29458 popq %rbp
29459 popq %rsi
29460 popq %rdi
29461 movq 6216(%rax), %r11
29462 jmp *%r11
29463 #endif /* defined(GLX_USE_TLS) */
29464 .size GL_PREFIX(GenFramebuffersEXT), .-GL_PREFIX(GenFramebuffersEXT)
29465
29466 .p2align 4,,15
29467 .globl GL_PREFIX(GenRenderbuffersEXT)
29468 .type GL_PREFIX(GenRenderbuffersEXT), @function
29469 GL_PREFIX(GenRenderbuffersEXT):
29470 #if defined(GLX_USE_TLS)
29471 call _x86_64_get_dispatch@PLT
29472 movq 6224(%rax), %r11
29473 jmp *%r11
29474 #elif defined(PTHREADS)
29475 pushq %rdi
29476 pushq %rsi
29477 pushq %rbp
29478 call _x86_64_get_dispatch@PLT
29479 popq %rbp
29480 popq %rsi
29481 popq %rdi
29482 movq 6224(%rax), %r11
29483 jmp *%r11
29484 #else
29485 movq _glapi_Dispatch(%rip), %rax
29486 testq %rax, %rax
29487 je 1f
29488 movq 6224(%rax), %r11
29489 jmp *%r11
29490 1:
29491 pushq %rdi
29492 pushq %rsi
29493 pushq %rbp
29494 call _glapi_get_dispatch
29495 popq %rbp
29496 popq %rsi
29497 popq %rdi
29498 movq 6224(%rax), %r11
29499 jmp *%r11
29500 #endif /* defined(GLX_USE_TLS) */
29501 .size GL_PREFIX(GenRenderbuffersEXT), .-GL_PREFIX(GenRenderbuffersEXT)
29502
29503 .p2align 4,,15
29504 .globl GL_PREFIX(GenerateMipmapEXT)
29505 .type GL_PREFIX(GenerateMipmapEXT), @function
29506 GL_PREFIX(GenerateMipmapEXT):
29507 #if defined(GLX_USE_TLS)
29508 call _x86_64_get_dispatch@PLT
29509 movq 6232(%rax), %r11
29510 jmp *%r11
29511 #elif defined(PTHREADS)
29512 pushq %rdi
29513 call _x86_64_get_dispatch@PLT
29514 popq %rdi
29515 movq 6232(%rax), %r11
29516 jmp *%r11
29517 #else
29518 movq _glapi_Dispatch(%rip), %rax
29519 testq %rax, %rax
29520 je 1f
29521 movq 6232(%rax), %r11
29522 jmp *%r11
29523 1:
29524 pushq %rdi
29525 call _glapi_get_dispatch
29526 popq %rdi
29527 movq 6232(%rax), %r11
29528 jmp *%r11
29529 #endif /* defined(GLX_USE_TLS) */
29530 .size GL_PREFIX(GenerateMipmapEXT), .-GL_PREFIX(GenerateMipmapEXT)
29531
29532 .p2align 4,,15
29533 .globl GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
29534 .type GL_PREFIX(GetFramebufferAttachmentParameterivEXT), @function
29535 GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
29536 #if defined(GLX_USE_TLS)
29537 call _x86_64_get_dispatch@PLT
29538 movq 6240(%rax), %r11
29539 jmp *%r11
29540 #elif defined(PTHREADS)
29541 pushq %rdi
29542 pushq %rsi
29543 pushq %rdx
29544 pushq %rcx
29545 pushq %rbp
29546 call _x86_64_get_dispatch@PLT
29547 popq %rbp
29548 popq %rcx
29549 popq %rdx
29550 popq %rsi
29551 popq %rdi
29552 movq 6240(%rax), %r11
29553 jmp *%r11
29554 #else
29555 movq _glapi_Dispatch(%rip), %rax
29556 testq %rax, %rax
29557 je 1f
29558 movq 6240(%rax), %r11
29559 jmp *%r11
29560 1:
29561 pushq %rdi
29562 pushq %rsi
29563 pushq %rdx
29564 pushq %rcx
29565 pushq %rbp
29566 call _glapi_get_dispatch
29567 popq %rbp
29568 popq %rcx
29569 popq %rdx
29570 popq %rsi
29571 popq %rdi
29572 movq 6240(%rax), %r11
29573 jmp *%r11
29574 #endif /* defined(GLX_USE_TLS) */
29575 .size GL_PREFIX(GetFramebufferAttachmentParameterivEXT), .-GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
29576
29577 .p2align 4,,15
29578 .globl GL_PREFIX(GetRenderbufferParameterivEXT)
29579 .type GL_PREFIX(GetRenderbufferParameterivEXT), @function
29580 GL_PREFIX(GetRenderbufferParameterivEXT):
29581 #if defined(GLX_USE_TLS)
29582 call _x86_64_get_dispatch@PLT
29583 movq 6248(%rax), %r11
29584 jmp *%r11
29585 #elif defined(PTHREADS)
29586 pushq %rdi
29587 pushq %rsi
29588 pushq %rdx
29589 call _x86_64_get_dispatch@PLT
29590 popq %rdx
29591 popq %rsi
29592 popq %rdi
29593 movq 6248(%rax), %r11
29594 jmp *%r11
29595 #else
29596 movq _glapi_Dispatch(%rip), %rax
29597 testq %rax, %rax
29598 je 1f
29599 movq 6248(%rax), %r11
29600 jmp *%r11
29601 1:
29602 pushq %rdi
29603 pushq %rsi
29604 pushq %rdx
29605 call _glapi_get_dispatch
29606 popq %rdx
29607 popq %rsi
29608 popq %rdi
29609 movq 6248(%rax), %r11
29610 jmp *%r11
29611 #endif /* defined(GLX_USE_TLS) */
29612 .size GL_PREFIX(GetRenderbufferParameterivEXT), .-GL_PREFIX(GetRenderbufferParameterivEXT)
29613
29614 .p2align 4,,15
29615 .globl GL_PREFIX(IsFramebufferEXT)
29616 .type GL_PREFIX(IsFramebufferEXT), @function
29617 GL_PREFIX(IsFramebufferEXT):
29618 #if defined(GLX_USE_TLS)
29619 call _x86_64_get_dispatch@PLT
29620 movq 6256(%rax), %r11
29621 jmp *%r11
29622 #elif defined(PTHREADS)
29623 pushq %rdi
29624 call _x86_64_get_dispatch@PLT
29625 popq %rdi
29626 movq 6256(%rax), %r11
29627 jmp *%r11
29628 #else
29629 movq _glapi_Dispatch(%rip), %rax
29630 testq %rax, %rax
29631 je 1f
29632 movq 6256(%rax), %r11
29633 jmp *%r11
29634 1:
29635 pushq %rdi
29636 call _glapi_get_dispatch
29637 popq %rdi
29638 movq 6256(%rax), %r11
29639 jmp *%r11
29640 #endif /* defined(GLX_USE_TLS) */
29641 .size GL_PREFIX(IsFramebufferEXT), .-GL_PREFIX(IsFramebufferEXT)
29642
29643 .p2align 4,,15
29644 .globl GL_PREFIX(IsRenderbufferEXT)
29645 .type GL_PREFIX(IsRenderbufferEXT), @function
29646 GL_PREFIX(IsRenderbufferEXT):
29647 #if defined(GLX_USE_TLS)
29648 call _x86_64_get_dispatch@PLT
29649 movq 6264(%rax), %r11
29650 jmp *%r11
29651 #elif defined(PTHREADS)
29652 pushq %rdi
29653 call _x86_64_get_dispatch@PLT
29654 popq %rdi
29655 movq 6264(%rax), %r11
29656 jmp *%r11
29657 #else
29658 movq _glapi_Dispatch(%rip), %rax
29659 testq %rax, %rax
29660 je 1f
29661 movq 6264(%rax), %r11
29662 jmp *%r11
29663 1:
29664 pushq %rdi
29665 call _glapi_get_dispatch
29666 popq %rdi
29667 movq 6264(%rax), %r11
29668 jmp *%r11
29669 #endif /* defined(GLX_USE_TLS) */
29670 .size GL_PREFIX(IsRenderbufferEXT), .-GL_PREFIX(IsRenderbufferEXT)
29671
29672 .p2align 4,,15
29673 .globl GL_PREFIX(RenderbufferStorageEXT)
29674 .type GL_PREFIX(RenderbufferStorageEXT), @function
29675 GL_PREFIX(RenderbufferStorageEXT):
29676 #if defined(GLX_USE_TLS)
29677 call _x86_64_get_dispatch@PLT
29678 movq 6272(%rax), %r11
29679 jmp *%r11
29680 #elif defined(PTHREADS)
29681 pushq %rdi
29682 pushq %rsi
29683 pushq %rdx
29684 pushq %rcx
29685 pushq %rbp
29686 call _x86_64_get_dispatch@PLT
29687 popq %rbp
29688 popq %rcx
29689 popq %rdx
29690 popq %rsi
29691 popq %rdi
29692 movq 6272(%rax), %r11
29693 jmp *%r11
29694 #else
29695 movq _glapi_Dispatch(%rip), %rax
29696 testq %rax, %rax
29697 je 1f
29698 movq 6272(%rax), %r11
29699 jmp *%r11
29700 1:
29701 pushq %rdi
29702 pushq %rsi
29703 pushq %rdx
29704 pushq %rcx
29705 pushq %rbp
29706 call _glapi_get_dispatch
29707 popq %rbp
29708 popq %rcx
29709 popq %rdx
29710 popq %rsi
29711 popq %rdi
29712 movq 6272(%rax), %r11
29713 jmp *%r11
29714 #endif /* defined(GLX_USE_TLS) */
29715 .size GL_PREFIX(RenderbufferStorageEXT), .-GL_PREFIX(RenderbufferStorageEXT)
29716
29717 .p2align 4,,15
29718 .globl GL_PREFIX(_dispatch_stub_785)
29719 .type GL_PREFIX(_dispatch_stub_785), @function
29720 HIDDEN(GL_PREFIX(_dispatch_stub_785))
29721 GL_PREFIX(_dispatch_stub_785):
29722 #if defined(GLX_USE_TLS)
29723 call _x86_64_get_dispatch@PLT
29724 movq 6280(%rax), %r11
29725 jmp *%r11
29726 #elif defined(PTHREADS)
29727 pushq %rdi
29728 pushq %rsi
29729 pushq %rdx
29730 pushq %rcx
29731 pushq %r8
29732 pushq %r9
29733 pushq %rbp
29734 call _x86_64_get_dispatch@PLT
29735 popq %rbp
29736 popq %r9
29737 popq %r8
29738 popq %rcx
29739 popq %rdx
29740 popq %rsi
29741 popq %rdi
29742 movq 6280(%rax), %r11
29743 jmp *%r11
29744 #else
29745 movq _glapi_Dispatch(%rip), %rax
29746 testq %rax, %rax
29747 je 1f
29748 movq 6280(%rax), %r11
29749 jmp *%r11
29750 1:
29751 pushq %rdi
29752 pushq %rsi
29753 pushq %rdx
29754 pushq %rcx
29755 pushq %r8
29756 pushq %r9
29757 pushq %rbp
29758 call _glapi_get_dispatch
29759 popq %rbp
29760 popq %r9
29761 popq %r8
29762 popq %rcx
29763 popq %rdx
29764 popq %rsi
29765 popq %rdi
29766 movq 6280(%rax), %r11
29767 jmp *%r11
29768 #endif /* defined(GLX_USE_TLS) */
29769 .size GL_PREFIX(_dispatch_stub_785), .-GL_PREFIX(_dispatch_stub_785)
29770
29771 .p2align 4,,15
29772 .globl GL_PREFIX(_dispatch_stub_786)
29773 .type GL_PREFIX(_dispatch_stub_786), @function
29774 HIDDEN(GL_PREFIX(_dispatch_stub_786))
29775 GL_PREFIX(_dispatch_stub_786):
29776 #if defined(GLX_USE_TLS)
29777 call _x86_64_get_dispatch@PLT
29778 movq 6288(%rax), %r11
29779 jmp *%r11
29780 #elif defined(PTHREADS)
29781 pushq %rdi
29782 pushq %rsi
29783 pushq %rdx
29784 call _x86_64_get_dispatch@PLT
29785 popq %rdx
29786 popq %rsi
29787 popq %rdi
29788 movq 6288(%rax), %r11
29789 jmp *%r11
29790 #else
29791 movq _glapi_Dispatch(%rip), %rax
29792 testq %rax, %rax
29793 je 1f
29794 movq 6288(%rax), %r11
29795 jmp *%r11
29796 1:
29797 pushq %rdi
29798 pushq %rsi
29799 pushq %rdx
29800 call _glapi_get_dispatch
29801 popq %rdx
29802 popq %rsi
29803 popq %rdi
29804 movq 6288(%rax), %r11
29805 jmp *%r11
29806 #endif /* defined(GLX_USE_TLS) */
29807 .size GL_PREFIX(_dispatch_stub_786), .-GL_PREFIX(_dispatch_stub_786)
29808
29809 .p2align 4,,15
29810 .globl GL_PREFIX(_dispatch_stub_787)
29811 .type GL_PREFIX(_dispatch_stub_787), @function
29812 HIDDEN(GL_PREFIX(_dispatch_stub_787))
29813 GL_PREFIX(_dispatch_stub_787):
29814 #if defined(GLX_USE_TLS)
29815 call _x86_64_get_dispatch@PLT
29816 movq 6296(%rax), %r11
29817 jmp *%r11
29818 #elif defined(PTHREADS)
29819 pushq %rdi
29820 pushq %rsi
29821 pushq %rdx
29822 call _x86_64_get_dispatch@PLT
29823 popq %rdx
29824 popq %rsi
29825 popq %rdi
29826 movq 6296(%rax), %r11
29827 jmp *%r11
29828 #else
29829 movq _glapi_Dispatch(%rip), %rax
29830 testq %rax, %rax
29831 je 1f
29832 movq 6296(%rax), %r11
29833 jmp *%r11
29834 1:
29835 pushq %rdi
29836 pushq %rsi
29837 pushq %rdx
29838 call _glapi_get_dispatch
29839 popq %rdx
29840 popq %rsi
29841 popq %rdi
29842 movq 6296(%rax), %r11
29843 jmp *%r11
29844 #endif /* defined(GLX_USE_TLS) */
29845 .size GL_PREFIX(_dispatch_stub_787), .-GL_PREFIX(_dispatch_stub_787)
29846
29847 .p2align 4,,15
29848 .globl GL_PREFIX(FramebufferTextureLayerEXT)
29849 .type GL_PREFIX(FramebufferTextureLayerEXT), @function
29850 GL_PREFIX(FramebufferTextureLayerEXT):
29851 #if defined(GLX_USE_TLS)
29852 call _x86_64_get_dispatch@PLT
29853 movq 6304(%rax), %r11
29854 jmp *%r11
29855 #elif defined(PTHREADS)
29856 pushq %rdi
29857 pushq %rsi
29858 pushq %rdx
29859 pushq %rcx
29860 pushq %r8
29861 call _x86_64_get_dispatch@PLT
29862 popq %r8
29863 popq %rcx
29864 popq %rdx
29865 popq %rsi
29866 popq %rdi
29867 movq 6304(%rax), %r11
29868 jmp *%r11
29869 #else
29870 movq _glapi_Dispatch(%rip), %rax
29871 testq %rax, %rax
29872 je 1f
29873 movq 6304(%rax), %r11
29874 jmp *%r11
29875 1:
29876 pushq %rdi
29877 pushq %rsi
29878 pushq %rdx
29879 pushq %rcx
29880 pushq %r8
29881 call _glapi_get_dispatch
29882 popq %r8
29883 popq %rcx
29884 popq %rdx
29885 popq %rsi
29886 popq %rdi
29887 movq 6304(%rax), %r11
29888 jmp *%r11
29889 #endif /* defined(GLX_USE_TLS) */
29890 .size GL_PREFIX(FramebufferTextureLayerEXT), .-GL_PREFIX(FramebufferTextureLayerEXT)
29891
29892 .p2align 4,,15
29893 .globl GL_PREFIX(ColorMaskIndexedEXT)
29894 .type GL_PREFIX(ColorMaskIndexedEXT), @function
29895 GL_PREFIX(ColorMaskIndexedEXT):
29896 #if defined(GLX_USE_TLS)
29897 call _x86_64_get_dispatch@PLT
29898 movq 6312(%rax), %r11
29899 jmp *%r11
29900 #elif defined(PTHREADS)
29901 pushq %rdi
29902 pushq %rsi
29903 pushq %rdx
29904 pushq %rcx
29905 pushq %r8
29906 call _x86_64_get_dispatch@PLT
29907 popq %r8
29908 popq %rcx
29909 popq %rdx
29910 popq %rsi
29911 popq %rdi
29912 movq 6312(%rax), %r11
29913 jmp *%r11
29914 #else
29915 movq _glapi_Dispatch(%rip), %rax
29916 testq %rax, %rax
29917 je 1f
29918 movq 6312(%rax), %r11
29919 jmp *%r11
29920 1:
29921 pushq %rdi
29922 pushq %rsi
29923 pushq %rdx
29924 pushq %rcx
29925 pushq %r8
29926 call _glapi_get_dispatch
29927 popq %r8
29928 popq %rcx
29929 popq %rdx
29930 popq %rsi
29931 popq %rdi
29932 movq 6312(%rax), %r11
29933 jmp *%r11
29934 #endif /* defined(GLX_USE_TLS) */
29935 .size GL_PREFIX(ColorMaskIndexedEXT), .-GL_PREFIX(ColorMaskIndexedEXT)
29936
29937 .p2align 4,,15
29938 .globl GL_PREFIX(DisableIndexedEXT)
29939 .type GL_PREFIX(DisableIndexedEXT), @function
29940 GL_PREFIX(DisableIndexedEXT):
29941 #if defined(GLX_USE_TLS)
29942 call _x86_64_get_dispatch@PLT
29943 movq 6320(%rax), %r11
29944 jmp *%r11
29945 #elif defined(PTHREADS)
29946 pushq %rdi
29947 pushq %rsi
29948 pushq %rbp
29949 call _x86_64_get_dispatch@PLT
29950 popq %rbp
29951 popq %rsi
29952 popq %rdi
29953 movq 6320(%rax), %r11
29954 jmp *%r11
29955 #else
29956 movq _glapi_Dispatch(%rip), %rax
29957 testq %rax, %rax
29958 je 1f
29959 movq 6320(%rax), %r11
29960 jmp *%r11
29961 1:
29962 pushq %rdi
29963 pushq %rsi
29964 pushq %rbp
29965 call _glapi_get_dispatch
29966 popq %rbp
29967 popq %rsi
29968 popq %rdi
29969 movq 6320(%rax), %r11
29970 jmp *%r11
29971 #endif /* defined(GLX_USE_TLS) */
29972 .size GL_PREFIX(DisableIndexedEXT), .-GL_PREFIX(DisableIndexedEXT)
29973
29974 .p2align 4,,15
29975 .globl GL_PREFIX(EnableIndexedEXT)
29976 .type GL_PREFIX(EnableIndexedEXT), @function
29977 GL_PREFIX(EnableIndexedEXT):
29978 #if defined(GLX_USE_TLS)
29979 call _x86_64_get_dispatch@PLT
29980 movq 6328(%rax), %r11
29981 jmp *%r11
29982 #elif defined(PTHREADS)
29983 pushq %rdi
29984 pushq %rsi
29985 pushq %rbp
29986 call _x86_64_get_dispatch@PLT
29987 popq %rbp
29988 popq %rsi
29989 popq %rdi
29990 movq 6328(%rax), %r11
29991 jmp *%r11
29992 #else
29993 movq _glapi_Dispatch(%rip), %rax
29994 testq %rax, %rax
29995 je 1f
29996 movq 6328(%rax), %r11
29997 jmp *%r11
29998 1:
29999 pushq %rdi
30000 pushq %rsi
30001 pushq %rbp
30002 call _glapi_get_dispatch
30003 popq %rbp
30004 popq %rsi
30005 popq %rdi
30006 movq 6328(%rax), %r11
30007 jmp *%r11
30008 #endif /* defined(GLX_USE_TLS) */
30009 .size GL_PREFIX(EnableIndexedEXT), .-GL_PREFIX(EnableIndexedEXT)
30010
30011 .p2align 4,,15
30012 .globl GL_PREFIX(GetBooleanIndexedvEXT)
30013 .type GL_PREFIX(GetBooleanIndexedvEXT), @function
30014 GL_PREFIX(GetBooleanIndexedvEXT):
30015 #if defined(GLX_USE_TLS)
30016 call _x86_64_get_dispatch@PLT
30017 movq 6336(%rax), %r11
30018 jmp *%r11
30019 #elif defined(PTHREADS)
30020 pushq %rdi
30021 pushq %rsi
30022 pushq %rdx
30023 call _x86_64_get_dispatch@PLT
30024 popq %rdx
30025 popq %rsi
30026 popq %rdi
30027 movq 6336(%rax), %r11
30028 jmp *%r11
30029 #else
30030 movq _glapi_Dispatch(%rip), %rax
30031 testq %rax, %rax
30032 je 1f
30033 movq 6336(%rax), %r11
30034 jmp *%r11
30035 1:
30036 pushq %rdi
30037 pushq %rsi
30038 pushq %rdx
30039 call _glapi_get_dispatch
30040 popq %rdx
30041 popq %rsi
30042 popq %rdi
30043 movq 6336(%rax), %r11
30044 jmp *%r11
30045 #endif /* defined(GLX_USE_TLS) */
30046 .size GL_PREFIX(GetBooleanIndexedvEXT), .-GL_PREFIX(GetBooleanIndexedvEXT)
30047
30048 .p2align 4,,15
30049 .globl GL_PREFIX(GetIntegerIndexedvEXT)
30050 .type GL_PREFIX(GetIntegerIndexedvEXT), @function
30051 GL_PREFIX(GetIntegerIndexedvEXT):
30052 #if defined(GLX_USE_TLS)
30053 call _x86_64_get_dispatch@PLT
30054 movq 6344(%rax), %r11
30055 jmp *%r11
30056 #elif defined(PTHREADS)
30057 pushq %rdi
30058 pushq %rsi
30059 pushq %rdx
30060 call _x86_64_get_dispatch@PLT
30061 popq %rdx
30062 popq %rsi
30063 popq %rdi
30064 movq 6344(%rax), %r11
30065 jmp *%r11
30066 #else
30067 movq _glapi_Dispatch(%rip), %rax
30068 testq %rax, %rax
30069 je 1f
30070 movq 6344(%rax), %r11
30071 jmp *%r11
30072 1:
30073 pushq %rdi
30074 pushq %rsi
30075 pushq %rdx
30076 call _glapi_get_dispatch
30077 popq %rdx
30078 popq %rsi
30079 popq %rdi
30080 movq 6344(%rax), %r11
30081 jmp *%r11
30082 #endif /* defined(GLX_USE_TLS) */
30083 .size GL_PREFIX(GetIntegerIndexedvEXT), .-GL_PREFIX(GetIntegerIndexedvEXT)
30084
30085 .p2align 4,,15
30086 .globl GL_PREFIX(IsEnabledIndexedEXT)
30087 .type GL_PREFIX(IsEnabledIndexedEXT), @function
30088 GL_PREFIX(IsEnabledIndexedEXT):
30089 #if defined(GLX_USE_TLS)
30090 call _x86_64_get_dispatch@PLT
30091 movq 6352(%rax), %r11
30092 jmp *%r11
30093 #elif defined(PTHREADS)
30094 pushq %rdi
30095 pushq %rsi
30096 pushq %rbp
30097 call _x86_64_get_dispatch@PLT
30098 popq %rbp
30099 popq %rsi
30100 popq %rdi
30101 movq 6352(%rax), %r11
30102 jmp *%r11
30103 #else
30104 movq _glapi_Dispatch(%rip), %rax
30105 testq %rax, %rax
30106 je 1f
30107 movq 6352(%rax), %r11
30108 jmp *%r11
30109 1:
30110 pushq %rdi
30111 pushq %rsi
30112 pushq %rbp
30113 call _glapi_get_dispatch
30114 popq %rbp
30115 popq %rsi
30116 popq %rdi
30117 movq 6352(%rax), %r11
30118 jmp *%r11
30119 #endif /* defined(GLX_USE_TLS) */
30120 .size GL_PREFIX(IsEnabledIndexedEXT), .-GL_PREFIX(IsEnabledIndexedEXT)
30121
30122 .p2align 4,,15
30123 .globl GL_PREFIX(BeginConditionalRenderNV)
30124 .type GL_PREFIX(BeginConditionalRenderNV), @function
30125 GL_PREFIX(BeginConditionalRenderNV):
30126 #if defined(GLX_USE_TLS)
30127 call _x86_64_get_dispatch@PLT
30128 movq 6360(%rax), %r11
30129 jmp *%r11
30130 #elif defined(PTHREADS)
30131 pushq %rdi
30132 pushq %rsi
30133 pushq %rbp
30134 call _x86_64_get_dispatch@PLT
30135 popq %rbp
30136 popq %rsi
30137 popq %rdi
30138 movq 6360(%rax), %r11
30139 jmp *%r11
30140 #else
30141 movq _glapi_Dispatch(%rip), %rax
30142 testq %rax, %rax
30143 je 1f
30144 movq 6360(%rax), %r11
30145 jmp *%r11
30146 1:
30147 pushq %rdi
30148 pushq %rsi
30149 pushq %rbp
30150 call _glapi_get_dispatch
30151 popq %rbp
30152 popq %rsi
30153 popq %rdi
30154 movq 6360(%rax), %r11
30155 jmp *%r11
30156 #endif /* defined(GLX_USE_TLS) */
30157 .size GL_PREFIX(BeginConditionalRenderNV), .-GL_PREFIX(BeginConditionalRenderNV)
30158
30159 .p2align 4,,15
30160 .globl GL_PREFIX(EndConditionalRenderNV)
30161 .type GL_PREFIX(EndConditionalRenderNV), @function
30162 GL_PREFIX(EndConditionalRenderNV):
30163 #if defined(GLX_USE_TLS)
30164 call _x86_64_get_dispatch@PLT
30165 movq 6368(%rax), %r11
30166 jmp *%r11
30167 #elif defined(PTHREADS)
30168 pushq %rbp
30169 call _x86_64_get_dispatch@PLT
30170 popq %rbp
30171 movq 6368(%rax), %r11
30172 jmp *%r11
30173 #else
30174 movq _glapi_Dispatch(%rip), %rax
30175 testq %rax, %rax
30176 je 1f
30177 movq 6368(%rax), %r11
30178 jmp *%r11
30179 1:
30180 pushq %rbp
30181 call _glapi_get_dispatch
30182 popq %rbp
30183 movq 6368(%rax), %r11
30184 jmp *%r11
30185 #endif /* defined(GLX_USE_TLS) */
30186 .size GL_PREFIX(EndConditionalRenderNV), .-GL_PREFIX(EndConditionalRenderNV)
30187
30188 .p2align 4,,15
30189 .globl GL_PREFIX(BeginTransformFeedbackEXT)
30190 .type GL_PREFIX(BeginTransformFeedbackEXT), @function
30191 GL_PREFIX(BeginTransformFeedbackEXT):
30192 #if defined(GLX_USE_TLS)
30193 call _x86_64_get_dispatch@PLT
30194 movq 6376(%rax), %r11
30195 jmp *%r11
30196 #elif defined(PTHREADS)
30197 pushq %rdi
30198 call _x86_64_get_dispatch@PLT
30199 popq %rdi
30200 movq 6376(%rax), %r11
30201 jmp *%r11
30202 #else
30203 movq _glapi_Dispatch(%rip), %rax
30204 testq %rax, %rax
30205 je 1f
30206 movq 6376(%rax), %r11
30207 jmp *%r11
30208 1:
30209 pushq %rdi
30210 call _glapi_get_dispatch
30211 popq %rdi
30212 movq 6376(%rax), %r11
30213 jmp *%r11
30214 #endif /* defined(GLX_USE_TLS) */
30215 .size GL_PREFIX(BeginTransformFeedbackEXT), .-GL_PREFIX(BeginTransformFeedbackEXT)
30216
30217 .p2align 4,,15
30218 .globl GL_PREFIX(BindBufferBaseEXT)
30219 .type GL_PREFIX(BindBufferBaseEXT), @function
30220 GL_PREFIX(BindBufferBaseEXT):
30221 #if defined(GLX_USE_TLS)
30222 call _x86_64_get_dispatch@PLT
30223 movq 6384(%rax), %r11
30224 jmp *%r11
30225 #elif defined(PTHREADS)
30226 pushq %rdi
30227 pushq %rsi
30228 pushq %rdx
30229 call _x86_64_get_dispatch@PLT
30230 popq %rdx
30231 popq %rsi
30232 popq %rdi
30233 movq 6384(%rax), %r11
30234 jmp *%r11
30235 #else
30236 movq _glapi_Dispatch(%rip), %rax
30237 testq %rax, %rax
30238 je 1f
30239 movq 6384(%rax), %r11
30240 jmp *%r11
30241 1:
30242 pushq %rdi
30243 pushq %rsi
30244 pushq %rdx
30245 call _glapi_get_dispatch
30246 popq %rdx
30247 popq %rsi
30248 popq %rdi
30249 movq 6384(%rax), %r11
30250 jmp *%r11
30251 #endif /* defined(GLX_USE_TLS) */
30252 .size GL_PREFIX(BindBufferBaseEXT), .-GL_PREFIX(BindBufferBaseEXT)
30253
30254 .p2align 4,,15
30255 .globl GL_PREFIX(BindBufferOffsetEXT)
30256 .type GL_PREFIX(BindBufferOffsetEXT), @function
30257 GL_PREFIX(BindBufferOffsetEXT):
30258 #if defined(GLX_USE_TLS)
30259 call _x86_64_get_dispatch@PLT
30260 movq 6392(%rax), %r11
30261 jmp *%r11
30262 #elif defined(PTHREADS)
30263 pushq %rdi
30264 pushq %rsi
30265 pushq %rdx
30266 pushq %rcx
30267 pushq %rbp
30268 call _x86_64_get_dispatch@PLT
30269 popq %rbp
30270 popq %rcx
30271 popq %rdx
30272 popq %rsi
30273 popq %rdi
30274 movq 6392(%rax), %r11
30275 jmp *%r11
30276 #else
30277 movq _glapi_Dispatch(%rip), %rax
30278 testq %rax, %rax
30279 je 1f
30280 movq 6392(%rax), %r11
30281 jmp *%r11
30282 1:
30283 pushq %rdi
30284 pushq %rsi
30285 pushq %rdx
30286 pushq %rcx
30287 pushq %rbp
30288 call _glapi_get_dispatch
30289 popq %rbp
30290 popq %rcx
30291 popq %rdx
30292 popq %rsi
30293 popq %rdi
30294 movq 6392(%rax), %r11
30295 jmp *%r11
30296 #endif /* defined(GLX_USE_TLS) */
30297 .size GL_PREFIX(BindBufferOffsetEXT), .-GL_PREFIX(BindBufferOffsetEXT)
30298
30299 .p2align 4,,15
30300 .globl GL_PREFIX(BindBufferRangeEXT)
30301 .type GL_PREFIX(BindBufferRangeEXT), @function
30302 GL_PREFIX(BindBufferRangeEXT):
30303 #if defined(GLX_USE_TLS)
30304 call _x86_64_get_dispatch@PLT
30305 movq 6400(%rax), %r11
30306 jmp *%r11
30307 #elif defined(PTHREADS)
30308 pushq %rdi
30309 pushq %rsi
30310 pushq %rdx
30311 pushq %rcx
30312 pushq %r8
30313 call _x86_64_get_dispatch@PLT
30314 popq %r8
30315 popq %rcx
30316 popq %rdx
30317 popq %rsi
30318 popq %rdi
30319 movq 6400(%rax), %r11
30320 jmp *%r11
30321 #else
30322 movq _glapi_Dispatch(%rip), %rax
30323 testq %rax, %rax
30324 je 1f
30325 movq 6400(%rax), %r11
30326 jmp *%r11
30327 1:
30328 pushq %rdi
30329 pushq %rsi
30330 pushq %rdx
30331 pushq %rcx
30332 pushq %r8
30333 call _glapi_get_dispatch
30334 popq %r8
30335 popq %rcx
30336 popq %rdx
30337 popq %rsi
30338 popq %rdi
30339 movq 6400(%rax), %r11
30340 jmp *%r11
30341 #endif /* defined(GLX_USE_TLS) */
30342 .size GL_PREFIX(BindBufferRangeEXT), .-GL_PREFIX(BindBufferRangeEXT)
30343
30344 .p2align 4,,15
30345 .globl GL_PREFIX(EndTransformFeedbackEXT)
30346 .type GL_PREFIX(EndTransformFeedbackEXT), @function
30347 GL_PREFIX(EndTransformFeedbackEXT):
30348 #if defined(GLX_USE_TLS)
30349 call _x86_64_get_dispatch@PLT
30350 movq 6408(%rax), %r11
30351 jmp *%r11
30352 #elif defined(PTHREADS)
30353 pushq %rbp
30354 call _x86_64_get_dispatch@PLT
30355 popq %rbp
30356 movq 6408(%rax), %r11
30357 jmp *%r11
30358 #else
30359 movq _glapi_Dispatch(%rip), %rax
30360 testq %rax, %rax
30361 je 1f
30362 movq 6408(%rax), %r11
30363 jmp *%r11
30364 1:
30365 pushq %rbp
30366 call _glapi_get_dispatch
30367 popq %rbp
30368 movq 6408(%rax), %r11
30369 jmp *%r11
30370 #endif /* defined(GLX_USE_TLS) */
30371 .size GL_PREFIX(EndTransformFeedbackEXT), .-GL_PREFIX(EndTransformFeedbackEXT)
30372
30373 .p2align 4,,15
30374 .globl GL_PREFIX(GetTransformFeedbackVaryingEXT)
30375 .type GL_PREFIX(GetTransformFeedbackVaryingEXT), @function
30376 GL_PREFIX(GetTransformFeedbackVaryingEXT):
30377 #if defined(GLX_USE_TLS)
30378 call _x86_64_get_dispatch@PLT
30379 movq 6416(%rax), %r11
30380 jmp *%r11
30381 #elif defined(PTHREADS)
30382 pushq %rdi
30383 pushq %rsi
30384 pushq %rdx
30385 pushq %rcx
30386 pushq %r8
30387 pushq %r9
30388 pushq %rbp
30389 call _x86_64_get_dispatch@PLT
30390 popq %rbp
30391 popq %r9
30392 popq %r8
30393 popq %rcx
30394 popq %rdx
30395 popq %rsi
30396 popq %rdi
30397 movq 6416(%rax), %r11
30398 jmp *%r11
30399 #else
30400 movq _glapi_Dispatch(%rip), %rax
30401 testq %rax, %rax
30402 je 1f
30403 movq 6416(%rax), %r11
30404 jmp *%r11
30405 1:
30406 pushq %rdi
30407 pushq %rsi
30408 pushq %rdx
30409 pushq %rcx
30410 pushq %r8
30411 pushq %r9
30412 pushq %rbp
30413 call _glapi_get_dispatch
30414 popq %rbp
30415 popq %r9
30416 popq %r8
30417 popq %rcx
30418 popq %rdx
30419 popq %rsi
30420 popq %rdi
30421 movq 6416(%rax), %r11
30422 jmp *%r11
30423 #endif /* defined(GLX_USE_TLS) */
30424 .size GL_PREFIX(GetTransformFeedbackVaryingEXT), .-GL_PREFIX(GetTransformFeedbackVaryingEXT)
30425
30426 .p2align 4,,15
30427 .globl GL_PREFIX(TransformFeedbackVaryingsEXT)
30428 .type GL_PREFIX(TransformFeedbackVaryingsEXT), @function
30429 GL_PREFIX(TransformFeedbackVaryingsEXT):
30430 #if defined(GLX_USE_TLS)
30431 call _x86_64_get_dispatch@PLT
30432 movq 6424(%rax), %r11
30433 jmp *%r11
30434 #elif defined(PTHREADS)
30435 pushq %rdi
30436 pushq %rsi
30437 pushq %rdx
30438 pushq %rcx
30439 pushq %rbp
30440 call _x86_64_get_dispatch@PLT
30441 popq %rbp
30442 popq %rcx
30443 popq %rdx
30444 popq %rsi
30445 popq %rdi
30446 movq 6424(%rax), %r11
30447 jmp *%r11
30448 #else
30449 movq _glapi_Dispatch(%rip), %rax
30450 testq %rax, %rax
30451 je 1f
30452 movq 6424(%rax), %r11
30453 jmp *%r11
30454 1:
30455 pushq %rdi
30456 pushq %rsi
30457 pushq %rdx
30458 pushq %rcx
30459 pushq %rbp
30460 call _glapi_get_dispatch
30461 popq %rbp
30462 popq %rcx
30463 popq %rdx
30464 popq %rsi
30465 popq %rdi
30466 movq 6424(%rax), %r11
30467 jmp *%r11
30468 #endif /* defined(GLX_USE_TLS) */
30469 .size GL_PREFIX(TransformFeedbackVaryingsEXT), .-GL_PREFIX(TransformFeedbackVaryingsEXT)
30470
30471 .p2align 4,,15
30472 .globl GL_PREFIX(ProvokingVertexEXT)
30473 .type GL_PREFIX(ProvokingVertexEXT), @function
30474 GL_PREFIX(ProvokingVertexEXT):
30475 #if defined(GLX_USE_TLS)
30476 call _x86_64_get_dispatch@PLT
30477 movq 6432(%rax), %r11
30478 jmp *%r11
30479 #elif defined(PTHREADS)
30480 pushq %rdi
30481 call _x86_64_get_dispatch@PLT
30482 popq %rdi
30483 movq 6432(%rax), %r11
30484 jmp *%r11
30485 #else
30486 movq _glapi_Dispatch(%rip), %rax
30487 testq %rax, %rax
30488 je 1f
30489 movq 6432(%rax), %r11
30490 jmp *%r11
30491 1:
30492 pushq %rdi
30493 call _glapi_get_dispatch
30494 popq %rdi
30495 movq 6432(%rax), %r11
30496 jmp *%r11
30497 #endif /* defined(GLX_USE_TLS) */
30498 .size GL_PREFIX(ProvokingVertexEXT), .-GL_PREFIX(ProvokingVertexEXT)
30499
30500 .p2align 4,,15
30501 .globl GL_PREFIX(_dispatch_stub_805)
30502 .type GL_PREFIX(_dispatch_stub_805), @function
30503 HIDDEN(GL_PREFIX(_dispatch_stub_805))
30504 GL_PREFIX(_dispatch_stub_805):
30505 #if defined(GLX_USE_TLS)
30506 call _x86_64_get_dispatch@PLT
30507 movq 6440(%rax), %r11
30508 jmp *%r11
30509 #elif defined(PTHREADS)
30510 pushq %rdi
30511 pushq %rsi
30512 pushq %rdx
30513 call _x86_64_get_dispatch@PLT
30514 popq %rdx
30515 popq %rsi
30516 popq %rdi
30517 movq 6440(%rax), %r11
30518 jmp *%r11
30519 #else
30520 movq _glapi_Dispatch(%rip), %rax
30521 testq %rax, %rax
30522 je 1f
30523 movq 6440(%rax), %r11
30524 jmp *%r11
30525 1:
30526 pushq %rdi
30527 pushq %rsi
30528 pushq %rdx
30529 call _glapi_get_dispatch
30530 popq %rdx
30531 popq %rsi
30532 popq %rdi
30533 movq 6440(%rax), %r11
30534 jmp *%r11
30535 #endif /* defined(GLX_USE_TLS) */
30536 .size GL_PREFIX(_dispatch_stub_805), .-GL_PREFIX(_dispatch_stub_805)
30537
30538 .p2align 4,,15
30539 .globl GL_PREFIX(_dispatch_stub_806)
30540 .type GL_PREFIX(_dispatch_stub_806), @function
30541 HIDDEN(GL_PREFIX(_dispatch_stub_806))
30542 GL_PREFIX(_dispatch_stub_806):
30543 #if defined(GLX_USE_TLS)
30544 call _x86_64_get_dispatch@PLT
30545 movq 6448(%rax), %r11
30546 jmp *%r11
30547 #elif defined(PTHREADS)
30548 pushq %rdi
30549 pushq %rsi
30550 pushq %rdx
30551 call _x86_64_get_dispatch@PLT
30552 popq %rdx
30553 popq %rsi
30554 popq %rdi
30555 movq 6448(%rax), %r11
30556 jmp *%r11
30557 #else
30558 movq _glapi_Dispatch(%rip), %rax
30559 testq %rax, %rax
30560 je 1f
30561 movq 6448(%rax), %r11
30562 jmp *%r11
30563 1:
30564 pushq %rdi
30565 pushq %rsi
30566 pushq %rdx
30567 call _glapi_get_dispatch
30568 popq %rdx
30569 popq %rsi
30570 popq %rdi
30571 movq 6448(%rax), %r11
30572 jmp *%r11
30573 #endif /* defined(GLX_USE_TLS) */
30574 .size GL_PREFIX(_dispatch_stub_806), .-GL_PREFIX(_dispatch_stub_806)
30575
30576 .p2align 4,,15
30577 .globl GL_PREFIX(GetObjectParameterivAPPLE)
30578 .type GL_PREFIX(GetObjectParameterivAPPLE), @function
30579 GL_PREFIX(GetObjectParameterivAPPLE):
30580 #if defined(GLX_USE_TLS)
30581 call _x86_64_get_dispatch@PLT
30582 movq 6456(%rax), %r11
30583 jmp *%r11
30584 #elif defined(PTHREADS)
30585 pushq %rdi
30586 pushq %rsi
30587 pushq %rdx
30588 pushq %rcx
30589 pushq %rbp
30590 call _x86_64_get_dispatch@PLT
30591 popq %rbp
30592 popq %rcx
30593 popq %rdx
30594 popq %rsi
30595 popq %rdi
30596 movq 6456(%rax), %r11
30597 jmp *%r11
30598 #else
30599 movq _glapi_Dispatch(%rip), %rax
30600 testq %rax, %rax
30601 je 1f
30602 movq 6456(%rax), %r11
30603 jmp *%r11
30604 1:
30605 pushq %rdi
30606 pushq %rsi
30607 pushq %rdx
30608 pushq %rcx
30609 pushq %rbp
30610 call _glapi_get_dispatch
30611 popq %rbp
30612 popq %rcx
30613 popq %rdx
30614 popq %rsi
30615 popq %rdi
30616 movq 6456(%rax), %r11
30617 jmp *%r11
30618 #endif /* defined(GLX_USE_TLS) */
30619 .size GL_PREFIX(GetObjectParameterivAPPLE), .-GL_PREFIX(GetObjectParameterivAPPLE)
30620
30621 .p2align 4,,15
30622 .globl GL_PREFIX(ObjectPurgeableAPPLE)
30623 .type GL_PREFIX(ObjectPurgeableAPPLE), @function
30624 GL_PREFIX(ObjectPurgeableAPPLE):
30625 #if defined(GLX_USE_TLS)
30626 call _x86_64_get_dispatch@PLT
30627 movq 6464(%rax), %r11
30628 jmp *%r11
30629 #elif defined(PTHREADS)
30630 pushq %rdi
30631 pushq %rsi
30632 pushq %rdx
30633 call _x86_64_get_dispatch@PLT
30634 popq %rdx
30635 popq %rsi
30636 popq %rdi
30637 movq 6464(%rax), %r11
30638 jmp *%r11
30639 #else
30640 movq _glapi_Dispatch(%rip), %rax
30641 testq %rax, %rax
30642 je 1f
30643 movq 6464(%rax), %r11
30644 jmp *%r11
30645 1:
30646 pushq %rdi
30647 pushq %rsi
30648 pushq %rdx
30649 call _glapi_get_dispatch
30650 popq %rdx
30651 popq %rsi
30652 popq %rdi
30653 movq 6464(%rax), %r11
30654 jmp *%r11
30655 #endif /* defined(GLX_USE_TLS) */
30656 .size GL_PREFIX(ObjectPurgeableAPPLE), .-GL_PREFIX(ObjectPurgeableAPPLE)
30657
30658 .p2align 4,,15
30659 .globl GL_PREFIX(ObjectUnpurgeableAPPLE)
30660 .type GL_PREFIX(ObjectUnpurgeableAPPLE), @function
30661 GL_PREFIX(ObjectUnpurgeableAPPLE):
30662 #if defined(GLX_USE_TLS)
30663 call _x86_64_get_dispatch@PLT
30664 movq 6472(%rax), %r11
30665 jmp *%r11
30666 #elif defined(PTHREADS)
30667 pushq %rdi
30668 pushq %rsi
30669 pushq %rdx
30670 call _x86_64_get_dispatch@PLT
30671 popq %rdx
30672 popq %rsi
30673 popq %rdi
30674 movq 6472(%rax), %r11
30675 jmp *%r11
30676 #else
30677 movq _glapi_Dispatch(%rip), %rax
30678 testq %rax, %rax
30679 je 1f
30680 movq 6472(%rax), %r11
30681 jmp *%r11
30682 1:
30683 pushq %rdi
30684 pushq %rsi
30685 pushq %rdx
30686 call _glapi_get_dispatch
30687 popq %rdx
30688 popq %rsi
30689 popq %rdi
30690 movq 6472(%rax), %r11
30691 jmp *%r11
30692 #endif /* defined(GLX_USE_TLS) */
30693 .size GL_PREFIX(ObjectUnpurgeableAPPLE), .-GL_PREFIX(ObjectUnpurgeableAPPLE)
30694
30695 .p2align 4,,15
30696 .globl GL_PREFIX(_dispatch_stub_810)
30697 .type GL_PREFIX(_dispatch_stub_810), @function
30698 HIDDEN(GL_PREFIX(_dispatch_stub_810))
30699 GL_PREFIX(_dispatch_stub_810):
30700 #if defined(GLX_USE_TLS)
30701 call _x86_64_get_dispatch@PLT
30702 movq 6480(%rax), %r11
30703 jmp *%r11
30704 #elif defined(PTHREADS)
30705 pushq %rdi
30706 pushq %rsi
30707 pushq %rdx
30708 pushq %rcx
30709 pushq %rbp
30710 call _x86_64_get_dispatch@PLT
30711 popq %rbp
30712 popq %rcx
30713 popq %rdx
30714 popq %rsi
30715 popq %rdi
30716 movq 6480(%rax), %r11
30717 jmp *%r11
30718 #else
30719 movq _glapi_Dispatch(%rip), %rax
30720 testq %rax, %rax
30721 je 1f
30722 movq 6480(%rax), %r11
30723 jmp *%r11
30724 1:
30725 pushq %rdi
30726 pushq %rsi
30727 pushq %rdx
30728 pushq %rcx
30729 pushq %rbp
30730 call _glapi_get_dispatch
30731 popq %rbp
30732 popq %rcx
30733 popq %rdx
30734 popq %rsi
30735 popq %rdi
30736 movq 6480(%rax), %r11
30737 jmp *%r11
30738 #endif /* defined(GLX_USE_TLS) */
30739 .size GL_PREFIX(_dispatch_stub_810), .-GL_PREFIX(_dispatch_stub_810)
30740
30741 .p2align 4,,15
30742 .globl GL_PREFIX(_dispatch_stub_811)
30743 .type GL_PREFIX(_dispatch_stub_811), @function
30744 HIDDEN(GL_PREFIX(_dispatch_stub_811))
30745 GL_PREFIX(_dispatch_stub_811):
30746 #if defined(GLX_USE_TLS)
30747 call _x86_64_get_dispatch@PLT
30748 movq 6488(%rax), %r11
30749 jmp *%r11
30750 #elif defined(PTHREADS)
30751 pushq %rdi
30752 pushq %rsi
30753 pushq %rdx
30754 pushq %rcx
30755 pushq %rbp
30756 call _x86_64_get_dispatch@PLT
30757 popq %rbp
30758 popq %rcx
30759 popq %rdx
30760 popq %rsi
30761 popq %rdi
30762 movq 6488(%rax), %r11
30763 jmp *%r11
30764 #else
30765 movq _glapi_Dispatch(%rip), %rax
30766 testq %rax, %rax
30767 je 1f
30768 movq 6488(%rax), %r11
30769 jmp *%r11
30770 1:
30771 pushq %rdi
30772 pushq %rsi
30773 pushq %rdx
30774 pushq %rcx
30775 pushq %rbp
30776 call _glapi_get_dispatch
30777 popq %rbp
30778 popq %rcx
30779 popq %rdx
30780 popq %rsi
30781 popq %rdi
30782 movq 6488(%rax), %r11
30783 jmp *%r11
30784 #endif /* defined(GLX_USE_TLS) */
30785 .size GL_PREFIX(_dispatch_stub_811), .-GL_PREFIX(_dispatch_stub_811)
30786
30787 .p2align 4,,15
30788 .globl GL_PREFIX(_dispatch_stub_812)
30789 .type GL_PREFIX(_dispatch_stub_812), @function
30790 HIDDEN(GL_PREFIX(_dispatch_stub_812))
30791 GL_PREFIX(_dispatch_stub_812):
30792 #if defined(GLX_USE_TLS)
30793 call _x86_64_get_dispatch@PLT
30794 movq 6496(%rax), %r11
30795 jmp *%r11
30796 #elif defined(PTHREADS)
30797 pushq %rdi
30798 pushq %rsi
30799 pushq %rdx
30800 pushq %rcx
30801 pushq %rbp
30802 call _x86_64_get_dispatch@PLT
30803 popq %rbp
30804 popq %rcx
30805 popq %rdx
30806 popq %rsi
30807 popq %rdi
30808 movq 6496(%rax), %r11
30809 jmp *%r11
30810 #else
30811 movq _glapi_Dispatch(%rip), %rax
30812 testq %rax, %rax
30813 je 1f
30814 movq 6496(%rax), %r11
30815 jmp *%r11
30816 1:
30817 pushq %rdi
30818 pushq %rsi
30819 pushq %rdx
30820 pushq %rcx
30821 pushq %rbp
30822 call _glapi_get_dispatch
30823 popq %rbp
30824 popq %rcx
30825 popq %rdx
30826 popq %rsi
30827 popq %rdi
30828 movq 6496(%rax), %r11
30829 jmp *%r11
30830 #endif /* defined(GLX_USE_TLS) */
30831 .size GL_PREFIX(_dispatch_stub_812), .-GL_PREFIX(_dispatch_stub_812)
30832
30833 .p2align 4,,15
30834 .globl GL_PREFIX(_dispatch_stub_813)
30835 .type GL_PREFIX(_dispatch_stub_813), @function
30836 HIDDEN(GL_PREFIX(_dispatch_stub_813))
30837 GL_PREFIX(_dispatch_stub_813):
30838 #if defined(GLX_USE_TLS)
30839 call _x86_64_get_dispatch@PLT
30840 movq 6504(%rax), %r11
30841 jmp *%r11
30842 #elif defined(PTHREADS)
30843 pushq %rdi
30844 pushq %rsi
30845 pushq %rdx
30846 call _x86_64_get_dispatch@PLT
30847 popq %rdx
30848 popq %rsi
30849 popq %rdi
30850 movq 6504(%rax), %r11
30851 jmp *%r11
30852 #else
30853 movq _glapi_Dispatch(%rip), %rax
30854 testq %rax, %rax
30855 je 1f
30856 movq 6504(%rax), %r11
30857 jmp *%r11
30858 1:
30859 pushq %rdi
30860 pushq %rsi
30861 pushq %rdx
30862 call _glapi_get_dispatch
30863 popq %rdx
30864 popq %rsi
30865 popq %rdi
30866 movq 6504(%rax), %r11
30867 jmp *%r11
30868 #endif /* defined(GLX_USE_TLS) */
30869 .size GL_PREFIX(_dispatch_stub_813), .-GL_PREFIX(_dispatch_stub_813)
30870
30871 .p2align 4,,15
30872 .globl GL_PREFIX(_dispatch_stub_814)
30873 .type GL_PREFIX(_dispatch_stub_814), @function
30874 HIDDEN(GL_PREFIX(_dispatch_stub_814))
30875 GL_PREFIX(_dispatch_stub_814):
30876 #if defined(GLX_USE_TLS)
30877 call _x86_64_get_dispatch@PLT
30878 movq 6512(%rax), %r11
30879 jmp *%r11
30880 #elif defined(PTHREADS)
30881 pushq %rdi
30882 pushq %rsi
30883 pushq %rdx
30884 call _x86_64_get_dispatch@PLT
30885 popq %rdx
30886 popq %rsi
30887 popq %rdi
30888 movq 6512(%rax), %r11
30889 jmp *%r11
30890 #else
30891 movq _glapi_Dispatch(%rip), %rax
30892 testq %rax, %rax
30893 je 1f
30894 movq 6512(%rax), %r11
30895 jmp *%r11
30896 1:
30897 pushq %rdi
30898 pushq %rsi
30899 pushq %rdx
30900 call _glapi_get_dispatch
30901 popq %rdx
30902 popq %rsi
30903 popq %rdi
30904 movq 6512(%rax), %r11
30905 jmp *%r11
30906 #endif /* defined(GLX_USE_TLS) */
30907 .size GL_PREFIX(_dispatch_stub_814), .-GL_PREFIX(_dispatch_stub_814)
30908
30909 .p2align 4,,15
30910 .globl GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
30911 .type GL_PREFIX(EGLImageTargetRenderbufferStorageOES), @function
30912 GL_PREFIX(EGLImageTargetRenderbufferStorageOES):
30913 #if defined(GLX_USE_TLS)
30914 call _x86_64_get_dispatch@PLT
30915 movq 6520(%rax), %r11
30916 jmp *%r11
30917 #elif defined(PTHREADS)
30918 pushq %rdi
30919 pushq %rsi
30920 pushq %rbp
30921 call _x86_64_get_dispatch@PLT
30922 popq %rbp
30923 popq %rsi
30924 popq %rdi
30925 movq 6520(%rax), %r11
30926 jmp *%r11
30927 #else
30928 movq _glapi_Dispatch(%rip), %rax
30929 testq %rax, %rax
30930 je 1f
30931 movq 6520(%rax), %r11
30932 jmp *%r11
30933 1:
30934 pushq %rdi
30935 pushq %rsi
30936 pushq %rbp
30937 call _glapi_get_dispatch
30938 popq %rbp
30939 popq %rsi
30940 popq %rdi
30941 movq 6520(%rax), %r11
30942 jmp *%r11
30943 #endif /* defined(GLX_USE_TLS) */
30944 .size GL_PREFIX(EGLImageTargetRenderbufferStorageOES), .-GL_PREFIX(EGLImageTargetRenderbufferStorageOES)
30945
30946 .p2align 4,,15
30947 .globl GL_PREFIX(EGLImageTargetTexture2DOES)
30948 .type GL_PREFIX(EGLImageTargetTexture2DOES), @function
30949 GL_PREFIX(EGLImageTargetTexture2DOES):
30950 #if defined(GLX_USE_TLS)
30951 call _x86_64_get_dispatch@PLT
30952 movq 6528(%rax), %r11
30953 jmp *%r11
30954 #elif defined(PTHREADS)
30955 pushq %rdi
30956 pushq %rsi
30957 pushq %rbp
30958 call _x86_64_get_dispatch@PLT
30959 popq %rbp
30960 popq %rsi
30961 popq %rdi
30962 movq 6528(%rax), %r11
30963 jmp *%r11
30964 #else
30965 movq _glapi_Dispatch(%rip), %rax
30966 testq %rax, %rax
30967 je 1f
30968 movq 6528(%rax), %r11
30969 jmp *%r11
30970 1:
30971 pushq %rdi
30972 pushq %rsi
30973 pushq %rbp
30974 call _glapi_get_dispatch
30975 popq %rbp
30976 popq %rsi
30977 popq %rdi
30978 movq 6528(%rax), %r11
30979 jmp *%r11
30980 #endif /* defined(GLX_USE_TLS) */
30981 .size GL_PREFIX(EGLImageTargetTexture2DOES), .-GL_PREFIX(EGLImageTargetTexture2DOES)
30982
30983 .globl GL_PREFIX(ArrayElementEXT) ; .set GL_PREFIX(ArrayElementEXT), GL_PREFIX(ArrayElement)
30984 .globl GL_PREFIX(BindTextureEXT) ; .set GL_PREFIX(BindTextureEXT), GL_PREFIX(BindTexture)
30985 .globl GL_PREFIX(DrawArraysEXT) ; .set GL_PREFIX(DrawArraysEXT), GL_PREFIX(DrawArrays)
30986 #ifndef GLX_INDIRECT_RENDERING
30987 .globl GL_PREFIX(AreTexturesResidentEXT) ; .set GL_PREFIX(AreTexturesResidentEXT), GL_PREFIX(AreTexturesResident)
30988 #endif
30989 .globl GL_PREFIX(CopyTexImage1DEXT) ; .set GL_PREFIX(CopyTexImage1DEXT), GL_PREFIX(CopyTexImage1D)
30990 .globl GL_PREFIX(CopyTexImage2DEXT) ; .set GL_PREFIX(CopyTexImage2DEXT), GL_PREFIX(CopyTexImage2D)
30991 .globl GL_PREFIX(CopyTexSubImage1DEXT) ; .set GL_PREFIX(CopyTexSubImage1DEXT), GL_PREFIX(CopyTexSubImage1D)
30992 .globl GL_PREFIX(CopyTexSubImage2DEXT) ; .set GL_PREFIX(CopyTexSubImage2DEXT), GL_PREFIX(CopyTexSubImage2D)
30993 #ifndef GLX_INDIRECT_RENDERING
30994 .globl GL_PREFIX(DeleteTexturesEXT) ; .set GL_PREFIX(DeleteTexturesEXT), GL_PREFIX(DeleteTextures)
30995 #endif
30996 #ifndef GLX_INDIRECT_RENDERING
30997 .globl GL_PREFIX(GenTexturesEXT) ; .set GL_PREFIX(GenTexturesEXT), GL_PREFIX(GenTextures)
30998 #endif
30999 .globl GL_PREFIX(GetPointervEXT) ; .set GL_PREFIX(GetPointervEXT), GL_PREFIX(GetPointerv)
31000 #ifndef GLX_INDIRECT_RENDERING
31001 .globl GL_PREFIX(IsTextureEXT) ; .set GL_PREFIX(IsTextureEXT), GL_PREFIX(IsTexture)
31002 #endif
31003 .globl GL_PREFIX(PrioritizeTexturesEXT) ; .set GL_PREFIX(PrioritizeTexturesEXT), GL_PREFIX(PrioritizeTextures)
31004 .globl GL_PREFIX(TexSubImage1DEXT) ; .set GL_PREFIX(TexSubImage1DEXT), GL_PREFIX(TexSubImage1D)
31005 .globl GL_PREFIX(TexSubImage2DEXT) ; .set GL_PREFIX(TexSubImage2DEXT), GL_PREFIX(TexSubImage2D)
31006 .globl GL_PREFIX(BlendColorEXT) ; .set GL_PREFIX(BlendColorEXT), GL_PREFIX(BlendColor)
31007 .globl GL_PREFIX(BlendEquationEXT) ; .set GL_PREFIX(BlendEquationEXT), GL_PREFIX(BlendEquation)
31008 .globl GL_PREFIX(DrawRangeElementsEXT) ; .set GL_PREFIX(DrawRangeElementsEXT), GL_PREFIX(DrawRangeElements)
31009 .globl GL_PREFIX(ColorTableEXT) ; .set GL_PREFIX(ColorTableEXT), GL_PREFIX(ColorTable)
31010 #ifndef GLX_INDIRECT_RENDERING
31011 .globl GL_PREFIX(GetColorTableEXT) ; .set GL_PREFIX(GetColorTableEXT), GL_PREFIX(GetColorTable)
31012 #endif
31013 #ifndef GLX_INDIRECT_RENDERING
31014 .globl GL_PREFIX(GetColorTableParameterfvEXT) ; .set GL_PREFIX(GetColorTableParameterfvEXT), GL_PREFIX(GetColorTableParameterfv)
31015 #endif
31016 #ifndef GLX_INDIRECT_RENDERING
31017 .globl GL_PREFIX(GetColorTableParameterivEXT) ; .set GL_PREFIX(GetColorTableParameterivEXT), GL_PREFIX(GetColorTableParameteriv)
31018 #endif
31019 .globl GL_PREFIX(TexImage3DEXT) ; .set GL_PREFIX(TexImage3DEXT), GL_PREFIX(TexImage3D)
31020 .globl GL_PREFIX(TexSubImage3DEXT) ; .set GL_PREFIX(TexSubImage3DEXT), GL_PREFIX(TexSubImage3D)
31021 .globl GL_PREFIX(CopyTexSubImage3DEXT) ; .set GL_PREFIX(CopyTexSubImage3DEXT), GL_PREFIX(CopyTexSubImage3D)
31022 .globl GL_PREFIX(ActiveTexture) ; .set GL_PREFIX(ActiveTexture), GL_PREFIX(ActiveTextureARB)
31023 .globl GL_PREFIX(ClientActiveTexture) ; .set GL_PREFIX(ClientActiveTexture), GL_PREFIX(ClientActiveTextureARB)
31024 .globl GL_PREFIX(MultiTexCoord1d) ; .set GL_PREFIX(MultiTexCoord1d), GL_PREFIX(MultiTexCoord1dARB)
31025 .globl GL_PREFIX(MultiTexCoord1dv) ; .set GL_PREFIX(MultiTexCoord1dv), GL_PREFIX(MultiTexCoord1dvARB)
31026 .globl GL_PREFIX(MultiTexCoord1f) ; .set GL_PREFIX(MultiTexCoord1f), GL_PREFIX(MultiTexCoord1fARB)
31027 .globl GL_PREFIX(MultiTexCoord1fv) ; .set GL_PREFIX(MultiTexCoord1fv), GL_PREFIX(MultiTexCoord1fvARB)
31028 .globl GL_PREFIX(MultiTexCoord1i) ; .set GL_PREFIX(MultiTexCoord1i), GL_PREFIX(MultiTexCoord1iARB)
31029 .globl GL_PREFIX(MultiTexCoord1iv) ; .set GL_PREFIX(MultiTexCoord1iv), GL_PREFIX(MultiTexCoord1ivARB)
31030 .globl GL_PREFIX(MultiTexCoord1s) ; .set GL_PREFIX(MultiTexCoord1s), GL_PREFIX(MultiTexCoord1sARB)
31031 .globl GL_PREFIX(MultiTexCoord1sv) ; .set GL_PREFIX(MultiTexCoord1sv), GL_PREFIX(MultiTexCoord1svARB)
31032 .globl GL_PREFIX(MultiTexCoord2d) ; .set GL_PREFIX(MultiTexCoord2d), GL_PREFIX(MultiTexCoord2dARB)
31033 .globl GL_PREFIX(MultiTexCoord2dv) ; .set GL_PREFIX(MultiTexCoord2dv), GL_PREFIX(MultiTexCoord2dvARB)
31034 .globl GL_PREFIX(MultiTexCoord2f) ; .set GL_PREFIX(MultiTexCoord2f), GL_PREFIX(MultiTexCoord2fARB)
31035 .globl GL_PREFIX(MultiTexCoord2fv) ; .set GL_PREFIX(MultiTexCoord2fv), GL_PREFIX(MultiTexCoord2fvARB)
31036 .globl GL_PREFIX(MultiTexCoord2i) ; .set GL_PREFIX(MultiTexCoord2i), GL_PREFIX(MultiTexCoord2iARB)
31037 .globl GL_PREFIX(MultiTexCoord2iv) ; .set GL_PREFIX(MultiTexCoord2iv), GL_PREFIX(MultiTexCoord2ivARB)
31038 .globl GL_PREFIX(MultiTexCoord2s) ; .set GL_PREFIX(MultiTexCoord2s), GL_PREFIX(MultiTexCoord2sARB)
31039 .globl GL_PREFIX(MultiTexCoord2sv) ; .set GL_PREFIX(MultiTexCoord2sv), GL_PREFIX(MultiTexCoord2svARB)
31040 .globl GL_PREFIX(MultiTexCoord3d) ; .set GL_PREFIX(MultiTexCoord3d), GL_PREFIX(MultiTexCoord3dARB)
31041 .globl GL_PREFIX(MultiTexCoord3dv) ; .set GL_PREFIX(MultiTexCoord3dv), GL_PREFIX(MultiTexCoord3dvARB)
31042 .globl GL_PREFIX(MultiTexCoord3f) ; .set GL_PREFIX(MultiTexCoord3f), GL_PREFIX(MultiTexCoord3fARB)
31043 .globl GL_PREFIX(MultiTexCoord3fv) ; .set GL_PREFIX(MultiTexCoord3fv), GL_PREFIX(MultiTexCoord3fvARB)
31044 .globl GL_PREFIX(MultiTexCoord3i) ; .set GL_PREFIX(MultiTexCoord3i), GL_PREFIX(MultiTexCoord3iARB)
31045 .globl GL_PREFIX(MultiTexCoord3iv) ; .set GL_PREFIX(MultiTexCoord3iv), GL_PREFIX(MultiTexCoord3ivARB)
31046 .globl GL_PREFIX(MultiTexCoord3s) ; .set GL_PREFIX(MultiTexCoord3s), GL_PREFIX(MultiTexCoord3sARB)
31047 .globl GL_PREFIX(MultiTexCoord3sv) ; .set GL_PREFIX(MultiTexCoord3sv), GL_PREFIX(MultiTexCoord3svARB)
31048 .globl GL_PREFIX(MultiTexCoord4d) ; .set GL_PREFIX(MultiTexCoord4d), GL_PREFIX(MultiTexCoord4dARB)
31049 .globl GL_PREFIX(MultiTexCoord4dv) ; .set GL_PREFIX(MultiTexCoord4dv), GL_PREFIX(MultiTexCoord4dvARB)
31050 .globl GL_PREFIX(MultiTexCoord4f) ; .set GL_PREFIX(MultiTexCoord4f), GL_PREFIX(MultiTexCoord4fARB)
31051 .globl GL_PREFIX(MultiTexCoord4fv) ; .set GL_PREFIX(MultiTexCoord4fv), GL_PREFIX(MultiTexCoord4fvARB)
31052 .globl GL_PREFIX(MultiTexCoord4i) ; .set GL_PREFIX(MultiTexCoord4i), GL_PREFIX(MultiTexCoord4iARB)
31053 .globl GL_PREFIX(MultiTexCoord4iv) ; .set GL_PREFIX(MultiTexCoord4iv), GL_PREFIX(MultiTexCoord4ivARB)
31054 .globl GL_PREFIX(MultiTexCoord4s) ; .set GL_PREFIX(MultiTexCoord4s), GL_PREFIX(MultiTexCoord4sARB)
31055 .globl GL_PREFIX(MultiTexCoord4sv) ; .set GL_PREFIX(MultiTexCoord4sv), GL_PREFIX(MultiTexCoord4svARB)
31056 .globl GL_PREFIX(DrawArraysInstancedARB) ; .set GL_PREFIX(DrawArraysInstancedARB), GL_PREFIX(DrawArraysInstanced)
31057 .globl GL_PREFIX(DrawArraysInstancedEXT) ; .set GL_PREFIX(DrawArraysInstancedEXT), GL_PREFIX(DrawArraysInstanced)
31058 .globl GL_PREFIX(DrawElementsInstancedARB) ; .set GL_PREFIX(DrawElementsInstancedARB), GL_PREFIX(DrawElementsInstanced)
31059 .globl GL_PREFIX(DrawElementsInstancedEXT) ; .set GL_PREFIX(DrawElementsInstancedEXT), GL_PREFIX(DrawElementsInstanced)
31060 .globl GL_PREFIX(LoadTransposeMatrixd) ; .set GL_PREFIX(LoadTransposeMatrixd), GL_PREFIX(LoadTransposeMatrixdARB)
31061 .globl GL_PREFIX(LoadTransposeMatrixf) ; .set GL_PREFIX(LoadTransposeMatrixf), GL_PREFIX(LoadTransposeMatrixfARB)
31062 .globl GL_PREFIX(MultTransposeMatrixd) ; .set GL_PREFIX(MultTransposeMatrixd), GL_PREFIX(MultTransposeMatrixdARB)
31063 .globl GL_PREFIX(MultTransposeMatrixf) ; .set GL_PREFIX(MultTransposeMatrixf), GL_PREFIX(MultTransposeMatrixfARB)
31064 .globl GL_PREFIX(SampleCoverage) ; .set GL_PREFIX(SampleCoverage), GL_PREFIX(SampleCoverageARB)
31065 .globl GL_PREFIX(CompressedTexImage1D) ; .set GL_PREFIX(CompressedTexImage1D), GL_PREFIX(CompressedTexImage1DARB)
31066 .globl GL_PREFIX(CompressedTexImage2D) ; .set GL_PREFIX(CompressedTexImage2D), GL_PREFIX(CompressedTexImage2DARB)
31067 .globl GL_PREFIX(CompressedTexImage3D) ; .set GL_PREFIX(CompressedTexImage3D), GL_PREFIX(CompressedTexImage3DARB)
31068 .globl GL_PREFIX(CompressedTexSubImage1D) ; .set GL_PREFIX(CompressedTexSubImage1D), GL_PREFIX(CompressedTexSubImage1DARB)
31069 .globl GL_PREFIX(CompressedTexSubImage2D) ; .set GL_PREFIX(CompressedTexSubImage2D), GL_PREFIX(CompressedTexSubImage2DARB)
31070 .globl GL_PREFIX(CompressedTexSubImage3D) ; .set GL_PREFIX(CompressedTexSubImage3D), GL_PREFIX(CompressedTexSubImage3DARB)
31071 .globl GL_PREFIX(GetCompressedTexImage) ; .set GL_PREFIX(GetCompressedTexImage), GL_PREFIX(GetCompressedTexImageARB)
31072 .globl GL_PREFIX(DisableVertexAttribArray) ; .set GL_PREFIX(DisableVertexAttribArray), GL_PREFIX(DisableVertexAttribArrayARB)
31073 .globl GL_PREFIX(EnableVertexAttribArray) ; .set GL_PREFIX(EnableVertexAttribArray), GL_PREFIX(EnableVertexAttribArrayARB)
31074 .globl GL_PREFIX(GetVertexAttribdv) ; .set GL_PREFIX(GetVertexAttribdv), GL_PREFIX(GetVertexAttribdvARB)
31075 .globl GL_PREFIX(GetVertexAttribfv) ; .set GL_PREFIX(GetVertexAttribfv), GL_PREFIX(GetVertexAttribfvARB)
31076 .globl GL_PREFIX(GetVertexAttribiv) ; .set GL_PREFIX(GetVertexAttribiv), GL_PREFIX(GetVertexAttribivARB)
31077 .globl GL_PREFIX(ProgramParameter4dNV) ; .set GL_PREFIX(ProgramParameter4dNV), GL_PREFIX(ProgramEnvParameter4dARB)
31078 .globl GL_PREFIX(ProgramParameter4dvNV) ; .set GL_PREFIX(ProgramParameter4dvNV), GL_PREFIX(ProgramEnvParameter4dvARB)
31079 .globl GL_PREFIX(ProgramParameter4fNV) ; .set GL_PREFIX(ProgramParameter4fNV), GL_PREFIX(ProgramEnvParameter4fARB)
31080 .globl GL_PREFIX(ProgramParameter4fvNV) ; .set GL_PREFIX(ProgramParameter4fvNV), GL_PREFIX(ProgramEnvParameter4fvARB)
31081 .globl GL_PREFIX(VertexAttrib1d) ; .set GL_PREFIX(VertexAttrib1d), GL_PREFIX(VertexAttrib1dARB)
31082 .globl GL_PREFIX(VertexAttrib1dv) ; .set GL_PREFIX(VertexAttrib1dv), GL_PREFIX(VertexAttrib1dvARB)
31083 .globl GL_PREFIX(VertexAttrib1f) ; .set GL_PREFIX(VertexAttrib1f), GL_PREFIX(VertexAttrib1fARB)
31084 .globl GL_PREFIX(VertexAttrib1fv) ; .set GL_PREFIX(VertexAttrib1fv), GL_PREFIX(VertexAttrib1fvARB)
31085 .globl GL_PREFIX(VertexAttrib1s) ; .set GL_PREFIX(VertexAttrib1s), GL_PREFIX(VertexAttrib1sARB)
31086 .globl GL_PREFIX(VertexAttrib1sv) ; .set GL_PREFIX(VertexAttrib1sv), GL_PREFIX(VertexAttrib1svARB)
31087 .globl GL_PREFIX(VertexAttrib2d) ; .set GL_PREFIX(VertexAttrib2d), GL_PREFIX(VertexAttrib2dARB)
31088 .globl GL_PREFIX(VertexAttrib2dv) ; .set GL_PREFIX(VertexAttrib2dv), GL_PREFIX(VertexAttrib2dvARB)
31089 .globl GL_PREFIX(VertexAttrib2f) ; .set GL_PREFIX(VertexAttrib2f), GL_PREFIX(VertexAttrib2fARB)
31090 .globl GL_PREFIX(VertexAttrib2fv) ; .set GL_PREFIX(VertexAttrib2fv), GL_PREFIX(VertexAttrib2fvARB)
31091 .globl GL_PREFIX(VertexAttrib2s) ; .set GL_PREFIX(VertexAttrib2s), GL_PREFIX(VertexAttrib2sARB)
31092 .globl GL_PREFIX(VertexAttrib2sv) ; .set GL_PREFIX(VertexAttrib2sv), GL_PREFIX(VertexAttrib2svARB)
31093 .globl GL_PREFIX(VertexAttrib3d) ; .set GL_PREFIX(VertexAttrib3d), GL_PREFIX(VertexAttrib3dARB)
31094 .globl GL_PREFIX(VertexAttrib3dv) ; .set GL_PREFIX(VertexAttrib3dv), GL_PREFIX(VertexAttrib3dvARB)
31095 .globl GL_PREFIX(VertexAttrib3f) ; .set GL_PREFIX(VertexAttrib3f), GL_PREFIX(VertexAttrib3fARB)
31096 .globl GL_PREFIX(VertexAttrib3fv) ; .set GL_PREFIX(VertexAttrib3fv), GL_PREFIX(VertexAttrib3fvARB)
31097 .globl GL_PREFIX(VertexAttrib3s) ; .set GL_PREFIX(VertexAttrib3s), GL_PREFIX(VertexAttrib3sARB)
31098 .globl GL_PREFIX(VertexAttrib3sv) ; .set GL_PREFIX(VertexAttrib3sv), GL_PREFIX(VertexAttrib3svARB)
31099 .globl GL_PREFIX(VertexAttrib4Nbv) ; .set GL_PREFIX(VertexAttrib4Nbv), GL_PREFIX(VertexAttrib4NbvARB)
31100 .globl GL_PREFIX(VertexAttrib4Niv) ; .set GL_PREFIX(VertexAttrib4Niv), GL_PREFIX(VertexAttrib4NivARB)
31101 .globl GL_PREFIX(VertexAttrib4Nsv) ; .set GL_PREFIX(VertexAttrib4Nsv), GL_PREFIX(VertexAttrib4NsvARB)
31102 .globl GL_PREFIX(VertexAttrib4Nub) ; .set GL_PREFIX(VertexAttrib4Nub), GL_PREFIX(VertexAttrib4NubARB)
31103 .globl GL_PREFIX(VertexAttrib4Nubv) ; .set GL_PREFIX(VertexAttrib4Nubv), GL_PREFIX(VertexAttrib4NubvARB)
31104 .globl GL_PREFIX(VertexAttrib4Nuiv) ; .set GL_PREFIX(VertexAttrib4Nuiv), GL_PREFIX(VertexAttrib4NuivARB)
31105 .globl GL_PREFIX(VertexAttrib4Nusv) ; .set GL_PREFIX(VertexAttrib4Nusv), GL_PREFIX(VertexAttrib4NusvARB)
31106 .globl GL_PREFIX(VertexAttrib4bv) ; .set GL_PREFIX(VertexAttrib4bv), GL_PREFIX(VertexAttrib4bvARB)
31107 .globl GL_PREFIX(VertexAttrib4d) ; .set GL_PREFIX(VertexAttrib4d), GL_PREFIX(VertexAttrib4dARB)
31108 .globl GL_PREFIX(VertexAttrib4dv) ; .set GL_PREFIX(VertexAttrib4dv), GL_PREFIX(VertexAttrib4dvARB)
31109 .globl GL_PREFIX(VertexAttrib4f) ; .set GL_PREFIX(VertexAttrib4f), GL_PREFIX(VertexAttrib4fARB)
31110 .globl GL_PREFIX(VertexAttrib4fv) ; .set GL_PREFIX(VertexAttrib4fv), GL_PREFIX(VertexAttrib4fvARB)
31111 .globl GL_PREFIX(VertexAttrib4iv) ; .set GL_PREFIX(VertexAttrib4iv), GL_PREFIX(VertexAttrib4ivARB)
31112 .globl GL_PREFIX(VertexAttrib4s) ; .set GL_PREFIX(VertexAttrib4s), GL_PREFIX(VertexAttrib4sARB)
31113 .globl GL_PREFIX(VertexAttrib4sv) ; .set GL_PREFIX(VertexAttrib4sv), GL_PREFIX(VertexAttrib4svARB)
31114 .globl GL_PREFIX(VertexAttrib4ubv) ; .set GL_PREFIX(VertexAttrib4ubv), GL_PREFIX(VertexAttrib4ubvARB)
31115 .globl GL_PREFIX(VertexAttrib4uiv) ; .set GL_PREFIX(VertexAttrib4uiv), GL_PREFIX(VertexAttrib4uivARB)
31116 .globl GL_PREFIX(VertexAttrib4usv) ; .set GL_PREFIX(VertexAttrib4usv), GL_PREFIX(VertexAttrib4usvARB)
31117 .globl GL_PREFIX(VertexAttribPointer) ; .set GL_PREFIX(VertexAttribPointer), GL_PREFIX(VertexAttribPointerARB)
31118 .globl GL_PREFIX(BindBuffer) ; .set GL_PREFIX(BindBuffer), GL_PREFIX(BindBufferARB)
31119 .globl GL_PREFIX(BufferData) ; .set GL_PREFIX(BufferData), GL_PREFIX(BufferDataARB)
31120 .globl GL_PREFIX(BufferSubData) ; .set GL_PREFIX(BufferSubData), GL_PREFIX(BufferSubDataARB)
31121 .globl GL_PREFIX(DeleteBuffers) ; .set GL_PREFIX(DeleteBuffers), GL_PREFIX(DeleteBuffersARB)
31122 .globl GL_PREFIX(GenBuffers) ; .set GL_PREFIX(GenBuffers), GL_PREFIX(GenBuffersARB)
31123 .globl GL_PREFIX(GetBufferParameteriv) ; .set GL_PREFIX(GetBufferParameteriv), GL_PREFIX(GetBufferParameterivARB)
31124 .globl GL_PREFIX(GetBufferPointerv) ; .set GL_PREFIX(GetBufferPointerv), GL_PREFIX(GetBufferPointervARB)
31125 .globl GL_PREFIX(GetBufferSubData) ; .set GL_PREFIX(GetBufferSubData), GL_PREFIX(GetBufferSubDataARB)
31126 .globl GL_PREFIX(IsBuffer) ; .set GL_PREFIX(IsBuffer), GL_PREFIX(IsBufferARB)
31127 .globl GL_PREFIX(MapBuffer) ; .set GL_PREFIX(MapBuffer), GL_PREFIX(MapBufferARB)
31128 .globl GL_PREFIX(UnmapBuffer) ; .set GL_PREFIX(UnmapBuffer), GL_PREFIX(UnmapBufferARB)
31129 .globl GL_PREFIX(BeginQuery) ; .set GL_PREFIX(BeginQuery), GL_PREFIX(BeginQueryARB)
31130 .globl GL_PREFIX(DeleteQueries) ; .set GL_PREFIX(DeleteQueries), GL_PREFIX(DeleteQueriesARB)
31131 .globl GL_PREFIX(EndQuery) ; .set GL_PREFIX(EndQuery), GL_PREFIX(EndQueryARB)
31132 .globl GL_PREFIX(GenQueries) ; .set GL_PREFIX(GenQueries), GL_PREFIX(GenQueriesARB)
31133 .globl GL_PREFIX(GetQueryObjectiv) ; .set GL_PREFIX(GetQueryObjectiv), GL_PREFIX(GetQueryObjectivARB)
31134 .globl GL_PREFIX(GetQueryObjectuiv) ; .set GL_PREFIX(GetQueryObjectuiv), GL_PREFIX(GetQueryObjectuivARB)
31135 .globl GL_PREFIX(GetQueryiv) ; .set GL_PREFIX(GetQueryiv), GL_PREFIX(GetQueryivARB)
31136 .globl GL_PREFIX(IsQuery) ; .set GL_PREFIX(IsQuery), GL_PREFIX(IsQueryARB)
31137 .globl GL_PREFIX(CompileShader) ; .set GL_PREFIX(CompileShader), GL_PREFIX(CompileShaderARB)
31138 .globl GL_PREFIX(GetActiveUniform) ; .set GL_PREFIX(GetActiveUniform), GL_PREFIX(GetActiveUniformARB)
31139 .globl GL_PREFIX(GetShaderSource) ; .set GL_PREFIX(GetShaderSource), GL_PREFIX(GetShaderSourceARB)
31140 .globl GL_PREFIX(GetUniformLocation) ; .set GL_PREFIX(GetUniformLocation), GL_PREFIX(GetUniformLocationARB)
31141 .globl GL_PREFIX(GetUniformfv) ; .set GL_PREFIX(GetUniformfv), GL_PREFIX(GetUniformfvARB)
31142 .globl GL_PREFIX(GetUniformiv) ; .set GL_PREFIX(GetUniformiv), GL_PREFIX(GetUniformivARB)
31143 .globl GL_PREFIX(LinkProgram) ; .set GL_PREFIX(LinkProgram), GL_PREFIX(LinkProgramARB)
31144 .globl GL_PREFIX(ShaderSource) ; .set GL_PREFIX(ShaderSource), GL_PREFIX(ShaderSourceARB)
31145 .globl GL_PREFIX(Uniform1f) ; .set GL_PREFIX(Uniform1f), GL_PREFIX(Uniform1fARB)
31146 .globl GL_PREFIX(Uniform1fv) ; .set GL_PREFIX(Uniform1fv), GL_PREFIX(Uniform1fvARB)
31147 .globl GL_PREFIX(Uniform1i) ; .set GL_PREFIX(Uniform1i), GL_PREFIX(Uniform1iARB)
31148 .globl GL_PREFIX(Uniform1iv) ; .set GL_PREFIX(Uniform1iv), GL_PREFIX(Uniform1ivARB)
31149 .globl GL_PREFIX(Uniform2f) ; .set GL_PREFIX(Uniform2f), GL_PREFIX(Uniform2fARB)
31150 .globl GL_PREFIX(Uniform2fv) ; .set GL_PREFIX(Uniform2fv), GL_PREFIX(Uniform2fvARB)
31151 .globl GL_PREFIX(Uniform2i) ; .set GL_PREFIX(Uniform2i), GL_PREFIX(Uniform2iARB)
31152 .globl GL_PREFIX(Uniform2iv) ; .set GL_PREFIX(Uniform2iv), GL_PREFIX(Uniform2ivARB)
31153 .globl GL_PREFIX(Uniform3f) ; .set GL_PREFIX(Uniform3f), GL_PREFIX(Uniform3fARB)
31154 .globl GL_PREFIX(Uniform3fv) ; .set GL_PREFIX(Uniform3fv), GL_PREFIX(Uniform3fvARB)
31155 .globl GL_PREFIX(Uniform3i) ; .set GL_PREFIX(Uniform3i), GL_PREFIX(Uniform3iARB)
31156 .globl GL_PREFIX(Uniform3iv) ; .set GL_PREFIX(Uniform3iv), GL_PREFIX(Uniform3ivARB)
31157 .globl GL_PREFIX(Uniform4f) ; .set GL_PREFIX(Uniform4f), GL_PREFIX(Uniform4fARB)
31158 .globl GL_PREFIX(Uniform4fv) ; .set GL_PREFIX(Uniform4fv), GL_PREFIX(Uniform4fvARB)
31159 .globl GL_PREFIX(Uniform4i) ; .set GL_PREFIX(Uniform4i), GL_PREFIX(Uniform4iARB)
31160 .globl GL_PREFIX(Uniform4iv) ; .set GL_PREFIX(Uniform4iv), GL_PREFIX(Uniform4ivARB)
31161 .globl GL_PREFIX(UniformMatrix2fv) ; .set GL_PREFIX(UniformMatrix2fv), GL_PREFIX(UniformMatrix2fvARB)
31162 .globl GL_PREFIX(UniformMatrix3fv) ; .set GL_PREFIX(UniformMatrix3fv), GL_PREFIX(UniformMatrix3fvARB)
31163 .globl GL_PREFIX(UniformMatrix4fv) ; .set GL_PREFIX(UniformMatrix4fv), GL_PREFIX(UniformMatrix4fvARB)
31164 .globl GL_PREFIX(UseProgram) ; .set GL_PREFIX(UseProgram), GL_PREFIX(UseProgramObjectARB)
31165 .globl GL_PREFIX(ValidateProgram) ; .set GL_PREFIX(ValidateProgram), GL_PREFIX(ValidateProgramARB)
31166 .globl GL_PREFIX(BindAttribLocation) ; .set GL_PREFIX(BindAttribLocation), GL_PREFIX(BindAttribLocationARB)
31167 .globl GL_PREFIX(GetActiveAttrib) ; .set GL_PREFIX(GetActiveAttrib), GL_PREFIX(GetActiveAttribARB)
31168 .globl GL_PREFIX(GetAttribLocation) ; .set GL_PREFIX(GetAttribLocation), GL_PREFIX(GetAttribLocationARB)
31169 .globl GL_PREFIX(DrawBuffers) ; .set GL_PREFIX(DrawBuffers), GL_PREFIX(DrawBuffersARB)
31170 .globl GL_PREFIX(DrawBuffersATI) ; .set GL_PREFIX(DrawBuffersATI), GL_PREFIX(DrawBuffersARB)
31171 .globl GL_PREFIX(RenderbufferStorageMultisampleEXT) ; .set GL_PREFIX(RenderbufferStorageMultisampleEXT), GL_PREFIX(RenderbufferStorageMultisample)
31172 .globl GL_PREFIX(PointParameterf) ; .set GL_PREFIX(PointParameterf), GL_PREFIX(PointParameterfEXT)
31173 .globl GL_PREFIX(PointParameterfARB) ; .set GL_PREFIX(PointParameterfARB), GL_PREFIX(PointParameterfEXT)
31174 .globl GL_PREFIX(PointParameterfv) ; .set GL_PREFIX(PointParameterfv), GL_PREFIX(PointParameterfvEXT)
31175 .globl GL_PREFIX(PointParameterfvARB) ; .set GL_PREFIX(PointParameterfvARB), GL_PREFIX(PointParameterfvEXT)
31176 .globl GL_PREFIX(SecondaryColor3b) ; .set GL_PREFIX(SecondaryColor3b), GL_PREFIX(SecondaryColor3bEXT)
31177 .globl GL_PREFIX(SecondaryColor3bv) ; .set GL_PREFIX(SecondaryColor3bv), GL_PREFIX(SecondaryColor3bvEXT)
31178 .globl GL_PREFIX(SecondaryColor3d) ; .set GL_PREFIX(SecondaryColor3d), GL_PREFIX(SecondaryColor3dEXT)
31179 .globl GL_PREFIX(SecondaryColor3dv) ; .set GL_PREFIX(SecondaryColor3dv), GL_PREFIX(SecondaryColor3dvEXT)
31180 .globl GL_PREFIX(SecondaryColor3f) ; .set GL_PREFIX(SecondaryColor3f), GL_PREFIX(SecondaryColor3fEXT)
31181 .globl GL_PREFIX(SecondaryColor3fv) ; .set GL_PREFIX(SecondaryColor3fv), GL_PREFIX(SecondaryColor3fvEXT)
31182 .globl GL_PREFIX(SecondaryColor3i) ; .set GL_PREFIX(SecondaryColor3i), GL_PREFIX(SecondaryColor3iEXT)
31183 .globl GL_PREFIX(SecondaryColor3iv) ; .set GL_PREFIX(SecondaryColor3iv), GL_PREFIX(SecondaryColor3ivEXT)
31184 .globl GL_PREFIX(SecondaryColor3s) ; .set GL_PREFIX(SecondaryColor3s), GL_PREFIX(SecondaryColor3sEXT)
31185 .globl GL_PREFIX(SecondaryColor3sv) ; .set GL_PREFIX(SecondaryColor3sv), GL_PREFIX(SecondaryColor3svEXT)
31186 .globl GL_PREFIX(SecondaryColor3ub) ; .set GL_PREFIX(SecondaryColor3ub), GL_PREFIX(SecondaryColor3ubEXT)
31187 .globl GL_PREFIX(SecondaryColor3ubv) ; .set GL_PREFIX(SecondaryColor3ubv), GL_PREFIX(SecondaryColor3ubvEXT)
31188 .globl GL_PREFIX(SecondaryColor3ui) ; .set GL_PREFIX(SecondaryColor3ui), GL_PREFIX(SecondaryColor3uiEXT)
31189 .globl GL_PREFIX(SecondaryColor3uiv) ; .set GL_PREFIX(SecondaryColor3uiv), GL_PREFIX(SecondaryColor3uivEXT)
31190 .globl GL_PREFIX(SecondaryColor3us) ; .set GL_PREFIX(SecondaryColor3us), GL_PREFIX(SecondaryColor3usEXT)
31191 .globl GL_PREFIX(SecondaryColor3usv) ; .set GL_PREFIX(SecondaryColor3usv), GL_PREFIX(SecondaryColor3usvEXT)
31192 .globl GL_PREFIX(SecondaryColorPointer) ; .set GL_PREFIX(SecondaryColorPointer), GL_PREFIX(SecondaryColorPointerEXT)
31193 .globl GL_PREFIX(MultiDrawArrays) ; .set GL_PREFIX(MultiDrawArrays), GL_PREFIX(MultiDrawArraysEXT)
31194 .globl GL_PREFIX(MultiDrawElements) ; .set GL_PREFIX(MultiDrawElements), GL_PREFIX(MultiDrawElementsEXT)
31195 .globl GL_PREFIX(FogCoordPointer) ; .set GL_PREFIX(FogCoordPointer), GL_PREFIX(FogCoordPointerEXT)
31196 .globl GL_PREFIX(FogCoordd) ; .set GL_PREFIX(FogCoordd), GL_PREFIX(FogCoorddEXT)
31197 .globl GL_PREFIX(FogCoorddv) ; .set GL_PREFIX(FogCoorddv), GL_PREFIX(FogCoorddvEXT)
31198 .globl GL_PREFIX(FogCoordf) ; .set GL_PREFIX(FogCoordf), GL_PREFIX(FogCoordfEXT)
31199 .globl GL_PREFIX(FogCoordfv) ; .set GL_PREFIX(FogCoordfv), GL_PREFIX(FogCoordfvEXT)
31200 .globl GL_PREFIX(BlendFuncSeparate) ; .set GL_PREFIX(BlendFuncSeparate), GL_PREFIX(BlendFuncSeparateEXT)
31201 .globl GL_PREFIX(WindowPos2d) ; .set GL_PREFIX(WindowPos2d), GL_PREFIX(WindowPos2dMESA)
31202 .globl GL_PREFIX(WindowPos2dARB) ; .set GL_PREFIX(WindowPos2dARB), GL_PREFIX(WindowPos2dMESA)
31203 .globl GL_PREFIX(WindowPos2dv) ; .set GL_PREFIX(WindowPos2dv), GL_PREFIX(WindowPos2dvMESA)
31204 .globl GL_PREFIX(WindowPos2dvARB) ; .set GL_PREFIX(WindowPos2dvARB), GL_PREFIX(WindowPos2dvMESA)
31205 .globl GL_PREFIX(WindowPos2f) ; .set GL_PREFIX(WindowPos2f), GL_PREFIX(WindowPos2fMESA)
31206 .globl GL_PREFIX(WindowPos2fARB) ; .set GL_PREFIX(WindowPos2fARB), GL_PREFIX(WindowPos2fMESA)
31207 .globl GL_PREFIX(WindowPos2fv) ; .set GL_PREFIX(WindowPos2fv), GL_PREFIX(WindowPos2fvMESA)
31208 .globl GL_PREFIX(WindowPos2fvARB) ; .set GL_PREFIX(WindowPos2fvARB), GL_PREFIX(WindowPos2fvMESA)
31209 .globl GL_PREFIX(WindowPos2i) ; .set GL_PREFIX(WindowPos2i), GL_PREFIX(WindowPos2iMESA)
31210 .globl GL_PREFIX(WindowPos2iARB) ; .set GL_PREFIX(WindowPos2iARB), GL_PREFIX(WindowPos2iMESA)
31211 .globl GL_PREFIX(WindowPos2iv) ; .set GL_PREFIX(WindowPos2iv), GL_PREFIX(WindowPos2ivMESA)
31212 .globl GL_PREFIX(WindowPos2ivARB) ; .set GL_PREFIX(WindowPos2ivARB), GL_PREFIX(WindowPos2ivMESA)
31213 .globl GL_PREFIX(WindowPos2s) ; .set GL_PREFIX(WindowPos2s), GL_PREFIX(WindowPos2sMESA)
31214 .globl GL_PREFIX(WindowPos2sARB) ; .set GL_PREFIX(WindowPos2sARB), GL_PREFIX(WindowPos2sMESA)
31215 .globl GL_PREFIX(WindowPos2sv) ; .set GL_PREFIX(WindowPos2sv), GL_PREFIX(WindowPos2svMESA)
31216 .globl GL_PREFIX(WindowPos2svARB) ; .set GL_PREFIX(WindowPos2svARB), GL_PREFIX(WindowPos2svMESA)
31217 .globl GL_PREFIX(WindowPos3d) ; .set GL_PREFIX(WindowPos3d), GL_PREFIX(WindowPos3dMESA)
31218 .globl GL_PREFIX(WindowPos3dARB) ; .set GL_PREFIX(WindowPos3dARB), GL_PREFIX(WindowPos3dMESA)
31219 .globl GL_PREFIX(WindowPos3dv) ; .set GL_PREFIX(WindowPos3dv), GL_PREFIX(WindowPos3dvMESA)
31220 .globl GL_PREFIX(WindowPos3dvARB) ; .set GL_PREFIX(WindowPos3dvARB), GL_PREFIX(WindowPos3dvMESA)
31221 .globl GL_PREFIX(WindowPos3f) ; .set GL_PREFIX(WindowPos3f), GL_PREFIX(WindowPos3fMESA)
31222 .globl GL_PREFIX(WindowPos3fARB) ; .set GL_PREFIX(WindowPos3fARB), GL_PREFIX(WindowPos3fMESA)
31223 .globl GL_PREFIX(WindowPos3fv) ; .set GL_PREFIX(WindowPos3fv), GL_PREFIX(WindowPos3fvMESA)
31224 .globl GL_PREFIX(WindowPos3fvARB) ; .set GL_PREFIX(WindowPos3fvARB), GL_PREFIX(WindowPos3fvMESA)
31225 .globl GL_PREFIX(WindowPos3i) ; .set GL_PREFIX(WindowPos3i), GL_PREFIX(WindowPos3iMESA)
31226 .globl GL_PREFIX(WindowPos3iARB) ; .set GL_PREFIX(WindowPos3iARB), GL_PREFIX(WindowPos3iMESA)
31227 .globl GL_PREFIX(WindowPos3iv) ; .set GL_PREFIX(WindowPos3iv), GL_PREFIX(WindowPos3ivMESA)
31228 .globl GL_PREFIX(WindowPos3ivARB) ; .set GL_PREFIX(WindowPos3ivARB), GL_PREFIX(WindowPos3ivMESA)
31229 .globl GL_PREFIX(WindowPos3s) ; .set GL_PREFIX(WindowPos3s), GL_PREFIX(WindowPos3sMESA)
31230 .globl GL_PREFIX(WindowPos3sARB) ; .set GL_PREFIX(WindowPos3sARB), GL_PREFIX(WindowPos3sMESA)
31231 .globl GL_PREFIX(WindowPos3sv) ; .set GL_PREFIX(WindowPos3sv), GL_PREFIX(WindowPos3svMESA)
31232 .globl GL_PREFIX(WindowPos3svARB) ; .set GL_PREFIX(WindowPos3svARB), GL_PREFIX(WindowPos3svMESA)
31233 .globl GL_PREFIX(BindProgramARB) ; .set GL_PREFIX(BindProgramARB), GL_PREFIX(BindProgramNV)
31234 .globl GL_PREFIX(DeleteProgramsARB) ; .set GL_PREFIX(DeleteProgramsARB), GL_PREFIX(DeleteProgramsNV)
31235 .globl GL_PREFIX(GenProgramsARB) ; .set GL_PREFIX(GenProgramsARB), GL_PREFIX(GenProgramsNV)
31236 .globl GL_PREFIX(GetVertexAttribPointerv) ; .set GL_PREFIX(GetVertexAttribPointerv), GL_PREFIX(GetVertexAttribPointervNV)
31237 .globl GL_PREFIX(GetVertexAttribPointervARB) ; .set GL_PREFIX(GetVertexAttribPointervARB), GL_PREFIX(GetVertexAttribPointervNV)
31238 .globl GL_PREFIX(IsProgramARB) ; .set GL_PREFIX(IsProgramARB), GL_PREFIX(IsProgramNV)
31239 .globl GL_PREFIX(PointParameteri) ; .set GL_PREFIX(PointParameteri), GL_PREFIX(PointParameteriNV)
31240 .globl GL_PREFIX(PointParameteriv) ; .set GL_PREFIX(PointParameteriv), GL_PREFIX(PointParameterivNV)
31241 .globl GL_PREFIX(DeleteVertexArrays) ; .set GL_PREFIX(DeleteVertexArrays), GL_PREFIX(_dispatch_stub_757)
31242 .globl GL_PREFIX(IsVertexArray) ; .set GL_PREFIX(IsVertexArray), GL_PREFIX(_dispatch_stub_759)
31243 .globl GL_PREFIX(BlendEquationSeparate) ; .set GL_PREFIX(BlendEquationSeparate), GL_PREFIX(_dispatch_stub_767)
31244 .globl GL_PREFIX(BindFramebuffer) ; .set GL_PREFIX(BindFramebuffer), GL_PREFIX(BindFramebufferEXT)
31245 .globl GL_PREFIX(BindRenderbuffer) ; .set GL_PREFIX(BindRenderbuffer), GL_PREFIX(BindRenderbufferEXT)
31246 .globl GL_PREFIX(CheckFramebufferStatus) ; .set GL_PREFIX(CheckFramebufferStatus), GL_PREFIX(CheckFramebufferStatusEXT)
31247 .globl GL_PREFIX(DeleteFramebuffers) ; .set GL_PREFIX(DeleteFramebuffers), GL_PREFIX(DeleteFramebuffersEXT)
31248 .globl GL_PREFIX(DeleteRenderbuffers) ; .set GL_PREFIX(DeleteRenderbuffers), GL_PREFIX(DeleteRenderbuffersEXT)
31249 .globl GL_PREFIX(FramebufferRenderbuffer) ; .set GL_PREFIX(FramebufferRenderbuffer), GL_PREFIX(FramebufferRenderbufferEXT)
31250 .globl GL_PREFIX(FramebufferTexture1D) ; .set GL_PREFIX(FramebufferTexture1D), GL_PREFIX(FramebufferTexture1DEXT)
31251 .globl GL_PREFIX(FramebufferTexture2D) ; .set GL_PREFIX(FramebufferTexture2D), GL_PREFIX(FramebufferTexture2DEXT)
31252 .globl GL_PREFIX(FramebufferTexture3D) ; .set GL_PREFIX(FramebufferTexture3D), GL_PREFIX(FramebufferTexture3DEXT)
31253 .globl GL_PREFIX(GenFramebuffers) ; .set GL_PREFIX(GenFramebuffers), GL_PREFIX(GenFramebuffersEXT)
31254 .globl GL_PREFIX(GenRenderbuffers) ; .set GL_PREFIX(GenRenderbuffers), GL_PREFIX(GenRenderbuffersEXT)
31255 .globl GL_PREFIX(GenerateMipmap) ; .set GL_PREFIX(GenerateMipmap), GL_PREFIX(GenerateMipmapEXT)
31256 .globl GL_PREFIX(GetFramebufferAttachmentParameteriv) ; .set GL_PREFIX(GetFramebufferAttachmentParameteriv), GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
31257 .globl GL_PREFIX(GetRenderbufferParameteriv) ; .set GL_PREFIX(GetRenderbufferParameteriv), GL_PREFIX(GetRenderbufferParameterivEXT)
31258 .globl GL_PREFIX(IsFramebuffer) ; .set GL_PREFIX(IsFramebuffer), GL_PREFIX(IsFramebufferEXT)
31259 .globl GL_PREFIX(IsRenderbuffer) ; .set GL_PREFIX(IsRenderbuffer), GL_PREFIX(IsRenderbufferEXT)
31260 .globl GL_PREFIX(RenderbufferStorage) ; .set GL_PREFIX(RenderbufferStorage), GL_PREFIX(RenderbufferStorageEXT)
31261 .globl GL_PREFIX(BlitFramebuffer) ; .set GL_PREFIX(BlitFramebuffer), GL_PREFIX(_dispatch_stub_785)
31262 .globl GL_PREFIX(FramebufferTextureLayer) ; .set GL_PREFIX(FramebufferTextureLayer), GL_PREFIX(FramebufferTextureLayerEXT)
31263 .globl GL_PREFIX(BeginTransformFeedback) ; .set GL_PREFIX(BeginTransformFeedback), GL_PREFIX(BeginTransformFeedbackEXT)
31264 .globl GL_PREFIX(BindBufferBase) ; .set GL_PREFIX(BindBufferBase), GL_PREFIX(BindBufferBaseEXT)
31265 .globl GL_PREFIX(BindBufferRange) ; .set GL_PREFIX(BindBufferRange), GL_PREFIX(BindBufferRangeEXT)
31266 .globl GL_PREFIX(EndTransformFeedback) ; .set GL_PREFIX(EndTransformFeedback), GL_PREFIX(EndTransformFeedbackEXT)
31267 .globl GL_PREFIX(GetTransformFeedbackVarying) ; .set GL_PREFIX(GetTransformFeedbackVarying), GL_PREFIX(GetTransformFeedbackVaryingEXT)
31268 .globl GL_PREFIX(TransformFeedbackVaryings) ; .set GL_PREFIX(TransformFeedbackVaryings), GL_PREFIX(TransformFeedbackVaryingsEXT)
31269 .globl GL_PREFIX(ProvokingVertex) ; .set GL_PREFIX(ProvokingVertex), GL_PREFIX(ProvokingVertexEXT)
31270
31271 #if defined(GLX_USE_TLS) && defined(__linux__)
31272 .section ".note.ABI-tag", "a"
31273 .p2align 2
31274 .long 1f - 0f /* name length */
31275 .long 3f - 2f /* data length */
31276 .long 1 /* note length */
31277 0: .asciz "GNU" /* vendor name */
31278 1: .p2align 2
31279 2: .long 0 /* note data: the ABI tag */
31280 .long 2,4,20 /* Minimum kernel version w/TLS */
31281 3: .p2align 2 /* pad out section */
31282 #endif /* GLX_USE_TLS */
31283
31284 #if defined (__ELF__) && defined (__linux__)
31285 .section .note.GNU-stack,"",%progbits
31286 #endif