| /src/external/mit/xorg/lib/xcb-util/atom/ |
| atoms.c | 2 /* Command-line: gperf --output-file atoms.c atoms.gperf */ 32 #line 1 "atoms.gperf" 115 #line 93 "atoms.gperf" 349 #line 112 "atoms.gperf" 352 #line 156 "atoms.gperf" 355 #line 157 "atoms.gperf" 357 #line 115 "atoms.gperf" 359 #line 152 "atoms.gperf" 362 #line 137 "atoms.gperf [all...] |
| Makefile | 5 SRCS= atoms.c
|
| /xsrc/external/mit/xcb-util/dist/atom/ |
| atoms.c | 2 /* Command-line: gperf --output-file atoms.c atoms.gperf */ 32 #line 1 "atoms.gperf" 115 #line 93 "atoms.gperf" 349 #line 112 "atoms.gperf" 352 #line 156 "atoms.gperf" 355 #line 157 "atoms.gperf" 357 #line 115 "atoms.gperf" 359 #line 152 "atoms.gperf" 362 #line 137 "atoms.gperf [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| 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...] |
| 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],
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| x-selection.m | 234 if (a == atoms->image_png) { 237 else if (a == atoms->image_jpeg) { 240 else if (a == atoms->utf8_string) { 243 else if (a == atoms->string) { 257 return atoms->image_png; 260 return atoms->image_jpeg; 263 return atoms->utf8_string; 266 return atoms->string; 293 return (seltype == atoms->incr) ? True : False; 361 XSetSelectionOwner(xpbproxy_dpy, atoms->primary [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| x-selection.m | 247 if (a == atoms->image_png) 251 else if (a == atoms->image_jpeg) 255 else if (a == atoms->utf8_string) 259 else if (a == atoms->string) 276 return atoms->image_png; 279 return atoms->image_jpeg; 282 return atoms->utf8_string; 285 return atoms->string; 313 return (seltype == atoms->incr) ? True : False; 386 XSetSelectionOwner (xpbproxy_dpy, atoms->primary, _selection_window, CurrentTime) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| 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...] |
| internal.h | 94 ClipboardAtoms *atoms; member in struct:__anon10183 111 ClipboardConversionData *data, ClipboardAtoms *atoms); 114 winClipboardGetLastOwnedSelectionAtom(ClipboardAtoms *atoms);
|
| xevents.c | 108 winClipboardGetLastOwnedSelectionAtom(ClipboardAtoms *atoms) 117 return atoms->atomClipboard; 151 winClipboardSelectionNotifyTargets(HWND hwnd, xcb_window_t iWindow, xcb_connection_t *conn, ClipboardConversionData *data, ClipboardAtoms *atoms) 157 atoms->atomLocalProperty, 189 winClipboardSelectionNotifyData(HWND hwnd, xcb_window_t iWindow, xcb_connection_t *conn, ClipboardConversionData *data, ClipboardAtoms *atoms) 212 atoms->atomLocalProperty, 242 if (encoding == atoms->atomIncr) { 278 if (xtpText_encoding == atoms->atomUTF8String) { 289 } else if (xtpText_encoding == atoms->atomCompoundText) { 393 ClipboardConversionData *data, ClipboardAtoms *atoms) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_state.c | 51 /* Atoms to update hardware state prior to emitting a clear or draw 64 * Atoms to update hardware state prior to emitting a draw packet 83 * Atoms to update hardware state prior to emitting a draw packet 110 * Atoms to update hardware state prior to emitting a draw packet 183 const struct svga_tracked_state *atoms[], 201 * state atoms are ordered correctly in the list. 208 for (i = 0; atoms[i] != NULL; i++) { 211 assert(atoms[i]->dirty); 212 assert(atoms[i]->update); 214 if (check_state(*state, atoms[i]->dirty)) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_state.c | 51 /* Atoms to update hardware state prior to emitting a clear or draw 63 /* Atoms to update hardware state prior to emitting a draw packet. 127 const struct svga_tracked_state *atoms[], 145 * state atoms are ordered correctly in the list. 152 for (i = 0; atoms[i] != NULL; i++) { 155 assert(atoms[i]->dirty); 156 assert(atoms[i]->update); 158 if (check_state(*state, atoms[i]->dirty)) { 160 debug_printf("update: %s\n", atoms[i]->name); 161 ret = atoms[i]->update( svga, *state ) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/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_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_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/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_gfx_cs.c | 291 si_mark_atom_dirty(ctx, &ctx->atoms.s.framebuffer); 293 si_mark_atom_dirty(ctx, &ctx->atoms.s.clip_regs); 296 si_mark_atom_dirty(ctx, &ctx->atoms.s.clip_state); 298 si_mark_atom_dirty(ctx, &ctx->atoms.s.msaa_sample_locs); 299 si_mark_atom_dirty(ctx, &ctx->atoms.s.msaa_config); 302 si_mark_atom_dirty(ctx, &ctx->atoms.s.sample_mask); 303 si_mark_atom_dirty(ctx, &ctx->atoms.s.cb_render_state); 306 si_mark_atom_dirty(ctx, &ctx->atoms.s.blend_color); 307 si_mark_atom_dirty(ctx, &ctx->atoms.s.db_render_state); 309 si_mark_atom_dirty(ctx, &ctx->atoms.s.dpbb_state) [all...] |
| si_state_viewport.c | 46 si_mark_atom_dirty(ctx, &ctx->atoms.s.scissors); 384 si_mark_atom_dirty(ctx, &ctx->atoms.s.viewports); 385 si_mark_atom_dirty(ctx, &ctx->atoms.s.guardband); 386 si_mark_atom_dirty(ctx, &ctx->atoms.s.scissors); 497 si_mark_atom_dirty(ctx, &ctx->atoms.s.scissors); 498 si_mark_atom_dirty(ctx, &ctx->atoms.s.viewports); 507 si_mark_atom_dirty(ctx, &ctx->atoms.s.guardband); 513 si_mark_atom_dirty(ctx, &ctx->atoms.s.scissors); 514 si_mark_atom_dirty(ctx, &ctx->atoms.s.viewports); 593 si_mark_atom_dirty(sctx, &sctx->atoms.s.window_rectangles) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_fs_bank_conflicts.cpp | 44 * optimize_reg_permutation() which is O(m^3) on the number of GRF atoms of 274 * atoms are assigned the same bank b or opposite-parity banks b and b^1). 354 * into indivisible units (referred to as atoms below) that can potentially 369 atoms(new unsigned[n + num_terminator_atoms]) 373 atoms[i] = i; 380 atoms(new unsigned[p.max_reg + num_terminator_atoms]) 384 memcpy(atoms, p.atoms, 391 delete[] atoms; 399 SWAP(atoms, p.atoms) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_fs_bank_conflicts.cpp | 44 * optimize_reg_permutation() which is O(m^3) on the number of GRF atoms of 274 * atoms are assigned the same bank b or opposite-parity banks b and b^1). 354 * into indivisible units (referred to as atoms below) that can potentially 369 atoms(new unsigned[n + num_terminator_atoms]) 373 atoms[i] = i; 380 atoms(new unsigned[p.max_reg + num_terminator_atoms]) 384 memcpy(atoms, p.atoms, 391 delete[] atoms; 399 SWAP(atoms, p.atoms) [all...] |
| /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 */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_state_viewport.c | 139 si_mark_atom_dirty(ctx, &ctx->atoms.s.scissors); 462 si_mark_atom_dirty(ctx, &ctx->atoms.s.ngg_cull_state); 465 si_mark_atom_dirty(ctx, &ctx->atoms.s.viewports); 466 si_mark_atom_dirty(ctx, &ctx->atoms.s.guardband); 467 si_mark_atom_dirty(ctx, &ctx->atoms.s.scissors); 583 si_mark_atom_dirty(ctx, &ctx->atoms.s.scissors); 584 si_mark_atom_dirty(ctx, &ctx->atoms.s.viewports); 593 si_mark_atom_dirty(ctx, &ctx->atoms.s.guardband); 599 si_mark_atom_dirty(ctx, &ctx->atoms.s.scissors); 600 si_mark_atom_dirty(ctx, &ctx->atoms.s.viewports) [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| qxl_drmmode.h | 71 Atom *atoms; member in struct:__anon9212
|
| /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
|