Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1581 unsigned nblks_x = util_format_get_nblocksx(tex->format, width); in r600_create_surface() local
1584 width = nblks_x * templ_desc->block.width; in r600_create_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1948 unsigned nblks_x = util_format_get_nblocksx(tex->format, width); in si_create_surface() local
1951 width = nblks_x * templ_desc->block.width; in si_create_surface()