Searched refs:_glapi_tls_Dispatch (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi.h83 extern __declspec(thread) struct _glapi_table * _glapi_tls_Dispatch;
86 _GLAPI_EXPORT extern __THREAD_INITIAL_EXEC struct _glapi_table * _glapi_tls_Dispatch;
94 # define GET_DISPATCH() _glapi_tls_Dispatch
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Du_current.h14 #define u_current_table _glapi_tls_Dispatch
/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Du_current.h14 #define u_current_table _glapi_tls_Dispatch
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi.h91 _GLAPI_EXPORT extern __thread struct _glapi_table * _glapi_tls_Dispatch
100 # define GET_DISPATCH() _glapi_tls_Dispatch
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglthread.h303 extern TLS struct _glapi_table * _glapi_tls_Dispatch
306 #define GET_DISPATCH() _glapi_tls_Dispatch
H A Dglapi.c99 * hardcoded to \c NULL. Instead the TLS variables \c _glapi_tls_Dispatch and
107 PUBLIC TLS struct _glapi_table * _glapi_tls_Dispatch variable in typeref:struct:_glapi_table *
197 _glapi_tls_Dispatch = dispatch;
216 api = _glapi_tls_Dispatch;
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddispatch.rst137 ``_glapi_tls_Dispatch``. A new variable name is used so that a single
146 extern __thread struct _glapi_table *_glapi_tls_Dispatch
149 #define GET_DISPATCH() _glapi_tls_Dispatch
183 #. Using ``_glapi_tls_Dispatch`` directly in TLS enabled multithreaded
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.0.0.rst51 \_glapi_tls_Dispatch undefined
55 undefined symbol: \_glapi_tls_Dispatch

Completed in 11 milliseconds