Home
last modified time | relevance | path

Searched refs:slice_tile_max (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_resource.h77 unsigned slice_tile_max; member
Dr600_texture.c354 out->slice_tile_max = ((pitch_elements * height) / (128*128)) - 1; in r600_texture_get_cmask_info()
366 rtex->cmask_slice_tile_max = cmask.slice_tile_max; in r600_texture_allocate_cmask()
Dr600_state.c1460 surf->cb_color_mask = S_028100_CMASK_BLOCK_MAX(cmask.slice_tile_max) | in r600_init_color_surface()