Searched refs:xid (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_xid.c46 pthread_mutex_lock(&c->xid.lock);
47 if(c->xid.last >= c->xid.max - c->xid.inc + 1)
50 assert(c->xid.last == c->xid.max);
51 if (c->xid.last == 0) {
53 c->xid.max = c->setup->resource_id_mask;
59 pthread_mutex_unlock(&c->xid.lock);
69 pthread_mutex_unlock(&c->xid
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dcreate_context.c58 uint32_t xid, share_xid; local in function:glXCreateContextAttribsARB
115 xid = xcb_generate_id(c);
116 share_xid = (share != NULL) ? share->xid : 0;
128 xid,
148 xcb_glx_destroy_context(c, xid);
152 __glXSendError(dpy, GLXBadFBConfig, xid, 0, False);
154 gc->xid = xid;
H A Dglx_pbuffer.c215 XID xid; local in function:DestroyDRIDrawable
218 xid = pdraw->xDrawable;
222 XFreePixmap(priv->dpy, xid);
432 GLXDrawable xid; local in function:CreateDrawable
460 req->glxwindow = xid = XAllocID(dpy);
469 if (InitGLXDrawable(dpy, glxDraw, drawable, xid)) {
474 if (!CreateDRIDrawable(dpy, config, drawable, xid, attrib_list, i)) {
479 protocolDestroyDrawable(dpy, xid, glxCode);
480 xid = None;
483 return xid;
[all...]
H A Dglxcmds.c363 req->context = gc->xid = XAllocID(dpy);
366 req->shareList = shareList ? shareList->xid : None;
378 req->context = gc->xid = XAllocID(dpy);
382 req->shareList = shareList ? shareList->xid : None;
399 req->context = gc->xid = XAllocID(dpy);
403 req->shareList = shareList ? shareList->xid : None;
418 gc->share_xid = shareList ? shareList->xid : None;
428 int isDirect = __glXIsDirect(dpy, gc->xid, &error);
477 glx_send_destroy_context(Display *dpy, XID xid) argument
486 req->context = xid;
1980 GLXPixmap xid = None; variable in typeref:typename:GLXPixmap
[all...]
H A Dglxcurrent.c189 if ((gc != NULL) && (gc->xid == None)) {
243 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dcreate_context.c93 gc->xid = xcb_generate_id(c);
94 gc->share_xid = (share != NULL) ? share->xid : 0;
106 gc->xid,
H A Dglx_pbuffer.c232 XID xid; local in function:DestroyDRIDrawable
235 xid = pdraw->xDrawable;
239 XFreePixmap(priv->dpy, xid);
453 GLXDrawable xid; local in function:CreateDrawable
478 req->glxwindow = xid = XAllocID(dpy);
487 if (InitGLXDrawable(dpy, glxDraw, drawable, xid)) {
492 if (!CreateDRIDrawable(dpy, config, drawable, xid, attrib_list, i)) {
497 protocolDestroyDrawable(dpy, xid, glxCode);
498 xid = None;
501 return xid;
[all...]
H A Dglxcmds.c359 req->context = gc->xid = XAllocID(dpy);
362 req->shareList = shareList ? shareList->xid : None;
374 req->context = gc->xid = XAllocID(dpy);
378 req->shareList = shareList ? shareList->xid : None;
395 req->context = gc->xid = XAllocID(dpy);
399 req->shareList = shareList ? shareList->xid : None;
414 gc->share_xid = shareList ? shareList->xid : None;
424 int isDirect = __glXIsDirect(dpy, gc->xid, &error);
486 glx_send_destroy_context(Display *dpy, XID xid) argument
495 req->context = xid;
1968 GLXPixmap xid = None; variable in typeref:typename:GLXPixmap
[all...]
H A Dglxcurrent.c188 if ((gc != NULL) && (gc->xid == None)) {
243 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri3.h42 XID xid; member in struct:dri3_fence
H A Ddri3.c86 f.xid = xcb_generate_id(c);
87 xcb_dri3_fence_from_fd(c, pixmap, f.xid, 0, fd);
99 xcb_sync_trigger_fence(c, fence->xid);
110 xcb_sync_destroy_fence(c, fence->xid);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri3.c85 f.xid = xcb_generate_id(c);
86 xcb_dri3_fence_from_fd(c, pixmap, f.xid, 0, fd);
98 xcb_sync_trigger_fence(c, fence->xid);
109 xcb_sync_destroy_fence(c, fence->xid);
H A Ddri3.h42 XID xid; member in struct:dri3_fence
/xsrc/external/mit/libXres/dist/include/X11/extensions/
H A DXRes.h88 XID xid,
95 XID xid,
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_pbuffer.c109 XFreePixmap(dpy, pbuf->xid);
131 Pixmap xid; local in function:apple_glx_pbuffer_create
142 xid = XCreatePixmap(dpy, root, (unsigned int) 1,
145 if (None == xid) {
150 if (apple_glx_drawable_create(dpy, screen, xid, &d, &callbacks)) {
158 pbuf->xid = xid;
177 *result = pbuf->xid;
H A Dapple_glx_drawable.h71 GLXPbuffer xid; /* our pixmap */ member in struct:apple_glx_pbuffer
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_pbuffer.c110 XFreePixmap(dpy, pbuf->xid);
132 Pixmap xid; local in function:apple_glx_pbuffer_create
143 xid = XCreatePixmap(dpy, root, (unsigned int) 1,
146 if (None == xid) {
151 if (apple_glx_drawable_create(dpy, screen, xid, &d, &callbacks)) {
159 pbuf->xid = xid;
178 *result = pbuf->xid;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxres.c128 clientID = CLIENT_ID(stuff->xid);
131 client->errorValue = stuff->xid;
250 clientID = CLIENT_ID(stuff->xid);
253 client->errorValue = stuff->xid;
339 swaps(&stuff->xid,n);
350 swaps(&stuff->xid,n);
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c161 " --setprovideroutputsource <prov-xid> <source-xid>\n"
162 " --setprovideroffloadsink <prov-xid> <sink-xid>\n"
302 XID xid; member in struct:__anonda8baef70408
629 set_name_xid (name_t *name, XID xid) argument
632 name->xid = xid;
652 name->xid = old->xid;
663 unsigned int xid; /* don't make it XID (which is unsigned long): local in function:set_name
1130 set_output_info(output_t * output,RROutput xid,XRROutputInfo * output_info) argument
[all...]
/xsrc/external/mit/libXres/dist/src/
H A DXRes.c143 XResQueryClientResources(Display *dpy, XID xid, argument
160 req->xid = (CARD32) xid;
198 XResQueryClientPixmapBytes(Display *dpy, XID xid, unsigned long *bytes) argument
212 req->xid = (CARD32) xid;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXResproto.h95 CARD32 xid; member in struct:_XResQueryClientResources
119 CARD32 xid; member in struct:_XResQueryClientPixmapBytes
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxext.c412 XID xid = FakeClientID(client->index); local in function:__glXDispatch
413 if (!AddResource( xid, __glXClientRes, (pointer)(long)client->index)) {
464 XID xid = FakeClientID(client->index); local in function:__glXSwapDispatch
465 if (!AddResource( xid, __glXClientRes, (pointer)(long)client->index)) {
/xsrc/external/mit/xf86-video-intel/dist/benchmarks/
H A Ddri3-swap.c57 XID xid; member in struct:dri3_fence
153 f.xid = xcb_generate_id(c);
154 xcb_dri3_fence_from_fd(c, pixmap, f.xid, 0, fd);
205 buffer[n].fence.xid = 0;
273 if (b->fence.xid) {
284 b->fence.xid,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gm107.cpp208 int qop = 0, xid = 0; local in function:nv50_ir::GM107LoweringPass::handleDFDX
213 xid = 1;
217 xid = 2;
225 bld.mkImm(xid), bld.mkImm(SHFL_BOUND_QUAD));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gm107.cpp227 int qop = 0, xid = 0; local in function:nv50_ir::GM107LoweringPass::handleDFDX
232 xid = 1;
236 xid = 2;
244 bld.mkImm(xid), bld.mkImm(SHFL_BOUND_QUAD));

Completed in 20 milliseconds

123