Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_image.c59 int monolithic_width; member
840 layout->monolithic_width = align(max_x, align_w); in image_get_gen6_monolithic_size()
1002 assert(layout->monolithic_width % info->block_width == 0); in image_get_gen6_layout()
1019 stride = (layout->monolithic_width / info->block_width) * info->block_size; in image_set_gen6_bo_size()