Searched refs:enqueue (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dusb-common.h50 dmxEnqueueProcPtr enqueue,
H A Dusb-keyboard.h44 dmxEnqueueProcPtr enqueue,
H A Dusb-mouse.h41 dmxEnqueueProcPtr enqueue,
H A Dusb-other.h41 dmxEnqueueProcPtr enqueue,
H A Ddmxbackend.h49 dmxEnqueueProcPtr enqueue,
H A Dlnx-ms.h44 dmxEnqueueProcPtr enqueue,
H A Dlnx-ps2.h44 dmxEnqueueProcPtr enqueue,
H A Ddmxconsole.h48 dmxEnqueueProcPtr enqueue,
H A Dlnx-keyboard.h56 dmxEnqueueProcPtr enqueue,
H A Dlnx-ms.c144 static void msLinuxButton(DevicePtr pDev, ENQUEUEPROC enqueue, int buttons, argument
151 enqueue(pDev, ButtonPress, 0, 0, NULL, block); \
156 enqueue(pDev, ButtonRelease, 0, 0, NULL, block); \
178 * event, enqueue it with the \a motion function. Otherwise, check for
179 * special keys with the \a checkspecial function and enqueue the event
180 * with the \a enqueue function. The \a block type is passed to the
185 ENQUEUEPROC enqueue,
204 msLinuxButton(pDev, enqueue, (((b[0] & 0x10) ? button3 : 0)
183 msLinuxRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
H A Dlnx-ps2.c140 static void ps2LinuxButton(DevicePtr pDev, ENQUEUEPROC enqueue, argument
147 enqueue(pDev, ButtonPress, 0, 0, NULL, block); \
152 enqueue(pDev, ButtonRelease, 0, 0, NULL, block); \
174 * event, enqueue it with the \a motion function. Otherwise, check for
175 * special keys with the \a checkspecial function and enqueue the event
176 * with the \a enqueue function. The \a block type is passed to the
180 ENQUEUEPROC enqueue, CHECKPROC checkspecial, BLOCK block)
197 ps2LinuxButton(pDev, enqueue, (((b[0] & 4) ? button2 : 0)
179 ps2LinuxRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
H A Dusb-mouse.c71 ENQUEUEPROC enqueue,
75 usbRead(pDev, motion, enqueue, BTN_MISC, block);
69 mouUSBRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
H A Dusb-other.c73 ENQUEUEPROC enqueue,
77 usbRead(pDev, motion, enqueue, 0xffff, block);
71 othUSBRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
H A Dusb-keyboard.c295 ENQUEUEPROC enqueue,
345 enqueue(pDev, KeyRelease, keyCode, keySym, NULL, block);
357 if (enqueue)
358 enqueue(pDev, type, keyCode, keySym, NULL, block);
364 * event, enqueue it with the \a motion function. Otherwise, check for
365 * special keys with the \a checkspecial function and enqueue the event
366 * with the \a enqueue function. The \a block type is passed to the
371 ENQUEUEPROC enqueue,
383 kbdUSBConvert(pDev, raw.code, raw.value, enqueue, checkspecial, block);
292 kbdUSBConvert(DevicePtr pDev,unsigned int scanCode,int value,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
369 kbdUSBRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
H A Dusb-common.c79 * event, enqueue it with the \a motion function. Otherwise, enqueue
80 * the event with the \a enqueue function. The \a block type is passed
89 ENQUEUEPROC enqueue,
100 enqueue(pDev, ButtonPress, 0, 0, NULL, block); \
105 enqueue(pDev, ButtonRelease, 0, 0, NULL, block); \
120 enqueue(pDev, raw.value ? KeyPress : KeyRelease,
87 usbRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,int minButton,BLOCK block) argument
H A Dlnx-keyboard.c659 ENQUEUEPROC enqueue,
711 enqueue(pDev, KeyRelease, keyCode, keySym, NULL, block);
723 if (enqueue)
724 enqueue(pDev, type, keyCode, keySym, NULL, block);
730 * event, enqueue it with the \a motion function. Otherwise, check for
731 * special keys with the \a checkspecial function and enqueue the event
732 * with the \a enqueue function. The \a block type is passed to the
737 ENQUEUEPROC enqueue,
748 kbdLinuxConvert(pDev, *pt, enqueue, checkspecial, block);
657 kbdLinuxConvert(DevicePtr pDev,unsigned char scanCode,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
735 kbdLinuxRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
H A Ddmxbackend.c337 dmxEnqueueProcPtr enqueue,
451 enqueue(priv->kbd, X.type, X.xkey.keycode, 0, NULL, block);
459 enqueue(priv->mou, X.type, X.xbutton.button, 0, &X, block);
335 dmxBackendCollectEvents(DevicePtr pDev,dmxMotionProcPtr motion,dmxEnqueueProcPtr enqueue,dmxCheckSpecialProcPtr checkspecial,DMXBlockType block) argument
H A Ddmxconsole.c453 * events on the server event queue using the \a motion and \a enqueue
459 dmxEnqueueProcPtr enqueue,
584 enqueue(priv->kbd, X.type, X.xkey.keycode, 0, NULL, block);
589 enqueue(priv->mou, X.type, X.xbutton.button, 0, &X, block);
457 dmxConsoleCollectEvents(DevicePtr pDev,dmxMotionProcPtr motion,dmxEnqueueProcPtr enqueue,dmxCheckSpecialProcPtr checkspecial,DMXBlockType block) argument
/xsrc/external/mit/xlsclients/dist/
H A Dxlsclients.c99 static void enqueue(queue_func func, void *closure) function in typeref:typename:void
153 enqueue(atom_done, as);
349 enqueue(child_info, cs);
401 enqueue(child_info, cs);
425 enqueue(root_list, rl);
580 enqueue(show_client_properties, cs);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dtilemgr.h118 void enqueue(uint32_t x, uint32_t y, BE_WORK* pWork);
H A Dtilemgr.cpp38 void MacroTileMgr::enqueue(uint32_t x, uint32_t y, BE_WORK* pWork) function in class:MacroTileMgr
40 // Should not enqueue more then what we have backing for in the hot tile manager.
H A Dfrontend.cpp67 pTileMgr->enqueue(0, 0, &work);
91 pTileMgr->enqueue(i, n, &work);
124 pTileMgr->enqueue(x, y, &work);
159 pTileMgr->enqueue(x, y, &work);
213 pTileMgr->enqueue(x, y, &work);
H A Dbinner.cpp1189 pTileMgr->enqueue(x, y, &work);
1401 pTileMgr->enqueue(aMacroX[primIndex], aMacroY[primIndex], &work);
1566 pTileMgr->enqueue(x, y, &work);
1860 pTileMgr->enqueue(x, y, &work);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst1122 - clover: fix api zero sized enqueue
4210 - vulkan: Generate entrypoints that enqueue commands

Completed in 40 milliseconds