Lines Matching refs:t
2105 static void r100_cs_track_texture_print(struct r100_cs_track_texture *t) in r100_cs_track_texture_print() argument
2107 DRM_ERROR("pitch %d\n", t->pitch); in r100_cs_track_texture_print()
2108 DRM_ERROR("use_pitch %d\n", t->use_pitch); in r100_cs_track_texture_print()
2109 DRM_ERROR("width %d\n", t->width); in r100_cs_track_texture_print()
2110 DRM_ERROR("width_11 %d\n", t->width_11); in r100_cs_track_texture_print()
2111 DRM_ERROR("height %d\n", t->height); in r100_cs_track_texture_print()
2112 DRM_ERROR("height_11 %d\n", t->height_11); in r100_cs_track_texture_print()
2113 DRM_ERROR("num levels %d\n", t->num_levels); in r100_cs_track_texture_print()
2114 DRM_ERROR("depth %d\n", t->txdepth); in r100_cs_track_texture_print()
2115 DRM_ERROR("bpp %d\n", t->cpp); in r100_cs_track_texture_print()
2116 DRM_ERROR("coordinate type %d\n", t->tex_coord_type); in r100_cs_track_texture_print()
2117 DRM_ERROR("width round to power of 2 %d\n", t->roundup_w); in r100_cs_track_texture_print()
2118 DRM_ERROR("height round to power of 2 %d\n", t->roundup_h); in r100_cs_track_texture_print()
2119 DRM_ERROR("compress format %d\n", t->compress_format); in r100_cs_track_texture_print()