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

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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);
/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 67 milliseconds