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