| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | usb-common.h | 50 dmxEnqueueProcPtr enqueue,
|
| H A D | usb-keyboard.h | 44 dmxEnqueueProcPtr enqueue,
|
| H A D | usb-mouse.h | 41 dmxEnqueueProcPtr enqueue,
|
| H A D | usb-other.h | 41 dmxEnqueueProcPtr enqueue,
|
| H A D | dmxbackend.h | 49 dmxEnqueueProcPtr enqueue,
|
| H A D | lnx-ms.h | 44 dmxEnqueueProcPtr enqueue,
|
| H A D | lnx-ps2.h | 44 dmxEnqueueProcPtr enqueue,
|
| H A D | dmxconsole.h | 48 dmxEnqueueProcPtr enqueue,
|
| H A D | lnx-keyboard.h | 56 dmxEnqueueProcPtr enqueue,
|
| H A D | lnx-ms.c | 144 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 D | lnx-ps2.c | 140 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 D | usb-mouse.c | 71 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 D | usb-other.c | 73 ENQUEUEPROC enqueue, 77 usbRead(pDev, motion, enqueue, 0xffff, block); 71 othUSBRead(DevicePtr pDev,MOTIONPROC motion,ENQUEUEPROC enqueue,CHECKPROC checkspecial,BLOCK block) argument
|
| H A D | usb-keyboard.c | 295 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 D | usb-common.c | 79 * 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 D | lnx-keyboard.c | 659 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 D | dmxbackend.c | 337 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 D | dmxconsole.c | 453 * 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 D | xlsclients.c | 99 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 D | tilemgr.h | 118 void enqueue(uint32_t x, uint32_t y, BE_WORK* pWork);
|
| H A D | tilemgr.cpp | 38 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 D | frontend.cpp | 67 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 D | binner.cpp | 1189 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 D | 21.3.0.rst | 1122 - clover: fix api zero sized enqueue 4210 - vulkan: Generate entrypoints that enqueue commands
|