Home | History | Annotate | Download | only in i915

Lines Matching full:framebuffer

869    i915->framebuffer.width = fb->width;
870 i915->framebuffer.height = fb->height;
871 i915->framebuffer.nr_cbufs = fb->nr_cbufs;
873 pipe_surface_reference(&i915->framebuffer.cbufs[i],
876 pipe_surface_reference(&i915->framebuffer.zsbuf, fb->zsbuf);