Home
last modified time | relevance | path

Searched defs:_radeon_mipmap_level (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.h41 struct _radeon_mipmap_level { struct
42 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];
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.h41 struct _radeon_mipmap_level { struct
42 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];