Data Fields | |
enum pipe_texture_target | target |
PIPE_TEXTURE_x. | |
enum pipe_format | format |
PIPE_FORMAT_x. | |
unsigned | width [16] |
unsigned | height [16] |
unsigned | depth [16] |
struct pipe_format_block | block |
unsigned | nblocksx [16] |
allocated width in blocks | |
unsigned | nblocksy [16] |
allocated height in blocks | |
unsigned | last_level:8 |
Index of last mipmap level present/defined. | |
unsigned | compressed:1 |
unsigned | nr_samples:8 |
for multisampled surfaces, nr of samples | |
unsigned | tex_usage |
unsigned | refcount |
struct pipe_screen * | screen |
screen that this texture belongs to |
Definition at line 302 of file p_state.h.
unsigned pipe_texture::width[16] |
unsigned pipe_texture::height[16] |
unsigned pipe_texture::depth[16] |
struct pipe_format_block pipe_texture::block [read] |
unsigned pipe_texture::nblocksx[16] |
unsigned pipe_texture::nblocksy[16] |
unsigned pipe_texture::last_level |
unsigned pipe_texture::compressed |
unsigned pipe_texture::nr_samples |
unsigned pipe_texture::tex_usage |
unsigned pipe_texture::refcount |
struct pipe_screen* pipe_texture::screen [read] |