ZTWHHH commited on
Commit
18d7cc0
·
verified ·
1 Parent(s): ec51945

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/conservative_depth.py +15 -0
  2. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/debug_output.py +39 -0
  3. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/name_gen_delete.py +27 -0
  4. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/sample_positions.py +17 -0
  5. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/shader_stencil_export.py +15 -0
  6. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__init__.py +1 -0
  7. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/__init__.cpython-310.pyc +0 -0
  8. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/async.cpython-310.pyc +0 -0
  9. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/async_histogram.cpython-310.pyc +0 -0
  10. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/async_pixel.cpython-310.pyc +0 -0
  11. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/blend_alpha_minmax.cpython-310.pyc +0 -0
  12. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/calligraphic_fragment.cpython-310.pyc +0 -0
  13. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/clipmap.cpython-310.pyc +0 -0
  14. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/depth_texture.cpython-310.pyc +0 -0
  15. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/flush_raster.cpython-310.pyc +0 -0
  16. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/fog_offset.cpython-310.pyc +0 -0
  17. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/fragment_lighting.cpython-310.pyc +0 -0
  18. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/framezoom.cpython-310.pyc +0 -0
  19. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/igloo_interface.cpython-310.pyc +0 -0
  20. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/interlace.cpython-310.pyc +0 -0
  21. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/ir_instrument1.cpython-310.pyc +0 -0
  22. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/list_priority.cpython-310.pyc +0 -0
  23. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/pixel_tiles.cpython-310.pyc +0 -0
  24. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/reference_plane.cpython-310.pyc +0 -0
  25. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/scalebias_hint.cpython-310.pyc +0 -0
  26. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/shadow.cpython-310.pyc +0 -0
  27. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/shadow_ambient.cpython-310.pyc +0 -0
  28. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/sprite.cpython-310.pyc +0 -0
  29. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/subsample.cpython-310.pyc +0 -0
  30. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/tag_sample_buffer.cpython-310.pyc +0 -0
  31. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/texture_add_env.cpython-310.pyc +0 -0
  32. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/texture_lod_bias.cpython-310.pyc +0 -0
  33. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/texture_multi_buffer.cpython-310.pyc +0 -0
  34. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/texture_scale_bias.cpython-310.pyc +0 -0
  35. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/ycrcb.cpython-310.pyc +0 -0
  36. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/ycrcb_subsample.cpython-310.pyc +0 -0
  37. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/ycrcba.cpython-310.pyc +0 -0
  38. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/async.py +32 -0
  39. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/async_histogram.py +16 -0
  40. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/async_pixel.py +20 -0
  41. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/clipmap.py +26 -0
  42. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/convolution_accuracy.py +15 -0
  43. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/depth_pass_instrument.py +15 -0
  44. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/flush_raster.py +17 -0
  45. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/instruments.py +33 -0
  46. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/interlace.py +15 -0
  47. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/ir_instrument1.py +15 -0
  48. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/pixel_texture.py +18 -0
  49. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/resample.py +19 -0
  50. vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/shadow.py +18 -0
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/conservative_depth.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_AMD_conservative_depth'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_AMD_conservative_depth',error_checker=_errors._error_checker)
14
+
15
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/debug_output.py ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_AMD_debug_output'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_AMD_debug_output',error_checker=_errors._error_checker)
14
+ GL_DEBUG_CATEGORY_API_ERROR_AMD=_C('GL_DEBUG_CATEGORY_API_ERROR_AMD',0x9149)
15
+ GL_DEBUG_CATEGORY_APPLICATION_AMD=_C('GL_DEBUG_CATEGORY_APPLICATION_AMD',0x914F)
16
+ GL_DEBUG_CATEGORY_DEPRECATION_AMD=_C('GL_DEBUG_CATEGORY_DEPRECATION_AMD',0x914B)
17
+ GL_DEBUG_CATEGORY_OTHER_AMD=_C('GL_DEBUG_CATEGORY_OTHER_AMD',0x9150)
18
+ GL_DEBUG_CATEGORY_PERFORMANCE_AMD=_C('GL_DEBUG_CATEGORY_PERFORMANCE_AMD',0x914D)
19
+ GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD=_C('GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD',0x914E)
20
+ GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD=_C('GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD',0x914C)
21
+ GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD=_C('GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD',0x914A)
22
+ GL_DEBUG_LOGGED_MESSAGES_AMD=_C('GL_DEBUG_LOGGED_MESSAGES_AMD',0x9145)
23
+ GL_DEBUG_SEVERITY_HIGH_AMD=_C('GL_DEBUG_SEVERITY_HIGH_AMD',0x9146)
24
+ GL_DEBUG_SEVERITY_LOW_AMD=_C('GL_DEBUG_SEVERITY_LOW_AMD',0x9148)
25
+ GL_DEBUG_SEVERITY_MEDIUM_AMD=_C('GL_DEBUG_SEVERITY_MEDIUM_AMD',0x9147)
26
+ GL_MAX_DEBUG_LOGGED_MESSAGES_AMD=_C('GL_MAX_DEBUG_LOGGED_MESSAGES_AMD',0x9144)
27
+ GL_MAX_DEBUG_MESSAGE_LENGTH_AMD=_C('GL_MAX_DEBUG_MESSAGE_LENGTH_AMD',0x9143)
28
+ @_f
29
+ @_p.types(None,_cs.GLDEBUGPROCAMD,ctypes.c_void_p)
30
+ def glDebugMessageCallbackAMD(callback,userParam):pass
31
+ @_f
32
+ @_p.types(None,_cs.GLenum,_cs.GLenum,_cs.GLsizei,arrays.GLuintArray,_cs.GLboolean)
33
+ def glDebugMessageEnableAMD(category,severity,count,ids,enabled):pass
34
+ @_f
35
+ @_p.types(None,_cs.GLenum,_cs.GLenum,_cs.GLuint,_cs.GLsizei,arrays.GLcharArray)
36
+ def glDebugMessageInsertAMD(category,severity,id,length,buf):pass
37
+ @_f
38
+ @_p.types(_cs.GLuint,_cs.GLuint,_cs.GLsizei,arrays.GLuintArray,arrays.GLuintArray,arrays.GLuintArray,arrays.GLsizeiArray,arrays.GLcharArray)
39
+ def glGetDebugMessageLogAMD(count,bufsize,categories,severities,ids,lengths,message):pass
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/name_gen_delete.py ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_AMD_name_gen_delete'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_AMD_name_gen_delete',error_checker=_errors._error_checker)
14
+ GL_DATA_BUFFER_AMD=_C('GL_DATA_BUFFER_AMD',0x9151)
15
+ GL_PERFORMANCE_MONITOR_AMD=_C('GL_PERFORMANCE_MONITOR_AMD',0x9152)
16
+ GL_QUERY_OBJECT_AMD=_C('GL_QUERY_OBJECT_AMD',0x9153)
17
+ GL_SAMPLER_OBJECT_AMD=_C('GL_SAMPLER_OBJECT_AMD',0x9155)
18
+ GL_VERTEX_ARRAY_OBJECT_AMD=_C('GL_VERTEX_ARRAY_OBJECT_AMD',0x9154)
19
+ @_f
20
+ @_p.types(None,_cs.GLenum,_cs.GLuint,arrays.GLuintArray)
21
+ def glDeleteNamesAMD(identifier,num,names):pass
22
+ @_f
23
+ @_p.types(None,_cs.GLenum,_cs.GLuint,arrays.GLuintArray)
24
+ def glGenNamesAMD(identifier,num,names):pass
25
+ @_f
26
+ @_p.types(_cs.GLboolean,_cs.GLenum,_cs.GLuint)
27
+ def glIsNameAMD(identifier,name):pass
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/sample_positions.py ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_AMD_sample_positions'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_AMD_sample_positions',error_checker=_errors._error_checker)
14
+ GL_SUBSAMPLE_DISTANCE_AMD=_C('GL_SUBSAMPLE_DISTANCE_AMD',0x883F)
15
+ @_f
16
+ @_p.types(None,_cs.GLenum,_cs.GLuint,arrays.GLfloatArray)
17
+ def glSetMultisamplefvAMD(pname,index,val):pass
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/AMD/shader_stencil_export.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_AMD_shader_stencil_export'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_AMD_shader_stencil_export',error_checker=_errors._error_checker)
14
+
15
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ """OpenGL Extensions"""
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (197 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/async.cpython-310.pyc ADDED
Binary file (1.64 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/async_histogram.cpython-310.pyc ADDED
Binary file (833 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/async_pixel.cpython-310.pyc ADDED
Binary file (1.03 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/blend_alpha_minmax.cpython-310.pyc ADDED
Binary file (823 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/calligraphic_fragment.cpython-310.pyc ADDED
Binary file (800 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/clipmap.cpython-310.pyc ADDED
Binary file (1.37 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/depth_texture.cpython-310.pyc ADDED
Binary file (878 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/flush_raster.cpython-310.pyc ADDED
Binary file (866 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/fog_offset.cpython-310.pyc ADDED
Binary file (815 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/fragment_lighting.cpython-310.pyc ADDED
Binary file (4.52 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/framezoom.cpython-310.pyc ADDED
Binary file (1.02 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/igloo_interface.cpython-310.pyc ADDED
Binary file (913 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/interlace.cpython-310.pyc ADDED
Binary file (764 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/ir_instrument1.cpython-310.pyc ADDED
Binary file (779 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/list_priority.cpython-310.pyc ADDED
Binary file (1.73 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/pixel_tiles.cpython-310.pyc ADDED
Binary file (1.15 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/reference_plane.cpython-310.pyc ADDED
Binary file (1 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/scalebias_hint.cpython-310.pyc ADDED
Binary file (779 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/shadow.cpython-310.pyc ADDED
Binary file (916 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/shadow_ambient.cpython-310.pyc ADDED
Binary file (779 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/sprite.cpython-310.pyc ADDED
Binary file (1.68 kB). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/subsample.cpython-310.pyc ADDED
Binary file (983 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/tag_sample_buffer.cpython-310.pyc ADDED
Binary file (880 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/texture_add_env.cpython-310.pyc ADDED
Binary file (783 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/texture_lod_bias.cpython-310.pyc ADDED
Binary file (887 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/texture_multi_buffer.cpython-310.pyc ADDED
Binary file (802 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/texture_scale_bias.cpython-310.pyc ADDED
Binary file (979 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/ycrcb.cpython-310.pyc ADDED
Binary file (797 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/ycrcb_subsample.cpython-310.pyc ADDED
Binary file (735 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/__pycache__/ycrcba.cpython-310.pyc ADDED
Binary file (792 Bytes). View file
 
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/async.py ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_async'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_async',error_checker=_errors._error_checker)
14
+ GL_ASYNC_MARKER_SGIX=_C('GL_ASYNC_MARKER_SGIX',0x8329)
15
+ @_f
16
+ @_p.types(None,_cs.GLuint)
17
+ def glAsyncMarkerSGIX(marker):pass
18
+ @_f
19
+ @_p.types(None,_cs.GLuint,_cs.GLsizei)
20
+ def glDeleteAsyncMarkersSGIX(marker,range):pass
21
+ @_f
22
+ @_p.types(_cs.GLint,arrays.GLuintArray)
23
+ def glFinishAsyncSGIX(markerp):pass
24
+ @_f
25
+ @_p.types(_cs.GLuint,_cs.GLsizei)
26
+ def glGenAsyncMarkersSGIX(range):pass
27
+ @_f
28
+ @_p.types(_cs.GLboolean,_cs.GLuint)
29
+ def glIsAsyncMarkerSGIX(marker):pass
30
+ @_f
31
+ @_p.types(_cs.GLint,arrays.GLuintArray)
32
+ def glPollAsyncSGIX(markerp):pass
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/async_histogram.py ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_async_histogram'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_async_histogram',error_checker=_errors._error_checker)
14
+ GL_ASYNC_HISTOGRAM_SGIX=_C('GL_ASYNC_HISTOGRAM_SGIX',0x832C)
15
+ GL_MAX_ASYNC_HISTOGRAM_SGIX=_C('GL_MAX_ASYNC_HISTOGRAM_SGIX',0x832D)
16
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/async_pixel.py ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_async_pixel'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_async_pixel',error_checker=_errors._error_checker)
14
+ GL_ASYNC_DRAW_PIXELS_SGIX=_C('GL_ASYNC_DRAW_PIXELS_SGIX',0x835D)
15
+ GL_ASYNC_READ_PIXELS_SGIX=_C('GL_ASYNC_READ_PIXELS_SGIX',0x835E)
16
+ GL_ASYNC_TEX_IMAGE_SGIX=_C('GL_ASYNC_TEX_IMAGE_SGIX',0x835C)
17
+ GL_MAX_ASYNC_DRAW_PIXELS_SGIX=_C('GL_MAX_ASYNC_DRAW_PIXELS_SGIX',0x8360)
18
+ GL_MAX_ASYNC_READ_PIXELS_SGIX=_C('GL_MAX_ASYNC_READ_PIXELS_SGIX',0x8361)
19
+ GL_MAX_ASYNC_TEX_IMAGE_SGIX=_C('GL_MAX_ASYNC_TEX_IMAGE_SGIX',0x835F)
20
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/clipmap.py ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_clipmap'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_clipmap',error_checker=_errors._error_checker)
14
+ GL_LINEAR_CLIPMAP_LINEAR_SGIX=_C('GL_LINEAR_CLIPMAP_LINEAR_SGIX',0x8170)
15
+ GL_LINEAR_CLIPMAP_NEAREST_SGIX=_C('GL_LINEAR_CLIPMAP_NEAREST_SGIX',0x844F)
16
+ GL_MAX_CLIPMAP_DEPTH_SGIX=_C('GL_MAX_CLIPMAP_DEPTH_SGIX',0x8177)
17
+ GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX=_C('GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX',0x8178)
18
+ GL_NEAREST_CLIPMAP_LINEAR_SGIX=_C('GL_NEAREST_CLIPMAP_LINEAR_SGIX',0x844E)
19
+ GL_NEAREST_CLIPMAP_NEAREST_SGIX=_C('GL_NEAREST_CLIPMAP_NEAREST_SGIX',0x844D)
20
+ GL_TEXTURE_CLIPMAP_CENTER_SGIX=_C('GL_TEXTURE_CLIPMAP_CENTER_SGIX',0x8171)
21
+ GL_TEXTURE_CLIPMAP_DEPTH_SGIX=_C('GL_TEXTURE_CLIPMAP_DEPTH_SGIX',0x8176)
22
+ GL_TEXTURE_CLIPMAP_FRAME_SGIX=_C('GL_TEXTURE_CLIPMAP_FRAME_SGIX',0x8172)
23
+ GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX=_C('GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX',0x8175)
24
+ GL_TEXTURE_CLIPMAP_OFFSET_SGIX=_C('GL_TEXTURE_CLIPMAP_OFFSET_SGIX',0x8173)
25
+ GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX=_C('GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX',0x8174)
26
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/convolution_accuracy.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_convolution_accuracy'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_convolution_accuracy',error_checker=_errors._error_checker)
14
+ GL_CONVOLUTION_HINT_SGIX=_C('GL_CONVOLUTION_HINT_SGIX',0x8316)
15
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/depth_pass_instrument.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_depth_pass_instrument'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_depth_pass_instrument',error_checker=_errors._error_checker)
14
+
15
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/flush_raster.py ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_flush_raster'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_flush_raster',error_checker=_errors._error_checker)
14
+
15
+ @_f
16
+ @_p.types(None,)
17
+ def glFlushRasterSGIX():pass
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/instruments.py ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_instruments'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_instruments',error_checker=_errors._error_checker)
14
+ GL_INSTRUMENT_BUFFER_POINTER_SGIX=_C('GL_INSTRUMENT_BUFFER_POINTER_SGIX',0x8180)
15
+ GL_INSTRUMENT_MEASUREMENTS_SGIX=_C('GL_INSTRUMENT_MEASUREMENTS_SGIX',0x8181)
16
+ @_f
17
+ @_p.types(_cs.GLint,)
18
+ def glGetInstrumentsSGIX():pass
19
+ @_f
20
+ @_p.types(None,_cs.GLsizei,arrays.GLintArray)
21
+ def glInstrumentsBufferSGIX(size,buffer):pass
22
+ @_f
23
+ @_p.types(_cs.GLint,arrays.GLintArray)
24
+ def glPollInstrumentsSGIX(marker_p):pass
25
+ @_f
26
+ @_p.types(None,_cs.GLint)
27
+ def glReadInstrumentsSGIX(marker):pass
28
+ @_f
29
+ @_p.types(None,)
30
+ def glStartInstrumentsSGIX():pass
31
+ @_f
32
+ @_p.types(None,_cs.GLint)
33
+ def glStopInstrumentsSGIX(marker):pass
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/interlace.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_interlace'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_interlace',error_checker=_errors._error_checker)
14
+ GL_INTERLACE_SGIX=_C('GL_INTERLACE_SGIX',0x8094)
15
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/ir_instrument1.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_ir_instrument1'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_ir_instrument1',error_checker=_errors._error_checker)
14
+ GL_IR_INSTRUMENT1_SGIX=_C('GL_IR_INSTRUMENT1_SGIX',0x817F)
15
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/pixel_texture.py ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_pixel_texture'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_pixel_texture',error_checker=_errors._error_checker)
14
+ GL_PIXEL_TEX_GEN_MODE_SGIX=_C('GL_PIXEL_TEX_GEN_MODE_SGIX',0x832B)
15
+ GL_PIXEL_TEX_GEN_SGIX=_C('GL_PIXEL_TEX_GEN_SGIX',0x8139)
16
+ @_f
17
+ @_p.types(None,_cs.GLenum)
18
+ def glPixelTexGenSGIX(mode):pass
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/resample.py ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_resample'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_resample',error_checker=_errors._error_checker)
14
+ GL_PACK_RESAMPLE_SGIX=_C('GL_PACK_RESAMPLE_SGIX',0x842C)
15
+ GL_RESAMPLE_DECIMATE_SGIX=_C('GL_RESAMPLE_DECIMATE_SGIX',0x8430)
16
+ GL_RESAMPLE_REPLICATE_SGIX=_C('GL_RESAMPLE_REPLICATE_SGIX',0x842E)
17
+ GL_RESAMPLE_ZERO_FILL_SGIX=_C('GL_RESAMPLE_ZERO_FILL_SGIX',0x842F)
18
+ GL_UNPACK_RESAMPLE_SGIX=_C('GL_UNPACK_RESAMPLE_SGIX',0x842D)
19
+
vllm/lib/python3.10/site-packages/OpenGL/raw/GL/SGIX/shadow.py ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ '''Autogenerated by xml_generate script, do not edit!'''
2
+ from OpenGL import platform as _p, arrays
3
+ # Code generation uses this
4
+ from OpenGL.raw.GL import _types as _cs
5
+ # End users want this...
6
+ from OpenGL.raw.GL._types import *
7
+ from OpenGL.raw.GL import _errors
8
+ from OpenGL.constant import Constant as _C
9
+
10
+ import ctypes
11
+ _EXTENSION_NAME = 'GL_SGIX_shadow'
12
+ def _f( function ):
13
+ return _p.createFunction( function,_p.PLATFORM.GL,'GL_SGIX_shadow',error_checker=_errors._error_checker)
14
+ GL_TEXTURE_COMPARE_OPERATOR_SGIX=_C('GL_TEXTURE_COMPARE_OPERATOR_SGIX',0x819B)
15
+ GL_TEXTURE_COMPARE_SGIX=_C('GL_TEXTURE_COMPARE_SGIX',0x819A)
16
+ GL_TEXTURE_GEQUAL_R_SGIX=_C('GL_TEXTURE_GEQUAL_R_SGIX',0x819D)
17
+ GL_TEXTURE_LEQUAL_R_SGIX=_C('GL_TEXTURE_LEQUAL_R_SGIX',0x819C)
18
+