OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tilebits
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h
78
GLuint
tilebits
; /** RADEON_TXO_xxx_TILE */
member in struct:_radeon_mipmap_tree
105
GLuint width0, GLuint height0, GLuint depth0, GLuint
tilebits
);
radeon_mipmap_tree.c
135
lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->
tilebits
, mt->target);
136
lvl->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->
tilebits
);
190
GLuint width0, GLuint height0, GLuint depth0, GLuint
tilebits
)
207
mt->
tilebits
=
tilebits
;
Completed in 335 milliseconds