Home | History | Annotate | Download | only in r200

Lines Matching refs:rrb

684    struct radeon_renderbuffer *rrb;
687 rrb = radeon_get_colorbuffer(&rmesa->radeon);
688 if (!rrb)
690 mask = radeonPackColor( rrb->cpp,
1581 struct radeon_renderbuffer *rrb;
1591 rrb = radeon_get_colorbuffer(&r200->radeon);
1594 x2 = rrb->base.Base.Width - 1;
1595 y2 = rrb->base.Base.Height - 1;
2161 struct radeon_renderbuffer *rrb;
2169 rrb = radeon_get_colorbuffer(&rmesa->radeon);
2171 if (rrb && rrb->bo) {
2172 radeon_cs_space_add_persistent_bo(rmesa->radeon.cmdbuf.cs, rrb->bo,
2177 rrb = radeon_get_depthbuffer(&rmesa->radeon);
2179 if (rrb && rrb->bo) {
2180 radeon_cs_space_add_persistent_bo(rmesa->radeon.cmdbuf.cs, rrb->bo,