Home | History | Annotate | Download | only in src

Lines Matching refs:front

324 	DRI2BufferPtr front;
513 DrawablePtr draw, DRI2BufferPtr front,
550 static Bool update_front(DrawablePtr draw, DRI2BufferPtr front)
556 struct dri2_buffer_priv *priv = front->driverPrivate;
558 if (!amdgpu_get_flink_name(pAMDGPUEnt, pixmap, &front->name))
562 front->pitch = pixmap->devKind;
563 front->cpp = pixmap->drawable.bitsPerPixel / 8;
572 DRI2BufferPtr front, DRI2BufferPtr back)
574 struct dri2_buffer_priv *front_priv = front->driverPrivate;
579 if (!update_front(draw, front))
602 DRI2BufferPtr front, DRI2BufferPtr back)
623 front, back);
627 amdgpu_dri2_exchange_buffers(DrawablePtr draw, DRI2BufferPtr front,
630 struct dri2_buffer_priv *front_priv = front->driverPrivate;
646 tmp = front->name;
647 front->name = back->name;
680 amdgpu_dri2_unref_buffer(event->front);
705 if (can_flip(crtc, drawable, event->front, event->back) &&
709 event->front,
714 amdgpu_dri2_exchange_buffers(drawable, event->front,
721 can_exchange(scrn, drawable, event->front, event->back)) {
722 amdgpu_dri2_exchange_buffers(drawable, event->front,
732 event->front, event->back);
1093 DRI2BufferPtr front, DRI2BufferPtr back,
1121 amdgpu_dri2_ref_buffer(front);
1139 swap_info->front = front;
1181 if (can_flip(crtc, draw, front, back)) {
1282 amdgpu_dri2_copy_region2(draw->pScreen, draw, &region, front, back);
1286 amdgpu_dri2_unref_buffer(front);