| /xsrc/external/mit/libXpresent/dist/src/ |
| H A D | Xpresent.c | 137 XPresentConfigureNotifyEvent *ce = malloc (sizeof (XPresentConfigureNotifyEvent)); local in function:XPresentWireToCookie 138 cookie->data = ce; 140 ce->type = cookie->type; 141 ce->serial = cookie->serial; 142 ce->send_event = cookie->send_event; 143 ce->display = cookie->display; 144 ce->extension = cookie->extension; 145 ce->evtype = cookie->evtype; 147 ce->eid = proto->eid; 148 ce 163 XPresentCompleteNotifyEvent *ce = malloc (sizeof (XPresentCompleteNotifyEvent)); local in function:XPresentWireToCookie 185 XPresentIdleNotifyEvent *ce = malloc (sizeof (XPresentIdleNotifyEvent)); local in function:XPresentWireToCookie [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | present-test.c | 152 xcb_present_complete_notify_event_t *ce; local in function:check_msc 159 ce = (xcb_present_complete_notify_event_t *)ev; 160 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC && 161 ce->serial == (serial ^ 0xcc00ffee)) { 162 msc = ce->msc; 164 *ust = ce->ust; 192 xcb_present_complete_notify_event_t *ce; local in function:wait_vblank 199 ce = (xcb_present_complete_notify_event_t *)ev; 200 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC && 201 ce 228 xcb_present_complete_notify_event_t *ce; local in function:msc_interval 352 xcb_present_complete_notify_event_t *ce; local in function:flush_flips 411 xcb_present_complete_notify_event_t *ce; local in function:test_double 516 xcb_present_complete_notify_event_t *ce; local in function:test_future 572 xcb_present_complete_notify_event_t *ce; local in function:test_future 770 xcb_present_complete_notify_event_t *ce; local in function:test_accuracy 812 xcb_present_complete_notify_event_t *ce; local in function:test_accuracy 898 xcb_present_complete_notify_event_t *ce; local in function:test_modulus 954 xcb_present_complete_notify_event_t *ce; local in function:test_modulus 1007 xcb_present_complete_notify_event_t *ce; local in function:test_future_msc 1073 xcb_present_complete_notify_event_t *ce; local in function:test_future_msc 1144 xcb_present_complete_notify_event_t *ce; local in function:test_wrap_msc 1194 xcb_present_complete_notify_event_t *ce; local in function:test_exhaustion_msc 1259 xcb_present_complete_notify_event_t *ce; local in function:test_accuracy_msc 1301 xcb_present_complete_notify_event_t *ce; local in function:test_accuracy_msc 1325 xcb_present_complete_notify_event_t *ce; local in function:test_modulus_msc [all...] |
| H A D | present-race.c | 139 xcb_present_complete_notify_event_t *ce; local in function:wait_vblank 146 ce = (xcb_present_complete_notify_event_t *)ev; 147 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC && 148 ce->serial == (serial ^ 0xdeadbeef)) { 149 msc = ce->msc;
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrcrtc.c | 251 xRRCrtcChangeNotifyEvent ce; local in function:RRDeliverCrtcEvent 254 ce.type = RRNotify + RREventBase; 255 ce.subCode = RRNotify_CrtcChange; 256 ce.timestamp = pScrPriv->lastSetTime.milliseconds; 257 ce.window = pWin->drawable.id; 258 ce.crtc = crtc->id; 259 ce.rotation = crtc->rotation; 262 ce.mode = mode->mode.id; 263 ce.x = crtc->x; 264 ce [all...] |
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | ras_tests.c | 623 unsigned long *ue, unsigned long *ce) 628 *ue = *ce = 0; 643 if (sscanf(buf, "ue: %lu\nce: %lu", ue, ce) != 2) 732 unsigned long ue, ce; local in function:__amdgpu_ras_ip_inject_test 768 ret = amdgpu_ras_query_err_count(block, &ue, &ce); 773 if (old_ue != ue || old_ce != ce) { 815 unsigned long ue, ce; local in function:__amdgpu_ras_query_test 826 ret = amdgpu_ras_query_err_count(i, &ue, &ce); 622 amdgpu_ras_query_err_count(enum amdgpu_ras_block block,unsigned long * ue,unsigned long * ce) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_winsys_dri3.c | 137 xcb_present_configure_notify_event_t *ce = (void *) ge; local in function:dri3_handle_present_event 138 scrn->width = ce->width; 139 scrn->height = ce->height; 143 xcb_present_complete_notify_event_t *ce = (void *) ge; local in function:dri3_handle_present_event 144 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) { 145 scrn->recv_sbc = (scrn->send_sbc & 0xffffffff00000000LL) | ce->serial; 148 dri3_handle_stamps(scrn, ce->ust, ce->msc); 149 } else if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC) { 150 scrn->recv_msc_serial = ce [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_winsys_dri3.c | 142 xcb_present_configure_notify_event_t *ce = (void *) ge; local in function:dri3_handle_present_event 143 scrn->width = ce->width; 144 scrn->height = ce->height; 148 xcb_present_complete_notify_event_t *ce = (void *) ge; local in function:dri3_handle_present_event 149 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) { 150 scrn->recv_sbc = (scrn->send_sbc & 0xffffffff00000000LL) | ce->serial; 153 dri3_handle_stamps(scrn, ce->ust, ce->msc); 154 } else if (ce->kind == XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC) { 155 scrn->recv_msc_serial = ce [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ |
| H A D | loader_dri3_helper.c | 447 xcb_present_configure_notify_event_t *ce = (void *) ge; local in function:dri3_handle_present_event 449 draw->width = ce->width; 450 draw->height = ce->height; 456 xcb_present_complete_notify_event_t *ce = (void *) ge; local in function:dri3_handle_present_event 462 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) { 463 uint64_t recv_sbc = (draw->send_sbc & 0xffffffff00000000LL) | ce->serial; 479 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_COPY && 491 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_SUBOPTIMAL_COPY && 492 draw->last_present_mode != ce->mode) { 499 draw->last_present_mode = ce [all...] |
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| H A D | loader_dri3_helper.c | 502 xcb_present_configure_notify_event_t *ce = (void *) ge; local in function:dri3_handle_present_event 504 draw->width = ce->width; 505 draw->height = ce->height; 511 xcb_present_complete_notify_event_t *ce = (void *) ge; local in function:dri3_handle_present_event 517 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) { 518 uint64_t recv_sbc = (draw->send_sbc & 0xffffffff00000000LL) | ce->serial; 534 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_COPY && 546 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_SUBOPTIMAL_COPY && 547 draw->last_present_mode != ce->mode) { 554 draw->last_present_mode = ce [all...] |
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | xcompmgr.c | 1530 configure_win (Display *dpy, XConfigureEvent *ce) argument 1532 win *w = find_win (dpy, ce->window); 1537 if (ce->window == root) 1544 root_width = ce->width; 1545 root_height = ce->height; 1559 w->a.x = ce->x; 1560 w->a.y = ce->y; 1561 if (w->a.width != ce->width || w->a.height != ce->height) 1581 w->a.width = ce 1605 circulate_win(Display * dpy,XCirculateEvent * ce) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | present-test.c | 146 xcb_present_complete_notify_event_t *ce; local in function:check_msc 153 ce = (xcb_present_complete_notify_event_t *)ev; 154 if (ce->kind != XCB_PRESENT_COMPLETE_KIND_PIXMAP) 155 msc = ce->msc;
|
| /xsrc/external/mit/MesaLib/dist/docs/ci/ |
| H A D | bare-metal.rst | 57 dhcp-host=a0:ce:c8:c8:d9:5d,10.42.0.11,set:cheza1 58 dhcp-host=a0:ce:c8:c8:d8:81,10.42.0.12,set:cheza2
|
| H A D | index.rst | 171 <https://docs.gitlab.com/ce/ci/runners/#create-a-specific-runner>`__ to
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ra_coalesce.cpp | 302 unsigned ce = c->is_chan_pinned() ? cs + 1 : 4; local in function:r600_sb::coalescer::color_chunks 319 for (unsigned chan = cs; chan < ce; ++chan) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ra_coalesce.cpp | 302 unsigned ce = c->is_chan_pinned() ? cs + 1 : 4; local in function:r600_sb::coalescer::color_chunks 319 for (unsigned chan = cs; chan < ce; ++chan) {
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 65 ce.orth \
|
| H A D | Makefile.in | 451 ce.orth \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | radeon_vce.h | 337 struct rvce_config_ext ce; member in struct:rvce_h264_enc_pic
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_vce.h | 331 struct rvce_config_ext ce; member in struct:rvce_h264_enc_pic
|
| H A D | radeon_vce_52.c | 117 enc->enc_pic.ce.enc_enable_perf_logging = 0x00000003; 461 RVCE_CS(enc->enc_pic.ce.enc_enable_perf_logging);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | radeon_vce.h | 337 struct rvce_config_ext ce; member in struct:rvce_h264_enc_pic
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_vce.h | 339 struct rvce_config_ext ce; member in struct:rvce_h264_enc_pic
|
| H A D | radeon_vce_52.c | 124 enc->enc_pic.ce.enc_enable_perf_logging = 0x00000003; 469 RVCE_CS(enc->enc_pic.ce.enc_enable_perf_logging);
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 164 <!-- ce* -> ce --> 166 <test name="lang" compare="contains"><string>ce</string></test> 167 <edit name="lang" mode="assign" binding="same"><string>ce</string></edit>
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrcrtc.c | 242 xRRCrtcChangeNotifyEvent ce = { local in function:RRDeliverCrtcEvent 255 WriteEventsToClient(client, 1, (xEvent *) &ce);
|