HomeSort by relevance Sort by last modified time
    Searched refs:tsx (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/scripts/
gen_icon.py 59 tsx, tsy = draw.textsize(data.letter, font=font)
61 ptx = (sz4 - tsx) / 2
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_miptree.c 230 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/
nvc0_miptree.c 230 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/
nv50_miptree.c 225 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/
nv50_miptree.c 225 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 41 milliseconds