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

/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c230 unsigned tsx, tsy, tsz; local
238 tsx = NVC0_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
242 lvl->pitch = align(nbx * blocksize, tsx);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_miptree.c225 unsigned tsx, tsy, tsz; local
233 tsx = NV50_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
237 lvl->pitch = align(nbx * blocksize, tsx);

Completed in 119 milliseconds