| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | single2swap.c | 51 __GLXcontext *cx; local in function:__glXDispSwap_FeedbackBuffer 57 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 58 if (!cx) { 67 if (cx->feedbackBufSize < size) { 68 cx->feedbackBuf = (GLfloat *) realloc(cx->feedbackBuf, 71 if (!cx->feedbackBuf) { 75 cx->feedbackBufSize = size; 77 CALL_FeedbackBuffer( GET_DISPATCH(), (size, type, cx->feedbackBuf) ); 78 __GLX_NOTE_UNFLUSHED_CMDS(cx); 85 __GLXcontext *cx; local in function:__glXDispSwap_SelectBuffer 119 __GLXcontext *cx; local in function:__glXDispSwap_RenderMode 229 __GLXcontext *cx; local in function:__glXDispSwap_Flush 249 __GLXcontext *cx; local in function:__glXDispSwap_Finish [all...] |
| H A D | single2.c | 54 __GLXcontext *cx; local in function:__glXDisp_FeedbackBuffer 59 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 60 if (!cx) { 67 if (cx->feedbackBufSize < size) { 68 cx->feedbackBuf = (GLfloat *) realloc(cx->feedbackBuf, 71 if (!cx->feedbackBuf) { 75 cx->feedbackBufSize = size; 77 CALL_FeedbackBuffer( GET_DISPATCH(), (size, type, cx->feedbackBuf) ); 78 __GLX_NOTE_UNFLUSHED_CMDS(cx); 85 __GLXcontext *cx; local in function:__glXDisp_SelectBuffer 117 __GLXcontext *cx; local in function:__glXDisp_RenderMode 215 __GLXcontext *cx; local in function:__glXDisp_Flush 233 __GLXcontext *cx; local in function:__glXDisp_Finish 322 __GLXcontext *cx; local in function:DoGetString [all...] |
| H A D | glxext.c | 104 static int ContextGone(__GLXcontext* cx, XID id) argument 106 cx->idExists = GL_FALSE; 107 if (!cx->isCurrent) { 108 __glXFreeContext(cx); 163 void __glXAddToContextList(__GLXcontext *cx) argument 165 cx->next = glxAllContexts; 166 glxAllContexts = cx; 169 static void __glXRemoveFromContextList(__GLXcontext *cx) argument 173 if (cx == glxAllContexts) 174 glxAllContexts = cx 188 __glXFreeContext(__GLXcontext * cx) argument 394 __GLXcontext *cx; local in function:__glXForceCurrent 456 __GLXcontext *cx, *next; local in function:glxResumeClients [all...] |
| H A D | swap_interval.c | 50 __GLXcontext *cx; local in function:DoSwapInterval 56 cx = __glXLookupContextByTag(cl, tag); 58 if ((cx == NULL) || (cx->pGlxScreen == NULL)) { 63 if (cx->pGlxScreen->swapInterval == NULL) { 64 LogMessage(X_ERROR, "AIGLX: cx->pGlxScreen->swapInterval == NULL\n"); 69 if (cx->drawPriv == NULL) { 82 (void) (*cx->pGlxScreen->swapInterval)(cx->drawPriv, interval);
|
| H A D | glxext.h | 41 extern void __glXAddToContextList(__GLXcontext *cx);
|
| H A D | indirect_texture_compression.c | 46 __GLXcontext * const cx = __glXForceCurrent( cl, req->contextTag, & error ); local in function:__glXDisp_GetCompressedTexImageARB 53 if ( cx != NULL ) { 88 __GLXcontext * const cx = __glXForceCurrent( cl, bswap_32( req->contextTag ), & error ); local in function:__glXDispSwap_GetCompressedTexImageARB 95 if ( cx != NULL ) {
|
| H A D | singlepix.c | 52 __GLXcontext *cx; local in function:__glXDisp_ReadPixels 59 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 60 if (!cx) { 97 __GLX_NOTE_FLUSHED_CMDS(cx); 106 __GLXcontext *cx; local in function:__glXDisp_GetTexImage 114 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 115 if (!cx) { 167 __GLXcontext *cx; local in function:__glXDisp_GetPolygonStipple 175 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 176 if (!cx) { 205 __GLXcontext *cx; local in function:GetSeparableFilter 286 __GLXcontext *cx; local in function:GetConvolutionFilter 363 __GLXcontext *cx; local in function:GetHistogram 429 __GLXcontext *cx; local in function:GetMinmax 487 __GLXcontext *cx; local in function:GetColorTable [all...] |
| H A D | singlepixswap.c | 53 __GLXcontext *cx; local in function:__glXDispSwap_ReadPixels 61 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 62 if (!cx) { 108 __GLX_NOTE_FLUSHED_CMDS(cx); 118 __GLXcontext *cx; local in function:__glXDispSwap_GetTexImage 127 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 128 if (!cx) { 190 __GLXcontext *cx; local in function:__glXDispSwap_GetPolygonStipple 200 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 201 if (!cx) { 230 __GLXcontext *cx; local in function:GetSeparableFilter 319 __GLXcontext *cx; local in function:GetConvolutionFilter 403 __GLXcontext *cx; local in function:GetHistogram 476 __GLXcontext *cx; local in function:GetMinmax 541 __GLXcontext *cx; local in function:GetColorTable [all...] |
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | single2swap.c | 49 __GLXcontext *cx; local in function:__glXDispSwap_FeedbackBuffer 55 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 56 if (!cx) { 65 if (cx->feedbackBufSize < size) { 66 cx->feedbackBuf = reallocarray(cx->feedbackBuf, 68 if (!cx->feedbackBuf) { 72 cx->feedbackBufSize = size; 74 glFeedbackBuffer(size, type, cx->feedbackBuf); 82 __GLXcontext *cx; local in function:__glXDispSwap_SelectBuffer 116 __GLXcontext *cx; local in function:__glXDispSwap_RenderMode 232 __GLXcontext *cx; local in function:__glXDispSwap_Flush 253 __GLXcontext *cx; local in function:__glXDispSwap_Finish [all...] |
| H A D | swap_interval.c | 46 __GLXcontext *cx; local in function:DoSwapInterval 51 cx = __glXLookupContextByTag(cl, tag); 53 if ((cx == NULL) || (cx->pGlxScreen == NULL)) { 58 if (cx->pGlxScreen->swapInterval == NULL) { 59 LogMessage(X_ERROR, "AIGLX: cx->pGlxScreen->swapInterval == NULL\n"); 64 if (cx->drawPriv == NULL) { 77 (void) (*cx->pGlxScreen->swapInterval) (cx->drawPriv, interval);
|
| H A D | single2.c | 51 __GLXcontext *cx; local in function:__glXDisp_FeedbackBuffer 56 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 57 if (!cx) { 64 if (cx->feedbackBufSize < size) { 65 cx->feedbackBuf = reallocarray(cx->feedbackBuf, 67 if (!cx->feedbackBuf) { 71 cx->feedbackBufSize = size; 73 glFeedbackBuffer(size, type, cx->feedbackBuf); 81 __GLXcontext *cx; local in function:__glXDisp_SelectBuffer 112 __GLXcontext *cx; local in function:__glXDisp_RenderMode 215 __GLXcontext *cx; local in function:__glXDisp_Flush 233 __GLXcontext *cx; local in function:__glXDisp_Finish 329 __GLXcontext *cx; local in function:DoGetString [all...] |
| H A D | glxext.c | 67 static GLboolean __glXFreeContext(__GLXcontext * cx); 73 * and cx here will be NULL. Otherwise we really free the context. 76 ContextGone(__GLXcontext * cx, XID id) argument 78 if (!cx) 81 if (!cx->currentClient) 82 __glXFreeContext(cx); 137 __glXAddContext(__GLXcontext * cx) argument 141 if (!AddResource(cx->id, __glXContextRes, (void *)cx)) { 145 cx 151 __glXRemoveFromContextList(__GLXcontext * cx) argument 171 __glXFreeContext(__GLXcontext * cx) argument 589 __GLXcontext *cx; local in function:__glXForceCurrent 667 __GLXcontext *cx, *next; local in function:glxResumeClients [all...] |
| H A D | indirect_texture_compression.c | 43 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetCompressedTexImage 49 if (cx != NULL) { 89 __GLXcontext *const cx = local in function:__glXDispSwap_GetCompressedTexImage 96 if (cx != NULL) {
|
| H A D | indirect_dispatch.c | 53 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_NewList 56 if (cx != NULL) { 69 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_EndList 72 if (cx != NULL) { 103 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_DeleteLists 106 if (cx != NULL) { 119 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GenLists 122 if (cx != NULL) { 1420 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_PixelStoref 1423 if (cx ! 1436 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_PixelStorei 1509 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetBooleanv 1538 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetClipPlane 1557 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetDoublev 1586 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetError 1605 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetFloatv 1634 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetIntegerv 1663 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetLightfv 1692 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetLightiv 1721 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetMapdv 1751 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetMapfv 1781 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetMapiv 1811 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetMaterialfv 1840 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetMaterialiv 1869 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetPixelMapfv 1898 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetPixelMapuiv 1927 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetPixelMapusv 1956 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetTexEnvfv 1985 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetTexEnviv 2014 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetTexGendv 2043 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetTexGenfv 2072 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetTexGeniv 2101 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetTexParameterfv 2130 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetTexParameteriv 2159 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetTexLevelParameterfv 2189 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetTexLevelParameteriv 2219 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_IsEnabled 2238 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_IsList 2457 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_AreTexturesResident 2484 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_AreTexturesResidentEXT 2556 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_DeleteTextures 2574 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_DeleteTexturesEXT 2592 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GenTextures 2618 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GenTexturesEXT 2644 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_IsTexture 2663 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_IsTextureEXT 2798 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetColorTableParameterfv 2827 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetColorTableParameterfvSGI 2856 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetColorTableParameteriv 2885 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetColorTableParameterivSGI 3036 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetConvolutionParameterfv 3065 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetConvolutionParameterfvEXT 3094 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetConvolutionParameteriv 3123 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetConvolutionParameterivEXT 3152 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetHistogramParameterfv 3181 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetHistogramParameterfvEXT 3210 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetHistogramParameteriv 3239 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetHistogramParameterivEXT 3268 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetMinmaxParameterfv 3297 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetMinmaxParameterfvEXT 3326 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetMinmaxParameteriv 3355 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetMinmaxParameterivEXT 3861 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_DeleteQueries 3888 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GenQueries 3916 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetQueryObjectiv 3947 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetQueryObjectuiv 3977 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetQueryiv 4007 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_IsQuery 4241 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_DeleteProgramsARB 4261 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GenProgramsARB 4289 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetProgramEnvParameterdvARB 4311 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetProgramEnvParameterfvARB 4333 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetProgramLocalParameterdvARB 4355 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetProgramLocalParameterfvARB 4377 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetProgramivARB 4407 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_IsProgramARB 4551 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_CheckFramebufferStatus 4641 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GenFramebuffers 4670 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GenRenderbuffers 4708 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetFramebufferAttachmentParameteriv 4731 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_GetRenderbufferParameteriv 4753 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_IsFramebuffer 4774 __GLXcontext *const cx = __glXForceCurrent(cl, req->contextTag, &error); local in function:__glXDisp_IsRenderbuffer [all...] |
| H A D | singlepix.c | 49 __GLXcontext *cx; local in function:__glXDisp_ReadPixels 57 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 58 if (!cx) { 99 __GLXcontext *cx; local in function:__glXDisp_GetTexImage 108 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 109 if (!cx) { 159 __GLXcontext *cx; local in function:__glXDisp_GetPolygonStipple 168 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 169 if (!cx) { 200 __GLXcontext *cx; local in function:GetSeparableFilter 279 __GLXcontext *cx; local in function:GetConvolutionFilter 356 __GLXcontext *cx; local in function:GetHistogram 426 __GLXcontext *cx; local in function:GetMinmax 489 __GLXcontext *cx; local in function:GetColorTable [all...] |
| H A D | singlepixswap.c | 51 __GLXcontext *cx; local in function:__glXDispSwap_ReadPixels 60 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 61 if (!cx) { 113 __GLXcontext *cx; local in function:__glXDispSwap_GetTexImage 123 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 124 if (!cx) { 184 __GLXcontext *cx; local in function:__glXDispSwap_GetPolygonStipple 196 cx = __glXForceCurrent(cl, __GLX_GET_SINGLE_CONTEXT_TAG(pc), &error); 197 if (!cx) { 228 __GLXcontext *cx; local in function:GetSeparableFilter 317 __GLXcontext *cx; local in function:GetConvolutionFilter 404 __GLXcontext *cx; local in function:GetHistogram 483 __GLXcontext *cx; local in function:GetMinmax 554 __GLXcontext *cx; local in function:GetColorTable [all...] |
| H A D | glxdri2.c | 105 __GLXcontext *cx = lastGLContext; local in function:copy_box 114 if (cx != lastGLContext) { 115 lastGLContext = cx; 116 cx->makeCurrent(cx); 205 __GLXcontext *cx = lastGLContext; local in function:__glXDRIdrawableSwapBuffers 215 if (cx != lastGLContext) { 216 lastGLContext = cx; 217 cx->makeCurrent(cx); 226 __GLXcontext *cx = lastGLContext; local in function:__glXDRIdrawableSwapInterval 288 __GLXcontext *cx = lastGLContext; local in function:__glXDRIcontextWait 598 __GLXcontext *cx = lastGLContext; local in function:__glXDRIscreenCreateDrawable 648 __GLXcontext *cx = lastGLContext; local in function:dri2GetBuffers 705 __GLXcontext *cx = lastGLContext; local in function:dri2GetBuffersWithFormat [all...] |
| H A D | glxext.h | 61 extern Bool __glXAddContext(__GLXcontext * cx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_msg.c | 78 * @cx: [OUT] e.g. status from a non-HB message status command 85 ax, bx, cx, dx, si, di) \ 90 "=c"(cx), \ 119 * @cx: [OUT] e.g. status from a non-HB message status command 130 ax, bx, cx, dx, si, di) \ 138 "=c"(cx), \ 154 ax, bx, cx, dx, si, di) \ 162 "=c"(cx), \ 189 ax, bx, cx, dx, si, di) \ 199 "=c"(cx), \ 305 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local in function:vmw_open_channel 335 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local in function:vmw_close_channel 366 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local in function:vmw_send_msg [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_msg.c | 81 * @cx: [OUT] e.g. status from a non-HB message status command 88 ax, bx, cx, dx, si, di) \ 93 "=c"(cx), \ 122 * @cx: [OUT] e.g. status from a non-HB message status command 133 ax, bx, cx, dx, si, di) \ 141 "=c"(cx), \ 157 ax, bx, cx, dx, si, di) \ 165 "=c"(cx), \ 192 ax, bx, cx, dx, si, di) \ 202 "=c"(cx), \ 308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local in function:vmw_open_channel 338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local in function:vmw_close_channel 369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local in function:vmw_send_msg [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxext.c | 112 static int ContextGone(__GLXcontext* cx, XID id) argument 114 cx->idExists = GL_FALSE; 115 if (!cx->isCurrent) { 116 __glXFreeContext(cx); 127 __GLXcontext *cx; local in function:ClientGone 136 cx = cl->currentContexts[i]; 137 if (cx) { 138 cx->isCurrent = GL_FALSE; 139 if (!cx->idExists) { 140 __glXFreeContext(cx); 225 __glXFreeContext(__GLXcontext * cx) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_clip_tmp.h | 59 const GLfloat cx = from[0]; 66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT)); 67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT)); 76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; 77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; 97 vProj[i][0] = cx * oow; 139 const GLfloat cx = from[0]; 146 mask = (((cw < cx) << CLIP_RIGHT_SHIFT)); 147 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT)); 156 if (-cx [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_clip_tmp.h | 59 const GLfloat cx = from[0]; 66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT)); 67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT)); 76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; 77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; 97 vProj[i][0] = cx * oow; 139 const GLfloat cx = from[0]; 146 mask = (((cw < cx) << CLIP_RIGHT_SHIFT)); 147 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT)); 156 if (-cx [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | ellipse.c | 24 const VGfloat cx = 0, cy=29, width=80, height=40; local in function:init 28 data[0] = cx + hw; 33 data[5] = cx - hw;
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | getmode.c | 61 * cx and cy. 64 const char *pszName, unsigned cx, unsigned cy) 73 sprintf(szName, "%ux%u", cx, cy); 76 TRACE_LOG("pszName=%s, cx=%u, cy=%u\n", pszName, cx, cy); 87 m->HDisplay = cx; 89 m->HDisplay = cx & ~7; 135 unsigned cx = 0; local in function:vboxAddModes 150 if (sscanf(pScrn->display->modes[i], "%ux%u", &cx, &cy) == 2) 153 vboxFillDisplayMode(pScrn, pMode, pScrn->display->modes[i], cx, c 63 vboxFillDisplayMode(ScrnInfoPtr pScrn,DisplayModePtr m,const char * pszName,unsigned cx,unsigned cy) argument [all...] |