Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1582 unsigned nblks_y = util_format_get_nblocksy(tex->format, height); in r600_create_surface() local
1585 height = nblks_y * templ_desc->block.height; in r600_create_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1949 unsigned nblks_y = util_format_get_nblocksy(tex->format, height); in si_create_surface() local
1952 height = nblks_y * templ_desc->block.height; in si_create_surface()