Searched refs:tilebits (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.h | 78 GLuint tilebits; /** RADEON_TXO_xxx_TILE */ member 105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
|
D | radeon_mipmap_tree.c | 135 …lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt-… in compute_tex_image_offset() 136 …l->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->tilebits); in compute_tex_image_offset() 181 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits) in radeon_miptree_create() argument 198 mt->tilebits = tilebits; in radeon_miptree_create()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.h | 78 GLuint tilebits; /** RADEON_TXO_xxx_TILE */ member 105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
|
D | radeon_mipmap_tree.c | 135 …lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt-… in compute_tex_image_offset() 136 …l->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->tilebits); in compute_tex_image_offset() 181 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits) in radeon_miptree_create() argument 198 mt->tilebits = tilebits; in radeon_miptree_create()
|