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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_miptree.c276 unsigned blocksz, size; local
306 blocksz = util_format_get_blocksize(pt->format);
314 mt->uniform_pitch = util_format_get_nblocksx(pt->format, w) * blocksz;
330 lvl->pitch = nbx * blocksz;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_miptree.c276 unsigned blocksz, size; local
306 blocksz = util_format_get_blocksize(pt->format);
314 mt->uniform_pitch = util_format_get_nblocksx(pt->format, w) * blocksz;
330 lvl->pitch = nbx * blocksz;

Completed in 147 milliseconds