Home | History | Annotate | Download | only in i915

Lines Matching full:framebuffer

837    i915->framebuffer.width = fb->width;
838 i915->framebuffer.height = fb->height;
839 i915->framebuffer.nr_cbufs = fb->nr_cbufs;
841 pipe_surface_reference(&i915->framebuffer.cbufs[i],
844 pipe_surface_reference(&i915->framebuffer.zsbuf, fb->zsbuf);