Searched defs:_radeon_mipmap_level (Results 1 – 2 of 2) sorted by relevance
41 struct _radeon_mipmap_level { struct42 GLuint width;43 GLuint height;44 GLuint depth;45 GLuint size; /** Size of each image, in bytes */46 GLuint rowstride; /** in bytes */47 GLuint valid;48 radeon_mipmap_image faces[6];