| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| i915_state_derived.c | 169 static struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state 200 for (i = 0; atoms[i]; i++) 201 if (atoms[i]->dirty & i915->dirty) 202 atoms[i]->update(i915);
|
| i915_state_immediate.c | 208 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state 217 for (i = 0; i < ARRAY_SIZE(atoms); i++) 218 if (i915->dirty & atoms[i]->dirty) 219 atoms[i]->update(i915); 224 ~0 /* all state atoms, because we do internal checking */
|
| i915_state_dynamic.c | 276 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state 290 for (i = 0; i < ARRAY_SIZE(atoms); i++) 291 if (i915->dirty & atoms[i]->dirty) 292 atoms[i]->update(i915); 297 ~0 /* all state atoms, because we do internal checking */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| i915_state_derived.c | 199 static struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state 236 for (i = 0; atoms[i]; i++) 237 if (atoms[i]->dirty & i915->dirty) 238 atoms[i]->update(i915);
|
| i915_state_immediate.c | 215 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state 227 for (i = 0; i < ARRAY_SIZE(atoms); i++) 228 if (i915->dirty & atoms[i]->dirty) 229 atoms[i]->update(i915); 235 ~0 /* all state atoms, because we do internal checking */
|
| i915_state_dynamic.c | 293 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state 311 for (i = 0; i < ARRAY_SIZE(atoms); i++) 312 if (i915->dirty & atoms[i]->dirty) 313 atoms[i]->update(i915); 319 ~0 /* all state atoms, because we do internal checking */
|
| /xsrc/external/mit/libXmu/dist/src/ |
| Atoms.c | 28 * This file contains routines to cache atoms, avoiding multiple 35 * XmuInternStrings fetches multiple Atoms as strings 44 #include "Atoms.h" 133 /* convert (names, count) to a list of atoms. Caller allocates list */ 136 register Cardinal count, register Atom *atoms) 138 (void) XInternAtoms(d, (char**)names, (int)count, FALSE, atoms); local
|
| /xsrc/external/mit/libX11/dist/src/ |
| GetAtomNm.c | 43 if (dpy->atoms) { 44 table = dpy->atoms->table; 88 Atom *atoms; member in struct:__anon5655 131 state->atoms[state->idx], 0, -1, 0); 141 Atom *atoms, 153 async_state.atoms = atoms; 163 if (!(names_return[i] = _XGetAtomName(dpy, atoms[i]))) { 173 _XUpdateAtomCache(dpy, names_return[missed], atoms[missed],
|
| IntAtom.c | 46 if (dpy->atoms) { 47 table = dpy->atoms->table; 52 Xfree(dpy->atoms); 53 dpy->atoms = NULL; 66 register AtomTable *atoms; local 75 if (!(atoms = dpy->atoms)) { 76 dpy->atoms = atoms = Xcalloc(1, sizeof(AtomTable)); 77 dpy->free_funcs->atoms = _XFreeAtomTable 195 Atom *atoms; member in struct:__anon5656 [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| internal.h | 94 ClipboardAtoms *atoms; member in struct:__anon10183 111 ClipboardConversionData *data, ClipboardAtoms *atoms); 114 winClipboardGetLastOwnedSelectionAtom(ClipboardAtoms *atoms);
|
| thread.c | 82 winClipboardCreateMessagingWindow(xcb_connection_t *conn, xcb_window_t iWindow, ClipboardAtoms *atoms); 109 ClipboardAtoms atoms; local 165 /* Create atoms */ 166 atoms.atomClipboard = intern_atom(conn, "CLIPBOARD"); 167 atoms.atomLocalProperty = intern_atom(conn, "CYGX_CUT_BUFFER"); 168 atoms.atomUTF8String = intern_atom(conn, "UTF8_STRING"); 169 atoms.atomCompoundText = intern_atom(conn, "COMPOUND_TEXT"); 170 atoms.atomTargets = intern_atom(conn, "TARGETS"); 171 atoms.atomIncr = intern_atom(conn, "INCR"); 216 atoms.atomClipboard [all...] |
| wndproc.c | 61 ClipboardConversionData *data, ClipboardAtoms *atoms, int iTimeoutSec) 79 iReturn = winClipboardFlushXEvents(hwnd, iWindow, conn, data, atoms); 133 static ClipboardAtoms *atoms; local 163 atoms = cwcp->atoms; 235 cookie_get = xcb_get_selection_owner(conn, atoms->atomClipboard); 241 xcb_set_selection_owner(conn, XCB_NONE, atoms->atomClipboard, XCB_CURRENT_TIME); 264 cookie_set = xcb_set_selection_owner_checked(conn, iWindow, atoms->atomClipboard, XCB_CURRENT_TIME); 321 selection = winClipboardGetLastOwnedSelectionAtom(atoms); 330 xcb_convert_selection(conn, iWindow, selection, atoms->atomTargets [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imInsClbk.c | 86 Atom ims, actual_type, *atoms; local 101 &nitems, &bytes_after, (unsigned char **)&atoms ) 106 XFree( atoms ); 112 if(XGetSelectionOwner (display, atoms[ii])) { 130 XFree( atoms );
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_kms.h | 70 Atom *atoms; member in struct:__anon9164
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| x-selection.h | 82 struct atom_list atoms[1]; variable in typeref:struct:atom_list
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| x-selection.h | 83 struct atom_list atoms[1]; variable in typeref:struct:atom_list
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_state_upload.c | 158 * right away rather than doing it via state atoms. This saves a small 284 const struct brw_tracked_state **atoms, 287 /* This is to work around brw_context::atoms being declared const. We want 294 context_atoms[i] = *atoms[i]; 688 const struct brw_tracked_state *atoms = local 695 * state atoms are ordered correctly in the list. 702 const struct brw_tracked_state *atom = &atoms[i]; 720 const struct brw_tracked_state *atom = &atoms[i];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_state_upload.c | 77 * right away rather than doing it via state atoms. This saves a small 216 const struct brw_tracked_state **atoms, 219 /* This is to work around brw_context::atoms being declared const. We want 226 context_atoms[i] = *atoms[i]; 619 const struct brw_tracked_state *atoms = local 626 * state atoms are ordered correctly in the list. 633 const struct brw_tracked_state *atom = &atoms[i]; 651 const struct brw_tracked_state *atom = &atoms[i];
|
| /xsrc/external/mit/ctwm/dist/ |
| colormaps.c | 649 Atom *atoms; local 653 atoms = XListProperties(dpy, Scr->Root, &natoms); 658 if(XGetRGBColormaps(dpy, Scr->Root, &maps, &nmaps, atoms[i])) { 660 InsertRGBColormap(atoms[i], maps, nmaps, false); 663 if(atoms) { 664 XFree(atoms);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| drmmode_display.h | 84 Atom *atoms; member in struct:__anon6772
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| qxl_drmmode.h | 71 Atom *atoms; member in struct:__anon9212
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| property.c | 139 Atom *atoms; local 149 atoms = (Atom *) &stuff[1]; 158 if (!ValidAtom(atoms[i])) { 160 client->errorValue = atoms[i]; 164 if (atoms[j] == atoms[i]) { 169 rc = dixLookupProperty(&pProp, pWin, atoms[i], client,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| property.c | 129 Atom * atoms; local 139 atoms = (Atom *) & stuff[1]; 149 if (!ValidAtom(atoms[i])) { 151 client->errorValue = atoms[i]; 155 if (atoms[j] == atoms[i]) 161 rc = dixLookupProperty(&pProp, pWin, atoms[i], client, 181 deliverPropertyNotifyEvent(pWin, PropertyNewValue, atoms[i]);
|
| /xsrc/external/mit/xorg-server.old/dist/test/ |
| input.c | 57 Atom atoms[MAX_VALUATORS] = { 0 }; local 63 g_assert(InitValuatorClassDeviceStruct(NULL, 0, atoms, 0, 0) == FALSE); 64 g_assert(InitValuatorClassDeviceStruct(&dev, num_axes, atoms, 0, Absolute)); 1160 Atom atoms[MAX_VALUATORS] = { 0 }; local 1165 g_assert(InitValuatorClassDeviceStruct(NULL, 0, atoms, 0, 0) == FALSE); 1166 g_assert(InitValuatorClassDeviceStruct(&dev, num_axes, atoms, 0, Absolute));
|
| /xsrc/external/mit/xcb-util/dist/icccm/ |
| xcb_icccm.h | 846 /** Length of the atoms list */ 848 /** Atoms list */ 849 xcb_atom_t *atoms; member in struct:__anon6565
|