diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/depth_texture.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/depth_texture.py new file mode 100644 index 0000000000000000000000000000000000000000..be7bafb09e06b54d318112fd05edd470448e5dcb --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/depth_texture.py @@ -0,0 +1,23 @@ +'''OpenGL extension ANGLE.depth_texture + +This module customises the behaviour of the +OpenGL.raw.GLES2.ANGLE.depth_texture to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/ANGLE/depth_texture.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.ANGLE.depth_texture import * +from OpenGL.raw.GLES2.ANGLE.depth_texture import _EXTENSION_NAME + +def glInitDepthTextureANGLE(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/instanced_arrays.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/instanced_arrays.py new file mode 100644 index 0000000000000000000000000000000000000000..2d3da27f2efa57ff4efcab47865bc2680526c61c --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/instanced_arrays.py @@ -0,0 +1,26 @@ +'''OpenGL extension ANGLE.instanced_arrays + +This module customises the behaviour of the +OpenGL.raw.GLES2.ANGLE.instanced_arrays to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/ANGLE/instanced_arrays.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.ANGLE.instanced_arrays import * +from OpenGL.raw.GLES2.ANGLE.instanced_arrays import _EXTENSION_NAME + +def glInitInstancedArraysANGLE(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + +# INPUT glDrawElementsInstancedANGLE.indices size not checked against 'count,type' +glDrawElementsInstancedANGLE=wrapper.wrapper(glDrawElementsInstancedANGLE).setInputArraySize( + 'indices', None +) +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/pack_reverse_row_order.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/pack_reverse_row_order.py new file mode 100644 index 0000000000000000000000000000000000000000..fd12b1066f827302d857fde1a41b9d27215c2ad3 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/pack_reverse_row_order.py @@ -0,0 +1,23 @@ +'''OpenGL extension ANGLE.pack_reverse_row_order + +This module customises the behaviour of the +OpenGL.raw.GLES2.ANGLE.pack_reverse_row_order to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/ANGLE/pack_reverse_row_order.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.ANGLE.pack_reverse_row_order import * +from OpenGL.raw.GLES2.ANGLE.pack_reverse_row_order import _EXTENSION_NAME + +def glInitPackReverseRowOrderANGLE(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/program_binary.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/program_binary.py new file mode 100644 index 0000000000000000000000000000000000000000..4f7858b1b0e8c5fb4cf181a9b64547fe5c52be31 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ANGLE/program_binary.py @@ -0,0 +1,23 @@ +'''OpenGL extension ANGLE.program_binary + +This module customises the behaviour of the +OpenGL.raw.GLES2.ANGLE.program_binary to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/ANGLE/program_binary.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.ANGLE.program_binary import * +from OpenGL.raw.GLES2.ANGLE.program_binary import _EXTENSION_NAME + +def glInitProgramBinaryANGLE(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__init__.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..9b912d19ef8f0e54409434cb78557ba570cae4c7 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__init__.py @@ -0,0 +1 @@ +"""OpenGL Extensions""" \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/__init__.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5be7209b8a7d0732b5126e6bfec79bffece099ca Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/__init__.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/mali_program_binary.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/mali_program_binary.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..290735965b83cbaac6c8cdac6e3e496bdf3ac32b Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/mali_program_binary.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/mali_shader_binary.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/mali_shader_binary.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc6a4881bcc0847300d0622fed38acd4efd6c0b2 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/mali_shader_binary.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/rgba8.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/rgba8.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04198c2281f526412e33319efa4cdf14e4b485c5 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/rgba8.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/shader_framebuffer_fetch.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/shader_framebuffer_fetch.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bbdd41c040da5456cb9a23de51d340fa87b6a1d6 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/shader_framebuffer_fetch.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/shader_framebuffer_fetch_depth_stencil.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/shader_framebuffer_fetch_depth_stencil.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73f6cc284ce3bf47f460e12ee796e8fff37c7ebb Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/__pycache__/shader_framebuffer_fetch_depth_stencil.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/mali_program_binary.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/mali_program_binary.py new file mode 100644 index 0000000000000000000000000000000000000000..27580407836c2ef906da2e578683cf78fa38a813 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/mali_program_binary.py @@ -0,0 +1,23 @@ +'''OpenGL extension ARM.mali_program_binary + +This module customises the behaviour of the +OpenGL.raw.GLES2.ARM.mali_program_binary to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/ARM/mali_program_binary.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.ARM.mali_program_binary import * +from OpenGL.raw.GLES2.ARM.mali_program_binary import _EXTENSION_NAME + +def glInitMaliProgramBinaryARM(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/mali_shader_binary.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/mali_shader_binary.py new file mode 100644 index 0000000000000000000000000000000000000000..2687fe3e889020c76d6e2e3ddc1f55e321d11cee --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/mali_shader_binary.py @@ -0,0 +1,23 @@ +'''OpenGL extension ARM.mali_shader_binary + +This module customises the behaviour of the +OpenGL.raw.GLES2.ARM.mali_shader_binary to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/ARM/mali_shader_binary.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.ARM.mali_shader_binary import * +from OpenGL.raw.GLES2.ARM.mali_shader_binary import _EXTENSION_NAME + +def glInitMaliShaderBinaryARM(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/rgba8.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/rgba8.py new file mode 100644 index 0000000000000000000000000000000000000000..4b6d71fe86d2b2acab96efb3a53945f66ab83086 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/rgba8.py @@ -0,0 +1,23 @@ +'''OpenGL extension ARM.rgba8 + +This module customises the behaviour of the +OpenGL.raw.GLES2.ARM.rgba8 to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/ARM/rgba8.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.ARM.rgba8 import * +from OpenGL.raw.GLES2.ARM.rgba8 import _EXTENSION_NAME + +def glInitRgba8ARM(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/shader_framebuffer_fetch.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/shader_framebuffer_fetch.py new file mode 100644 index 0000000000000000000000000000000000000000..723df9157e6555bf0f175c3a25f9cc49d8990d3c --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/shader_framebuffer_fetch.py @@ -0,0 +1,23 @@ +'''OpenGL extension ARM.shader_framebuffer_fetch + +This module customises the behaviour of the +OpenGL.raw.GLES2.ARM.shader_framebuffer_fetch to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/ARM/shader_framebuffer_fetch.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.ARM.shader_framebuffer_fetch import * +from OpenGL.raw.GLES2.ARM.shader_framebuffer_fetch import _EXTENSION_NAME + +def glInitShaderFramebufferFetchARM(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py new file mode 100644 index 0000000000000000000000000000000000000000..672e3b14f1f6554602e2b73e2277cbf51b3feedc --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py @@ -0,0 +1,23 @@ +'''OpenGL extension ARM.shader_framebuffer_fetch_depth_stencil + +This module customises the behaviour of the +OpenGL.raw.GLES2.ARM.shader_framebuffer_fetch_depth_stencil to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/ARM/shader_framebuffer_fetch_depth_stencil.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.ARM.shader_framebuffer_fetch_depth_stencil import * +from OpenGL.raw.GLES2.ARM.shader_framebuffer_fetch_depth_stencil import _EXTENSION_NAME + +def glInitShaderFramebufferFetchDepthStencilARM(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__init__.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..9b912d19ef8f0e54409434cb78557ba570cae4c7 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__init__.py @@ -0,0 +1 @@ +"""OpenGL Extensions""" \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/__init__.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26520160886f51c1c5b54afcb48514b7df5ad5c9 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/__init__.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/multisampled_render_to_texture.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/multisampled_render_to_texture.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46543634891628ae99b9c4a8922870c224f24fd0 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/multisampled_render_to_texture.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/program_binary.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/program_binary.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7714391098138026a3dc8fa39f01d2a76450e13c Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/program_binary.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/read_format.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/read_format.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a0bf96fb05a1990023b7d28609ff8fbd3ef7dd0 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/read_format.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/shader_binary.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/shader_binary.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb350eed78d5ada1424b9b7285c20533da282769 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/shader_binary.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/texture_compression_pvrtc.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/texture_compression_pvrtc.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2099f3ec399147344199146636cec7ea404d8097 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/texture_compression_pvrtc.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/texture_compression_pvrtc2.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/texture_compression_pvrtc2.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..990126ac520fa3913e79c54b9d8bcb19728e92b0 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/__pycache__/texture_compression_pvrtc2.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/multisampled_render_to_texture.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/multisampled_render_to_texture.py new file mode 100644 index 0000000000000000000000000000000000000000..84445dd10bc7c1480d7749965193e212da85e8f2 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/multisampled_render_to_texture.py @@ -0,0 +1,23 @@ +'''OpenGL extension IMG.multisampled_render_to_texture + +This module customises the behaviour of the +OpenGL.raw.GLES2.IMG.multisampled_render_to_texture to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/IMG/multisampled_render_to_texture.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.IMG.multisampled_render_to_texture import * +from OpenGL.raw.GLES2.IMG.multisampled_render_to_texture import _EXTENSION_NAME + +def glInitMultisampledRenderToTextureIMG(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/program_binary.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/program_binary.py new file mode 100644 index 0000000000000000000000000000000000000000..6ce549a35a0665eda14319b010661bc59ef18852 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/program_binary.py @@ -0,0 +1,23 @@ +'''OpenGL extension IMG.program_binary + +This module customises the behaviour of the +OpenGL.raw.GLES2.IMG.program_binary to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/IMG/program_binary.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.IMG.program_binary import * +from OpenGL.raw.GLES2.IMG.program_binary import _EXTENSION_NAME + +def glInitProgramBinaryIMG(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/read_format.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/read_format.py new file mode 100644 index 0000000000000000000000000000000000000000..4f7fa90e1c96ad1c5579f6b18b43fffc0275e095 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/read_format.py @@ -0,0 +1,23 @@ +'''OpenGL extension IMG.read_format + +This module customises the behaviour of the +OpenGL.raw.GLES2.IMG.read_format to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/IMG/read_format.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.IMG.read_format import * +from OpenGL.raw.GLES2.IMG.read_format import _EXTENSION_NAME + +def glInitReadFormatIMG(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/shader_binary.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/shader_binary.py new file mode 100644 index 0000000000000000000000000000000000000000..daff97f8ec1ad70b7e1320a3fea01fc807312bb9 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/shader_binary.py @@ -0,0 +1,23 @@ +'''OpenGL extension IMG.shader_binary + +This module customises the behaviour of the +OpenGL.raw.GLES2.IMG.shader_binary to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/IMG/shader_binary.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.IMG.shader_binary import * +from OpenGL.raw.GLES2.IMG.shader_binary import _EXTENSION_NAME + +def glInitShaderBinaryIMG(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/texture_compression_pvrtc.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/texture_compression_pvrtc.py new file mode 100644 index 0000000000000000000000000000000000000000..39bc10a91968424e82362be9e2d44c2f6ca461ba --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/texture_compression_pvrtc.py @@ -0,0 +1,23 @@ +'''OpenGL extension IMG.texture_compression_pvrtc + +This module customises the behaviour of the +OpenGL.raw.GLES2.IMG.texture_compression_pvrtc to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/IMG/texture_compression_pvrtc.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.IMG.texture_compression_pvrtc import * +from OpenGL.raw.GLES2.IMG.texture_compression_pvrtc import _EXTENSION_NAME + +def glInitTextureCompressionPvrtcIMG(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/texture_compression_pvrtc2.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/texture_compression_pvrtc2.py new file mode 100644 index 0000000000000000000000000000000000000000..112451a8dc77c4f792c8bdbf8fdc9d5db986f80b --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/IMG/texture_compression_pvrtc2.py @@ -0,0 +1,23 @@ +'''OpenGL extension IMG.texture_compression_pvrtc2 + +This module customises the behaviour of the +OpenGL.raw.GLES2.IMG.texture_compression_pvrtc2 to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/IMG/texture_compression_pvrtc2.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.IMG.texture_compression_pvrtc2 import * +from OpenGL.raw.GLES2.IMG.texture_compression_pvrtc2 import _EXTENSION_NAME + +def glInitTextureCompressionPvrtc2IMG(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__init__.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..9b912d19ef8f0e54409434cb78557ba570cae4c7 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__init__.py @@ -0,0 +1 @@ +"""OpenGL Extensions""" \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/__init__.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e4be32aab2b4ba31f3b5713bb30b1830afd3117 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/__init__.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/blend_equation_advanced.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/blend_equation_advanced.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d64a68d5a5c42fa044f75c33483cf9c07e0dbf7 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/blend_equation_advanced.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/blend_equation_advanced_coherent.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/blend_equation_advanced_coherent.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f41569423241f3e03484322bb74b7aa15e98ff0 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/blend_equation_advanced_coherent.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/copy_buffer.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/copy_buffer.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc030cc909d8f4989309cba487d258ee8e32dfeb Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/copy_buffer.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/coverage_sample.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/coverage_sample.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c3b0958721837168770a1e3ed355c4aee7cf063 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/coverage_sample.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/depth_nonlinear.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/depth_nonlinear.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01ebffeab0b3d015f6af17e6b690bb779467c733 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/depth_nonlinear.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/draw_buffers.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/draw_buffers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f71400f442c7e392cc84d5e49ba51d06ad20a610 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/draw_buffers.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/draw_instanced.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/draw_instanced.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cbd9b52824c3261db9326629d9aad69f6ad1c05 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/draw_instanced.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/explicit_attrib_location.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/explicit_attrib_location.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b097479ba9dcdf421539b62d522445a4067abd4 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/explicit_attrib_location.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/fbo_color_attachments.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/fbo_color_attachments.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24027a8421dfb9d20a43896934a3f65721b7ac39 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/fbo_color_attachments.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/fence.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/fence.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb6c6095612bcdf23302c97fa01956ee35845a37 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/fence.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/framebuffer_blit.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/framebuffer_blit.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e4bbdf99a927584825085dab1176d4cc2446a76 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/framebuffer_blit.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/framebuffer_multisample.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/framebuffer_multisample.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c95dbff10a089f5bc7958fde9ee5c619a391ec96 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/framebuffer_multisample.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/generate_mipmap_sRGB.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/generate_mipmap_sRGB.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65b91fda65b54c019513aab2c5a965733afb7935 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/generate_mipmap_sRGB.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/instanced_arrays.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/instanced_arrays.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96939eda3a7ffea4b3437f8134f83e87a72b745e Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/instanced_arrays.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/non_square_matrices.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/non_square_matrices.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b0a18e94f932858f0988bece6c06976c45ee89c Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/non_square_matrices.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_buffer.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_buffer.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1975b9dfc281b4dc389ae5d10396140fdd384f51 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_buffer.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_buffer_front.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_buffer_front.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84cb216a58883737e1daebebd0111369ed2cde2f Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_buffer_front.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_depth.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_depth.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee3f8674ad5c75d23a5622533bbf235e42f6272a Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_depth.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_depth_stencil.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_depth_stencil.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf520595e4cf7120b2290d70e841ec21db888da3 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/read_depth_stencil.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/shadow_samplers_array.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/shadow_samplers_array.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91166bcd4e194a0232c2e65617114eabcb1c80fa Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/shadow_samplers_array.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/shadow_samplers_cube.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/shadow_samplers_cube.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a9948c94e11eb117685cd4465c5e5292cc749e5 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/shadow_samplers_cube.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/texture_border_clamp.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/texture_border_clamp.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae9136e510cbf73e668f0f7e4323b5aea445ced8 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/texture_border_clamp.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/texture_compression_s3tc_update.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/texture_compression_s3tc_update.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da5954eac84fd8c89561c02523bd078bc2008c9e Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/texture_compression_s3tc_update.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/texture_npot_2D_mipmap.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/texture_npot_2D_mipmap.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e9fe0c5f2f5bb800798931e552099f8e93b398a Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/__pycache__/texture_npot_2D_mipmap.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/blend_equation_advanced_coherent.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/blend_equation_advanced_coherent.py new file mode 100644 index 0000000000000000000000000000000000000000..75d65c59194e0d10a598fd7b52617c787d6f4fde --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/blend_equation_advanced_coherent.py @@ -0,0 +1,23 @@ +'''OpenGL extension NV.blend_equation_advanced_coherent + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.blend_equation_advanced_coherent to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/blend_equation_advanced_coherent.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.blend_equation_advanced_coherent import * +from OpenGL.raw.GLES2.NV.blend_equation_advanced_coherent import _EXTENSION_NAME + +def glInitBlendEquationAdvancedCoherentNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/copy_buffer.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/copy_buffer.py new file mode 100644 index 0000000000000000000000000000000000000000..8de34ba4de6dbfa9f06767009acf9e6c9f776f0b --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/copy_buffer.py @@ -0,0 +1,23 @@ +'''OpenGL extension NV.copy_buffer + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.copy_buffer to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/copy_buffer.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.copy_buffer import * +from OpenGL.raw.GLES2.NV.copy_buffer import _EXTENSION_NAME + +def glInitCopyBufferNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/depth_nonlinear.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/depth_nonlinear.py new file mode 100644 index 0000000000000000000000000000000000000000..6fbbe323d941f230d0fda0a5bafad37321ec272e --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/depth_nonlinear.py @@ -0,0 +1,23 @@ +'''OpenGL extension NV.depth_nonlinear + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.depth_nonlinear to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/depth_nonlinear.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.depth_nonlinear import * +from OpenGL.raw.GLES2.NV.depth_nonlinear import _EXTENSION_NAME + +def glInitDepthNonlinearNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/draw_instanced.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/draw_instanced.py new file mode 100644 index 0000000000000000000000000000000000000000..73dfecac1fc88bc5f330cc156639f27390b1710f --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/draw_instanced.py @@ -0,0 +1,26 @@ +'''OpenGL extension NV.draw_instanced + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.draw_instanced to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/draw_instanced.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.draw_instanced import * +from OpenGL.raw.GLES2.NV.draw_instanced import _EXTENSION_NAME + +def glInitDrawInstancedNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + +# INPUT glDrawElementsInstancedNV.indices size not checked against 'count,type' +glDrawElementsInstancedNV=wrapper.wrapper(glDrawElementsInstancedNV).setInputArraySize( + 'indices', None +) +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/fbo_color_attachments.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/fbo_color_attachments.py new file mode 100644 index 0000000000000000000000000000000000000000..6a5ab5239810126f6d3558973e09d80f5e2ce771 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/fbo_color_attachments.py @@ -0,0 +1,23 @@ +'''OpenGL extension NV.fbo_color_attachments + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.fbo_color_attachments to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/fbo_color_attachments.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.fbo_color_attachments import * +from OpenGL.raw.GLES2.NV.fbo_color_attachments import _EXTENSION_NAME + +def glInitFboColorAttachmentsNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/fence.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/fence.py new file mode 100644 index 0000000000000000000000000000000000000000..9342ce58ba0b98f7707e850ae65e98cf63e74bd7 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/fence.py @@ -0,0 +1,32 @@ +'''OpenGL extension NV.fence + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.fence to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/fence.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.fence import * +from OpenGL.raw.GLES2.NV.fence import _EXTENSION_NAME + +def glInitFenceNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + +# INPUT glDeleteFencesNV.fences size not checked against n +glDeleteFencesNV=wrapper.wrapper(glDeleteFencesNV).setInputArraySize( + 'fences', None +) +glGenFencesNV=wrapper.wrapper(glGenFencesNV).setOutput( + 'fences',size=lambda x:(x,),pnameArg='n',orPassIn=True +) +glGetFenceivNV=wrapper.wrapper(glGetFenceivNV).setOutput( + 'params',size=_glgets._glget_size_mapping,pnameArg='pname',orPassIn=True +) +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/framebuffer_blit.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/framebuffer_blit.py new file mode 100644 index 0000000000000000000000000000000000000000..4ecb02fa86599accf1d2626dacb3fbf5590ab5a8 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/framebuffer_blit.py @@ -0,0 +1,23 @@ +'''OpenGL extension NV.framebuffer_blit + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.framebuffer_blit to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/framebuffer_blit.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.framebuffer_blit import * +from OpenGL.raw.GLES2.NV.framebuffer_blit import _EXTENSION_NAME + +def glInitFramebufferBlitNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/non_square_matrices.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/non_square_matrices.py new file mode 100644 index 0000000000000000000000000000000000000000..72667f8213e0b0ed8a1de69bdc7b398b2c263fc8 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/non_square_matrices.py @@ -0,0 +1,40 @@ +'''OpenGL extension NV.non_square_matrices + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.non_square_matrices to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/non_square_matrices.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.non_square_matrices import * +from OpenGL.raw.GLES2.NV.non_square_matrices import _EXTENSION_NAME + +def glInitNonSquareMatricesNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + +glUniformMatrix2x3fvNV=wrapper.wrapper(glUniformMatrix2x3fvNV).setInputArraySize( + 'value', 6 +) +glUniformMatrix3x2fvNV=wrapper.wrapper(glUniformMatrix3x2fvNV).setInputArraySize( + 'value', 6 +) +glUniformMatrix2x4fvNV=wrapper.wrapper(glUniformMatrix2x4fvNV).setInputArraySize( + 'value', 8 +) +glUniformMatrix4x2fvNV=wrapper.wrapper(glUniformMatrix4x2fvNV).setInputArraySize( + 'value', 8 +) +glUniformMatrix3x4fvNV=wrapper.wrapper(glUniformMatrix3x4fvNV).setInputArraySize( + 'value', 12 +) +glUniformMatrix4x3fvNV=wrapper.wrapper(glUniformMatrix4x3fvNV).setInputArraySize( + 'value', 12 +) +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/read_buffer_front.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/read_buffer_front.py new file mode 100644 index 0000000000000000000000000000000000000000..c08b65c891efe8a7206cdd796e809b4d5f84e9bc --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/read_buffer_front.py @@ -0,0 +1,23 @@ +'''OpenGL extension NV.read_buffer_front + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.read_buffer_front to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/read_buffer_front.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.read_buffer_front import * +from OpenGL.raw.GLES2.NV.read_buffer_front import _EXTENSION_NAME + +def glInitReadBufferFrontNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/read_depth.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/read_depth.py new file mode 100644 index 0000000000000000000000000000000000000000..50581bb9c28e05a4a17f546eb747861e2dfa2e35 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/read_depth.py @@ -0,0 +1,23 @@ +'''OpenGL extension NV.read_depth + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.read_depth to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/read_depth.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.read_depth import * +from OpenGL.raw.GLES2.NV.read_depth import _EXTENSION_NAME + +def glInitReadDepthNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/texture_border_clamp.py b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/texture_border_clamp.py new file mode 100644 index 0000000000000000000000000000000000000000..669ace1efa507b2658fac9f922a8a96e59269566 --- /dev/null +++ b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/NV/texture_border_clamp.py @@ -0,0 +1,23 @@ +'''OpenGL extension NV.texture_border_clamp + +This module customises the behaviour of the +OpenGL.raw.GLES2.NV.texture_border_clamp to provide a more +Python-friendly API + +The official definition of this extension is available here: +http://www.opengl.org/registry/specs/NV/texture_border_clamp.txt +''' +from OpenGL import platform, constant, arrays +from OpenGL import extensions, wrapper +import ctypes +from OpenGL.raw.GLES2 import _types, _glgets +from OpenGL.raw.GLES2.NV.texture_border_clamp import * +from OpenGL.raw.GLES2.NV.texture_border_clamp import _EXTENSION_NAME + +def glInitTextureBorderClampNV(): + '''Return boolean indicating whether this extension is available''' + from OpenGL import extensions + return extensions.hasGLExtension( _EXTENSION_NAME ) + + +### END AUTOGENERATED SECTION \ No newline at end of file diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/__init__.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5948270e4837ea2b963e35185919ea6ada0cc219 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/__init__.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/depth24.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/depth24.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4774679157cc53e4476677babe51228a1e0b4f1d Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/depth24.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/fbo_render_mipmap.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/fbo_render_mipmap.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8d2d52c468c418ed8327c76a3805d98fe1a33fb Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/fbo_render_mipmap.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/surfaceless_context.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/surfaceless_context.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02706c425dad253c5ed1ead3bff99c93d8d73804 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/surfaceless_context.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/texture_half_float.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/texture_half_float.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e799a4ae91854a008c692491d73f27d8608f4ef Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/texture_half_float.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/texture_storage_multisample_2d_array.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/texture_storage_multisample_2d_array.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52cec4260c763ab7312d6d52137184bba638166a Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/texture_storage_multisample_2d_array.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/vertex_type_10_10_10_2.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/vertex_type_10_10_10_2.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85c1fbc12e54c4d4fb182ac114ff69975b26db92 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/OES/__pycache__/vertex_type_10_10_10_2.cpython-310.pyc differ diff --git a/vllm/lib/python3.10/site-packages/OpenGL/GLES2/__pycache__/vboimplementation.cpython-310.pyc b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/__pycache__/vboimplementation.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..569026d72297bf70f2c049dd0637a654d7756b45 Binary files /dev/null and b/vllm/lib/python3.10/site-packages/OpenGL/GLES2/__pycache__/vboimplementation.cpython-310.pyc differ