Searched refs:ce (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/libXpresent/dist/src/
H A DXpresent.c137 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 Dpresent-test.c152 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 Dpresent-race.c139 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 Drrcrtc.c251 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 Dras_tests.c623 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 Dvl_winsys_dri3.c137 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 Dvl_winsys_dri3.c142 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 Dloader_dri3_helper.c447 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 Dloader_dri3_helper.c502 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 Dxcompmgr.c1530 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 Dpresent-test.c146 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 Dbare-metal.rst57 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 Dindex.rst171 <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 Dsb_ra_coalesce.cpp302 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 Dsb_ra_coalesce.cpp302 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 DMakefile.am65 ce.orth \
H A DMakefile.in451 ce.orth \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_vce.h337 struct rvce_config_ext ce; member in struct:rvce_h264_enc_pic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vce.h331 struct rvce_config_ext ce; member in struct:rvce_h264_enc_pic
H A Dradeon_vce_52.c117 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 Dradeon_vce.h337 struct rvce_config_ext ce; member in struct:rvce_h264_enc_pic
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vce.h339 struct rvce_config_ext ce; member in struct:rvce_h264_enc_pic
H A Dradeon_vce_52.c124 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 D35-lang-normalize.conf164 <!-- 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 Drrcrtc.c242 xRRCrtcChangeNotifyEvent ce = { local in function:RRDeliverCrtcEvent
255 WriteEventsToClient(client, 1, (xEvent *) &ce);

Completed in 32 milliseconds