Searched refs:sent (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/libxcb/dist/src/
H A Dxcbext.h66 * @param request Information about the request to be sent.
74 * When this function returns, the request might or might not be sent already.
75 * Use xcb_flush() to make sure that it really was sent.
90 * @param request Information about the request to be sent.
101 * will be sent to the X server along with this request. After this function
102 * returns, all file descriptors sent are owned by xcb and will be closed
105 * When this function returns, the request might or might not be sent already.
106 * Use xcb_flush() to make sure that it really was sent.
121 * @param request Information about the request to be sent.
129 * When this function returns, the request might or might not be sent alread
[all...]
H A Dxcb_out.c324 /* send GetInputFocus (sync_req) when 64k-2 requests have been sent without
376 int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), void *closure, int flags, uint64_t *sent) argument
395 /* c->out.request + 1 will be the first request sent by the external
396 * socket owner. If the socket is returned before this request is sent
403 *sent = c->out.request;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_glx.c156 Bool sent; local in function:indirect_bind_context
165 sent = SendMakeCurrentRequest(dpy, gc->xid, tag, draw, read,
168 if (sent) {
190 return !sent;
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXos_r.h416 struct servent sent; member in struct:__anon4a62ccf90508
431 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \
433 ((sp).sent.s_name = (sp).s_name), \
435 ((sp).sent.s_proto = (sp).s_proto), \
436 ((sp).sptr = &(sp).sent), \
476 struct servent sent; member in struct:__anon4a62ccf90708
484 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf))
491 struct servent sent; member in struct:__anon4a62ccf90908
502 ((getservbyname_r((s),(p),&(sp).sent,&(sp).sdata) == -1) ? NULL : &(sp).sent) )
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_glx.c139 Bool sent; local in function:indirect_bind_context
148 sent = SendMakeCurrentRequest(dpy, gc->xid, tag, draw, read,
155 return !sent;
/xsrc/external/mit/libX11/dist/src/
H A Dxcb_io.c66 uint64_t sent; local in function:require_socket
73 flags, &sent)) {
77 dpy->xcb->last_flushed = sent;
78 X_DPY_SET_REQUEST(dpy, sent);
/xsrc/external/mit/MesaLib/dist/docs/
H A Dlists.rst20 - announcements of new Mesa versions are sent to this list. Very low
H A Ddispatch.rst30 context where function calls are converted to GLX protocol and sent to a
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME-ISA.md78 > and sent to the texture cache. Any texture or buffer resources and samplers
79 > are also sent immediately. However, write-data is not immediately sent to the
H A DREADME.md112 The assembler emits the actual binary that will be sent to the hardware for execution. ACO's assembler is straight-forward because all instructions have their format, opcode, registers and potential fields already available, so it only needs to cater to the some differences between each hardware generation.
/xsrc/external/mit/libdrm/dist/
H A DCONTRIBUTING.rst7 Patches should be sent to dri-devel@lists.freedesktop.org, using git
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.1.2.rst144 - radeonsi: ensure that VGT_GS_MODE is sent when necessary
H A D20.1.7.rst155 - vulkan/wsi/x11: add sent image counter
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfig.h.in206 /* Define to the address where bug reports for this package should be sent. */
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfig.h.in181 /* Define to the address where bug reports for this package should be sent. */
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd116 be sent when a NULL pointer is passed. This is only used by
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd118 be sent when a NULL pointer is passed. This is only used by
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Application.m935 // <rdar://problem/7989690> deltaXY for wheel events are being sent as mouse movement
1249 * always sent
1282 * always sent
/xsrc/external/mit/fontconfig/dist/
H A Dconfig.h.in273 /* Define to the address where bug reports for this package should be sent. */
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dformats.rst125 in sRGB. When an image is sent to the X server, X passes the pixels on to the
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A DapSolaris.shar296 XBug reports, questions, suggestions, etc can be sent to xfree86@xfree86.org.
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmds.c234 int sent = 0; local in function:CreateContext
300 sent = 1;
322 sent = 1;
326 if (!sent) {
1352 ** Server should take into consideration the version numbers sent by the
3614 ** Send enough requests until the whole array is sent.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_512_emu.inl577 // of 2-bit for AVX512), we need to expand the control bits sent to the
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_512_emu.inl577 // of 2-bit for AVX512), we need to expand the control bits sent to the
/xsrc/external/mit/xorg-server/dist/include/
H A Ddo-not-use-config.h.in476 /* Define to the address where bug reports for this package should be sent. */

Completed in 22 milliseconds

12