Home | History | Annotate | Download | only in radeonsi

Lines Matching full:surf

1448 	struct r600_surface *surf;
1460 surf = (struct r600_surface *)state->cbufs[cb];
1524 desc = util_format_description(surf->base.format);
1549 format = si_translate_colorformat(surf->base.format);
1550 swap = si_translate_colorswap(surf->base.format);
1616 struct r600_surface *surf;
1627 surf = (struct r600_surface *)state->zsbuf;
1628 level = surf->base.u.tex.level;
1629 rtex = (struct r600_resource_texture*)surf->base.texture;
1633 z_offs = r600_resource_va(rctx->context.screen, surf->base.texture);
1636 s_offs = r600_resource_va(rctx->context.screen, surf->base.texture);