| /xsrc/external/mit/libdrm/dist/tests/etnaviv/ |
| write_bmp.h | 32 void bmp_dump32_ex(char *buffer, unsigned width, unsigned height, bool flip, bool bgra, bool alpha, const char *filename);
|
| write_bmp.c | 136 bmp_dump32_ex(char *buffer, unsigned width, unsigned height, bool flip, bool bgra, bool alpha, const char *filename) 146 bmp_header_write(fd, width, height, bgra, flip, alpha);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| pageflip.c | 69 * Event data for an in progress flip. 71 * and information about the flip in progress. 90 * one of them per crtc per flip. 104 ms_pageflip_free(struct ms_crtc_pageflip *flip) 106 struct ms_flipdata *flipdata = flip->flipdata; 108 free(flip); 115 * Callback for the DRM event queue when a single flip has completed 117 * Once the flip has been completed on all pipes, notify the 123 struct ms_crtc_pageflip *flip = data; local 124 struct ms_flipdata *flipdata = flip->flipdata 150 struct ms_crtc_pageflip *flip = data; local 185 struct ms_crtc_pageflip *flip; local [all...] |
| dri2.c | 501 "DRI2-flip")) { 835 int ret, flip = 0; local 878 flip = 1; 881 /* Correct target_msc by 'flip' if frame_info->type == MS_DRI2_QUEUE_FLIP. 886 *target_msc -= flip; 892 if (flip == 0) 922 *target_msc = queued_msc + flip; 955 /* Account for 1 frame extra pageflip delay if flip > 0 */ 956 if (!ms_queue_vblank(crtc, ms_flag, request_msc - flip, &queued_msc, seq)) { 963 /* Adjust returned value for 1 fame pageflip offset of flip > 0 * [all...] |
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nouveau_present.c | 173 struct nouveau_present_flip *flip = priv; local 176 msc = (flip->msc & ~0xffffffffULL) | msc_lo; 177 if (msc < flip->msc) 181 drmModeRmFB(flip->fd, flip->old); 199 struct nouveau_present_flip *flip = local 200 drmmode_event_queue(scrn, event_id, sizeof(*flip), 202 if (flip) { 206 drmmode_swap(scrn, next_fb, &flip->old); 207 flip->fd = pNv->dev->fd [all...] |
| nouveau_dri2.c | 375 struct nouveau_dri2_vblank_state *flip = event_data; local 381 status = dixLookupDrawable(&draw, flip->draw, serverClient, 384 free(flip); 392 switch (flip->action) { 402 (frame < flip->frame) && (flip->frame - frame < 5)) { 405 __func__, frame, flip->frame); 412 DRI2SwapComplete(flip->client, draw, frame, tv_sec, tv_usec, 413 DRI2_FLIP_COMPLETE, flip->func, 414 flip->data) [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_present.c | 605 struct sna_pixmap *flip; local 636 DBG(("%s: flip invalid for CRTC\n", __FUNCTION__)); 640 flip = sna_pixmap(pixmap); 641 if (flip == NULL) { 646 if (flip->cpu_bo && IS_STATIC_PTR(flip->ptr)) { 651 if (flip->pinned) { 652 assert(flip->gpu_bo); 654 if (flip->gpu_bo->tiling != I915_TILING_NONE) { 656 __FUNCTION__, flip->gpu_bo->tiling)) 751 flip(struct sna *sna, function [all...] |
| sna_dri2.c | 102 FLIP, 162 static void sna_dri2_flip_event(struct sna_dri2_event *flip); 1127 * ring as we will flip from (which should be the RENDER ring 1960 DBG(("%s: queued flip=%p\n", __FUNCTION__, info->type == FLIP_ASYNC ? NULL : info)); 2593 case FLIP: 2594 /* If we can still flip... */ 2851 DBG(("%s: queued flip=%p\n", __FUNCTION__, info)); 2871 DBG(("%s: marking next flip as complete\n", __FUNCTION__)); 2880 assert(chain->type == FLIP); 2895 DBG(("%s: performing chained flip\n", __FUNCTION__)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_rs.h | 44 uint8_t flip; member in struct:rs_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_rs.h | 43 uint8_t flip; member in struct:rs_state
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| present_vblank.c | 116 vblank->flip = TRUE; 121 vblank->flip = TRUE; 139 DebugPresent(("q %" PRIu64 " %p %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 " (crtc %p) flip %d vsync %d serial %d\n", 142 target_crtc, vblank->flip, vblank->sync_flip, vblank->serial)); 197 vblank->flip = FALSE;
|
| present.h | 76 /* Same as 'check_flip' but it can return a 'reason' why the flip would fail. 80 /* Flip pixmap, return false if it didn't happen. 84 * 'sync_flip' requests that the flip be performed at the next 86 * flip should be performed as soon as possible. 88 * present_event_notify should be called with 'event_id' when the flip 96 /* Flip pixmap for window, return false if it didn't happen. 136 present_flip_ptr flip; member in struct:present_screen_info
|
| present_scmd.c | 31 * Screen flip mode 34 * support flips and the full screen flip mode. 91 if (!screen_priv->info->flip) 152 return (*screen_priv->info->flip) (crtc, event_id, target_msc, pixmap, sync_flip); 228 * When the wait fence or previous flip is completed, it's time 292 /* Update the screen pixmap with the current flip pixmap contents 438 * Check pending flip 447 * Check current flip 457 if (vblank->queued && vblank->flip && !present_check_flip(vblank->crtc, window, vblank->pixmap, vblank->sync_flip, NULL, 0, 0, &reason)) { 458 vblank->flip = FALSE [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_dri2.c | 667 /* Page flip the full screen buffer */ 1050 DRI2FrameEventPtr flip = event_data; local 1057 status = dixLookupDrawable(&drawable, flip->drawable_id, serverClient, 1060 free(flip); 1070 __func__, __LINE__, flip, pixmap->drawable.width, pixmap->devKind, pixmap->devKind/4); 1073 switch (flip->type) { 1079 if ((frame < flip->frame) && (flip->frame - frame < 5)) { 1082 __func__, frame, flip->frame); 1087 DRI2SwapComplete(flip->client, drawable, frame, tv_sec, tv_usec 1130 int ret, crtc= radeon_dri2_drawable_crtc(draw), flip = 0; local [all...] |
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| amdgpu_dri2.c | 456 DRI2FrameEventPtr flip = event_data; local 464 status = dixLookupDrawable(&drawable, flip->drawable_id, serverClient, 475 __func__, __LINE__, flip, pixmap->drawable.width, 482 switch (flip->type) { 488 if ((frame < flip->frame) && (flip->frame - frame < 5)) { 491 __func__, frame, flip->frame); 496 DRI2SwapComplete(flip->client, drawable, frame, tv_sec, tv_usec, 497 DRI2_FLIP_COMPLETE, flip->event_complete, 498 flip->event_data) 1104 int flip = 0; local [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_dri2.c | 552 DRI2FrameEventPtr flip = event_data; local 560 status = dixLookupDrawable(&drawable, flip->drawable_id, serverClient, 571 __func__, __LINE__, flip, pixmap->drawable.width, pixmap->devKind, pixmap->devKind/4); 577 switch (flip->type) { 583 if ((frame < flip->frame) && (flip->frame - frame < 5)) { 586 __func__, frame, flip->frame); 591 DRI2SwapComplete(flip->client, drawable, frame, tv_sec, tv_usec, 592 DRI2_FLIP_COMPLETE, flip->event_complete, 593 flip->event_data) 1200 int flip = 0; local [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_present.c | 219 struct sna_pixmap *flip; local 245 DBG(("%s: flip invalid for CRTC\n", __FUNCTION__)); 249 flip = sna_pixmap(pixmap); 250 if (flip == NULL) { 255 if (flip->cpu_bo && IS_STATIC_PTR(flip->ptr)) { 401 DBG(("%s: flip invalid for CRTC\n", __FUNCTION__)); 407 DBG(("%s: flip invalid bo\n", __FUNCTION__)); 427 DBG(("%s: no CRTC active, perform no-op flip\n", __FUNCTION__)); 460 .flip = sna_present_flip [all...] |
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| cg14_render.c | 444 int width, int height, int flip) 465 if (flip) { 494 int width, int height, int flip) 516 if (flip) { 553 int width, int height, int flip) 577 if (flip) { 616 int width, int height, int flip) 640 if (flip) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaaFillArc.c | 100 #define ADDSLICESPANS(flip) \ 101 if (!flip) \
|
| /xsrc/external/mit/libdrm/dist/tests/tegra/ |
| vic-flip.c | 173 /* flip image vertically */ 174 static int flip(struct vic *vic, struct drm_tegra_channel *channel, function 200 err = vic->ops->flip(vic, output, input); 202 fprintf(stderr, "failed to flip: %s\n", strerror(-err)); 312 err = flip(vic, channel, output, input); 314 fprintf(stderr, "failed to flip image: %s\n", strerror(-err));
|
| vic.h | 133 int (*flip)(struct vic *vic, struct vic_image *output, member in struct:vic_ops
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| xcb_image.c | 869 uint32_t flip = i->byte_order == XCB_IMAGE_ORDER_MSB_FIRST; local 876 return flip; 878 return flip | (flip << 1); 885 uint32_t flip = i->byte_order != i->bit_order; local 892 return flip; 894 return flip | (flip << 1);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_blit.c | 46 GLboolean flip) \ 52 if (flip) { \ 57 srcCol = srcWidth - 1 - srcCol; /* flip */ \ 150 GLboolean flip); 403 GLvoid *dstBuffer, GLboolean flip, GLfloat rowWeight) 426 if (flip) { 458 GLvoid *dstBuffer, GLboolean flip, GLfloat rowWeight) 481 if (flip) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_blit.c | 46 GLboolean flip) \ 52 if (flip) { \ 57 srcCol = srcWidth - 1 - srcCol; /* flip */ \ 150 GLboolean flip); 403 GLvoid *dstBuffer, GLboolean flip, GLfloat rowWeight) 426 if (flip) { 458 GLvoid *dstBuffer, GLboolean flip, GLfloat rowWeight) 481 if (flip) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_dri.c | 831 /* Then flip DRI2 pointers and update the screen pixmap */ 912 /* If we can still flip... */ 1066 * In the case of a page flip, we request an event for the last queued swap 1067 * frame + swap interval - 1, since we'll need to queue the flip for the frame 1071 * after queueing a swap, though in the Intel case after queueing a flip, the 1073 * they access buffers busy with the flip. 1090 int flip = 0; local 1130 flip = 1; 1135 /* Correct target_msc by 'flip' if swap_type == DRI2_FLIP. 1140 *target_msc -= flip; [all...] |