Lines Matching defs:r100_cs_track_texture
38 struct r100_cs_track_texture { struct
39 struct radeon_bo *robj;
40 struct r100_cs_cube_info cube_info[5]; /* info for 5 non-primary faces */
41 unsigned pitch;
42 unsigned width;
43 unsigned height;
44 unsigned num_levels;
45 unsigned cpp;
46 unsigned tex_coord_type;
47 unsigned txdepth;
48 unsigned width_11;
49 unsigned height_11;
73 struct r100_cs_track_texture textures[R300_TRACK_MAX_TEXTURE]; argument