Searched refs:nblks_y (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c1589 unsigned nblks_y = util_format_get_nblocksy(tex->format, height); local in function:r600_create_surface
1592 height = nblks_y * templ_desc->block.height;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c1569 unsigned nblks_y = util_format_get_nblocksy(tex->format, height); local in function:r600_create_surface
1572 height = nblks_y * templ_desc->block.height;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2049 unsigned nblks_y = util_format_get_nblocksy(tex->format, height); local in function:si_create_surface
2052 height = nblks_y * templ_desc->block.height;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2234 unsigned nblks_y = util_format_get_nblocksy(tex->format, height); local in function:si_create_surface
2237 height = nblks_y * templ_desc->block.height;

Completed in 12 milliseconds