Lines Matching full:surf
794 static void r300_print_fb_surf_info(struct pipe_surface *surf, unsigned index,
797 struct pipe_resource *tex = surf->texture;
807 binding, index, surf->width, surf->height,
808 surf->u.tex.first_layer, surf->u.tex.last_layer, surf->u.tex.level,
809 util_format_short_name(surf->format),
814 tex->last_level, util_format_short_name(surf->format));