Searched refs:blocksz (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c415 unsigned blocksz, size; local in function:nv30_miptree_create
445 blocksz = util_format_get_blocksize(pt->format);
453 mt->uniform_pitch = util_format_get_nblocksx(pt->format, w) * blocksz;
483 lvl->pitch = nbx * blocksz;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c412 unsigned blocksz, size; local in function:nv30_miptree_create
441 blocksz = util_format_get_blocksize(pt->format);
449 mt->uniform_pitch = util_format_get_nblocksx(pt->format, w) * blocksz;
479 lvl->pitch = nbx * blocksz;

Completed in 3 milliseconds