radeonsi: pack si_sampler_view better

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Marek Olšák 2017-06-09 19:46:43 +02:00
parent 29bf2530d8
commit ca815f1ead
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@ struct si_sampler_view {
uint32_t state[8];
uint32_t fmask_state[8];
const struct legacy_surf_level *base_level_info;
unsigned base_level;
unsigned block_width;
ubyte base_level;
ubyte block_width;
bool is_stencil_sampler;
bool dcc_incompatible;
};