Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1565 unsigned nblks_y = util_format_get_nblocksy(tex->format, height); in r600_create_surface() local
1568 height = nblks_y * templ_desc->block.height; in r600_create_surface()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c2105 unsigned nblks_y = util_format_get_nblocksy(tex->format, height); in si_create_surface() local
2108 height = nblks_y * templ_desc->block.height; in si_create_surface()