Searched refs:full_sequence (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb.h | 146 uint32_t full_sequence; /**< full sequence */ member in struct:__anon9b8475e60308 152 * A generic event structure as used on the wire, i.e., without the full_sequence field 178 uint32_t full_sequence; /**< full sequence */ member in struct:__anon9b8475e60508 195 uint32_t full_sequence; /**< full sequence */ member in struct:__anon9b8475e60608
|
| H A D | xcb_in.c | 308 ((xcb_generic_event_t *) buf)->full_sequence = c->in.request_read;
|
| H A D | c_client.py | 3241 # The generic event structure xcb_ge_event_t has the full_sequence field 3244 # garbage (the internal full_sequence) when accessing normal event fields 3253 full_sequence = Field(tcard32, tcard32.name, 'full_sequence', False, True, True) 3255 self.fields.insert(idx + 1, full_sequence) 3258 # to remain aligned on a 64-bit boundary. Adding full_sequence
|
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| H A D | loader_dri3_helper.c | 585 unsigned *full_sequence) 595 if (full_sequence) 596 *full_sequence = draw->last_special_event_sequence; 610 draw->last_special_event_sequence = ev->full_sequence; 611 if (full_sequence) 612 *full_sequence = ev->full_sequence; 635 unsigned full_sequence; local in function:loader_dri3_wait_for_msc 641 if (!dri3_wait_for_event_locked(draw, &full_sequence)) { 645 } while (full_sequence ! 584 dri3_wait_for_event_locked(struct loader_dri3_drawable * draw,unsigned * full_sequence) argument [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | xcb_io.c | 271 widen(&event_sequence, event->full_sequence); 415 memmove(&event->full_sequence, &event[1], event->length * 4); 757 widen(&event_sequence, event->full_sequence);
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | test_bitmap.c | 100 err->error_code, (unsigned int) err->full_sequence);
|
| H A D | test_formats.c | 193 printf("Error: %d after sequence %d\n", err->error_code, (unsigned int) err->full_sequence);
|
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ |
| H A D | loader_dri3_helper.c | 575 unsigned full_sequence; local in function:loader_dri3_wait_for_msc 588 full_sequence = ev->full_sequence; 590 } while (full_sequence != cookie.sequence || draw->notify_msc < target_msc);
|
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | dsimple.c | 576 err->full_sequence);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 3484 - loader/dri3: Add dri3_wait_for_event_locked full_sequence out parameter
|
Completed in 25 milliseconds